EmbASP-Java v7.1.0
Public Member Functions | Static Public Attributes | Static Protected Attributes | List of all members
it.unical.mat.parsers.asp.dlv2.DLV2Lexer Class Reference
Inheritance diagram for it.unical.mat.parsers.asp.dlv2.DLV2Lexer:

Public Member Functions

String[] getTokenNames ()
 
Vocabulary getVocabulary ()
 
 DLV2Lexer (CharStream input)
 
String getGrammarFileName ()
 
String[] getRuleNames ()
 
String getSerializedATN ()
 
String[] getChannelNames ()
 
String[] getModeNames ()
 
ATN getATN ()
 

Static Public Attributes

static final int START =1
 
static final int COST =1
 
static String[] channelNames
 
static String[] modeNames
 
static final String[] ruleNames
 
static final Vocabulary VOCABULARY = new VocabularyImpl(_LITERAL_NAMES, _SYMBOLIC_NAMES)
 
static final String[] tokenNames
 
static final String _serializedATN
 
static final ATN _ATN
 

Static Protected Attributes

static final DFA[] _decisionToDFA
 
static final PredictionContextCache _sharedContextCache
 

Constructor & Destructor Documentation

◆ DLV2Lexer()

it.unical.mat.parsers.asp.dlv2.DLV2Lexer.DLV2Lexer ( CharStream  input)
inline

Member Function Documentation

◆ getATN()

ATN it.unical.mat.parsers.asp.dlv2.DLV2Lexer.getATN ( )
inline

◆ getChannelNames()

String [] it.unical.mat.parsers.asp.dlv2.DLV2Lexer.getChannelNames ( )
inline

◆ getGrammarFileName()

String it.unical.mat.parsers.asp.dlv2.DLV2Lexer.getGrammarFileName ( )
inline

◆ getModeNames()

String [] it.unical.mat.parsers.asp.dlv2.DLV2Lexer.getModeNames ( )
inline

◆ getRuleNames()

String [] it.unical.mat.parsers.asp.dlv2.DLV2Lexer.getRuleNames ( )
inline

◆ getSerializedATN()

String it.unical.mat.parsers.asp.dlv2.DLV2Lexer.getSerializedATN ( )
inline

◆ getTokenNames()

String [] it.unical.mat.parsers.asp.dlv2.DLV2Lexer.getTokenNames ( )
inline

◆ getVocabulary()

Vocabulary it.unical.mat.parsers.asp.dlv2.DLV2Lexer.getVocabulary ( )
inline

Member Data Documentation

◆ _ATN

final ATN it.unical.mat.parsers.asp.dlv2.DLV2Lexer._ATN
static
Initial value:
=
new ATNDeserializer().deserialize(_serializedATN.toCharArray())
static final String _serializedATN
Definition: DLV2Lexer.java:105

◆ _decisionToDFA

final DFA [] it.unical.mat.parsers.asp.dlv2.DLV2Lexer._decisionToDFA
staticprotected

◆ _serializedATN

final String it.unical.mat.parsers.asp.dlv2.DLV2Lexer._serializedATN
static

◆ _sharedContextCache

final PredictionContextCache it.unical.mat.parsers.asp.dlv2.DLV2Lexer._sharedContextCache
staticprotected
Initial value:
=
new PredictionContextCache()

◆ channelNames

String [] it.unical.mat.parsers.asp.dlv2.DLV2Lexer.channelNames
static
Initial value:
= {
"DEFAULT_TOKEN_CHANNEL", "HIDDEN"
}

◆ COST

final int it.unical.mat.parsers.asp.dlv2.DLV2Lexer.COST =1
static

◆ modeNames

String [] it.unical.mat.parsers.asp.dlv2.DLV2Lexer.modeNames
static
Initial value:
= {
"DEFAULT_MODE", "COST", "MODEL"
}

◆ ruleNames

final String [] it.unical.mat.parsers.asp.dlv2.DLV2Lexer.ruleNames
static
Initial value:
= {
"START", "COST_LABEL", "ANY", "IGNORE", "AT", "INTEGER", "NEW_LINE", "BLANK_SPACE",
"COMMA", "INTEGER_CONSTANT", "IDENTIFIER", "MODEL_END", "STRING_CONSTANT",
"TERMS_BEGIN", "TERMS_END", "WHITE_SPACE", "INT", "NL", "WS"
}

◆ START

final int it.unical.mat.parsers.asp.dlv2.DLV2Lexer.START =1
static

◆ tokenNames

final String [] it.unical.mat.parsers.asp.dlv2.DLV2Lexer.tokenNames
static
Deprecated:
Use VOCABULARY instead.

◆ VOCABULARY

final Vocabulary it.unical.mat.parsers.asp.dlv2.DLV2Lexer.VOCABULARY = new VocabularyImpl(_LITERAL_NAMES, _SYMBOLIC_NAMES)
static

The documentation for this class was generated from the following file: