|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjoeq.Compiler.BytecodeAnalysis.Bytecodes.EmptyVisitor
public abstract static class Bytecodes.EmptyVisitor
| Constructor Summary | |
|---|---|
Bytecodes.EmptyVisitor()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Bytecodes.EmptyVisitor()
| Method Detail |
|---|
public void visitStackInstruction(Bytecodes.StackInstruction obj)
visitStackInstruction in interface Bytecodes.Visitorpublic void visitLocalVariableInstruction(Bytecodes.LocalVariableInstruction obj)
visitLocalVariableInstruction in interface Bytecodes.Visitorpublic void visitBranchInstruction(Bytecodes.BranchInstruction obj)
visitBranchInstruction in interface Bytecodes.Visitorpublic void visitLoadClass(Bytecodes.LoadClass obj)
visitLoadClass in interface Bytecodes.Visitorpublic void visitFieldInstruction(Bytecodes.FieldInstruction obj)
visitFieldInstruction in interface Bytecodes.Visitorpublic void visitIfInstruction(Bytecodes.IfInstruction obj)
visitIfInstruction in interface Bytecodes.Visitorpublic void visitConversionInstruction(Bytecodes.ConversionInstruction obj)
visitConversionInstruction in interface Bytecodes.Visitorpublic void visitPopInstruction(Bytecodes.PopInstruction obj)
visitPopInstruction in interface Bytecodes.Visitorpublic void visitJsrInstruction(Bytecodes.JsrInstruction obj)
visitJsrInstruction in interface Bytecodes.Visitorpublic void visitGotoInstruction(Bytecodes.GotoInstruction obj)
visitGotoInstruction in interface Bytecodes.Visitorpublic void visitStoreInstruction(Bytecodes.StoreInstruction obj)
visitStoreInstruction in interface Bytecodes.Visitorpublic void visitTypedInstruction(Bytecodes.TypedInstruction obj)
visitTypedInstruction in interface Bytecodes.Visitorpublic void visitSelect(Bytecodes.Select obj)
visitSelect in interface Bytecodes.Visitorpublic void visitUnconditionalBranch(Bytecodes.UnconditionalBranch obj)
visitUnconditionalBranch in interface Bytecodes.Visitorpublic void visitPushInstruction(Bytecodes.PushInstruction obj)
visitPushInstruction in interface Bytecodes.Visitorpublic void visitArithmeticInstruction(Bytecodes.ArithmeticInstruction obj)
visitArithmeticInstruction in interface Bytecodes.Visitorpublic void visitCPInstruction(Bytecodes.CPInstruction obj)
visitCPInstruction in interface Bytecodes.Visitorpublic void visitInvokeInstruction(Bytecodes.InvokeInstruction obj)
visitInvokeInstruction in interface Bytecodes.Visitorpublic void visitArrayInstruction(Bytecodes.ArrayInstruction obj)
visitArrayInstruction in interface Bytecodes.Visitorpublic void visitAllocationInstruction(Bytecodes.AllocationInstruction obj)
visitAllocationInstruction in interface Bytecodes.Visitorpublic void visitReturnInstruction(Bytecodes.ReturnInstruction obj)
visitReturnInstruction in interface Bytecodes.Visitorpublic void visitFieldOrMethod(Bytecodes.FieldOrMethod obj)
visitFieldOrMethod in interface Bytecodes.Visitorpublic void visitConstantPushInstruction(Bytecodes.ConstantPushInstruction obj)
visitConstantPushInstruction in interface Bytecodes.Visitorpublic void visitExceptionThrower(Bytecodes.ExceptionThrower obj)
visitExceptionThrower in interface Bytecodes.Visitorpublic void visitLoadInstruction(Bytecodes.LoadInstruction obj)
visitLoadInstruction in interface Bytecodes.Visitorpublic void visitVariableLengthInstruction(Bytecodes.VariableLengthInstruction obj)
visitVariableLengthInstruction in interface Bytecodes.Visitorpublic void visitStackProducer(Bytecodes.StackProducer obj)
visitStackProducer in interface Bytecodes.Visitorpublic void visitStackConsumer(Bytecodes.StackConsumer obj)
visitStackConsumer in interface Bytecodes.Visitor