jcaas.script_nodes
Class AnnotationGlobals

java.lang.Object
  extended by jcaas.script_nodes.AnnotationGlobals

public class AnnotationGlobals
extends java.lang.Object

Author:
reverend TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Method Summary
 org.apache.bcel.generic.InstructionHandle[] getCurrentMatch()
           
 org.apache.bcel.generic.MethodGen getCurrentMethod()
           
static AnnotationGlobals getInstance()
           
 InstructionListInsertor getInstructionListInsertor()
           
 void setCurrentMatch(org.apache.bcel.generic.InstructionHandle[] match)
           
 void setCurrentMethod(org.apache.bcel.generic.MethodGen gmethod)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static AnnotationGlobals getInstance()

getCurrentMethod

public org.apache.bcel.generic.MethodGen getCurrentMethod()

getCurrentMatch

public org.apache.bcel.generic.InstructionHandle[] getCurrentMatch()

getInstructionListInsertor

public InstructionListInsertor getInstructionListInsertor()

setCurrentMethod

public void setCurrentMethod(org.apache.bcel.generic.MethodGen gmethod)

setCurrentMatch

public void setCurrentMatch(org.apache.bcel.generic.InstructionHandle[] match)