Package com.googlecode.dex2jar.ir.expr
Class Value.E1Expr
java.lang.Object
com.googlecode.dex2jar.ir.expr.Value
com.googlecode.dex2jar.ir.expr.Value.E1Expr
- All Implemented Interfaces:
Cloneable
- Enclosing class:
Value
Represent an expression with 1 argument
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.googlecode.dex2jar.ir.expr.Value
Value.E0Expr, Value.E1Expr, Value.E2Expr, Value.EnExpr, Value.VT -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOp()protected voidclean resource used by this value,release memoryvoid
-
Field Details
-
op
-
-
Constructor Details
-
E1Expr
- Parameters:
op- the value should be trimmed
-
-
Method Details