Class TealParser
Inheritance
System.Object
TealParser
Assembly: Teal.dll
Syntax
public class TealParser : Parser
Constructors
|
Improve this Doc
View Source
TealParser(ITokenStream)
Declaration
public TealParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
TealParser(ITokenStream, TextWriter, TextWriter)
Declaration
public TealParser(ITokenStream input, TextWriter output, TextWriter errorOutput)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
TextWriter |
output |
|
TextWriter |
errorOutput |
|
Fields
|
Improve this Doc
View Source
_ATN
Declaration
public static readonly ATN _ATN
Field Value
|
Improve this Doc
View Source
CHARSTRING
Declaration
public const int CHARSTRING = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int COMMENT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
decisionToDFA
Declaration
protected static Antlr4.Runtime.Dfa.DFA[] decisionToDFA
Field Value
Type |
Description |
Antlr4.Runtime.Dfa.DFA[] |
|
|
Improve this Doc
View Source
DefaultVocabulary
Declaration
public static readonly IVocabulary DefaultVocabulary
Field Value
Type |
Description |
IVocabulary |
|
|
Improve this Doc
View Source
FLOAT
Declaration
public const int FLOAT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
HEX
Declaration
public const int HEX = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
HEX_FLOAT
Declaration
public const int HEX_FLOAT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
INT
Declaration
public const int INT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int LINE_COMMENT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LONGSTRING
Declaration
public const int LONGSTRING = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NAME
Declaration
public const int NAME = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NORMALSTRING
Declaration
public const int NORMALSTRING = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_args
Declaration
public const int RULE_args = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_attnamelist
Declaration
public const int RULE_attnamelist = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_attrib
Declaration
public const int RULE_attrib = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_basetype
Declaration
public const int RULE_basetype = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_block
Declaration
public const int RULE_block = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_chunk
Declaration
public const int RULE_chunk = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_exp
Declaration
public const int RULE_exp = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_explist
Declaration
public const int RULE_explist = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_field
Declaration
public const int RULE_field = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_fieldlist
Declaration
public const int RULE_fieldlist = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_fieldsep
Declaration
public const int RULE_fieldsep = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_funcbody
Declaration
public const int RULE_funcbody = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_funcname
Declaration
public const int RULE_funcname = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_functioncall
Declaration
public const int RULE_functioncall = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_functiondef
Declaration
public const int RULE_functiondef = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_functiontype
Declaration
public const int RULE_functiontype = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_label
Declaration
public const int RULE_label = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_nameAndArgs
Declaration
public const int RULE_nameAndArgs = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_namelist
Declaration
public const int RULE_namelist = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_newtype
Declaration
public const int RULE_newtype = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_number
Declaration
public const int RULE_number = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_operatorAddSub
Declaration
public const int RULE_operatorAddSub = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_operatorAnd
Declaration
public const int RULE_operatorAnd = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_operatorBitwise
Declaration
public const int RULE_operatorBitwise = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_operatorComparison
Declaration
public const int RULE_operatorComparison = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_operatorMulDivMod
Declaration
public const int RULE_operatorMulDivMod = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_operatorOr
Declaration
public const int RULE_operatorOr = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_operatorPower
Declaration
public const int RULE_operatorPower = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_operatorStrcat
Declaration
public const int RULE_operatorStrcat = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_operatorUnary
Declaration
public const int RULE_operatorUnary = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_parlist
Declaration
public const int RULE_parlist = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_parname
Declaration
public const int RULE_parname = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_parnamelist
Declaration
public const int RULE_parnamelist = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_partype
Declaration
public const int RULE_partype = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_partypelist
Declaration
public const int RULE_partypelist = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_prefixexp
Declaration
public const int RULE_prefixexp = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_retlist
Declaration
public const int RULE_retlist = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_retstat
Declaration
public const int RULE_retstat = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_stat
Declaration
public const int RULE_stat = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_str
Declaration
public const int RULE_str = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_tableconstructor
Declaration
public const int RULE_tableconstructor = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_typ
Declaration
public const int RULE_typ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_typeargs
Declaration
public const int RULE_typeargs = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_typelist
Declaration
public const int RULE_typelist = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_variable
Declaration
public const int RULE_variable = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_varlist
Declaration
public const int RULE_varlist = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_varOrExp
Declaration
public const int RULE_varOrExp = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_varSuffix
Declaration
public const int RULE_varSuffix = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ruleNames
Declaration
public static readonly string[] ruleNames
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
sharedContextCache
Declaration
protected static PredictionContextCache sharedContextCache
Field Value
Type |
Description |
PredictionContextCache |
|
|
Improve this Doc
View Source
SHEBANG
Declaration
public const int SHEBANG = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__0
Declaration
public const int T__0 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__1
Declaration
public const int T__1 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__10
Declaration
public const int T__10 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__11
Declaration
public const int T__11 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__12
Declaration
public const int T__12 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__13
Declaration
public const int T__13 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__14
Declaration
public const int T__14 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__15
Declaration
public const int T__15 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__16
Declaration
public const int T__16 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__17
Declaration
public const int T__17 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__18
Declaration
public const int T__18 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__19
Declaration
public const int T__19 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__2
Declaration
public const int T__2 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__20
Declaration
public const int T__20 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__21
Declaration
public const int T__21 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__22
Declaration
public const int T__22 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__23
Declaration
public const int T__23 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__24
Declaration
public const int T__24 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__25
Declaration
public const int T__25 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__26
Declaration
public const int T__26 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__27
Declaration
public const int T__27 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__28
Declaration
public const int T__28 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__29
Declaration
public const int T__29 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__3
Declaration
public const int T__3 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__30
Declaration
public const int T__30 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__31
Declaration
public const int T__31 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__32
Declaration
public const int T__32 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__33
Declaration
public const int T__33 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__34
Declaration
public const int T__34 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__35
Declaration
public const int T__35 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__36
Declaration
public const int T__36 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__37
Declaration
public const int T__37 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__38
Declaration
public const int T__38 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__39
Declaration
public const int T__39 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__4
Declaration
public const int T__4 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__40
Declaration
public const int T__40 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__41
Declaration
public const int T__41 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__42
Declaration
public const int T__42 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__43
Declaration
public const int T__43 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__44
Declaration
public const int T__44 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__45
Declaration
public const int T__45 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__46
Declaration
public const int T__46 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__47
Declaration
public const int T__47 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__48
Declaration
public const int T__48 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__49
Declaration
public const int T__49 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__5
Declaration
public const int T__5 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__50
Declaration
public const int T__50 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__51
Declaration
public const int T__51 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__52
Declaration
public const int T__52 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__53
Declaration
public const int T__53 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__54
Declaration
public const int T__54 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__55
Declaration
public const int T__55 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__56
Declaration
public const int T__56 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__57
Declaration
public const int T__57 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__58
Declaration
public const int T__58 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__59
Declaration
public const int T__59 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__6
Declaration
public const int T__6 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__60
Declaration
public const int T__60 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__61
Declaration
public const int T__61 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__62
Declaration
public const int T__62 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__63
Declaration
public const int T__63 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__7
Declaration
public const int T__7 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__8
Declaration
public const int T__8 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__9
Declaration
public const int T__9 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WS
Declaration
public const int WS = null
Field Value
Type |
Description |
System.Int32 |
|
Properties
|
Improve this Doc
View Source
GrammarFileName
Declaration
public override string GrammarFileName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RuleNames
Declaration
public override string[] RuleNames { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
SerializedAtn
Declaration
public override string SerializedAtn { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Vocabulary
Declaration
public override IVocabulary Vocabulary { get; }
Property Value
Type |
Description |
IVocabulary |
|
Methods
|
Improve this Doc
View Source
args()
Declaration
public TealParser.ArgsContext args()
Returns
|
Improve this Doc
View Source
attnamelist()
Declaration
public TealParser.AttnamelistContext attnamelist()
Returns
|
Improve this Doc
View Source
attrib()
Declaration
public TealParser.AttribContext attrib()
Returns
|
Improve this Doc
View Source
basetype()
Declaration
public TealParser.BasetypeContext basetype()
Returns
|
Improve this Doc
View Source
block()
Declaration
public TealParser.BlockContext block()
Returns
|
Improve this Doc
View Source
chunk()
Declaration
public TealParser.ChunkContext chunk()
Returns
|
Improve this Doc
View Source
exp()
Declaration
public TealParser.ExpContext exp()
Returns
|
Improve this Doc
View Source
explist()
Declaration
public TealParser.ExplistContext explist()
Returns
|
Improve this Doc
View Source
field()
Declaration
public TealParser.FieldContext field()
Returns
|
Improve this Doc
View Source
fieldlist()
Declaration
public TealParser.FieldlistContext fieldlist()
Returns
|
Improve this Doc
View Source
fieldsep()
Declaration
public TealParser.FieldsepContext fieldsep()
Returns
|
Improve this Doc
View Source
funcbody()
Declaration
public TealParser.FuncbodyContext funcbody()
Returns
|
Improve this Doc
View Source
funcname()
Declaration
public TealParser.FuncnameContext funcname()
Returns
|
Improve this Doc
View Source
functioncall()
Declaration
public TealParser.FunctioncallContext functioncall()
Returns
|
Improve this Doc
View Source
functiondef()
Declaration
public TealParser.FunctiondefContext functiondef()
Returns
|
Improve this Doc
View Source
functiontype()
Declaration
public TealParser.FunctiontypeContext functiontype()
Returns
|
Improve this Doc
View Source
label()
Declaration
public TealParser.LabelContext label()
Returns
|
Improve this Doc
View Source
nameAndArgs()
Declaration
public TealParser.NameAndArgsContext nameAndArgs()
Returns
|
Improve this Doc
View Source
namelist()
Declaration
public TealParser.NamelistContext namelist()
Returns
|
Improve this Doc
View Source
newtype()
Declaration
public TealParser.NewtypeContext newtype()
Returns
|
Improve this Doc
View Source
number()
Declaration
public TealParser.NumberContext number()
Returns
|
Improve this Doc
View Source
operatorAddSub()
Declaration
public TealParser.OperatorAddSubContext operatorAddSub()
Returns
|
Improve this Doc
View Source
operatorAnd()
Declaration
public TealParser.OperatorAndContext operatorAnd()
Returns
|
Improve this Doc
View Source
operatorBitwise()
Declaration
public TealParser.OperatorBitwiseContext operatorBitwise()
Returns
|
Improve this Doc
View Source
operatorComparison()
Declaration
public TealParser.OperatorComparisonContext operatorComparison()
Returns
|
Improve this Doc
View Source
operatorMulDivMod()
Declaration
public TealParser.OperatorMulDivModContext operatorMulDivMod()
Returns
|
Improve this Doc
View Source
operatorOr()
Declaration
public TealParser.OperatorOrContext operatorOr()
Returns
|
Improve this Doc
View Source
operatorPower()
Declaration
public TealParser.OperatorPowerContext operatorPower()
Returns
|
Improve this Doc
View Source
operatorStrcat()
Declaration
public TealParser.OperatorStrcatContext operatorStrcat()
Returns
|
Improve this Doc
View Source
operatorUnary()
Declaration
public TealParser.OperatorUnaryContext operatorUnary()
Returns
|
Improve this Doc
View Source
parlist()
Declaration
public TealParser.ParlistContext parlist()
Returns
|
Improve this Doc
View Source
parname()
Declaration
public TealParser.ParnameContext parname()
Returns
|
Improve this Doc
View Source
parnamelist()
Declaration
public TealParser.ParnamelistContext parnamelist()
Returns
|
Improve this Doc
View Source
partype()
Declaration
public TealParser.PartypeContext partype()
Returns
|
Improve this Doc
View Source
partypelist()
Declaration
public TealParser.PartypelistContext partypelist()
Returns
|
Improve this Doc
View Source
prefixexp()
Declaration
public TealParser.PrefixexpContext prefixexp()
Returns
|
Improve this Doc
View Source
retlist()
Declaration
public TealParser.RetlistContext retlist()
Returns
|
Improve this Doc
View Source
retstat()
Declaration
public TealParser.RetstatContext retstat()
Returns
|
Improve this Doc
View Source
Sempred(RuleContext, Int32, Int32)
Declaration
public override bool Sempred(RuleContext _localctx, int ruleIndex, int predIndex)
Parameters
Type |
Name |
Description |
RuleContext |
_localctx |
|
System.Int32 |
ruleIndex |
|
System.Int32 |
predIndex |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
stat()
Declaration
public TealParser.StatContext stat()
Returns
|
Improve this Doc
View Source
str()
Declaration
public TealParser.StrContext str()
Returns
|
Improve this Doc
View Source
tableconstructor()
Declaration
public TealParser.TableconstructorContext tableconstructor()
Returns
|
Improve this Doc
View Source
typ()
Declaration
public TealParser.TypContext typ()
Returns
|
Improve this Doc
View Source
typeargs()
Declaration
public TealParser.TypeargsContext typeargs()
Returns
|
Improve this Doc
View Source
typelist()
Declaration
public TealParser.TypelistContext typelist()
Returns
|
Improve this Doc
View Source
variable()
Declaration
public TealParser.VariableContext variable()
Returns
|
Improve this Doc
View Source
varlist()
Declaration
public TealParser.VarlistContext varlist()
Returns
|
Improve this Doc
View Source
varOrExp()
Declaration
public TealParser.VarOrExpContext varOrExp()
Returns
|
Improve this Doc
View Source
varSuffix()
Declaration
public TealParser.VarSuffixContext varSuffix()
Returns