org.siebengeisslein.pclass
Interface BooleanExpression

All Superinterfaces:
CodeFragment, Expression
All Known Implementing Classes:
BinaryOperator

public interface BooleanExpression
extends Expression


Method Summary
 void visitBranch(org.objectweb.asm.MethodVisitor mv, Frame frame, PClass clazz, org.objectweb.asm.Label label)
           
 
Methods inherited from interface org.siebengeisslein.pclass.expression.Expression
getContainer, getResultType, getVariableManager, isAssignable, onRemove, replaceWith, setContainer, toString, visit, visitAssignTo
 

Method Detail

visitBranch

void visitBranch(org.objectweb.asm.MethodVisitor mv,
                 Frame frame,
                 PClass clazz,
                 org.objectweb.asm.Label label)