railo.transformer.bytecode.statement.java
Class UnaryOp
java.lang.Object
railo.transformer.bytecode.expression.ExpressionBase
railo.transformer.bytecode.statement.java.UnaryOp
- All Implemented Interfaces:
- Expression
public class UnaryOp
- extends ExpressionBase
Method Summary |
org.objectweb.asm.Type |
_writeOut(BytecodeContext bc,
int mode)
write out the stament to the adater |
static void |
dup(BytecodeContext bc,
org.objectweb.asm.Type t)
|
static org.objectweb.asm.Type |
result(org.objectweb.asm.Type left,
org.objectweb.asm.Type right)
|
UnaryOp
public UnaryOp(int line,
Object operant,
String operation,
DataBag db)
_writeOut
public org.objectweb.asm.Type _writeOut(BytecodeContext bc,
int mode)
throws BytecodeException
- Description copied from class:
ExpressionBase
- write out the stament to the adater
- Specified by:
_writeOut
in class ExpressionBase
- Returns:
- return Type of expression
- Throws:
BytecodeException
result
public static org.objectweb.asm.Type result(org.objectweb.asm.Type left,
org.objectweb.asm.Type right)
dup
public static void dup(BytecodeContext bc,
org.objectweb.asm.Type t)
Copyright © 2012 Railo