com.sonar.sslr.api
Interface TokenType

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

public interface TokenType
extends AstNodeType


Method Summary
 String getName()
           
 String getValue()
           
 boolean hasToBeSkippedFromAst(AstNode node)
           
 

Method Detail

getName

String getName()

getValue

String getValue()

hasToBeSkippedFromAst

boolean hasToBeSkippedFromAst(AstNode node)


Copyright © 2011 SonarSource. All Rights Reserved.