jcaas.script_nodes
Class AnnotationGlobals
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)