Package eu.simuline.relana.parser
Class CClassParser.AddProbAllocContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- eu.simuline.relana.parser.CClassParser.AddProbAllocContext
-
- All Implemented Interfaces:
ParseTree
,RuleNode
,SyntaxTree
,Tree
- Enclosing class:
- CClassParser
public static class CClassParser.AddProbAllocContext extends ParserRuleContext
-
-
Field Summary
Fields Modifier and Type Field Description Map<Deficiency,BigDecimal>
def2prob
Token
defT
Token
floatT
-
Fields inherited from class org.antlr.v4.runtime.ParserRuleContext
children, exception, start, stop
-
Fields inherited from class org.antlr.v4.runtime.RuleContext
EMPTY, invokingState, parent
-
-
Constructor Summary
Constructors Constructor Description AddProbAllocContext(ParserRuleContext parent, int invokingState)
AddProbAllocContext(ParserRuleContext parent, int invokingState, Map<Deficiency,BigDecimal> def2prob)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
enterRule(ParseTreeListener listener)
void
exitRule(ParseTreeListener listener)
TerminalNode
FLOAT()
int
getRuleIndex()
TerminalNode
NAME()
-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
Methods inherited from class org.antlr.v4.runtime.RuleContext
accept, depth, getAltNumber, getPayload, getRuleContext, getText, isEmpty, setAltNumber, setParent, toString, toString, toString, toString, toString, toStringTree, toStringTree, toStringTree
-
-
-
-
Field Detail
-
def2prob
public Map<Deficiency,BigDecimal> def2prob
-
defT
public Token defT
-
floatT
public Token floatT
-
-
Constructor Detail
-
AddProbAllocContext
public AddProbAllocContext(ParserRuleContext parent, int invokingState)
-
AddProbAllocContext
public AddProbAllocContext(ParserRuleContext parent, int invokingState, Map<Deficiency,BigDecimal> def2prob)
-
-
Method Detail
-
NAME
public TerminalNode NAME()
-
FLOAT
public TerminalNode FLOAT()
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndex
in classRuleContext
-
enterRule
public void enterRule(ParseTreeListener listener)
- Overrides:
enterRule
in classParserRuleContext
-
exitRule
public void exitRule(ParseTreeListener listener)
- Overrides:
exitRule
in classParserRuleContext
-
-