Class LLVMIRParser.AllocaInstContext

java.lang.Object
org.antlr.v4.runtime.RuleContext
org.antlr.v4.runtime.ParserRuleContext
de.jplag.llvmir.grammar.LLVMIRParser.AllocaInstContext
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree, org.antlr.v4.runtime.tree.RuleNode, org.antlr.v4.runtime.tree.SyntaxTree, org.antlr.v4.runtime.tree.Tree
Enclosing class:
LLVMIRParser

public static class LLVMIRParser.AllocaInstContext extends org.antlr.v4.runtime.ParserRuleContext
  • Field Details

    • inAllocaTok

      public org.antlr.v4.runtime.Token inAllocaTok
    • swiftError

      public org.antlr.v4.runtime.Token swiftError
  • Constructor Details

    • AllocaInstContext

      public AllocaInstContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
  • Method Details