类 DebugBlockEnvContext
java.lang.Object
org.beetl.core.BlockEnvContext
org.beetl.core.debug.DebugBlockEnvContext
-
字段概要
字段从类继承的字段 org.beetl.core.BlockEnvContext
blockList, blockRef, canStopContinueBreakFlag, gotoValue, parent, vars -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intintgetSet()voidsetBlockEndLine(int blockEndLine) voidsetBlockStartLine(int blockStartLine) void从类继承的方法 org.beetl.core.BlockEnvContext
getBlockList, getBlockRef, getParent, getVarDescrption, getVars, setBlockList, setBlockRef, setParent, setVars, toString
-
字段详细资料
-
blockStartLine
protected int blockStartLine -
blockEndLine
protected int blockEndLine -
set
-
-
构造器详细资料
-
DebugBlockEnvContext
public DebugBlockEnvContext()
-
-
方法详细资料
-
getBlockStartLine
public int getBlockStartLine() -
setBlockStartLine
public void setBlockStartLine(int blockStartLine) -
getBlockEndLine
public int getBlockEndLine() -
setBlockEndLine
public void setBlockEndLine(int blockEndLine) -
getSet
-
setSet
-