Class TokenInfo

java.lang.Object
org.antlr.v4.codegen.model.TokenInfo

public class TokenInfo extends Object
  • Field Details

    • type

      public final int type
    • name

      public final String name
  • Constructor Details

    • TokenInfo

      public TokenInfo(int type, String name)
  • Method Details