public class JICompoundBlock extends JIExprJava
NULL_COMP_ALLOWED_FALSE, NULL_COMP_ALLOWED_TRUE, NULL_COMP_NOT_ALLOWEDRESERVED_VAR_VALUE| Constructor and Description | 
|---|
| JICompoundBlock(JIExpr parent) | 
| JICompoundBlock(JIExpr parent,
               int originNodeType) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getOriginNodeType() | 
| JIParserNode | getParseExpr() | 
| void | removeVariable(java.lang.String nam) | 
checkFor, checkForSyntacticElem, createExpr, findClass, getAddOperator, getAndConjunction, getComparisonOperator, getNullForOperation, getOrConjunction, getPackages, getReservedWord, getTerm, setPackagesbaseNullForOperation, consumeWord, findNextWord, findNextWord, getAddExpr, getAndExpr, getAssignExpr, getBooleanExpr, getBooleanExprVal, getBuiltInMethodVal, getCastingClass, getCompareExpr, getEscapeToken, getExpr, getExprVal, getFullyQualifiedIdent, getIdentTerm, getInput, getMultiplyExpr, getNullComparison, getOrExpr, getStmtExpr, getVarDeclExpr, isBuiltInMethod, isShowParseTree, noMoreTokenCheck, rewindWord, setContinueRead, setShowParseTreepublic JICompoundBlock(JIExpr parent)
public JICompoundBlock(JIExpr parent, int originNodeType)
public int getOriginNodeType()
public void removeVariable(java.lang.String nam)
public JIParserNode getParseExpr()
getParseExpr in class JIExpr