Package org.teavm.ast
Class BoundCheckExpr
java.lang.Object
org.teavm.ast.Expr
org.teavm.ast.BoundCheckExpr
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.teavm.ast.Expr
addInt, and, binary, binary, clone, constant, constructObject, createArray, createArray, createObject, divInt, getLocation, getVariableIndex, instanceOf, invert, invoke, invokeSpecial, invokeStatic, less, or, qualify, setLocation, setVariableIndex, subscript, unary, var
-
Constructor Details
-
BoundCheckExpr
public BoundCheckExpr()
-
-
Method Details
-
getIndex
-
setIndex
-
getArray
-
setArray
-
isLower
public boolean isLower() -
setLower
public void setLower(boolean lower) -
acceptVisitor
- Specified by:
acceptVisitorin classExpr
-
clone
-