Package com.googlecode.dex2jar.ir.expr
Class Value
java.lang.Object
com.googlecode.dex2jar.ir.expr.Value
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
Value.E0Expr,Value.E1Expr,Value.E2Expr,Value.EnExpr
Represent a local/constant/expression
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresent an expression with no argumentstatic classRepresent an expression with 1 argumentstatic classRepresent an expression with 2 argumentsstatic classRepresent an expression with 3+ argumentsstatic enumValue Type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CAN_THROW
public static final int CAN_THROW- See Also:
-
MAY_THROW
public static final int MAY_THROW- See Also:
-
et
The number of argument -
valueType
-
tag
-
vt
Value Type
-
-
Constructor Details
-
Value
- Parameters:
vt- Value Typeet- The number of argument
-
-
Method Details