Interface TokenType

All Superinterfaces:
AstNodeType
All Known Implementing Classes:
AcuCobolKeyword, AcuCobolTokenType, CICSKeyword, CobolKeyword, CobolSpecialCharacter, CobolTokenType, DliKeyword, EnterpriseKeyword, GcosKeyword, GenericTokenType, HpKeyword, IleCobolKeyword, MicrofocusKeyword, SQLKeyword

public interface TokenType extends AstNodeType
  • Method Details

    • getName

      String getName()
    • getValue

      String getValue()
    • hasToBeSkippedFromAst

      boolean hasToBeSkippedFromAst(AstNode node)