Package gw.lang.ir.expression
Class IRArrayLengthExpression
- java.lang.Object
-
- gw.lang.ir.IRElement
-
- gw.lang.ir.IRExpression
-
- gw.lang.ir.expression.IRArrayLengthExpression
-
public class IRArrayLengthExpression extends IRExpression
-
-
Constructor Summary
Constructors Constructor Description IRArrayLengthExpression(IRExpression root)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRExpression
getRoot()
IRType
getType()
-
Methods inherited from class gw.lang.ir.IRExpression
getConditionContext
-
Methods inherited from class gw.lang.ir.IRElement
getLineNumber, getParent, isImplicit, maybeEraseStructuralSymbolTypes, maybeEraseStructuralType, maybeEraseStructuralType, maybeEraseStructuralTypes, setImplicit, setLineNumber, setParent, setParentToThis
-
-
-
-
Constructor Detail
-
IRArrayLengthExpression
public IRArrayLengthExpression(IRExpression root)
-
-
Method Detail
-
getRoot
public IRExpression getRoot()
-
getType
public IRType getType()
- Specified by:
getType
in classIRExpression
-
-