Frames | No Frames |
Classes derived from gnu.expr.Target | |
class | Same as StackTarget, but catch ClassCastException. |
class | This is the Target of a boolean expression, in a conditional context. |
class | A Target which is some variable that implements gnu.lists.Consumer. |
class | |
class | The value in the result (as a sequence of values) is passed to a function. |
class |
Fields of type gnu.expr.Target | |
Target | A Target which means that the result is ignored. |
Target | A Target which means to push an Object on the JVM stack. |
Methods with parameter type gnu.expr.Target | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | IfExp.compile(Expression test, Expression then_clause, Expression else_clause, Compilation comp, Target target) |
void | |
void | PrimProcedure.compileInvoke(Compilation comp, Method method, Target target, boolean isTailCall, int op_code, Type stackType) Emit the actual invoke operation, after arguments have been pushed. |
void | Compile, but take note of line number. |
void | |
void | Compile an expression using a temporary Consumer, if needed. |
void | ConsumerTarget.compileUsingConsumer(Expression exp, Compilation comp, Target target, Method makeMethod, Method resultMethod) |
void | Same as compile, but emit line number beforehard. |
void | Same as 2-argument compileWithPosition,
but use some other Expression's line number. |
void | Emit code for incoming instanceof this_type. |
void |
Methods with return type gnu.expr.Target | |
Target | |
Target | |
Target | |
Target | |
Target | Make a Target that uses the current CallContext's current Consumer. |
Target | Return a Target to push a value of specified type on JCM stack. |
Methods with parameter type gnu.expr.Target | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | ValuesMap.compileInlined(LambdaExp lambda, Expression vals, int startCounter, Method matchesMethod, Compilation comp, Target target) |
Methods with parameter type gnu.expr.Target | |
void | |
void |
Methods with parameter type gnu.expr.Target | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void |
Methods with parameter type gnu.expr.Target | |
void | |
void |
Methods with parameter type gnu.expr.Target | |
void | |
void | |
void | |
void | |
void | |
void | Compile an expression using a fresh NodeTree. |
void | |
void |
Methods with parameter type gnu.expr.Target | |
void | |
void | |
void | |
void | |
void | |
void |
Methods with parameter type gnu.expr.Target | |
void | |
void |
Methods with parameter type gnu.expr.Target | |
void | |
void |