类 DebugProgramBuilderContext
java.lang.Object
org.beetl.core.ProgramBuilderContext
org.beetl.core.debug.DebugProgramBuilderContext
-
嵌套类概要
嵌套类 -
字段概要
从类继承的字段 org.beetl.core.ProgramBuilderContext
current, globalIndexMap, globalVar, isSafeOutput, listNodeEval, root, rootIndexMap, varIndexSize -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明在当前context定义变量voidenterBlock(org.antlr.v4.runtime.ParserRuleContext ruleContext) 进入一个scopevoidprotected voidvarIndexPoint(BlockEnvContext blockEnvContext, VarDescription vd, int index) 从类继承的方法 org.beetl.core.ProgramBuilderContext
addRootVarAdnPosition, addVarAndPostion, anzlysze, anzlyszeGlobal, anzlyszeLocal, contain, findVar, hasDefined, searchVar, setNodeEvalObject, setVarAttr, setVarPosition
-
构造器详细资料
-
DebugProgramBuilderContext
public DebugProgramBuilderContext()
-
-
方法详细资料
-
varIndexPoint
- 覆盖:
varIndexPoint在类中ProgramBuilderContext
-
addVar
从类复制的说明:ProgramBuilderContext在当前context定义变量- 覆盖:
addVar在类中ProgramBuilderContext
-
newBlockEnvContext
-
newVarDescription
-
enterBlock
public void enterBlock(org.antlr.v4.runtime.ParserRuleContext ruleContext) 从类复制的说明:ProgramBuilderContext进入一个scope- 覆盖:
enterBlock在类中ProgramBuilderContext
-
exitBlock
- 覆盖:
exitBlock在类中ProgramBuilderContext
-