Source compatibility report for the library XWork from version 2.1.2 to 2.1.3
Summary
1 |
1040 |
9193 / 834 |
Incompatible |
Problem Summary
Added Methods (281)
xwork-2.1.3.jar, ClassFinder.class
package com.opensymphony.xwork2.util.finder
ClassFinder.ClassFinder ( ClassLoaderInterface classLoader )
[ run-time name: com/opensymphony/xwork2/util/finder/ClassFinder."<init>":(Lcom/opensymphony/xwork2/util/finder/ClassLoaderInterface;)V ]
ClassFinder.ClassFinder ( ClassLoaderInterface classLoader, boolean excludeParent )
[ run-time name: com/opensymphony/xwork2/util/finder/ClassFinder."<init>":(Lcom/opensymphony/xwork2/util/finder/ClassLoaderInterface;Z)V ]
ClassFinder.ClassFinder ( ClassLoaderInterface classLoader, ClassLoaderInterface exclude )
[ run-time name: com/opensymphony/xwork2/util/finder/ClassFinder."<init>":(Lcom/opensymphony/xwork2/util/finder/ClassLoaderInterface;Lcom/opensymphony/xwork2/util/finder/ClassLoaderInterface;)V ]
ClassFinder.ClassFinder ( ClassLoaderInterface classLoader, java.net.URL url )
[ run-time name: com/opensymphony/xwork2/util/finder/ClassFinder."<init>":(Lcom/opensymphony/xwork2/util/finder/ClassLoaderInterface;Ljava/net/URL;)V ]
ClassFinder.ClassFinder ( ClassLoaderInterface classLoader, String[] dirNames )
[ run-time name: com/opensymphony/xwork2/util/finder/ClassFinder."<init>":(Lcom/opensymphony/xwork2/util/finder/ClassLoaderInterface;[Ljava/lang/String;)V ]
ClassFinder.ClassFinder ( ClassLoaderInterface classLoaderInterface, java.util.Collection urls )
[ run-time name: com/opensymphony/xwork2/util/finder/ClassFinder."<init>":(Lcom/opensymphony/xwork2/util/finder/ClassLoaderInterface;Ljava/util/Collection;)V ]
ClassFinder.ClassFinder ( ClassLoaderInterface classLoaderInterface, java.util.Collection urls, boolean extractBaseInterfaces )
[ run-time name: com/opensymphony/xwork2/util/finder/ClassFinder."<init>":(Lcom/opensymphony/xwork2/util/finder/ClassLoaderInterface;Ljava/util/Collection;Z)V ]
ClassFinder.ClassFinder ( ClassLoaderInterface classLoaderInterface, java.util.Collection urls, boolean extractBaseInterfaces, java.util.Set protocols )
[ run-time name: com/opensymphony/xwork2/util/finder/ClassFinder."<init>":(Lcom/opensymphony/xwork2/util/finder/ClassLoaderInterface;Ljava/util/Collection;ZLjava/util/Set;)V ]
xwork-2.1.3.jar, ClassLoaderInterface.class
package com.opensymphony.xwork2.util.finder
ClassLoaderInterface.getParent ( ) [abstract]:ClassLoaderInterface
[ run-time name: com/opensymphony/xwork2/util/finder/ClassLoaderInterface.getParent:()Lcom/opensymphony/xwork2/util/finder/ClassLoaderInterface; ]
ClassLoaderInterface.getResource ( String p1 ) [abstract]:java.net.URL
[ run-time name: com/opensymphony/xwork2/util/finder/ClassLoaderInterface.getResource:(Ljava/lang/String;)Ljava/net/URL; ]
ClassLoaderInterface.getResourceAsStream ( String p1 ) [abstract]:java.io.InputStream
[ run-time name: com/opensymphony/xwork2/util/finder/ClassLoaderInterface.getResourceAsStream:(Ljava/lang/String;)Ljava/io/InputStream; ]
ClassLoaderInterface.getResources ( String p1 ) [abstract]:java.util.Enumeration
[ run-time name: com/opensymphony/xwork2/util/finder/ClassLoaderInterface.getResources:(Ljava/lang/String;)Ljava/util/Enumeration; ]
ClassLoaderInterface.loadClass ( String p1 ) [abstract]:Class
[ run-time name: com/opensymphony/xwork2/util/finder/ClassLoaderInterface.loadClass:(Ljava/lang/String;)Ljava/lang/Class; ]
xwork-2.1.3.jar, ClassLoaderInterfaceDelegate.class
package com.opensymphony.xwork2.util.finder
ClassLoaderInterfaceDelegate.ClassLoaderInterfaceDelegate ( ClassLoader classLoader )
[ run-time name: com/opensymphony/xwork2/util/finder/ClassLoaderInterfaceDelegate."<init>":(Ljava/lang/ClassLoader;)V ]
ClassLoaderInterfaceDelegate.getParent ( ):ClassLoaderInterface
[ run-time name: com/opensymphony/xwork2/util/finder/ClassLoaderInterfaceDelegate.getParent:()Lcom/opensymphony/xwork2/util/finder/ClassLoaderInterface; ]
ClassLoaderInterfaceDelegate.getResource ( String className ):java.net.URL
[ run-time name: com/opensymphony/xwork2/util/finder/ClassLoaderInterfaceDelegate.getResource:(Ljava/lang/String;)Ljava/net/URL; ]
ClassLoaderInterfaceDelegate.getResourceAsStream ( String name ):java.io.InputStream
[ run-time name: com/opensymphony/xwork2/util/finder/ClassLoaderInterfaceDelegate.getResourceAsStream:(Ljava/lang/String;)Ljava/io/InputStream; ]
ClassLoaderInterfaceDelegate.getResources ( String name ):java.util.Enumeration
[ run-time name: com/opensymphony/xwork2/util/finder/ClassLoaderInterfaceDelegate.getResources:(Ljava/lang/String;)Ljava/util/Enumeration; ]
ClassLoaderInterfaceDelegate.loadClass ( String name ):Class
[ run-time name: com/opensymphony/xwork2/util/finder/ClassLoaderInterfaceDelegate.loadClass:(Ljava/lang/String;)Ljava/lang/Class; ]
xwork-2.1.3.jar, Configuration.class
package com.opensymphony.xwork2.config
Configuration.removePackageConfig ( String p1 ) [abstract]:entities.PackageConfig
[ run-time name: com/opensymphony/xwork2/config/Configuration.removePackageConfig:(Ljava/lang/String;)Lcom/opensymphony/xwork2/config/entities/PackageConfig; ]
xwork-2.1.3.jar, Entities.class
package org.apache.commons.lang.xwork
Entities.addEntities ( String[][] entityArray ):void
[ run-time name: org/apache/commons/lang/xwork/Entities.addEntities:([[Ljava/lang/String;)V ]
Entities.addEntity ( String name, int value ):void
[ run-time name: org/apache/commons/lang/xwork/Entities.addEntity:(Ljava/lang/String;I)V ]
Entities.entityName ( int value ):String
[ run-time name: org/apache/commons/lang/xwork/Entities.entityName:(I)Ljava/lang/String; ]
Entities.entityValue ( String name ):int
[ run-time name: org/apache/commons/lang/xwork/Entities.entityValue:(Ljava/lang/String;)I ]
Entities.escape ( java.io.Writer writer, String str ):void
[ run-time name: org/apache/commons/lang/xwork/Entities.escape:(Ljava/io/Writer;Ljava/lang/String;)V ]
Entities.escape ( String str ):String
[ run-time name: org/apache/commons/lang/xwork/Entities.escape:(Ljava/lang/String;)Ljava/lang/String; ]
Entities.unescape ( java.io.Writer writer, String str ):void
[ run-time name: org/apache/commons/lang/xwork/Entities.unescape:(Ljava/io/Writer;Ljava/lang/String;)V ]
Entities.unescape ( String str ):String
[ run-time name: org/apache/commons/lang/xwork/Entities.unescape:(Ljava/lang/String;)Ljava/lang/String; ]
xwork-2.1.3.jar, FileManager.class
package com.opensymphony.xwork2.util
FileManager.fileNeedsReloading ( String fileName, Class clazz ) [static]:boolean
[ run-time name: com/opensymphony/xwork2/util/FileManager.fileNeedsReloading:(Ljava/lang/String;Ljava/lang/Class;)Z ]
xwork-2.1.3.jar, I18nInterceptor.class
package com.opensymphony.xwork2.interceptor
I18nInterceptor.setRequestOnlyParameterName ( String requestOnlyParameterName ):void
[ run-time name: com/opensymphony/xwork2/interceptor/I18nInterceptor.setRequestOnlyParameterName:(Ljava/lang/String;)V ]
xwork-2.1.3.jar, IntHashMap.class
package org.apache.commons.lang.xwork
IntHashMap.clear ( ):void
[ run-time name: org/apache/commons/lang/xwork/IntHashMap.clear:()V ]
IntHashMap.contains ( Object value ):boolean
[ run-time name: org/apache/commons/lang/xwork/IntHashMap.contains:(Ljava/lang/Object;)Z ]
IntHashMap.containsKey ( int key ):boolean
[ run-time name: org/apache/commons/lang/xwork/IntHashMap.containsKey:(I)Z ]
IntHashMap.containsValue ( Object value ):boolean
[ run-time name: org/apache/commons/lang/xwork/IntHashMap.containsValue:(Ljava/lang/Object;)Z ]
IntHashMap.get ( int key ):Object
[ run-time name: org/apache/commons/lang/xwork/IntHashMap.get:(I)Ljava/lang/Object; ]
IntHashMap.IntHashMap ( )
[ run-time name: org/apache/commons/lang/xwork/IntHashMap."<init>":()V ]
IntHashMap.IntHashMap ( int initialCapacity )
[ run-time name: org/apache/commons/lang/xwork/IntHashMap."<init>":(I)V ]
IntHashMap.IntHashMap ( int initialCapacity, float loadFactor )
[ run-time name: org/apache/commons/lang/xwork/IntHashMap."<init>":(IF)V ]
IntHashMap.isEmpty ( ):boolean
[ run-time name: org/apache/commons/lang/xwork/IntHashMap.isEmpty:()Z ]
IntHashMap.put ( int key, Object value ):Object
[ run-time name: org/apache/commons/lang/xwork/IntHashMap.put:(ILjava/lang/Object;)Ljava/lang/Object; ]
IntHashMap.rehash ( ):void
[ run-time name: org/apache/commons/lang/xwork/IntHashMap.rehash:()V ]
IntHashMap.remove ( int key ):Object
[ run-time name: org/apache/commons/lang/xwork/IntHashMap.remove:(I)Ljava/lang/Object; ]
IntHashMap.size ( ):int
[ run-time name: org/apache/commons/lang/xwork/IntHashMap.size:()I ]
xwork-2.1.3.jar, LocalizedTextUtil.class
package com.opensymphony.xwork2.util
LocalizedTextUtil.clearBundle ( String bundleName ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/LocalizedTextUtil.clearBundle:(Ljava/lang/String;)V ]
LocalizedTextUtil.setDelegatedClassLoader ( ClassLoader classLoader ) [static]:void
[ run-time name: com/opensymphony/xwork2/util/LocalizedTextUtil.setDelegatedClassLoader:(Ljava/lang/ClassLoader;)V ]
xwork-2.1.3.jar, Nestable.class
package org.apache.commons.lang.xwork.exception
Nestable.getCause ( ) [abstract]:Throwable
[ run-time name: org/apache/commons/lang/xwork/exception/Nestable.getCause:()Ljava/lang/Throwable; ]
Nestable.getMessage ( ) [abstract]:String
[ run-time name: org/apache/commons/lang/xwork/exception/Nestable.getMessage:()Ljava/lang/String; ]
Nestable.getMessage ( int p1 ) [abstract]:String
[ run-time name: org/apache/commons/lang/xwork/exception/Nestable.getMessage:(I)Ljava/lang/String; ]
Nestable.getMessages ( ) [abstract]:String[]
[ run-time name: org/apache/commons/lang/xwork/exception/Nestable.getMessages:()[Ljava/lang/String; ]
Nestable.getThrowable ( int p1 ) [abstract]:Throwable
[ run-time name: org/apache/commons/lang/xwork/exception/Nestable.getThrowable:(I)Ljava/lang/Throwable; ]
Nestable.getThrowableCount ( ) [abstract]:int
[ run-time name: org/apache/commons/lang/xwork/exception/Nestable.getThrowableCount:()I ]
Nestable.getThrowables ( ) [abstract]:Throwable[]
[ run-time name: org/apache/commons/lang/xwork/exception/Nestable.getThrowables:()[Ljava/lang/Throwable; ]
Nestable.indexOfThrowable ( Class p1 ) [abstract]:int
[ run-time name: org/apache/commons/lang/xwork/exception/Nestable.indexOfThrowable:(Ljava/lang/Class;)I ]
Nestable.indexOfThrowable ( Class p1, int p2 ) [abstract]:int
[ run-time name: org/apache/commons/lang/xwork/exception/Nestable.indexOfThrowable:(Ljava/lang/Class;I)I ]
Nestable.printPartialStackTrace ( java.io.PrintWriter p1 ) [abstract]:void
[ run-time name: org/apache/commons/lang/xwork/exception/Nestable.printPartialStackTrace:(Ljava/io/PrintWriter;)V ]
Nestable.printStackTrace ( java.io.PrintStream p1 ) [abstract]:void
[ run-time name: org/apache/commons/lang/xwork/exception/Nestable.printStackTrace:(Ljava/io/PrintStream;)V ]
Nestable.printStackTrace ( java.io.PrintWriter p1 ) [abstract]:void
[ run-time name: org/apache/commons/lang/xwork/exception/Nestable.printStackTrace:(Ljava/io/PrintWriter;)V ]
xwork-2.1.3.jar, NestableRuntimeException.class
package org.apache.commons.lang.xwork.exception
NestableRuntimeException.getCause ( ):Throwable
[ run-time name: org/apache/commons/lang/xwork/exception/NestableRuntimeException.getCause:()Ljava/lang/Throwable; ]
NestableRuntimeException.getMessage ( ):String
[ run-time name: org/apache/commons/lang/xwork/exception/NestableRuntimeException.getMessage:()Ljava/lang/String; ]
NestableRuntimeException.getMessage ( int index ):String
[ run-time name: org/apache/commons/lang/xwork/exception/NestableRuntimeException.getMessage:(I)Ljava/lang/String; ]
NestableRuntimeException.getMessages ( ):String[]
[ run-time name: org/apache/commons/lang/xwork/exception/NestableRuntimeException.getMessages:()[Ljava/lang/String; ]
NestableRuntimeException.getThrowable ( int index ):Throwable
[ run-time name: org/apache/commons/lang/xwork/exception/NestableRuntimeException.getThrowable:(I)Ljava/lang/Throwable; ]
NestableRuntimeException.getThrowableCount ( ):int
[ run-time name: org/apache/commons/lang/xwork/exception/NestableRuntimeException.getThrowableCount:()I ]
NestableRuntimeException.getThrowables ( ):Throwable[]
[ run-time name: org/apache/commons/lang/xwork/exception/NestableRuntimeException.getThrowables:()[Ljava/lang/Throwable; ]
NestableRuntimeException.indexOfThrowable ( Class type ):int
[ run-time name: org/apache/commons/lang/xwork/exception/NestableRuntimeException.indexOfThrowable:(Ljava/lang/Class;)I ]
NestableRuntimeException.indexOfThrowable ( Class type, int fromIndex ):int
[ run-time name: org/apache/commons/lang/xwork/exception/NestableRuntimeException.indexOfThrowable:(Ljava/lang/Class;I)I ]
NestableRuntimeException.NestableRuntimeException ( )
[ run-time name: org/apache/commons/lang/xwork/exception/NestableRuntimeException."<init>":()V ]
NestableRuntimeException.NestableRuntimeException ( String msg )
[ run-time name: org/apache/commons/lang/xwork/exception/NestableRuntimeException."<init>":(Ljava/lang/String;)V ]
NestableRuntimeException.NestableRuntimeException ( String msg, Throwable cause )
[ run-time name: org/apache/commons/lang/xwork/exception/NestableRuntimeException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V ]
NestableRuntimeException.NestableRuntimeException ( Throwable cause )
[ run-time name: org/apache/commons/lang/xwork/exception/NestableRuntimeException."<init>":(Ljava/lang/Throwable;)V ]
NestableRuntimeException.printPartialStackTrace ( java.io.PrintWriter out ):void
[ run-time name: org/apache/commons/lang/xwork/exception/NestableRuntimeException.printPartialStackTrace:(Ljava/io/PrintWriter;)V ]
NestableRuntimeException.printStackTrace ( ):void
[ run-time name: org/apache/commons/lang/xwork/exception/NestableRuntimeException.printStackTrace:()V ]
NestableRuntimeException.printStackTrace ( java.io.PrintStream out ):void
[ run-time name: org/apache/commons/lang/xwork/exception/NestableRuntimeException.printStackTrace:(Ljava/io/PrintStream;)V ]
NestableRuntimeException.printStackTrace ( java.io.PrintWriter out ):void
[ run-time name: org/apache/commons/lang/xwork/exception/NestableRuntimeException.printStackTrace:(Ljava/io/PrintWriter;)V ]
xwork-2.1.3.jar, ObjectUtils.class
package org.apache.commons.lang.xwork
ObjectUtils.appendIdentityToString ( StringBuffer buffer, Object object ) [static]:StringBuffer
[ run-time name: org/apache/commons/lang/xwork/ObjectUtils.appendIdentityToString:(Ljava/lang/StringBuffer;Ljava/lang/Object;)Ljava/lang/StringBuffer; ]
ObjectUtils.defaultIfNull ( Object object, Object defaultValue ) [static]:Object
[ run-time name: org/apache/commons/lang/xwork/ObjectUtils.defaultIfNull:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; ]
ObjectUtils.equals ( Object object1, Object object2 ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/ObjectUtils.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z ]
ObjectUtils.hashCode ( Object obj ) [static]:int
[ run-time name: org/apache/commons/lang/xwork/ObjectUtils.hashCode:(Ljava/lang/Object;)I ]
ObjectUtils.identityToString ( Object object ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/ObjectUtils.identityToString:(Ljava/lang/Object;)Ljava/lang/String; ]
ObjectUtils.identityToString ( StringBuffer buffer, Object object ) [static]:void
[ run-time name: org/apache/commons/lang/xwork/ObjectUtils.identityToString:(Ljava/lang/StringBuffer;Ljava/lang/Object;)V ]
ObjectUtils.max ( Comparable c1, Comparable c2 ) [static]:Object
[ run-time name: org/apache/commons/lang/xwork/ObjectUtils.max:(Ljava/lang/Comparable;Ljava/lang/Comparable;)Ljava/lang/Object; ]
ObjectUtils.min ( Comparable c1, Comparable c2 ) [static]:Object
[ run-time name: org/apache/commons/lang/xwork/ObjectUtils.min:(Ljava/lang/Comparable;Ljava/lang/Comparable;)Ljava/lang/Object; ]
ObjectUtils.ObjectUtils ( )
[ run-time name: org/apache/commons/lang/xwork/ObjectUtils."<init>":()V ]
ObjectUtils.toString ( Object obj ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/ObjectUtils.toString:(Ljava/lang/Object;)Ljava/lang/String; ]
ObjectUtils.toString ( Object obj, String nullStr ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/ObjectUtils.toString:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/String; ]
xwork-2.1.3.jar, OgnlValueStack.class
package com.opensymphony.xwork2.ognl
OgnlValueStack.findString ( String expr, boolean throwExceptionOnFailure ):String
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStack.findString:(Ljava/lang/String;Z)Ljava/lang/String; ]
OgnlValueStack.findValue ( String expr, boolean throwExceptionOnFailure ):Object
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStack.findValue:(Ljava/lang/String;Z)Ljava/lang/Object; ]
OgnlValueStack.findValue ( String expr, Class asType, boolean throwExceptionOnFailure ):Object
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStack.findValue:(Ljava/lang/String;Ljava/lang/Class;Z)Ljava/lang/Object; ]
OgnlValueStack.setLogMissingProperties ( String logMissingProperties ):void
[ run-time name: com/opensymphony/xwork2/ognl/OgnlValueStack.setLogMissingProperties:(Ljava/lang/String;)V ]
xwork-2.1.3.jar, ResourceFinder.class
package com.opensymphony.xwork2.util.finder
ResourceFinder.findPackages ( String uri ):java.util.Set
[ run-time name: com/opensymphony/xwork2/util/finder/ResourceFinder.findPackages:(Ljava/lang/String;)Ljava/util/Set; ]
ResourceFinder.findPackagesMap ( String uri ):java.util.Map
[ run-time name: com/opensymphony/xwork2/util/finder/ResourceFinder.findPackagesMap:(Ljava/lang/String;)Ljava/util/Map; ]
ResourceFinder.ResourceFinder ( String path, ClassLoaderInterface classLoaderInterface )
[ run-time name: com/opensymphony/xwork2/util/finder/ResourceFinder."<init>":(Ljava/lang/String;Lcom/opensymphony/xwork2/util/finder/ClassLoaderInterface;)V ]
ResourceFinder.ResourceFinder ( String path, ClassLoaderInterface classLoaderInterface, java.net.URL[] urls )
[ run-time name: com/opensymphony/xwork2/util/finder/ResourceFinder."<init>":(Ljava/lang/String;Lcom/opensymphony/xwork2/util/finder/ClassLoaderInterface;[Ljava/net/URL;)V ]
xwork-2.1.3.jar, StringEscapeUtils.class
package org.apache.commons.lang.xwork
StringEscapeUtils.escapeCsv ( java.io.Writer out, String str ) [static]:void
[ run-time name: org/apache/commons/lang/xwork/StringEscapeUtils.escapeCsv:(Ljava/io/Writer;Ljava/lang/String;)V ]
StringEscapeUtils.escapeCsv ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringEscapeUtils.escapeCsv:(Ljava/lang/String;)Ljava/lang/String; ]
StringEscapeUtils.escapeHtml ( java.io.Writer writer, String string ) [static]:void
[ run-time name: org/apache/commons/lang/xwork/StringEscapeUtils.escapeHtml:(Ljava/io/Writer;Ljava/lang/String;)V ]
StringEscapeUtils.escapeHtml ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringEscapeUtils.escapeHtml:(Ljava/lang/String;)Ljava/lang/String; ]
StringEscapeUtils.escapeJava ( java.io.Writer out, String str ) [static]:void
[ run-time name: org/apache/commons/lang/xwork/StringEscapeUtils.escapeJava:(Ljava/io/Writer;Ljava/lang/String;)V ]
StringEscapeUtils.escapeJava ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringEscapeUtils.escapeJava:(Ljava/lang/String;)Ljava/lang/String; ]
StringEscapeUtils.escapeJavaScript ( java.io.Writer out, String str ) [static]:void
[ run-time name: org/apache/commons/lang/xwork/StringEscapeUtils.escapeJavaScript:(Ljava/io/Writer;Ljava/lang/String;)V ]
StringEscapeUtils.escapeJavaScript ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringEscapeUtils.escapeJavaScript:(Ljava/lang/String;)Ljava/lang/String; ]
StringEscapeUtils.escapeSql ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringEscapeUtils.escapeSql:(Ljava/lang/String;)Ljava/lang/String; ]
StringEscapeUtils.escapeXml ( java.io.Writer writer, String str ) [static]:void
[ run-time name: org/apache/commons/lang/xwork/StringEscapeUtils.escapeXml:(Ljava/io/Writer;Ljava/lang/String;)V ]
StringEscapeUtils.escapeXml ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringEscapeUtils.escapeXml:(Ljava/lang/String;)Ljava/lang/String; ]
StringEscapeUtils.StringEscapeUtils ( )
[ run-time name: org/apache/commons/lang/xwork/StringEscapeUtils."<init>":()V ]
StringEscapeUtils.unescapeCsv ( java.io.Writer out, String str ) [static]:void
[ run-time name: org/apache/commons/lang/xwork/StringEscapeUtils.unescapeCsv:(Ljava/io/Writer;Ljava/lang/String;)V ]
StringEscapeUtils.unescapeCsv ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringEscapeUtils.unescapeCsv:(Ljava/lang/String;)Ljava/lang/String; ]
StringEscapeUtils.unescapeHtml ( java.io.Writer writer, String string ) [static]:void
[ run-time name: org/apache/commons/lang/xwork/StringEscapeUtils.unescapeHtml:(Ljava/io/Writer;Ljava/lang/String;)V ]
StringEscapeUtils.unescapeHtml ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringEscapeUtils.unescapeHtml:(Ljava/lang/String;)Ljava/lang/String; ]
StringEscapeUtils.unescapeJava ( java.io.Writer out, String str ) [static]:void
[ run-time name: org/apache/commons/lang/xwork/StringEscapeUtils.unescapeJava:(Ljava/io/Writer;Ljava/lang/String;)V ]
StringEscapeUtils.unescapeJava ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringEscapeUtils.unescapeJava:(Ljava/lang/String;)Ljava/lang/String; ]
StringEscapeUtils.unescapeJavaScript ( java.io.Writer out, String str ) [static]:void
[ run-time name: org/apache/commons/lang/xwork/StringEscapeUtils.unescapeJavaScript:(Ljava/io/Writer;Ljava/lang/String;)V ]
StringEscapeUtils.unescapeJavaScript ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringEscapeUtils.unescapeJavaScript:(Ljava/lang/String;)Ljava/lang/String; ]
StringEscapeUtils.unescapeXml ( java.io.Writer writer, String str ) [static]:void
[ run-time name: org/apache/commons/lang/xwork/StringEscapeUtils.unescapeXml:(Ljava/io/Writer;Ljava/lang/String;)V ]
StringEscapeUtils.unescapeXml ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringEscapeUtils.unescapeXml:(Ljava/lang/String;)Ljava/lang/String; ]
xwork-2.1.3.jar, StringUtils.class
package org.apache.commons.lang.xwork
StringUtils.abbreviate ( String str, int maxWidth ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.abbreviate:(Ljava/lang/String;I)Ljava/lang/String; ]
StringUtils.abbreviate ( String str, int offset, int maxWidth ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.abbreviate:(Ljava/lang/String;II)Ljava/lang/String; ]
StringUtils.capitalise ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.capitalise:(Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.capitaliseAllWords ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.capitaliseAllWords:(Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.capitalize ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.capitalize:(Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.center ( String str, int size ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.center:(Ljava/lang/String;I)Ljava/lang/String; ]
StringUtils.center ( String str, int size, char padChar ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.center:(Ljava/lang/String;IC)Ljava/lang/String; ]
StringUtils.center ( String str, int size, String padStr ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.center:(Ljava/lang/String;ILjava/lang/String;)Ljava/lang/String; ]
StringUtils.chomp ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.chomp:(Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.chomp ( String str, String separator ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.chomp:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.chompLast ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.chompLast:(Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.chompLast ( String str, String sep ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.chompLast:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.chop ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.chop:(Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.chopNewline ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.chopNewline:(Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.clean ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.clean:(Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.concatenate ( Object[] array ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.concatenate:([Ljava/lang/Object;)Ljava/lang/String; ]
StringUtils.contains ( String str, char searchChar ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/StringUtils.contains:(Ljava/lang/String;C)Z ]
StringUtils.contains ( String str, String searchStr ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/StringUtils.contains:(Ljava/lang/String;Ljava/lang/String;)Z ]
StringUtils.containsAny ( String str, char[] searchChars ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/StringUtils.containsAny:(Ljava/lang/String;[C)Z ]
StringUtils.containsAny ( String str, String searchChars ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/StringUtils.containsAny:(Ljava/lang/String;Ljava/lang/String;)Z ]
StringUtils.containsIgnoreCase ( String str, String searchStr ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/StringUtils.containsIgnoreCase:(Ljava/lang/String;Ljava/lang/String;)Z ]
StringUtils.containsNone ( String str, char[] invalidChars ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/StringUtils.containsNone:(Ljava/lang/String;[C)Z ]
StringUtils.containsNone ( String str, String invalidChars ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/StringUtils.containsNone:(Ljava/lang/String;Ljava/lang/String;)Z ]
StringUtils.containsOnly ( String str, char[] valid ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/StringUtils.containsOnly:(Ljava/lang/String;[C)Z ]
StringUtils.containsOnly ( String str, String validChars ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/StringUtils.containsOnly:(Ljava/lang/String;Ljava/lang/String;)Z ]
StringUtils.countMatches ( String str, String sub ) [static]:int
[ run-time name: org/apache/commons/lang/xwork/StringUtils.countMatches:(Ljava/lang/String;Ljava/lang/String;)I ]
StringUtils.defaultIfEmpty ( String str, String defaultStr ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.defaultIfEmpty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.defaultString ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.defaultString:(Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.defaultString ( String str, String defaultStr ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.defaultString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.deleteSpaces ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.deleteSpaces:(Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.deleteWhitespace ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.deleteWhitespace:(Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.difference ( String str1, String str2 ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.difference:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.endsWith ( String str, String suffix ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/StringUtils.endsWith:(Ljava/lang/String;Ljava/lang/String;)Z ]
StringUtils.endsWithIgnoreCase ( String str, String suffix ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/StringUtils.endsWithIgnoreCase:(Ljava/lang/String;Ljava/lang/String;)Z ]
StringUtils.equals ( String str1, String str2 ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/StringUtils.equals:(Ljava/lang/String;Ljava/lang/String;)Z ]
StringUtils.equalsIgnoreCase ( String str1, String str2 ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/StringUtils.equalsIgnoreCase:(Ljava/lang/String;Ljava/lang/String;)Z ]
StringUtils.escape ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.escape:(Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.getChomp ( String str, String sep ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.getChomp:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.getCommonPrefix ( String[] strs ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.getCommonPrefix:([Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.getLevenshteinDistance ( String s, String t ) [static]:int
[ run-time name: org/apache/commons/lang/xwork/StringUtils.getLevenshteinDistance:(Ljava/lang/String;Ljava/lang/String;)I ]
StringUtils.getNestedString ( String str, String open, String close ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.getNestedString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.getNestedString ( String str, String tag ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.getNestedString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.getPrechomp ( String str, String sep ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.getPrechomp:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.indexOf ( String str, char searchChar ) [static]:int
[ run-time name: org/apache/commons/lang/xwork/StringUtils.indexOf:(Ljava/lang/String;C)I ]
StringUtils.indexOf ( String str, char searchChar, int startPos ) [static]:int
[ run-time name: org/apache/commons/lang/xwork/StringUtils.indexOf:(Ljava/lang/String;CI)I ]
StringUtils.indexOf ( String str, String searchStr ) [static]:int
[ run-time name: org/apache/commons/lang/xwork/StringUtils.indexOf:(Ljava/lang/String;Ljava/lang/String;)I ]
StringUtils.indexOf ( String str, String searchStr, int startPos ) [static]:int
[ run-time name: org/apache/commons/lang/xwork/StringUtils.indexOf:(Ljava/lang/String;Ljava/lang/String;I)I ]
StringUtils.indexOfAny ( String str, char[] searchChars ) [static]:int
[ run-time name: org/apache/commons/lang/xwork/StringUtils.indexOfAny:(Ljava/lang/String;[C)I ]
StringUtils.indexOfAny ( String str, String searchChars ) [static]:int
[ run-time name: org/apache/commons/lang/xwork/StringUtils.indexOfAny:(Ljava/lang/String;Ljava/lang/String;)I ]
StringUtils.indexOfAny ( String str, String[] searchStrs ) [static]:int
[ run-time name: org/apache/commons/lang/xwork/StringUtils.indexOfAny:(Ljava/lang/String;[Ljava/lang/String;)I ]
StringUtils.indexOfAnyBut ( String str, char[] searchChars ) [static]:int
[ run-time name: org/apache/commons/lang/xwork/StringUtils.indexOfAnyBut:(Ljava/lang/String;[C)I ]
StringUtils.indexOfAnyBut ( String str, String searchChars ) [static]:int
[ run-time name: org/apache/commons/lang/xwork/StringUtils.indexOfAnyBut:(Ljava/lang/String;Ljava/lang/String;)I ]
StringUtils.indexOfDifference ( String str1, String str2 ) [static]:int
[ run-time name: org/apache/commons/lang/xwork/StringUtils.indexOfDifference:(Ljava/lang/String;Ljava/lang/String;)I ]
StringUtils.indexOfDifference ( String[] strs ) [static]:int
[ run-time name: org/apache/commons/lang/xwork/StringUtils.indexOfDifference:([Ljava/lang/String;)I ]
StringUtils.isAlpha ( String str ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/StringUtils.isAlpha:(Ljava/lang/String;)Z ]
StringUtils.isAlphanumeric ( String str ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/StringUtils.isAlphanumeric:(Ljava/lang/String;)Z ]
StringUtils.isAlphanumericSpace ( String str ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/StringUtils.isAlphanumericSpace:(Ljava/lang/String;)Z ]
StringUtils.isAlphaSpace ( String str ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/StringUtils.isAlphaSpace:(Ljava/lang/String;)Z ]
StringUtils.isAsciiPrintable ( String str ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/StringUtils.isAsciiPrintable:(Ljava/lang/String;)Z ]
StringUtils.isBlank ( String str ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/StringUtils.isBlank:(Ljava/lang/String;)Z ]
StringUtils.isEmpty ( String str ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/StringUtils.isEmpty:(Ljava/lang/String;)Z ]
StringUtils.isNotBlank ( String str ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/StringUtils.isNotBlank:(Ljava/lang/String;)Z ]
StringUtils.isNotEmpty ( String str ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/StringUtils.isNotEmpty:(Ljava/lang/String;)Z ]
StringUtils.isNumeric ( String str ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/StringUtils.isNumeric:(Ljava/lang/String;)Z ]
StringUtils.isNumericSpace ( String str ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/StringUtils.isNumericSpace:(Ljava/lang/String;)Z ]
StringUtils.isWhitespace ( String str ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/StringUtils.isWhitespace:(Ljava/lang/String;)Z ]
StringUtils.join ( java.util.Collection collection, char separator ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.join:(Ljava/util/Collection;C)Ljava/lang/String; ]
StringUtils.join ( java.util.Collection collection, String separator ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.join:(Ljava/util/Collection;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.join ( java.util.Iterator iterator, char separator ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.join:(Ljava/util/Iterator;C)Ljava/lang/String; ]
StringUtils.join ( java.util.Iterator iterator, String separator ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.join:(Ljava/util/Iterator;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.join ( Object[] array ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.join:([Ljava/lang/Object;)Ljava/lang/String; ]
StringUtils.join ( Object[] array, char separator ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.join:([Ljava/lang/Object;C)Ljava/lang/String; ]
StringUtils.join ( Object[] array, char separator, int startIndex, int endIndex ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.join:([Ljava/lang/Object;CII)Ljava/lang/String; ]
StringUtils.join ( Object[] array, String separator ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.join:([Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.join ( Object[] array, String separator, int startIndex, int endIndex ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.join:([Ljava/lang/Object;Ljava/lang/String;II)Ljava/lang/String; ]
StringUtils.lastIndexOf ( String str, char searchChar ) [static]:int
[ run-time name: org/apache/commons/lang/xwork/StringUtils.lastIndexOf:(Ljava/lang/String;C)I ]
StringUtils.lastIndexOf ( String str, char searchChar, int startPos ) [static]:int
[ run-time name: org/apache/commons/lang/xwork/StringUtils.lastIndexOf:(Ljava/lang/String;CI)I ]
StringUtils.lastIndexOf ( String str, String searchStr ) [static]:int
[ run-time name: org/apache/commons/lang/xwork/StringUtils.lastIndexOf:(Ljava/lang/String;Ljava/lang/String;)I ]
StringUtils.lastIndexOf ( String str, String searchStr, int startPos ) [static]:int
[ run-time name: org/apache/commons/lang/xwork/StringUtils.lastIndexOf:(Ljava/lang/String;Ljava/lang/String;I)I ]
StringUtils.lastIndexOfAny ( String str, String[] searchStrs ) [static]:int
[ run-time name: org/apache/commons/lang/xwork/StringUtils.lastIndexOfAny:(Ljava/lang/String;[Ljava/lang/String;)I ]
StringUtils.left ( String str, int len ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.left:(Ljava/lang/String;I)Ljava/lang/String; ]
StringUtils.leftPad ( String str, int size ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.leftPad:(Ljava/lang/String;I)Ljava/lang/String; ]
StringUtils.leftPad ( String str, int size, char padChar ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.leftPad:(Ljava/lang/String;IC)Ljava/lang/String; ]
StringUtils.leftPad ( String str, int size, String padStr ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.leftPad:(Ljava/lang/String;ILjava/lang/String;)Ljava/lang/String; ]
StringUtils.length ( String str ) [static]:int
[ run-time name: org/apache/commons/lang/xwork/StringUtils.length:(Ljava/lang/String;)I ]
StringUtils.lowerCase ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.lowerCase:(Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.mid ( String str, int pos, int len ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.mid:(Ljava/lang/String;II)Ljava/lang/String; ]
StringUtils.ordinalIndexOf ( String str, String searchStr, int ordinal ) [static]:int
[ run-time name: org/apache/commons/lang/xwork/StringUtils.ordinalIndexOf:(Ljava/lang/String;Ljava/lang/String;I)I ]
StringUtils.overlay ( String str, String overlay, int start, int end ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.overlay:(Ljava/lang/String;Ljava/lang/String;II)Ljava/lang/String; ]
StringUtils.overlayString ( String text, String overlay, int start, int end ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.overlayString:(Ljava/lang/String;Ljava/lang/String;II)Ljava/lang/String; ]
StringUtils.prechomp ( String str, String sep ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.prechomp:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.remove ( String str, char remove ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.remove:(Ljava/lang/String;C)Ljava/lang/String; ]
StringUtils.remove ( String str, String remove ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.remove:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.removeEnd ( String str, String remove ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.removeEnd:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.removeEndIgnoreCase ( String str, String remove ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.removeEndIgnoreCase:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.removeStart ( String str, String remove ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.removeStart:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.removeStartIgnoreCase ( String str, String remove ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.removeStartIgnoreCase:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.repeat ( String str, int repeat ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.repeat:(Ljava/lang/String;I)Ljava/lang/String; ]
StringUtils.replace ( String text, String searchString, String replacement ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.replace:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.replace ( String text, String searchString, String replacement, int max ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.replace:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)Ljava/lang/String; ]
StringUtils.replaceChars ( String str, char searchChar, char replaceChar ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.replaceChars:(Ljava/lang/String;CC)Ljava/lang/String; ]
StringUtils.replaceChars ( String str, String searchChars, String replaceChars ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.replaceChars:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.replaceEach ( String text, String[] searchList, String[] replacementList ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.replaceEach:(Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.replaceEachRepeatedly ( String text, String[] searchList, String[] replacementList ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.replaceEachRepeatedly:(Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.replaceOnce ( String text, String searchString, String replacement ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.replaceOnce:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.reverse ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.reverse:(Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.reverseDelimited ( String str, char separatorChar ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.reverseDelimited:(Ljava/lang/String;C)Ljava/lang/String; ]
StringUtils.reverseDelimitedString ( String str, String separatorChars ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.reverseDelimitedString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.right ( String str, int len ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.right:(Ljava/lang/String;I)Ljava/lang/String; ]
StringUtils.rightPad ( String str, int size ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.rightPad:(Ljava/lang/String;I)Ljava/lang/String; ]
StringUtils.rightPad ( String str, int size, char padChar ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.rightPad:(Ljava/lang/String;IC)Ljava/lang/String; ]
StringUtils.rightPad ( String str, int size, String padStr ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.rightPad:(Ljava/lang/String;ILjava/lang/String;)Ljava/lang/String; ]
StringUtils.split ( String str ) [static]:String[]
[ run-time name: org/apache/commons/lang/xwork/StringUtils.split:(Ljava/lang/String;)[Ljava/lang/String; ]
StringUtils.split ( String str, char separatorChar ) [static]:String[]
[ run-time name: org/apache/commons/lang/xwork/StringUtils.split:(Ljava/lang/String;C)[Ljava/lang/String; ]
StringUtils.split ( String str, String separatorChars ) [static]:String[]
[ run-time name: org/apache/commons/lang/xwork/StringUtils.split:(Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String; ]
StringUtils.split ( String str, String separatorChars, int max ) [static]:String[]
[ run-time name: org/apache/commons/lang/xwork/StringUtils.split:(Ljava/lang/String;Ljava/lang/String;I)[Ljava/lang/String; ]
StringUtils.splitByCharacterType ( String str ) [static]:String[]
[ run-time name: org/apache/commons/lang/xwork/StringUtils.splitByCharacterType:(Ljava/lang/String;)[Ljava/lang/String; ]
StringUtils.splitByCharacterTypeCamelCase ( String str ) [static]:String[]
[ run-time name: org/apache/commons/lang/xwork/StringUtils.splitByCharacterTypeCamelCase:(Ljava/lang/String;)[Ljava/lang/String; ]
StringUtils.splitByWholeSeparator ( String str, String separator ) [static]:String[]
[ run-time name: org/apache/commons/lang/xwork/StringUtils.splitByWholeSeparator:(Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String; ]
StringUtils.splitByWholeSeparator ( String str, String separator, int max ) [static]:String[]
[ run-time name: org/apache/commons/lang/xwork/StringUtils.splitByWholeSeparator:(Ljava/lang/String;Ljava/lang/String;I)[Ljava/lang/String; ]
StringUtils.splitByWholeSeparatorPreserveAllTokens ( String str, String separator ) [static]:String[]
[ run-time name: org/apache/commons/lang/xwork/StringUtils.splitByWholeSeparatorPreserveAllTokens:(Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String; ]
StringUtils.splitByWholeSeparatorPreserveAllTokens ( String str, String separator, int max ) [static]:String[]
[ run-time name: org/apache/commons/lang/xwork/StringUtils.splitByWholeSeparatorPreserveAllTokens:(Ljava/lang/String;Ljava/lang/String;I)[Ljava/lang/String; ]
StringUtils.splitPreserveAllTokens ( String str ) [static]:String[]
[ run-time name: org/apache/commons/lang/xwork/StringUtils.splitPreserveAllTokens:(Ljava/lang/String;)[Ljava/lang/String; ]
StringUtils.splitPreserveAllTokens ( String str, char separatorChar ) [static]:String[]
[ run-time name: org/apache/commons/lang/xwork/StringUtils.splitPreserveAllTokens:(Ljava/lang/String;C)[Ljava/lang/String; ]
StringUtils.splitPreserveAllTokens ( String str, String separatorChars ) [static]:String[]
[ run-time name: org/apache/commons/lang/xwork/StringUtils.splitPreserveAllTokens:(Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String; ]
StringUtils.splitPreserveAllTokens ( String str, String separatorChars, int max ) [static]:String[]
[ run-time name: org/apache/commons/lang/xwork/StringUtils.splitPreserveAllTokens:(Ljava/lang/String;Ljava/lang/String;I)[Ljava/lang/String; ]
StringUtils.startsWith ( String str, String prefix ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/StringUtils.startsWith:(Ljava/lang/String;Ljava/lang/String;)Z ]
StringUtils.startsWithIgnoreCase ( String str, String prefix ) [static]:boolean
[ run-time name: org/apache/commons/lang/xwork/StringUtils.startsWithIgnoreCase:(Ljava/lang/String;Ljava/lang/String;)Z ]
StringUtils.StringUtils ( )
[ run-time name: org/apache/commons/lang/xwork/StringUtils."<init>":()V ]
StringUtils.strip ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.strip:(Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.strip ( String str, String stripChars ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.strip:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.stripAll ( String[] strs ) [static]:String[]
[ run-time name: org/apache/commons/lang/xwork/StringUtils.stripAll:([Ljava/lang/String;)[Ljava/lang/String; ]
StringUtils.stripAll ( String[] strs, String stripChars ) [static]:String[]
[ run-time name: org/apache/commons/lang/xwork/StringUtils.stripAll:([Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String; ]
StringUtils.stripEnd ( String str, String stripChars ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.stripEnd:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.stripStart ( String str, String stripChars ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.stripStart:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.stripToEmpty ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.stripToEmpty:(Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.stripToNull ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.stripToNull:(Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.substring ( String str, int start ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.substring:(Ljava/lang/String;I)Ljava/lang/String; ]
StringUtils.substring ( String str, int start, int end ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.substring:(Ljava/lang/String;II)Ljava/lang/String; ]
StringUtils.substringAfter ( String str, String separator ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.substringAfter:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.substringAfterLast ( String str, String separator ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.substringAfterLast:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.substringBefore ( String str, String separator ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.substringBefore:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.substringBeforeLast ( String str, String separator ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.substringBeforeLast:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.substringBetween ( String str, String open, String close ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.substringBetween:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.substringBetween ( String str, String tag ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.substringBetween:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.substringsBetween ( String str, String open, String close ) [static]:String[]
[ run-time name: org/apache/commons/lang/xwork/StringUtils.substringsBetween:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String; ]
StringUtils.swapCase ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.swapCase:(Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.trim ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.trim:(Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.trimToEmpty ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.trimToEmpty:(Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.trimToNull ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.trimToNull:(Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.uncapitalise ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.uncapitalise:(Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.uncapitalize ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.uncapitalize:(Ljava/lang/String;)Ljava/lang/String; ]
StringUtils.upperCase ( String str ) [static]:String
[ run-time name: org/apache/commons/lang/xwork/StringUtils.upperCase:(Ljava/lang/String;)Ljava/lang/String; ]
xwork-2.1.3.jar, UnhandledException.class
package org.apache.commons.lang.xwork
UnhandledException.UnhandledException ( String message, Throwable cause )
[ run-time name: org/apache/commons/lang/xwork/UnhandledException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V ]
UnhandledException.UnhandledException ( Throwable cause )
[ run-time name: org/apache/commons/lang/xwork/UnhandledException."<init>":(Ljava/lang/Throwable;)V ]
xwork-2.1.3.jar, UrlSet.class
package com.opensymphony.xwork2.util.finder
UrlSet.exclude ( ClassLoaderInterface parent ):UrlSet
[ run-time name: com/opensymphony/xwork2/util/finder/UrlSet.exclude:(Lcom/opensymphony/xwork2/util/finder/ClassLoaderInterface;)Lcom/opensymphony/xwork2/util/finder/UrlSet; ]
UrlSet.UrlSet ( ClassLoaderInterface classLoader )
[ run-time name: com/opensymphony/xwork2/util/finder/UrlSet."<init>":(Lcom/opensymphony/xwork2/util/finder/ClassLoaderInterface;)V ]
xwork-2.1.3.jar, URLUtil.class
package com.opensymphony.xwork2.util
URLUtil.isJarURL ( java.net.URL fileUrl ) [static]:boolean
[ run-time name: com/opensymphony/xwork2/util/URLUtil.isJarURL:(Ljava/net/URL;)Z ]
URLUtil.isJBoss5Url ( java.net.URL fileUrl ) [static]:boolean
[ run-time name: com/opensymphony/xwork2/util/URLUtil.isJBoss5Url:(Ljava/net/URL;)Z ]
URLUtil.normalizeToFileProtocol ( java.net.URL url ) [static]:java.net.URL
[ run-time name: com/opensymphony/xwork2/util/URLUtil.normalizeToFileProtocol:(Ljava/net/URL;)Ljava/net/URL; ]
URLUtil.URLUtil ( )
[ run-time name: com/opensymphony/xwork2/util/URLUtil."<init>":()V ]
URLUtil.verifyUrl ( String url ) [static]:boolean
[ run-time name: com/opensymphony/xwork2/util/URLUtil.verifyUrl:(Ljava/lang/String;)Z ]
xwork-2.1.3.jar, ValueStack.class
package com.opensymphony.xwork2.util
ValueStack.findString ( String p1, boolean p2 ) [abstract]:String
[ run-time name: com/opensymphony/xwork2/util/ValueStack.findString:(Ljava/lang/String;Z)Ljava/lang/String; ]
ValueStack.findValue ( String p1, boolean p2 ) [abstract]:Object
[ run-time name: com/opensymphony/xwork2/util/ValueStack.findValue:(Ljava/lang/String;Z)Ljava/lang/Object; ]
ValueStack.findValue ( String p1, Class p2, boolean p3 ) [abstract]:Object
[ run-time name: com/opensymphony/xwork2/util/ValueStack.findValue:(Ljava/lang/String;Ljava/lang/Class;Z)Ljava/lang/Object; ]
xwork-2.1.3.jar, XmlHelper.class
package com.opensymphony.xwork2.config.providers
XmlHelper.getLoadOrder ( org.w3c.dom.Document doc ) [static]:Integer
[ run-time name: com/opensymphony/xwork2/config/providers/XmlHelper.getLoadOrder:(Lorg/w3c/dom/Document;)Ljava/lang/Integer; ]
to the top
Removed Methods (6431)
xwork-2.1.2.jar, AbortException.class
package org.aspectj.bridge
AbortException.AbortException ( )
[ run-time name: org/aspectj/bridge/AbortException."<init>":()V ]
AbortException.AbortException ( IMessage message )
[ run-time name: org/aspectj/bridge/AbortException."<init>":(Lorg/aspectj/bridge/IMessage;)V ]
AbortException.AbortException ( String s )
[ run-time name: org/aspectj/bridge/AbortException."<init>":(Ljava/lang/String;)V ]
AbortException.borrowPorter ( IMessage message ) [static]:AbortException
[ run-time name: org/aspectj/bridge/AbortException.borrowPorter:(Lorg/aspectj/bridge/IMessage;)Lorg/aspectj/bridge/AbortException; ]
AbortException.getIMessage ( ):IMessage
[ run-time name: org/aspectj/bridge/AbortException.getIMessage:()Lorg/aspectj/bridge/IMessage; ]
AbortException.getMessage ( ):String
[ run-time name: org/aspectj/bridge/AbortException.getMessage:()Ljava/lang/String; ]
AbortException.getThrown ( ):Throwable
[ run-time name: org/aspectj/bridge/AbortException.getThrown:()Ljava/lang/Throwable; ]
AbortException.isPorter ( ):boolean
[ run-time name: org/aspectj/bridge/AbortException.isPorter:()Z ]
AbortException.isSilent ( ):boolean
[ run-time name: org/aspectj/bridge/AbortException.isSilent:()Z ]
AbortException.printStackTrace ( ):void
[ run-time name: org/aspectj/bridge/AbortException.printStackTrace:()V ]
AbortException.printStackTrace ( java.io.PrintStream s ):void
[ run-time name: org/aspectj/bridge/AbortException.printStackTrace:(Ljava/io/PrintStream;)V ]
AbortException.printStackTrace ( java.io.PrintWriter s ):void
[ run-time name: org/aspectj/bridge/AbortException.printStackTrace:(Ljava/io/PrintWriter;)V ]
AbortException.returnPorter ( AbortException porter ) [static]:void
[ run-time name: org/aspectj/bridge/AbortException.returnPorter:(Lorg/aspectj/bridge/AbortException;)V ]
AbortException.setIsSilent ( boolean isSilent ):void
[ run-time name: org/aspectj/bridge/AbortException.setIsSilent:(Z)V ]
xwork-2.1.2.jar, AbstractPatternNodeVisitor.class
package org.aspectj.weaver.patterns
AbstractPatternNodeVisitor.AbstractPatternNodeVisitor ( )
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor."<init>":()V ]
AbstractPatternNodeVisitor.visit ( AndAnnotationTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/AndAnnotationTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( AndPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/AndPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( AndTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/AndTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( AnnotationPatternList node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/AnnotationPatternList;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( AnnotationPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/AnnotationPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( AnyAnnotationTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/AnyAnnotationTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( AnyTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/AnyTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( AnyWithAnnotationTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/AnyWithAnnotationTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( ArgsAnnotationPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/ArgsAnnotationPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( ArgsPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/ArgsPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( BindingAnnotationTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/BindingAnnotationTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( BindingTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/BindingTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( CflowPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/CflowPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( ConcreteCflowPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/ConcreteCflowPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( DeclareAnnotation node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/DeclareAnnotation;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( DeclareErrorOrWarning node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/DeclareErrorOrWarning;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( DeclareParents node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/DeclareParents;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( DeclarePrecedence node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/DeclarePrecedence;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( DeclareSoft node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/DeclareSoft;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( EllipsisAnnotationTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/EllipsisAnnotationTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( EllipsisTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/EllipsisTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( ExactAnnotationTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/ExactAnnotationTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( ExactTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/ExactTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( HandlerPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/HandlerPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( HasMemberTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/HasMemberTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( IfPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/IfPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( KindedPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/KindedPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( ModifiersPattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/ModifiersPattern;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( NamePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/NamePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( NotAnnotationTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/NotAnnotationTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( NotPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/NotPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( NotTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/NotTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( NoTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/NoTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( OrAnnotationTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/OrAnnotationTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( OrPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/OrPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( OrTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/OrTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( PatternNode node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/PatternNode;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( PerCflow node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/PerCflow;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( PerFromSuper node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/PerFromSuper;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( PerObject node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/PerObject;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( PerSingleton node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/PerSingleton;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( PerTypeWithin node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/PerTypeWithin;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( Pointcut.MatchesNothingPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/Pointcut$MatchesNothingPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( ReferencePointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/ReferencePointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( SignaturePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/SignaturePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( ThisOrTargetAnnotationPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/ThisOrTargetAnnotationPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( ThisOrTargetPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/ThisOrTargetPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( ThrowsPattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/ThrowsPattern;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( TypePatternList node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/TypePatternList;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( TypeVariablePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/TypeVariablePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( TypeVariablePatternList node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/TypeVariablePatternList;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( WildAnnotationTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/WildAnnotationTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( WildTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/WildTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( WithinAnnotationPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/WithinAnnotationPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( WithinCodeAnnotationPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/WithinCodeAnnotationPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( WithincodePointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/WithincodePointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractPatternNodeVisitor.visit ( WithinPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AbstractPatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/WithinPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
xwork-2.1.2.jar, AbstractReferenceTypeDelegate.class
package org.aspectj.weaver
AbstractReferenceTypeDelegate.AbstractReferenceTypeDelegate ( ReferenceType resolvedTypeX, boolean exposedToWeaver )
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate."<init>":(Lorg/aspectj/weaver/ReferenceType;Z)V ]
AbstractReferenceTypeDelegate.addAnnotation ( AnnotationX p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.addAnnotation:(Lorg/aspectj/weaver/AnnotationX;)V ]
AbstractReferenceTypeDelegate.canAnnotationTargetType ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.canAnnotationTargetType:()Z ]
AbstractReferenceTypeDelegate.doesNotExposeShadowMungers ( ):boolean
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.doesNotExposeShadowMungers:()Z ]
AbstractReferenceTypeDelegate.ensureDelegateConsistent ( ) [abstract]:void
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.ensureDelegateConsistent:()V ]
AbstractReferenceTypeDelegate.getAnnotations ( ) [abstract]:AnnotationX[]
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.getAnnotations:()[Lorg/aspectj/weaver/AnnotationX; ]
AbstractReferenceTypeDelegate.getAnnotationTargetKinds ( ) [abstract]:AnnotationTargetKind[]
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.getAnnotationTargetKinds:()[Lorg/aspectj/weaver/AnnotationTargetKind; ]
AbstractReferenceTypeDelegate.getAnnotationTypes ( ) [abstract]:ResolvedType[]
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.getAnnotationTypes:()[Lorg/aspectj/weaver/ResolvedType; ]
AbstractReferenceTypeDelegate.getDeclaredFields ( ) [abstract]:ResolvedMember[]
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.getDeclaredFields:()[Lorg/aspectj/weaver/ResolvedMember; ]
AbstractReferenceTypeDelegate.getDeclaredGenericSignature ( ) [abstract]:String
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.getDeclaredGenericSignature:()Ljava/lang/String; ]
AbstractReferenceTypeDelegate.getDeclaredInterfaces ( ) [abstract]:ResolvedType[]
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.getDeclaredInterfaces:()[Lorg/aspectj/weaver/ResolvedType; ]
AbstractReferenceTypeDelegate.getDeclaredMethods ( ) [abstract]:ResolvedMember[]
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.getDeclaredMethods:()[Lorg/aspectj/weaver/ResolvedMember; ]
AbstractReferenceTypeDelegate.getDeclaredPointcuts ( ) [abstract]:ResolvedMember[]
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.getDeclaredPointcuts:()[Lorg/aspectj/weaver/ResolvedMember; ]
AbstractReferenceTypeDelegate.getDeclares ( ) [abstract]:java.util.Collection
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.getDeclares:()Ljava/util/Collection; ]
AbstractReferenceTypeDelegate.getFormalTypeParametersFromOuterClass ( ):org.aspectj.apache.bcel.classfile.Signature.FormalTypeParameter[]
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.getFormalTypeParametersFromOuterClass:()[Lorg/aspectj/apache/bcel/classfile/Signature$FormalTypeParameter; ]
AbstractReferenceTypeDelegate.getGenericClassTypeSignature ( ):org.aspectj.apache.bcel.classfile.Signature.ClassSignature
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.getGenericClassTypeSignature:()Lorg/aspectj/apache/bcel/classfile/Signature$ClassSignature; ]
AbstractReferenceTypeDelegate.getModifiers ( ) [abstract]:int
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.getModifiers:()I ]
AbstractReferenceTypeDelegate.getOuterClass ( ) [abstract]:ResolvedType
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.getOuterClass:()Lorg/aspectj/weaver/ResolvedType; ]
AbstractReferenceTypeDelegate.getPerClause ( ) [abstract]:patterns.PerClause
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.getPerClause:()Lorg/aspectj/weaver/patterns/PerClause; ]
AbstractReferenceTypeDelegate.getPrivilegedAccesses ( ) [abstract]:java.util.Collection
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.getPrivilegedAccesses:()Ljava/util/Collection; ]
AbstractReferenceTypeDelegate.getResolvedTypeX ( ):ReferenceType
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.getResolvedTypeX:()Lorg/aspectj/weaver/ReferenceType; ]
AbstractReferenceTypeDelegate.getRetentionPolicy ( ) [abstract]:String
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.getRetentionPolicy:()Ljava/lang/String; ]
AbstractReferenceTypeDelegate.getSourceContext ( ):ISourceContext
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.getSourceContext:()Lorg/aspectj/weaver/ISourceContext; ]
AbstractReferenceTypeDelegate.getSourcefilename ( ):String
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.getSourcefilename:()Ljava/lang/String; ]
AbstractReferenceTypeDelegate.getSourceLocation ( ):org.aspectj.bridge.ISourceLocation
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.getSourceLocation:()Lorg/aspectj/bridge/ISourceLocation; ]
AbstractReferenceTypeDelegate.getSuperclass ( ) [abstract]:ResolvedType
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.getSuperclass:()Lorg/aspectj/weaver/ResolvedType; ]
AbstractReferenceTypeDelegate.getTypeMungers ( ) [abstract]:java.util.Collection
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.getTypeMungers:()Ljava/util/Collection; ]
AbstractReferenceTypeDelegate.getTypeVariables ( ) [abstract]:TypeVariable[]
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.getTypeVariables:()[Lorg/aspectj/weaver/TypeVariable; ]
AbstractReferenceTypeDelegate.getWeaverState ( ) [abstract]:WeaverStateInfo
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.getWeaverState:()Lorg/aspectj/weaver/WeaverStateInfo; ]
AbstractReferenceTypeDelegate.hasAnnotation ( UnresolvedType p1 ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.hasAnnotation:(Lorg/aspectj/weaver/UnresolvedType;)Z ]
AbstractReferenceTypeDelegate.isAnnotation ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.isAnnotation:()Z ]
AbstractReferenceTypeDelegate.isAnnotationStyleAspect ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.isAnnotationStyleAspect:()Z ]
AbstractReferenceTypeDelegate.isAnnotationWithRuntimeRetention ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.isAnnotationWithRuntimeRetention:()Z ]
AbstractReferenceTypeDelegate.isAnonymous ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.isAnonymous:()Z ]
AbstractReferenceTypeDelegate.isAspect ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.isAspect:()Z ]
AbstractReferenceTypeDelegate.isClass ( ):boolean
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.isClass:()Z ]
AbstractReferenceTypeDelegate.isEnum ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.isEnum:()Z ]
AbstractReferenceTypeDelegate.isExposedToWeaver ( ):boolean
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.isExposedToWeaver:()Z ]
AbstractReferenceTypeDelegate.isGeneric ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.isGeneric:()Z ]
AbstractReferenceTypeDelegate.isInterface ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.isInterface:()Z ]
AbstractReferenceTypeDelegate.isNested ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.isNested:()Z ]
AbstractReferenceTypeDelegate.setSourceContext ( ISourceContext isc ):void
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.setSourceContext:(Lorg/aspectj/weaver/ISourceContext;)V ]
AbstractReferenceTypeDelegate.setSourcefilename ( String sourceFileName ):void
[ run-time name: org/aspectj/weaver/AbstractReferenceTypeDelegate.setSourcefilename:(Ljava/lang/String;)V ]
xwork-2.1.2.jar, AbstractTrace.class
package org.aspectj.weaver.tools
AbstractTrace.AbstractTrace ( Class clazz )
[ run-time name: org/aspectj/weaver/tools/AbstractTrace."<init>":(Ljava/lang/Class;)V ]
AbstractTrace.debug ( String p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.debug:(Ljava/lang/String;)V ]
AbstractTrace.enter ( String methodName ):void
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.enter:(Ljava/lang/String;)V ]
AbstractTrace.enter ( String methodName, Object thiz, boolean z ):void
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.enter:(Ljava/lang/String;Ljava/lang/Object;Z)V ]
AbstractTrace.enter ( String methodName, Object thiz, Object arg ):void
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.enter:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V ]
AbstractTrace.enter ( String p1, Object p2 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.enter:(Ljava/lang/String;Ljava/lang/Object;)V ]
AbstractTrace.enter ( String p1, Object p2, Object[] p3 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.enter:(Ljava/lang/String;Ljava/lang/Object;[Ljava/lang/Object;)V ]
AbstractTrace.error ( String message ):void
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.error:(Ljava/lang/String;)V ]
AbstractTrace.error ( String p1, Throwable p2 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.error:(Ljava/lang/String;Ljava/lang/Throwable;)V ]
AbstractTrace.event ( String methodName, Object thiz, Object arg ):void
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.event:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V ]
AbstractTrace.event ( String p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.event:(Ljava/lang/String;)V ]
AbstractTrace.event ( String p1, Object p2, Object[] p3 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.event:(Ljava/lang/String;Ljava/lang/Object;[Ljava/lang/Object;)V ]
AbstractTrace.exit ( String methodName, boolean b ):void
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.exit:(Ljava/lang/String;Z)V ]
AbstractTrace.exit ( String methodName, int i ):void
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.exit:(Ljava/lang/String;I)V ]
AbstractTrace.exit ( String p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.exit:(Ljava/lang/String;)V ]
AbstractTrace.exit ( String p1, Object p2 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.exit:(Ljava/lang/String;Ljava/lang/Object;)V ]
AbstractTrace.exit ( String p1, Throwable p2 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.exit:(Ljava/lang/String;Ljava/lang/Throwable;)V ]
AbstractTrace.fatal ( String message ):void
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.fatal:(Ljava/lang/String;)V ]
AbstractTrace.fatal ( String p1, Throwable p2 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.fatal:(Ljava/lang/String;Ljava/lang/Throwable;)V ]
AbstractTrace.formatArgs ( Object[] args ):String
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.formatArgs:([Ljava/lang/Object;)Ljava/lang/String; ]
AbstractTrace.formatArray ( Object obj ):String
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.formatArray:(Ljava/lang/Object;)Ljava/lang/String; ]
AbstractTrace.formatCollection ( java.util.Collection c ):String
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.formatCollection:(Ljava/util/Collection;)Ljava/lang/String; ]
AbstractTrace.formatMessage ( String kind, String className, String methodName, Object thiz, Object[] args ):String
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.formatMessage:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/String; ]
AbstractTrace.formatMessage ( String kind, String text, Throwable th ):String
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.formatMessage:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)Ljava/lang/String; ]
AbstractTrace.formatObj ( Object obj ):Object
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.formatObj:(Ljava/lang/Object;)Ljava/lang/Object; ]
AbstractTrace.formatObjects ( Object[] args ):Object[]
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.formatObjects:([Ljava/lang/Object;)[Ljava/lang/Object; ]
AbstractTrace.info ( String p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.info:(Ljava/lang/String;)V ]
AbstractTrace.isTraceEnabled ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.isTraceEnabled:()Z ]
AbstractTrace.setTraceEnabled ( boolean p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.setTraceEnabled:(Z)V ]
AbstractTrace.warn ( String message ):void
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.warn:(Ljava/lang/String;)V ]
AbstractTrace.warn ( String p1, Throwable p2 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/AbstractTrace.warn:(Ljava/lang/String;Ljava/lang/Throwable;)V ]
xwork-2.1.2.jar, Advice.class
package org.aspectj.lang.reflect
Advice.getDeclaringType ( ) [abstract]:AjType
[ run-time name: org/aspectj/lang/reflect/Advice.getDeclaringType:()Lorg/aspectj/lang/reflect/AjType; ]
Advice.getExceptionTypes ( ) [abstract]:AjType[]
[ run-time name: org/aspectj/lang/reflect/Advice.getExceptionTypes:()[Lorg/aspectj/lang/reflect/AjType; ]
Advice.getGenericParameterTypes ( ) [abstract]:reflect.Type[]
[ run-time name: org/aspectj/lang/reflect/Advice.getGenericParameterTypes:()[Ljava/lang/reflect/Type; ]
Advice.getKind ( ) [abstract]:AdviceKind
[ run-time name: org/aspectj/lang/reflect/Advice.getKind:()Lorg/aspectj/lang/reflect/AdviceKind; ]
Advice.getName ( ) [abstract]:String
[ run-time name: org/aspectj/lang/reflect/Advice.getName:()Ljava/lang/String; ]
Advice.getParameterTypes ( ) [abstract]:AjType[]
[ run-time name: org/aspectj/lang/reflect/Advice.getParameterTypes:()[Lorg/aspectj/lang/reflect/AjType; ]
Advice.getPointcutExpression ( ) [abstract]:PointcutExpression
[ run-time name: org/aspectj/lang/reflect/Advice.getPointcutExpression:()Lorg/aspectj/lang/reflect/PointcutExpression; ]
package org.aspectj.weaver
Advice.Advice ( AjAttribute.AdviceAttribute attribute, patterns.Pointcut pointcut, Member signature )
[ run-time name: org/aspectj/weaver/Advice."<init>":(Lorg/aspectj/weaver/AjAttribute$AdviceAttribute;Lorg/aspectj/weaver/patterns/Pointcut;Lorg/aspectj/weaver/Member;)V ]
Advice.concretize ( ResolvedType fromType, World world, patterns.PerClause clause ):ShadowMunger
[ run-time name: org/aspectj/weaver/Advice.concretize:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/World;Lorg/aspectj/weaver/patterns/PerClause;)Lorg/aspectj/weaver/ShadowMunger; ]
Advice.countOnes ( int bits ) [static]:int
[ run-time name: org/aspectj/weaver/Advice.countOnes:(I)I ]
Advice.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/Advice.equals:(Ljava/lang/Object;)Z ]
Advice.extraParametersToString ( ):String
[ run-time name: org/aspectj/weaver/Advice.extraParametersToString:()Ljava/lang/String; ]
Advice.getBaseParameterCount ( ):int
[ run-time name: org/aspectj/weaver/Advice.getBaseParameterCount:()I ]
Advice.getBaseParameterNames ( World world ):String[]
[ run-time name: org/aspectj/weaver/Advice.getBaseParameterNames:(Lorg/aspectj/weaver/World;)[Ljava/lang/String; ]
Advice.getBindingParameterTypes ( ):UnresolvedType[]
[ run-time name: org/aspectj/weaver/Advice.getBindingParameterTypes:()[Lorg/aspectj/weaver/UnresolvedType; ]
Advice.getConcreteAspect ( ):ResolvedType
[ run-time name: org/aspectj/weaver/Advice.getConcreteAspect:()Lorg/aspectj/weaver/ResolvedType; ]
Advice.getDeclaringAspect ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/Advice.getDeclaringAspect:()Lorg/aspectj/weaver/UnresolvedType; ]
Advice.getExtraParameterCount ( ):int
[ run-time name: org/aspectj/weaver/Advice.getExtraParameterCount:()I ]
Advice.getExtraParameterFlags ( ):int
[ run-time name: org/aspectj/weaver/Advice.getExtraParameterFlags:()I ]
Advice.getExtraParameterType ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/Advice.getExtraParameterType:()Lorg/aspectj/weaver/UnresolvedType; ]
Advice.getKind ( ):AdviceKind
[ run-time name: org/aspectj/weaver/Advice.getKind:()Lorg/aspectj/weaver/AdviceKind; ]
Advice.getOriginalSignature ( ):Member
[ run-time name: org/aspectj/weaver/Advice.getOriginalSignature:()Lorg/aspectj/weaver/Member; ]
Advice.getPointcut ( ):patterns.Pointcut
[ run-time name: org/aspectj/weaver/Advice.getPointcut:()Lorg/aspectj/weaver/patterns/Pointcut; ]
Advice.getSignature ( ):Member
[ run-time name: org/aspectj/weaver/Advice.getSignature:()Lorg/aspectj/weaver/Member; ]
Advice.hasExtraParameter ( ):boolean
[ run-time name: org/aspectj/weaver/Advice.hasExtraParameter:()Z ]
Advice.hashCode ( ):int
[ run-time name: org/aspectj/weaver/Advice.hashCode:()I ]
Advice.makeCflowEntry ( World world, patterns.Pointcut entry, boolean isBelow, Member stackField, int nFreeVars, java.util.List innerCflowEntries, ResolvedType inAspect ) [static]:Advice
[ run-time name: org/aspectj/weaver/Advice.makeCflowEntry:(Lorg/aspectj/weaver/World;Lorg/aspectj/weaver/patterns/Pointcut;ZLorg/aspectj/weaver/Member;ILjava/util/List;Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/Advice; ]
Advice.makePerCflowEntry ( World world, patterns.Pointcut entry, boolean isBelow, Member stackField, ResolvedType inAspect, java.util.List innerCflowEntries ) [static]:Advice
[ run-time name: org/aspectj/weaver/Advice.makePerCflowEntry:(Lorg/aspectj/weaver/World;Lorg/aspectj/weaver/patterns/Pointcut;ZLorg/aspectj/weaver/Member;Lorg/aspectj/weaver/ResolvedType;Ljava/util/List;)Lorg/aspectj/weaver/Advice; ]
Advice.makePerObjectEntry ( World world, patterns.Pointcut entry, boolean isThis, ResolvedType inAspect ) [static]:Advice
[ run-time name: org/aspectj/weaver/Advice.makePerObjectEntry:(Lorg/aspectj/weaver/World;Lorg/aspectj/weaver/patterns/Pointcut;ZLorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/Advice; ]
Advice.makePerTypeWithinEntry ( World world, patterns.Pointcut p, ResolvedType inAspect ) [static]:Advice
[ run-time name: org/aspectj/weaver/Advice.makePerTypeWithinEntry:(Lorg/aspectj/weaver/World;Lorg/aspectj/weaver/patterns/Pointcut;Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/Advice; ]
Advice.makeSoftener ( World world, patterns.Pointcut entry, patterns.TypePattern exceptionType, ResolvedType inAspect, IHasSourceLocation loc ) [static]:Advice
[ run-time name: org/aspectj/weaver/Advice.makeSoftener:(Lorg/aspectj/weaver/World;Lorg/aspectj/weaver/patterns/Pointcut;Lorg/aspectj/weaver/patterns/TypePattern;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/IHasSourceLocation;)Lorg/aspectj/weaver/Advice; ]
Advice.match ( Shadow shadow, World world ):boolean
[ run-time name: org/aspectj/weaver/Advice.match:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/World;)Z ]
Advice.setBindingParameterTypes ( UnresolvedType[] types ):void
[ run-time name: org/aspectj/weaver/Advice.setBindingParameterTypes:([Lorg/aspectj/weaver/UnresolvedType;)V ]
Advice.setLexicalPosition ( int lexicalPosition ):void
[ run-time name: org/aspectj/weaver/Advice.setLexicalPosition:(I)V ]
Advice.setSignature ( Member signature ):void
[ run-time name: org/aspectj/weaver/Advice.setSignature:(Lorg/aspectj/weaver/Member;)V ]
Advice.toString ( ):String
[ run-time name: org/aspectj/weaver/Advice.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, AdviceKind.class
package org.aspectj.lang.reflect
AdviceKind.valueOf ( String name ) [static]:AdviceKind
[ run-time name: org/aspectj/lang/reflect/AdviceKind.valueOf:(Ljava/lang/String;)Lorg/aspectj/lang/reflect/AdviceKind; ]
AdviceKind.values ( ) [static]:AdviceKind[]
[ run-time name: org/aspectj/lang/reflect/AdviceKind.values:()[Lorg/aspectj/lang/reflect/AdviceKind; ]
package org.aspectj.weaver
AdviceKind.AdviceKind ( String name, int key, int precedence, boolean isAfter, boolean isCflow )
[ run-time name: org/aspectj/weaver/AdviceKind."<init>":(Ljava/lang/String;IIZZ)V ]
AdviceKind.getPrecedence ( ):int
[ run-time name: org/aspectj/weaver/AdviceKind.getPrecedence:()I ]
AdviceKind.isAfter ( ):boolean
[ run-time name: org/aspectj/weaver/AdviceKind.isAfter:()Z ]
AdviceKind.isCflow ( ):boolean
[ run-time name: org/aspectj/weaver/AdviceKind.isCflow:()Z ]
AdviceKind.isPerEntry ( ):boolean
[ run-time name: org/aspectj/weaver/AdviceKind.isPerEntry:()Z ]
AdviceKind.isPerObjectEntry ( ):boolean
[ run-time name: org/aspectj/weaver/AdviceKind.isPerObjectEntry:()Z ]
AdviceKind.read ( VersionedDataInputStream s ) [static]:AdviceKind
[ run-time name: org/aspectj/weaver/AdviceKind.read:(Lorg/aspectj/weaver/VersionedDataInputStream;)Lorg/aspectj/weaver/AdviceKind; ]
AdviceKind.stringToKind ( String s ) [static]:AdviceKind
[ run-time name: org/aspectj/weaver/AdviceKind.stringToKind:(Ljava/lang/String;)Lorg/aspectj/weaver/AdviceKind; ]
xwork-2.1.2.jar, AdviceName.class
package org.aspectj.lang.annotation
AdviceName.value ( ) [abstract]:String
[ run-time name: org/aspectj/lang/annotation/AdviceName.value:()Ljava/lang/String; ]
xwork-2.1.2.jar, AdviceSignature.class
package org.aspectj.lang.reflect
AdviceSignature.getAdvice ( ) [abstract]:reflect.Method
[ run-time name: org/aspectj/lang/reflect/AdviceSignature.getAdvice:()Ljava/lang/reflect/Method; ]
AdviceSignature.getReturnType ( ) [abstract]:Class
[ run-time name: org/aspectj/lang/reflect/AdviceSignature.getReturnType:()Ljava/lang/Class; ]
xwork-2.1.2.jar, AdviceSignatureImpl.class
package org.aspectj.runtime.reflect
AdviceSignatureImpl.createToString ( StringMaker sm ):String
[ run-time name: org/aspectj/runtime/reflect/AdviceSignatureImpl.createToString:(Lorg/aspectj/runtime/reflect/StringMaker;)Ljava/lang/String; ]
AdviceSignatureImpl.getAdvice ( ):reflect.Method
[ run-time name: org/aspectj/runtime/reflect/AdviceSignatureImpl.getAdvice:()Ljava/lang/reflect/Method; ]
AdviceSignatureImpl.getReturnType ( ):Class
[ run-time name: org/aspectj/runtime/reflect/AdviceSignatureImpl.getReturnType:()Ljava/lang/Class; ]
xwork-2.1.2.jar, After.class
package org.aspectj.lang.annotation
After.argNames ( ) [abstract]:String
[ run-time name: org/aspectj/lang/annotation/After.argNames:()Ljava/lang/String; ]
After.value ( ) [abstract]:String
[ run-time name: org/aspectj/lang/annotation/After.value:()Ljava/lang/String; ]
xwork-2.1.2.jar, AfterReturning.class
package org.aspectj.lang.annotation
AfterReturning.argNames ( ) [abstract]:String
[ run-time name: org/aspectj/lang/annotation/AfterReturning.argNames:()Ljava/lang/String; ]
AfterReturning.pointcut ( ) [abstract]:String
[ run-time name: org/aspectj/lang/annotation/AfterReturning.pointcut:()Ljava/lang/String; ]
AfterReturning.returning ( ) [abstract]:String
[ run-time name: org/aspectj/lang/annotation/AfterReturning.returning:()Ljava/lang/String; ]
AfterReturning.value ( ) [abstract]:String
[ run-time name: org/aspectj/lang/annotation/AfterReturning.value:()Ljava/lang/String; ]
xwork-2.1.2.jar, AfterThrowing.class
package org.aspectj.lang.annotation
AfterThrowing.argNames ( ) [abstract]:String
[ run-time name: org/aspectj/lang/annotation/AfterThrowing.argNames:()Ljava/lang/String; ]
AfterThrowing.pointcut ( ) [abstract]:String
[ run-time name: org/aspectj/lang/annotation/AfterThrowing.pointcut:()Ljava/lang/String; ]
AfterThrowing.throwing ( ) [abstract]:String
[ run-time name: org/aspectj/lang/annotation/AfterThrowing.throwing:()Ljava/lang/String; ]
AfterThrowing.value ( ) [abstract]:String
[ run-time name: org/aspectj/lang/annotation/AfterThrowing.value:()Ljava/lang/String; ]
xwork-2.1.2.jar, Agent.class
package org.aspectj.weaver.loadtime
Agent.Agent ( )
[ run-time name: org/aspectj/weaver/loadtime/Agent."<init>":()V ]
Agent.getInstrumentation ( ) [static]:instrument.Instrumentation
[ run-time name: org/aspectj/weaver/loadtime/Agent.getInstrumentation:()Ljava/lang/instrument/Instrumentation; ]
Agent.premain ( String options, instrument.Instrumentation instrumentation ) [static]:void
[ run-time name: org/aspectj/weaver/loadtime/Agent.premain:(Ljava/lang/String;Ljava/lang/instrument/Instrumentation;)V ]
xwork-2.1.2.jar, Aj.class
package org.aspectj.weaver.loadtime
Aj.Aj ( )
[ run-time name: org/aspectj/weaver/loadtime/Aj."<init>":()V ]
Aj.Aj ( IWeavingContext context )
[ run-time name: org/aspectj/weaver/loadtime/Aj."<init>":(Lorg/aspectj/weaver/loadtime/IWeavingContext;)V ]
Aj.checkQ ( ) [static]:void
[ run-time name: org/aspectj/weaver/loadtime/Aj.checkQ:()V ]
Aj.flushGeneratedClasses ( ClassLoader loader ):void
[ run-time name: org/aspectj/weaver/loadtime/Aj.flushGeneratedClasses:(Ljava/lang/ClassLoader;)V ]
Aj.generatedClassesExist ( ClassLoader loader ):boolean
[ run-time name: org/aspectj/weaver/loadtime/Aj.generatedClassesExist:(Ljava/lang/ClassLoader;)Z ]
Aj.getActiveAdaptorCount ( ) [static]:int
[ run-time name: org/aspectj/weaver/loadtime/Aj.getActiveAdaptorCount:()I ]
Aj.getNamespace ( ClassLoader loader ):String
[ run-time name: org/aspectj/weaver/loadtime/Aj.getNamespace:(Ljava/lang/ClassLoader;)Ljava/lang/String; ]
Aj.initialize ( ):void
[ run-time name: org/aspectj/weaver/loadtime/Aj.initialize:()V ]
Aj.preProcess ( String className, byte[] bytes, ClassLoader loader ):byte[]
[ run-time name: org/aspectj/weaver/loadtime/Aj.preProcess:(Ljava/lang/String;[BLjava/lang/ClassLoader;)[B ]
Aj.removeStaleAdaptors ( boolean displayProgress ) [static]:int
[ run-time name: org/aspectj/weaver/loadtime/Aj.removeStaleAdaptors:(Z)I ]
xwork-2.1.2.jar, AjAttribute.class
package org.aspectj.weaver
AjAttribute.AjAttribute ( )
[ run-time name: org/aspectj/weaver/AjAttribute."<init>":()V ]
AjAttribute.getAllBytes ( short nameIndex ):byte[]
[ run-time name: org/aspectj/weaver/AjAttribute.getAllBytes:(S)[B ]
AjAttribute.getBytes ( ):byte[]
[ run-time name: org/aspectj/weaver/AjAttribute.getBytes:()[B ]
AjAttribute.getNameChars ( ):char[]
[ run-time name: org/aspectj/weaver/AjAttribute.getNameChars:()[C ]
AjAttribute.getNameString ( ) [abstract]:String
[ run-time name: org/aspectj/weaver/AjAttribute.getNameString:()Ljava/lang/String; ]
AjAttribute.read ( AjAttribute.WeaverVersionInfo v, String name, byte[] bytes, ISourceContext context, World w ) [static]:AjAttribute
[ run-time name: org/aspectj/weaver/AjAttribute.read:(Lorg/aspectj/weaver/AjAttribute$WeaverVersionInfo;Ljava/lang/String;[BLorg/aspectj/weaver/ISourceContext;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/AjAttribute; ]
AjAttribute.write ( java.io.DataOutputStream p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/AjAttribute.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, AjcMemberMaker.class
package org.aspectj.weaver
AjcMemberMaker.AjcMemberMaker ( )
[ run-time name: org/aspectj/weaver/AjcMemberMaker."<init>":()V ]
AjcMemberMaker.ajcPostClinitMethod ( UnresolvedType declaringType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.ajcPostClinitMethod:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.ajcPreClinitMethod ( UnresolvedType declaringType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.ajcPreClinitMethod:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.aroundClosurePreInitializationField ( ) [static]:Member
[ run-time name: org/aspectj/weaver/AjcMemberMaker.aroundClosurePreInitializationField:()Lorg/aspectj/weaver/Member; ]
AjcMemberMaker.aroundClosurePreInitializationGetter ( ) [static]:Member
[ run-time name: org/aspectj/weaver/AjcMemberMaker.aroundClosurePreInitializationGetter:()Lorg/aspectj/weaver/Member; ]
AjcMemberMaker.bridgerToInterMethod ( ResolvedMember meth, UnresolvedType aspectType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.bridgerToInterMethod:(Lorg/aspectj/weaver/ResolvedMember;Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.cflowStackInit ( ) [static]:Member
[ run-time name: org/aspectj/weaver/AjcMemberMaker.cflowStackInit:()Lorg/aspectj/weaver/Member; ]
AjcMemberMaker.cflowStackIsValid ( ) [static]:Member
[ run-time name: org/aspectj/weaver/AjcMemberMaker.cflowStackIsValid:()Lorg/aspectj/weaver/Member; ]
AjcMemberMaker.cflowStackPeekInstance ( ) [static]:Member
[ run-time name: org/aspectj/weaver/AjcMemberMaker.cflowStackPeekInstance:()Lorg/aspectj/weaver/Member; ]
AjcMemberMaker.cflowStackPushInstance ( ) [static]:Member
[ run-time name: org/aspectj/weaver/AjcMemberMaker.cflowStackPushInstance:()Lorg/aspectj/weaver/Member; ]
AjcMemberMaker.initFailureCauseField ( UnresolvedType declaringType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.initFailureCauseField:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.inlineAccessMethodForFieldGet ( UnresolvedType aspectType, Member field ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.inlineAccessMethodForFieldGet:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/Member;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.inlineAccessMethodForFieldSet ( UnresolvedType aspectType, Member field ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.inlineAccessMethodForFieldSet:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/Member;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.inlineAccessMethodForMethod ( UnresolvedType aspectType, ResolvedMember method ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.inlineAccessMethodForMethod:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/ResolvedMember;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.interConstructor ( ResolvedType targetType, ResolvedMember constructor, UnresolvedType aspectType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.interConstructor:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedMember;Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.interfaceConstructor ( ResolvedType resolvedTypeX ) [static]:Member
[ run-time name: org/aspectj/weaver/AjcMemberMaker.interfaceConstructor:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/Member; ]
AjcMemberMaker.interFieldClassField ( ResolvedMember field, UnresolvedType aspectType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.interFieldClassField:(Lorg/aspectj/weaver/ResolvedMember;Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.interFieldGetDispatcher ( ResolvedMember field, UnresolvedType aspectType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.interFieldGetDispatcher:(Lorg/aspectj/weaver/ResolvedMember;Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.interFieldInitializer ( ResolvedMember field, UnresolvedType aspectType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.interFieldInitializer:(Lorg/aspectj/weaver/ResolvedMember;Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.interFieldInterfaceField ( ResolvedMember field, UnresolvedType onClass, UnresolvedType aspectType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.interFieldInterfaceField:(Lorg/aspectj/weaver/ResolvedMember;Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.interFieldInterfaceGetter ( ResolvedMember field, ResolvedType onType, UnresolvedType aspectType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.interFieldInterfaceGetter:(Lorg/aspectj/weaver/ResolvedMember;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.interFieldInterfaceSetter ( ResolvedMember field, ResolvedType onType, UnresolvedType aspectType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.interFieldInterfaceSetter:(Lorg/aspectj/weaver/ResolvedMember;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.interFieldSetDispatcher ( ResolvedMember field, UnresolvedType aspectType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.interFieldSetDispatcher:(Lorg/aspectj/weaver/ResolvedMember;Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.interMethod ( ResolvedMember meth, UnresolvedType aspectType, boolean onInterface ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.interMethod:(Lorg/aspectj/weaver/ResolvedMember;Lorg/aspectj/weaver/UnresolvedType;Z)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.interMethodBody ( ResolvedMember meth, UnresolvedType aspectType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.interMethodBody:(Lorg/aspectj/weaver/ResolvedMember;Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.interMethodDispatcher ( ResolvedMember meth, UnresolvedType aspectType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.interMethodDispatcher:(Lorg/aspectj/weaver/ResolvedMember;Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.itdAtDeclareParentsField ( ResolvedType targetType, UnresolvedType itdType, UnresolvedType aspectType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.itdAtDeclareParentsField:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.noAspectBoundExceptionInit ( ) [static]:Member
[ run-time name: org/aspectj/weaver/AjcMemberMaker.noAspectBoundExceptionInit:()Lorg/aspectj/weaver/Member; ]
AjcMemberMaker.noAspectBoundExceptionInit2 ( ) [static]:Member
[ run-time name: org/aspectj/weaver/AjcMemberMaker.noAspectBoundExceptionInit2:()Lorg/aspectj/weaver/Member; ]
AjcMemberMaker.noAspectBoundExceptionInitWithCause ( ) [static]:Member
[ run-time name: org/aspectj/weaver/AjcMemberMaker.noAspectBoundExceptionInitWithCause:()Lorg/aspectj/weaver/Member; ]
AjcMemberMaker.perCflowAspectOfMethod ( UnresolvedType declaringType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.perCflowAspectOfMethod:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.perCflowField ( UnresolvedType declaringType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.perCflowField:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.perCflowHasAspectMethod ( UnresolvedType declaringType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.perCflowHasAspectMethod:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.perCflowPush ( UnresolvedType declaringType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.perCflowPush:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.perObjectAspectOfMethod ( UnresolvedType declaringType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.perObjectAspectOfMethod:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.perObjectBind ( UnresolvedType declaringType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.perObjectBind:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.perObjectField ( UnresolvedType declaringType, ResolvedType aspectType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.perObjectField:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.perObjectHasAspectMethod ( UnresolvedType declaringType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.perObjectHasAspectMethod:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.perObjectInterfaceGet ( UnresolvedType aspectType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.perObjectInterfaceGet:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.perObjectInterfaceSet ( UnresolvedType aspectType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.perObjectInterfaceSet:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.perObjectInterfaceType ( UnresolvedType aspectType ) [static]:UnresolvedType
[ run-time name: org/aspectj/weaver/AjcMemberMaker.perObjectInterfaceType:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/UnresolvedType; ]
AjcMemberMaker.perSingletonAspectOfMethod ( UnresolvedType declaringType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.perSingletonAspectOfMethod:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.perSingletonField ( UnresolvedType declaringType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.perSingletonField:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.perSingletonHasAspectMethod ( UnresolvedType declaringType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.perSingletonHasAspectMethod:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.perTypeWithinAspectOfMethod ( UnresolvedType declaringType, boolean inJava5Mode ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.perTypeWithinAspectOfMethod:(Lorg/aspectj/weaver/UnresolvedType;Z)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.perTypeWithinCreateAspectInstance ( UnresolvedType declaringType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.perTypeWithinCreateAspectInstance:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.perTypeWithinField ( UnresolvedType declaringType, ResolvedType aspectType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.perTypeWithinField:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.perTypeWithinGetInstance ( UnresolvedType declaringType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.perTypeWithinGetInstance:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.perTypeWithinGetWithinTypeNameMethod ( UnresolvedType declaringType, boolean inJava5Mode ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.perTypeWithinGetWithinTypeNameMethod:(Lorg/aspectj/weaver/UnresolvedType;Z)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.perTypeWithinHasAspectMethod ( UnresolvedType declaringType, boolean inJava5Mode ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.perTypeWithinHasAspectMethod:(Lorg/aspectj/weaver/UnresolvedType;Z)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.perTypeWithinLocalAspectOf ( UnresolvedType shadowType, UnresolvedType aspectType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.perTypeWithinLocalAspectOf:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.perTypeWithinWithinTypeField ( UnresolvedType declaringType, ResolvedType aspectType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.perTypeWithinWithinTypeField:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.postIntroducedConstructor ( UnresolvedType aspectType, UnresolvedType targetType, UnresolvedType[] paramTypes ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.postIntroducedConstructor:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;[Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.preIntroducedConstructor ( UnresolvedType aspectType, UnresolvedType targetType, UnresolvedType[] paramTypes ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.preIntroducedConstructor:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;[Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.privilegedAccessMethodForFieldGet ( UnresolvedType aspectType, Member field ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.privilegedAccessMethodForFieldGet:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/Member;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.privilegedAccessMethodForFieldSet ( UnresolvedType aspectType, Member field ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.privilegedAccessMethodForFieldSet:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/Member;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.privilegedAccessMethodForMethod ( UnresolvedType aspectType, ResolvedMember method ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.privilegedAccessMethodForMethod:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/ResolvedMember;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.superAccessMethod ( UnresolvedType baseType, ResolvedMember method ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.superAccessMethod:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/ResolvedMember;)Lorg/aspectj/weaver/ResolvedMember; ]
AjcMemberMaker.toObjectConversionMethod ( UnresolvedType fromType ) [static]:ResolvedMember
[ run-time name: org/aspectj/weaver/AjcMemberMaker.toObjectConversionMethod:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
xwork-2.1.2.jar, AjType.class
package org.aspectj.lang.reflect
AjType.getAdvice ( AdviceKind[] p1 ) [abstract]:Advice[]
[ run-time name: org/aspectj/lang/reflect/AjType.getAdvice:([Lorg/aspectj/lang/reflect/AdviceKind;)[Lorg/aspectj/lang/reflect/Advice; ]
AjType.getAdvice ( String p1 ) [abstract]:Advice
[ run-time name: org/aspectj/lang/reflect/AjType.getAdvice:(Ljava/lang/String;)Lorg/aspectj/lang/reflect/Advice; ]
AjType.getAjTypes ( ) [abstract]:AjType[]
[ run-time name: org/aspectj/lang/reflect/AjType.getAjTypes:()[Lorg/aspectj/lang/reflect/AjType; ]
AjType.getConstructor ( AjType[] p1 ) [abstract]:reflect.Constructor
[ run-time name: org/aspectj/lang/reflect/AjType.getConstructor:([Lorg/aspectj/lang/reflect/AjType;)Ljava/lang/reflect/Constructor; ]
AjType.getConstructors ( ) [abstract]:reflect.Constructor[]
[ run-time name: org/aspectj/lang/reflect/AjType.getConstructors:()[Ljava/lang/reflect/Constructor; ]
AjType.getDeclareAnnotations ( ) [abstract]:DeclareAnnotation[]
[ run-time name: org/aspectj/lang/reflect/AjType.getDeclareAnnotations:()[Lorg/aspectj/lang/reflect/DeclareAnnotation; ]
AjType.getDeclaredAdvice ( AdviceKind[] p1 ) [abstract]:Advice[]
[ run-time name: org/aspectj/lang/reflect/AjType.getDeclaredAdvice:([Lorg/aspectj/lang/reflect/AdviceKind;)[Lorg/aspectj/lang/reflect/Advice; ]
AjType.getDeclaredAdvice ( String p1 ) [abstract]:Advice
[ run-time name: org/aspectj/lang/reflect/AjType.getDeclaredAdvice:(Ljava/lang/String;)Lorg/aspectj/lang/reflect/Advice; ]
AjType.getDeclaredAjTypes ( ) [abstract]:AjType[]
[ run-time name: org/aspectj/lang/reflect/AjType.getDeclaredAjTypes:()[Lorg/aspectj/lang/reflect/AjType; ]
AjType.getDeclaredConstructor ( AjType[] p1 ) [abstract]:reflect.Constructor
[ run-time name: org/aspectj/lang/reflect/AjType.getDeclaredConstructor:([Lorg/aspectj/lang/reflect/AjType;)Ljava/lang/reflect/Constructor; ]
AjType.getDeclaredConstructors ( ) [abstract]:reflect.Constructor[]
[ run-time name: org/aspectj/lang/reflect/AjType.getDeclaredConstructors:()[Ljava/lang/reflect/Constructor; ]
AjType.getDeclaredField ( String p1 ) [abstract]:reflect.Field
[ run-time name: org/aspectj/lang/reflect/AjType.getDeclaredField:(Ljava/lang/String;)Ljava/lang/reflect/Field; ]
AjType.getDeclaredFields ( ) [abstract]:reflect.Field[]
[ run-time name: org/aspectj/lang/reflect/AjType.getDeclaredFields:()[Ljava/lang/reflect/Field; ]
AjType.getDeclaredITDConstructor ( AjType p1, AjType[] p2 ) [abstract]:InterTypeConstructorDeclaration
[ run-time name: org/aspectj/lang/reflect/AjType.getDeclaredITDConstructor:(Lorg/aspectj/lang/reflect/AjType;[Lorg/aspectj/lang/reflect/AjType;)Lorg/aspectj/lang/reflect/InterTypeConstructorDeclaration; ]
AjType.getDeclaredITDConstructors ( ) [abstract]:InterTypeConstructorDeclaration[]
[ run-time name: org/aspectj/lang/reflect/AjType.getDeclaredITDConstructors:()[Lorg/aspectj/lang/reflect/InterTypeConstructorDeclaration; ]
AjType.getDeclaredITDField ( String p1, AjType p2 ) [abstract]:InterTypeFieldDeclaration
[ run-time name: org/aspectj/lang/reflect/AjType.getDeclaredITDField:(Ljava/lang/String;Lorg/aspectj/lang/reflect/AjType;)Lorg/aspectj/lang/reflect/InterTypeFieldDeclaration; ]
AjType.getDeclaredITDFields ( ) [abstract]:InterTypeFieldDeclaration[]
[ run-time name: org/aspectj/lang/reflect/AjType.getDeclaredITDFields:()[Lorg/aspectj/lang/reflect/InterTypeFieldDeclaration; ]
AjType.getDeclaredITDMethod ( String p1, AjType p2, AjType[] p3 ) [abstract]:InterTypeMethodDeclaration
[ run-time name: org/aspectj/lang/reflect/AjType.getDeclaredITDMethod:(Ljava/lang/String;Lorg/aspectj/lang/reflect/AjType;[Lorg/aspectj/lang/reflect/AjType;)Lorg/aspectj/lang/reflect/InterTypeMethodDeclaration; ]
AjType.getDeclaredITDMethods ( ) [abstract]:InterTypeMethodDeclaration[]
[ run-time name: org/aspectj/lang/reflect/AjType.getDeclaredITDMethods:()[Lorg/aspectj/lang/reflect/InterTypeMethodDeclaration; ]
AjType.getDeclaredMethod ( String p1, AjType[] p2 ) [abstract]:reflect.Method
[ run-time name: org/aspectj/lang/reflect/AjType.getDeclaredMethod:(Ljava/lang/String;[Lorg/aspectj/lang/reflect/AjType;)Ljava/lang/reflect/Method; ]
AjType.getDeclaredMethods ( ) [abstract]:reflect.Method[]
[ run-time name: org/aspectj/lang/reflect/AjType.getDeclaredMethods:()[Ljava/lang/reflect/Method; ]
AjType.getDeclaredPointcut ( String p1 ) [abstract]:Pointcut
[ run-time name: org/aspectj/lang/reflect/AjType.getDeclaredPointcut:(Ljava/lang/String;)Lorg/aspectj/lang/reflect/Pointcut; ]
AjType.getDeclaredPointcuts ( ) [abstract]:Pointcut[]
[ run-time name: org/aspectj/lang/reflect/AjType.getDeclaredPointcuts:()[Lorg/aspectj/lang/reflect/Pointcut; ]
AjType.getDeclareErrorOrWarnings ( ) [abstract]:DeclareErrorOrWarning[]
[ run-time name: org/aspectj/lang/reflect/AjType.getDeclareErrorOrWarnings:()[Lorg/aspectj/lang/reflect/DeclareErrorOrWarning; ]
AjType.getDeclareParents ( ) [abstract]:DeclareParents[]
[ run-time name: org/aspectj/lang/reflect/AjType.getDeclareParents:()[Lorg/aspectj/lang/reflect/DeclareParents; ]
AjType.getDeclarePrecedence ( ) [abstract]:DeclarePrecedence[]
[ run-time name: org/aspectj/lang/reflect/AjType.getDeclarePrecedence:()[Lorg/aspectj/lang/reflect/DeclarePrecedence; ]
AjType.getDeclareSofts ( ) [abstract]:DeclareSoft[]
[ run-time name: org/aspectj/lang/reflect/AjType.getDeclareSofts:()[Lorg/aspectj/lang/reflect/DeclareSoft; ]
AjType.getDeclaringType ( ) [abstract]:AjType
[ run-time name: org/aspectj/lang/reflect/AjType.getDeclaringType:()Lorg/aspectj/lang/reflect/AjType; ]
AjType.getEnclosingConstructor ( ) [abstract]:reflect.Constructor
[ run-time name: org/aspectj/lang/reflect/AjType.getEnclosingConstructor:()Ljava/lang/reflect/Constructor; ]
AjType.getEnclosingMethod ( ) [abstract]:reflect.Method
[ run-time name: org/aspectj/lang/reflect/AjType.getEnclosingMethod:()Ljava/lang/reflect/Method; ]
AjType.getEnclosingType ( ) [abstract]:AjType
[ run-time name: org/aspectj/lang/reflect/AjType.getEnclosingType:()Lorg/aspectj/lang/reflect/AjType; ]
AjType.getEnumConstants ( ) [abstract]:Object[]
[ run-time name: org/aspectj/lang/reflect/AjType.getEnumConstants:()[Ljava/lang/Object; ]
AjType.getField ( String p1 ) [abstract]:reflect.Field
[ run-time name: org/aspectj/lang/reflect/AjType.getField:(Ljava/lang/String;)Ljava/lang/reflect/Field; ]
AjType.getFields ( ) [abstract]:reflect.Field[]
[ run-time name: org/aspectj/lang/reflect/AjType.getFields:()[Ljava/lang/reflect/Field; ]
AjType.getGenericSupertype ( ) [abstract]:reflect.Type
[ run-time name: org/aspectj/lang/reflect/AjType.getGenericSupertype:()Ljava/lang/reflect/Type; ]
AjType.getInterfaces ( ) [abstract]:AjType[]
[ run-time name: org/aspectj/lang/reflect/AjType.getInterfaces:()[Lorg/aspectj/lang/reflect/AjType; ]
AjType.getITDConstructor ( AjType p1, AjType[] p2 ) [abstract]:InterTypeConstructorDeclaration
[ run-time name: org/aspectj/lang/reflect/AjType.getITDConstructor:(Lorg/aspectj/lang/reflect/AjType;[Lorg/aspectj/lang/reflect/AjType;)Lorg/aspectj/lang/reflect/InterTypeConstructorDeclaration; ]
AjType.getITDConstructors ( ) [abstract]:InterTypeConstructorDeclaration[]
[ run-time name: org/aspectj/lang/reflect/AjType.getITDConstructors:()[Lorg/aspectj/lang/reflect/InterTypeConstructorDeclaration; ]
AjType.getITDField ( String p1, AjType p2 ) [abstract]:InterTypeFieldDeclaration
[ run-time name: org/aspectj/lang/reflect/AjType.getITDField:(Ljava/lang/String;Lorg/aspectj/lang/reflect/AjType;)Lorg/aspectj/lang/reflect/InterTypeFieldDeclaration; ]
AjType.getITDFields ( ) [abstract]:InterTypeFieldDeclaration[]
[ run-time name: org/aspectj/lang/reflect/AjType.getITDFields:()[Lorg/aspectj/lang/reflect/InterTypeFieldDeclaration; ]
AjType.getITDMethod ( String p1, AjType p2, AjType[] p3 ) [abstract]:InterTypeMethodDeclaration
[ run-time name: org/aspectj/lang/reflect/AjType.getITDMethod:(Ljava/lang/String;Lorg/aspectj/lang/reflect/AjType;[Lorg/aspectj/lang/reflect/AjType;)Lorg/aspectj/lang/reflect/InterTypeMethodDeclaration; ]
AjType.getITDMethods ( ) [abstract]:InterTypeMethodDeclaration[]
[ run-time name: org/aspectj/lang/reflect/AjType.getITDMethods:()[Lorg/aspectj/lang/reflect/InterTypeMethodDeclaration; ]
AjType.getJavaClass ( ) [abstract]:Class
[ run-time name: org/aspectj/lang/reflect/AjType.getJavaClass:()Ljava/lang/Class; ]
AjType.getMethod ( String p1, AjType[] p2 ) [abstract]:reflect.Method
[ run-time name: org/aspectj/lang/reflect/AjType.getMethod:(Ljava/lang/String;[Lorg/aspectj/lang/reflect/AjType;)Ljava/lang/reflect/Method; ]
AjType.getMethods ( ) [abstract]:reflect.Method[]
[ run-time name: org/aspectj/lang/reflect/AjType.getMethods:()[Ljava/lang/reflect/Method; ]
AjType.getModifiers ( ) [abstract]:int
[ run-time name: org/aspectj/lang/reflect/AjType.getModifiers:()I ]
AjType.getName ( ) [abstract]:String
[ run-time name: org/aspectj/lang/reflect/AjType.getName:()Ljava/lang/String; ]
AjType.getPackage ( ) [abstract]:Package
[ run-time name: org/aspectj/lang/reflect/AjType.getPackage:()Ljava/lang/Package; ]
AjType.getPerClause ( ) [abstract]:PerClause
[ run-time name: org/aspectj/lang/reflect/AjType.getPerClause:()Lorg/aspectj/lang/reflect/PerClause; ]
AjType.getPointcut ( String p1 ) [abstract]:Pointcut
[ run-time name: org/aspectj/lang/reflect/AjType.getPointcut:(Ljava/lang/String;)Lorg/aspectj/lang/reflect/Pointcut; ]
AjType.getPointcuts ( ) [abstract]:Pointcut[]
[ run-time name: org/aspectj/lang/reflect/AjType.getPointcuts:()[Lorg/aspectj/lang/reflect/Pointcut; ]
AjType.getSupertype ( ) [abstract]:AjType
[ run-time name: org/aspectj/lang/reflect/AjType.getSupertype:()Lorg/aspectj/lang/reflect/AjType; ]
AjType.getTypeParameters ( ) [abstract]:reflect.TypeVariable[]
[ run-time name: org/aspectj/lang/reflect/AjType.getTypeParameters:()[Ljava/lang/reflect/TypeVariable; ]
AjType.isArray ( ) [abstract]:boolean
[ run-time name: org/aspectj/lang/reflect/AjType.isArray:()Z ]
AjType.isAspect ( ) [abstract]:boolean
[ run-time name: org/aspectj/lang/reflect/AjType.isAspect:()Z ]
AjType.isEnum ( ) [abstract]:boolean
[ run-time name: org/aspectj/lang/reflect/AjType.isEnum:()Z ]
AjType.isInstance ( Object p1 ) [abstract]:boolean
[ run-time name: org/aspectj/lang/reflect/AjType.isInstance:(Ljava/lang/Object;)Z ]
AjType.isInterface ( ) [abstract]:boolean
[ run-time name: org/aspectj/lang/reflect/AjType.isInterface:()Z ]
AjType.isLocalClass ( ) [abstract]:boolean
[ run-time name: org/aspectj/lang/reflect/AjType.isLocalClass:()Z ]
AjType.isMemberAspect ( ) [abstract]:boolean
[ run-time name: org/aspectj/lang/reflect/AjType.isMemberAspect:()Z ]
AjType.isMemberClass ( ) [abstract]:boolean
[ run-time name: org/aspectj/lang/reflect/AjType.isMemberClass:()Z ]
AjType.isPrimitive ( ) [abstract]:boolean
[ run-time name: org/aspectj/lang/reflect/AjType.isPrimitive:()Z ]
AjType.isPrivileged ( ) [abstract]:boolean
[ run-time name: org/aspectj/lang/reflect/AjType.isPrivileged:()Z ]
xwork-2.1.2.jar, AjTypeSystem.class
package org.aspectj.lang.reflect
AjTypeSystem.AjTypeSystem ( )
[ run-time name: org/aspectj/lang/reflect/AjTypeSystem."<init>":()V ]
AjTypeSystem.getAjType ( Class fromClass ) [static]:AjType
[ run-time name: org/aspectj/lang/reflect/AjTypeSystem.getAjType:(Ljava/lang/Class;)Lorg/aspectj/lang/reflect/AjType; ]
xwork-2.1.2.jar, And.class
package org.aspectj.weaver.ast
And.accept ( ITestVisitor v ):void
[ run-time name: org/aspectj/weaver/ast/And.accept:(Lorg/aspectj/weaver/ast/ITestVisitor;)V ]
And.And ( Test left, Test right )
[ run-time name: org/aspectj/weaver/ast/And."<init>":(Lorg/aspectj/weaver/ast/Test;Lorg/aspectj/weaver/ast/Test;)V ]
And.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/ast/And.equals:(Ljava/lang/Object;)Z ]
And.getLeft ( ):Test
[ run-time name: org/aspectj/weaver/ast/And.getLeft:()Lorg/aspectj/weaver/ast/Test; ]
And.getRight ( ):Test
[ run-time name: org/aspectj/weaver/ast/And.getRight:()Lorg/aspectj/weaver/ast/Test; ]
And.toString ( ):String
[ run-time name: org/aspectj/weaver/ast/And.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, AndAnnotationTypePattern.class
package org.aspectj.weaver.patterns
AndAnnotationTypePattern.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AndAnnotationTypePattern.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
AndAnnotationTypePattern.AndAnnotationTypePattern ( AnnotationTypePattern left, AnnotationTypePattern right )
[ run-time name: org/aspectj/weaver/patterns/AndAnnotationTypePattern."<init>":(Lorg/aspectj/weaver/patterns/AnnotationTypePattern;Lorg/aspectj/weaver/patterns/AnnotationTypePattern;)V ]
AndAnnotationTypePattern.equals ( Object obj ):boolean
[ run-time name: org/aspectj/weaver/patterns/AndAnnotationTypePattern.equals:(Ljava/lang/Object;)Z ]
AndAnnotationTypePattern.getLeft ( ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/AndAnnotationTypePattern.getLeft:()Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
AndAnnotationTypePattern.getRight ( ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/AndAnnotationTypePattern.getRight:()Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
AndAnnotationTypePattern.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/AndAnnotationTypePattern.hashCode:()I ]
AndAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/AndAnnotationTypePattern.matches:(Lorg/aspectj/weaver/AnnotatedElement;)Lorg/aspectj/util/FuzzyBoolean; ]
AndAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated, org.aspectj.weaver.ResolvedType[] parameterAnnotations ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/AndAnnotationTypePattern.matches:(Lorg/aspectj/weaver/AnnotatedElement;[Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/util/FuzzyBoolean; ]
AndAnnotationTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/AndAnnotationTypePattern.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
AndAnnotationTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/AndAnnotationTypePattern.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
AndAnnotationTypePattern.resolve ( org.aspectj.weaver.World world ):void
[ run-time name: org/aspectj/weaver/patterns/AndAnnotationTypePattern.resolve:(Lorg/aspectj/weaver/World;)V ]
AndAnnotationTypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/AndAnnotationTypePattern.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;Z)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
AndAnnotationTypePattern.setForParameterAnnotationMatch ( ):void
[ run-time name: org/aspectj/weaver/patterns/AndAnnotationTypePattern.setForParameterAnnotationMatch:()V ]
AndAnnotationTypePattern.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/AndAnnotationTypePattern.toString:()Ljava/lang/String; ]
AndAnnotationTypePattern.traverse ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AndAnnotationTypePattern.traverse:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
AndAnnotationTypePattern.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/AndAnnotationTypePattern.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, AndPointcut.class
package org.aspectj.weaver.patterns
AndPointcut.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AndPointcut.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
AndPointcut.AndPointcut ( Pointcut left, Pointcut right )
[ run-time name: org/aspectj/weaver/patterns/AndPointcut."<init>":(Lorg/aspectj/weaver/patterns/Pointcut;Lorg/aspectj/weaver/patterns/Pointcut;)V ]
AndPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/AndPointcut.concretize1:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/Pointcut; ]
AndPointcut.couldMatchKinds ( ):int
[ run-time name: org/aspectj/weaver/patterns/AndPointcut.couldMatchKinds:()I ]
AndPointcut.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/AndPointcut.equals:(Ljava/lang/Object;)Z ]
AndPointcut.fastMatch ( FastMatchInfo type ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/AndPointcut.fastMatch:(Lorg/aspectj/weaver/patterns/FastMatchInfo;)Lorg/aspectj/util/FuzzyBoolean; ]
AndPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):org.aspectj.weaver.ast.Test
[ run-time name: org/aspectj/weaver/patterns/AndPointcut.findResidueInternal:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/patterns/ExposedState;)Lorg/aspectj/weaver/ast/Test; ]
AndPointcut.getLeft ( ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/AndPointcut.getLeft:()Lorg/aspectj/weaver/patterns/Pointcut; ]
AndPointcut.getRight ( ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/AndPointcut.getRight:()Lorg/aspectj/weaver/patterns/Pointcut; ]
AndPointcut.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/AndPointcut.hashCode:()I ]
AndPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/AndPointcut.matchInternal:(Lorg/aspectj/weaver/Shadow;)Lorg/aspectj/util/FuzzyBoolean; ]
AndPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/AndPointcut.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Pointcut; ]
AndPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:Pointcut
[ run-time name: org/aspectj/weaver/patterns/AndPointcut.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/Pointcut; ]
AndPointcut.resolveBindings ( IScope scope, Bindings bindings ):void
[ run-time name: org/aspectj/weaver/patterns/AndPointcut.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;)V ]
AndPointcut.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/AndPointcut.toString:()Ljava/lang/String; ]
AndPointcut.traverse ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AndPointcut.traverse:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
AndPointcut.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/AndPointcut.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, AndTypePattern.class
package org.aspectj.weaver.patterns
AndTypePattern.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AndTypePattern.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
AndTypePattern.AndTypePattern ( TypePattern left, TypePattern right )
[ run-time name: org/aspectj/weaver/patterns/AndTypePattern."<init>":(Lorg/aspectj/weaver/patterns/TypePattern;Lorg/aspectj/weaver/patterns/TypePattern;)V ]
AndTypePattern.couldEverMatchSameTypesAs ( TypePattern other ):boolean
[ run-time name: org/aspectj/weaver/patterns/AndTypePattern.couldEverMatchSameTypesAs:(Lorg/aspectj/weaver/patterns/TypePattern;)Z ]
AndTypePattern.equals ( Object obj ):boolean
[ run-time name: org/aspectj/weaver/patterns/AndTypePattern.equals:(Ljava/lang/Object;)Z ]
AndTypePattern.getLeft ( ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/AndTypePattern.getLeft:()Lorg/aspectj/weaver/patterns/TypePattern; ]
AndTypePattern.getRight ( ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/AndTypePattern.getRight:()Lorg/aspectj/weaver/patterns/TypePattern; ]
AndTypePattern.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/AndTypePattern.hashCode:()I ]
AndTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type ):boolean
[ run-time name: org/aspectj/weaver/patterns/AndTypePattern.matchesExactly:(Lorg/aspectj/weaver/ResolvedType;)Z ]
AndTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.ResolvedType annotatedType ):boolean
[ run-time name: org/aspectj/weaver/patterns/AndTypePattern.matchesExactly:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;)Z ]
AndTypePattern.matchesInstanceof ( org.aspectj.weaver.ResolvedType type ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/AndTypePattern.matchesInstanceof:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/util/FuzzyBoolean; ]
AndTypePattern.matchesStatically ( org.aspectj.weaver.ResolvedType type ):boolean
[ run-time name: org/aspectj/weaver/patterns/AndTypePattern.matchesStatically:(Lorg/aspectj/weaver/ResolvedType;)Z ]
AndTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/AndTypePattern.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/TypePattern; ]
AndTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:TypePattern
[ run-time name: org/aspectj/weaver/patterns/AndTypePattern.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/TypePattern; ]
AndTypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/AndTypePattern.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;ZZ)Lorg/aspectj/weaver/patterns/TypePattern; ]
AndTypePattern.setAnnotationTypePattern ( AnnotationTypePattern annPatt ):void
[ run-time name: org/aspectj/weaver/patterns/AndTypePattern.setAnnotationTypePattern:(Lorg/aspectj/weaver/patterns/AnnotationTypePattern;)V ]
AndTypePattern.setIsVarArgs ( boolean isVarArgs ):void
[ run-time name: org/aspectj/weaver/patterns/AndTypePattern.setIsVarArgs:(Z)V ]
AndTypePattern.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/AndTypePattern.toString:()Ljava/lang/String; ]
AndTypePattern.traverse ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AndTypePattern.traverse:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
AndTypePattern.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/AndTypePattern.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, AnnotatedElement.class
package org.aspectj.weaver
AnnotatedElement.getAnnotationOfType ( UnresolvedType p1 ) [abstract]:AnnotationX
[ run-time name: org/aspectj/weaver/AnnotatedElement.getAnnotationOfType:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/AnnotationX; ]
AnnotatedElement.getAnnotationTypes ( ) [abstract]:ResolvedType[]
[ run-time name: org/aspectj/weaver/AnnotatedElement.getAnnotationTypes:()[Lorg/aspectj/weaver/ResolvedType; ]
AnnotatedElement.hasAnnotation ( UnresolvedType p1 ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/AnnotatedElement.hasAnnotation:(Lorg/aspectj/weaver/UnresolvedType;)Z ]
xwork-2.1.2.jar, AnnotationAccessFieldVar.class
package org.aspectj.weaver.bcel
AnnotationAccessFieldVar.AnnotationAccessFieldVar ( AnnotationAccessVar aav, org.aspectj.weaver.ResolvedType field )
[ run-time name: org/aspectj/weaver/bcel/AnnotationAccessFieldVar."<init>":(Lorg/aspectj/weaver/bcel/AnnotationAccessVar;Lorg/aspectj/weaver/ResolvedType;)V ]
AnnotationAccessFieldVar.appendLoad ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact ):void
[ run-time name: org/aspectj/weaver/bcel/AnnotationAccessFieldVar.appendLoad:(Lorg/aspectj/apache/bcel/generic/InstructionList;Lorg/aspectj/apache/bcel/generic/InstructionFactory;)V ]
AnnotationAccessFieldVar.appendLoadAndConvert ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact, org.aspectj.weaver.ResolvedType toType ):void
[ run-time name: org/aspectj/weaver/bcel/AnnotationAccessFieldVar.appendLoadAndConvert:(Lorg/aspectj/apache/bcel/generic/InstructionList;Lorg/aspectj/apache/bcel/generic/InstructionFactory;Lorg/aspectj/weaver/ResolvedType;)V ]
AnnotationAccessFieldVar.appendStore ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact ):void
[ run-time name: org/aspectj/weaver/bcel/AnnotationAccessFieldVar.appendStore:(Lorg/aspectj/apache/bcel/generic/InstructionList;Lorg/aspectj/apache/bcel/generic/InstructionFactory;)V ]
AnnotationAccessFieldVar.createCopyFrom ( org.aspectj.apache.bcel.generic.InstructionFactory fact, int oldSlot ):org.aspectj.apache.bcel.generic.InstructionList
[ run-time name: org/aspectj/weaver/bcel/AnnotationAccessFieldVar.createCopyFrom:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;I)Lorg/aspectj/apache/bcel/generic/InstructionList; ]
AnnotationAccessFieldVar.createLoad ( org.aspectj.apache.bcel.generic.InstructionFactory fact ):org.aspectj.apache.bcel.generic.Instruction
[ run-time name: org/aspectj/weaver/bcel/AnnotationAccessFieldVar.createLoad:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
AnnotationAccessFieldVar.createStore ( org.aspectj.apache.bcel.generic.InstructionFactory fact ):org.aspectj.apache.bcel.generic.Instruction
[ run-time name: org/aspectj/weaver/bcel/AnnotationAccessFieldVar.createStore:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
AnnotationAccessFieldVar.getPositionInAroundState ( ):int
[ run-time name: org/aspectj/weaver/bcel/AnnotationAccessFieldVar.getPositionInAroundState:()I ]
AnnotationAccessFieldVar.getSlot ( ):int
[ run-time name: org/aspectj/weaver/bcel/AnnotationAccessFieldVar.getSlot:()I ]
AnnotationAccessFieldVar.insertLoad ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact ):void
[ run-time name: org/aspectj/weaver/bcel/AnnotationAccessFieldVar.insertLoad:(Lorg/aspectj/apache/bcel/generic/InstructionList;Lorg/aspectj/apache/bcel/generic/InstructionFactory;)V ]
AnnotationAccessFieldVar.setPositionInAroundState ( int positionInAroundState ):void
[ run-time name: org/aspectj/weaver/bcel/AnnotationAccessFieldVar.setPositionInAroundState:(I)V ]
AnnotationAccessFieldVar.toString ( ):String
[ run-time name: org/aspectj/weaver/bcel/AnnotationAccessFieldVar.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, AnnotationAccessVar.class
package org.aspectj.weaver.bcel
AnnotationAccessVar.AnnotationAccessVar ( org.aspectj.weaver.Shadow.Kind kind, org.aspectj.weaver.ResolvedType annotationType, org.aspectj.weaver.UnresolvedType theTargetIsStoredHere, org.aspectj.weaver.Member sig )
[ run-time name: org/aspectj/weaver/bcel/AnnotationAccessVar."<init>":(Lorg/aspectj/weaver/Shadow$Kind;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/Member;)V ]
AnnotationAccessVar.appendLoad ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact ):void
[ run-time name: org/aspectj/weaver/bcel/AnnotationAccessVar.appendLoad:(Lorg/aspectj/apache/bcel/generic/InstructionList;Lorg/aspectj/apache/bcel/generic/InstructionFactory;)V ]
AnnotationAccessVar.appendLoadAndConvert ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact, org.aspectj.weaver.ResolvedType toType ):void
[ run-time name: org/aspectj/weaver/bcel/AnnotationAccessVar.appendLoadAndConvert:(Lorg/aspectj/apache/bcel/generic/InstructionList;Lorg/aspectj/apache/bcel/generic/InstructionFactory;Lorg/aspectj/weaver/ResolvedType;)V ]
AnnotationAccessVar.createCopyFrom ( org.aspectj.apache.bcel.generic.InstructionFactory fact, int oldSlot ):org.aspectj.apache.bcel.generic.InstructionList
[ run-time name: org/aspectj/weaver/bcel/AnnotationAccessVar.createCopyFrom:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;I)Lorg/aspectj/apache/bcel/generic/InstructionList; ]
AnnotationAccessVar.createLoad ( org.aspectj.apache.bcel.generic.InstructionFactory fact ):org.aspectj.apache.bcel.generic.Instruction
[ run-time name: org/aspectj/weaver/bcel/AnnotationAccessVar.createLoad:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
AnnotationAccessVar.createStore ( org.aspectj.apache.bcel.generic.InstructionFactory fact ):org.aspectj.apache.bcel.generic.Instruction
[ run-time name: org/aspectj/weaver/bcel/AnnotationAccessVar.createStore:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
AnnotationAccessVar.getKind ( ):org.aspectj.weaver.Shadow.Kind
[ run-time name: org/aspectj/weaver/bcel/AnnotationAccessVar.getKind:()Lorg/aspectj/weaver/Shadow$Kind; ]
AnnotationAccessVar.getMember ( ):org.aspectj.weaver.Member
[ run-time name: org/aspectj/weaver/bcel/AnnotationAccessVar.getMember:()Lorg/aspectj/weaver/Member; ]
AnnotationAccessVar.insertLoad ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact ):void
[ run-time name: org/aspectj/weaver/bcel/AnnotationAccessVar.insertLoad:(Lorg/aspectj/apache/bcel/generic/InstructionList;Lorg/aspectj/apache/bcel/generic/InstructionFactory;)V ]
AnnotationAccessVar.toString ( ):String
[ run-time name: org/aspectj/weaver/bcel/AnnotationAccessVar.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, AnnotationAJ.class
package org.aspectj.weaver
AnnotationAJ.addNameValuePair ( AnnotationNameValuePair pair ):void
[ run-time name: org/aspectj/weaver/AnnotationAJ.addNameValuePair:(Lorg/aspectj/weaver/AnnotationNameValuePair;)V ]
AnnotationAJ.AnnotationAJ ( String type, boolean isRuntimeVisible )
[ run-time name: org/aspectj/weaver/AnnotationAJ."<init>":(Ljava/lang/String;Z)V ]
AnnotationAJ.getNameValuePairs ( ):java.util.List
[ run-time name: org/aspectj/weaver/AnnotationAJ.getNameValuePairs:()Ljava/util/List; ]
AnnotationAJ.getStringValueOf ( Object name ):String
[ run-time name: org/aspectj/weaver/AnnotationAJ.getStringValueOf:(Ljava/lang/Object;)Ljava/lang/String; ]
AnnotationAJ.getTypeSignature ( ):String
[ run-time name: org/aspectj/weaver/AnnotationAJ.getTypeSignature:()Ljava/lang/String; ]
AnnotationAJ.hasNamedValue ( String n ):boolean
[ run-time name: org/aspectj/weaver/AnnotationAJ.hasNamedValue:(Ljava/lang/String;)Z ]
AnnotationAJ.hasNameValuePair ( String n, String v ):boolean
[ run-time name: org/aspectj/weaver/AnnotationAJ.hasNameValuePair:(Ljava/lang/String;Ljava/lang/String;)Z ]
AnnotationAJ.hasNameValuePairs ( ):boolean
[ run-time name: org/aspectj/weaver/AnnotationAJ.hasNameValuePairs:()Z ]
AnnotationAJ.isRuntimeVisible ( ):boolean
[ run-time name: org/aspectj/weaver/AnnotationAJ.isRuntimeVisible:()Z ]
AnnotationAJ.stringify ( ):String
[ run-time name: org/aspectj/weaver/AnnotationAJ.stringify:()Ljava/lang/String; ]
AnnotationAJ.toString ( ):String
[ run-time name: org/aspectj/weaver/AnnotationAJ.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, AnnotationAnnotationValue.class
package org.aspectj.weaver
AnnotationAnnotationValue.AnnotationAnnotationValue ( AnnotationAJ value )
[ run-time name: org/aspectj/weaver/AnnotationAnnotationValue."<init>":(Lorg/aspectj/weaver/AnnotationAJ;)V ]
AnnotationAnnotationValue.getAnnotation ( ):AnnotationAJ
[ run-time name: org/aspectj/weaver/AnnotationAnnotationValue.getAnnotation:()Lorg/aspectj/weaver/AnnotationAJ; ]
AnnotationAnnotationValue.stringify ( ):String
[ run-time name: org/aspectj/weaver/AnnotationAnnotationValue.stringify:()Ljava/lang/String; ]
AnnotationAnnotationValue.toString ( ):String
[ run-time name: org/aspectj/weaver/AnnotationAnnotationValue.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, AnnotationDefault.class
package org.aspectj.apache.bcel.classfile
AnnotationDefault.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/AnnotationDefault.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
AnnotationDefault.AnnotationDefault ( int nameIndex, int len, java.io.DataInputStream dis, ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/AnnotationDefault."<init>":(IILjava/io/DataInputStream;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
AnnotationDefault.copy ( ConstantPool constant_pool ):Attribute
[ run-time name: org/aspectj/apache/bcel/classfile/AnnotationDefault.copy:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Attribute; ]
AnnotationDefault.dump ( java.io.DataOutputStream dos ):void
[ run-time name: org/aspectj/apache/bcel/classfile/AnnotationDefault.dump:(Ljava/io/DataOutputStream;)V ]
AnnotationDefault.getElementValue ( ):annotation.ElementValueGen
[ run-time name: org/aspectj/apache/bcel/classfile/AnnotationDefault.getElementValue:()Lorg/aspectj/apache/bcel/classfile/annotation/ElementValueGen; ]
xwork-2.1.2.jar, AnnotationElementValueGen.class
package org.aspectj.apache.bcel.classfile.annotation
AnnotationElementValueGen.AnnotationElementValueGen ( int type, AnnotationGen annotation, org.aspectj.apache.bcel.classfile.ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/AnnotationElementValueGen."<init>":(ILorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
AnnotationElementValueGen.AnnotationElementValueGen ( AnnotationElementValueGen value, org.aspectj.apache.bcel.classfile.ConstantPool cpool, boolean copyPoolEntries )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/AnnotationElementValueGen."<init>":(Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationElementValueGen;Lorg/aspectj/apache/bcel/classfile/ConstantPool;Z)V ]
AnnotationElementValueGen.AnnotationElementValueGen ( AnnotationGen a, org.aspectj.apache.bcel.classfile.ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/AnnotationElementValueGen."<init>":(Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
AnnotationElementValueGen.dump ( java.io.DataOutputStream dos ):void
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/AnnotationElementValueGen.dump:(Ljava/io/DataOutputStream;)V ]
AnnotationElementValueGen.getAnnotation ( ):AnnotationGen
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/AnnotationElementValueGen.getAnnotation:()Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen; ]
AnnotationElementValueGen.getElementValue ( ):ElementValueGen
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/AnnotationElementValueGen.getElementValue:()Lorg/aspectj/apache/bcel/classfile/annotation/ElementValueGen; ]
AnnotationElementValueGen.stringifyValue ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/AnnotationElementValueGen.stringifyValue:()Ljava/lang/String; ]
xwork-2.1.2.jar, AnnotationFinder.class
package org.aspectj.weaver.reflect
AnnotationFinder.getAnnotation ( org.aspectj.weaver.ResolvedType p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/reflect/AnnotationFinder.getAnnotation:(Lorg/aspectj/weaver/ResolvedType;Ljava/lang/Object;)Ljava/lang/Object; ]
AnnotationFinder.getAnnotationDefaultValue ( reflect.Member p1 ) [abstract]:String
[ run-time name: org/aspectj/weaver/reflect/AnnotationFinder.getAnnotationDefaultValue:(Ljava/lang/reflect/Member;)Ljava/lang/String; ]
AnnotationFinder.getAnnotationFromClass ( org.aspectj.weaver.ResolvedType p1, Class p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/reflect/AnnotationFinder.getAnnotationFromClass:(Lorg/aspectj/weaver/ResolvedType;Ljava/lang/Class;)Ljava/lang/Object; ]
AnnotationFinder.getAnnotationFromMember ( org.aspectj.weaver.ResolvedType p1, reflect.Member p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/reflect/AnnotationFinder.getAnnotationFromMember:(Lorg/aspectj/weaver/ResolvedType;Ljava/lang/reflect/Member;)Ljava/lang/Object; ]
AnnotationFinder.getAnnotationOfType ( org.aspectj.weaver.UnresolvedType p1, reflect.Member p2 ) [abstract]:org.aspectj.weaver.AnnotationX
[ run-time name: org/aspectj/weaver/reflect/AnnotationFinder.getAnnotationOfType:(Lorg/aspectj/weaver/UnresolvedType;Ljava/lang/reflect/Member;)Lorg/aspectj/weaver/AnnotationX; ]
AnnotationFinder.getAnnotations ( reflect.Member p1 ) [abstract]:java.util.Set
[ run-time name: org/aspectj/weaver/reflect/AnnotationFinder.getAnnotations:(Ljava/lang/reflect/Member;)Ljava/util/Set; ]
AnnotationFinder.getParameterAnnotationTypes ( reflect.Member p1 ) [abstract]:org.aspectj.weaver.ResolvedType[][]
[ run-time name: org/aspectj/weaver/reflect/AnnotationFinder.getParameterAnnotationTypes:(Ljava/lang/reflect/Member;)[[Lorg/aspectj/weaver/ResolvedType; ]
AnnotationFinder.setClassLoader ( ClassLoader p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/reflect/AnnotationFinder.setClassLoader:(Ljava/lang/ClassLoader;)V ]
AnnotationFinder.setWorld ( org.aspectj.weaver.World p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/reflect/AnnotationFinder.setWorld:(Lorg/aspectj/weaver/World;)V ]
xwork-2.1.2.jar, AnnotationGen.class
package org.aspectj.apache.bcel.classfile.annotation
AnnotationGen.addElementNameValuePair ( ElementNameValuePairGen evp ):void
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/AnnotationGen.addElementNameValuePair:(Lorg/aspectj/apache/bcel/classfile/annotation/ElementNameValuePairGen;)V ]
AnnotationGen.AnnotationGen ( AnnotationGen a, org.aspectj.apache.bcel.classfile.ConstantPool cpool, boolean copyPoolEntries )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/AnnotationGen."<init>":(Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen;Lorg/aspectj/apache/bcel/classfile/ConstantPool;Z)V ]
AnnotationGen.AnnotationGen ( org.aspectj.apache.bcel.generic.ObjectType type, java.util.List elements, boolean vis, org.aspectj.apache.bcel.classfile.ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/AnnotationGen."<init>":(Lorg/aspectj/apache/bcel/generic/ObjectType;Ljava/util/List;ZLorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
AnnotationGen.dump ( java.io.DataOutputStream dos ):void
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/AnnotationGen.dump:(Ljava/io/DataOutputStream;)V ]
AnnotationGen.getTypeIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/AnnotationGen.getTypeIndex:()I ]
AnnotationGen.getTypeName ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/AnnotationGen.getTypeName:()Ljava/lang/String; ]
AnnotationGen.getTypeSignature ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/AnnotationGen.getTypeSignature:()Ljava/lang/String; ]
AnnotationGen.getValues ( ):java.util.List
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/AnnotationGen.getValues:()Ljava/util/List; ]
AnnotationGen.hasNamedValue ( String n ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/AnnotationGen.hasNamedValue:(Ljava/lang/String;)Z ]
AnnotationGen.hasNameValuePair ( String n, String v ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/AnnotationGen.hasNameValuePair:(Ljava/lang/String;Ljava/lang/String;)Z ]
AnnotationGen.isRuntimeVisible ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/AnnotationGen.isRuntimeVisible:()Z ]
AnnotationGen.read ( java.io.DataInputStream dis, org.aspectj.apache.bcel.classfile.ConstantPool cpool, boolean b ) [static]:AnnotationGen
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/AnnotationGen.read:(Ljava/io/DataInputStream;Lorg/aspectj/apache/bcel/classfile/ConstantPool;Z)Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen; ]
AnnotationGen.toShortString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/AnnotationGen.toShortString:()Ljava/lang/String; ]
AnnotationGen.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/AnnotationGen.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, AnnotationNameValuePair.class
package org.aspectj.weaver
AnnotationNameValuePair.AnnotationNameValuePair ( String name, AnnotationValue val )
[ run-time name: org/aspectj/weaver/AnnotationNameValuePair."<init>":(Ljava/lang/String;Lorg/aspectj/weaver/AnnotationValue;)V ]
AnnotationNameValuePair.getName ( ):String
[ run-time name: org/aspectj/weaver/AnnotationNameValuePair.getName:()Ljava/lang/String; ]
AnnotationNameValuePair.getValue ( ):AnnotationValue
[ run-time name: org/aspectj/weaver/AnnotationNameValuePair.getValue:()Lorg/aspectj/weaver/AnnotationValue; ]
AnnotationNameValuePair.stringify ( ):String
[ run-time name: org/aspectj/weaver/AnnotationNameValuePair.stringify:()Ljava/lang/String; ]
AnnotationNameValuePair.toString ( ):String
[ run-time name: org/aspectj/weaver/AnnotationNameValuePair.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, AnnotationOnTypeMunger.class
package org.aspectj.weaver
AnnotationOnTypeMunger.AnnotationOnTypeMunger ( AnnotationX anno )
[ run-time name: org/aspectj/weaver/AnnotationOnTypeMunger."<init>":(Lorg/aspectj/weaver/AnnotationX;)V ]
AnnotationOnTypeMunger.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/AnnotationOnTypeMunger.equals:(Ljava/lang/Object;)Z ]
AnnotationOnTypeMunger.getNewAnnotation ( ):AnnotationX
[ run-time name: org/aspectj/weaver/AnnotationOnTypeMunger.getNewAnnotation:()Lorg/aspectj/weaver/AnnotationX; ]
AnnotationOnTypeMunger.hashCode ( ):int
[ run-time name: org/aspectj/weaver/AnnotationOnTypeMunger.hashCode:()I ]
AnnotationOnTypeMunger.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/AnnotationOnTypeMunger.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, AnnotationPatternList.class
package org.aspectj.weaver.patterns
AnnotationPatternList.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AnnotationPatternList.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
AnnotationPatternList.AnnotationPatternList ( )
[ run-time name: org/aspectj/weaver/patterns/AnnotationPatternList."<init>":()V ]
AnnotationPatternList.AnnotationPatternList ( java.util.List l )
[ run-time name: org/aspectj/weaver/patterns/AnnotationPatternList."<init>":(Ljava/util/List;)V ]
AnnotationPatternList.AnnotationPatternList ( AnnotationTypePattern[] arguments )
[ run-time name: org/aspectj/weaver/patterns/AnnotationPatternList."<init>":([Lorg/aspectj/weaver/patterns/AnnotationTypePattern;)V ]
AnnotationPatternList.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/AnnotationPatternList.equals:(Ljava/lang/Object;)Z ]
AnnotationPatternList.get ( int index ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/AnnotationPatternList.get:(I)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
AnnotationPatternList.getAnnotationPatterns ( ):AnnotationTypePattern[]
[ run-time name: org/aspectj/weaver/patterns/AnnotationPatternList.getAnnotationPatterns:()[Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
AnnotationPatternList.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/AnnotationPatternList.hashCode:()I ]
AnnotationPatternList.matches ( org.aspectj.weaver.ResolvedType[] someArgs ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/AnnotationPatternList.matches:([Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/util/FuzzyBoolean; ]
AnnotationPatternList.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):AnnotationPatternList
[ run-time name: org/aspectj/weaver/patterns/AnnotationPatternList.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/AnnotationPatternList; ]
AnnotationPatternList.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:AnnotationPatternList
[ run-time name: org/aspectj/weaver/patterns/AnnotationPatternList.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/AnnotationPatternList; ]
AnnotationPatternList.resolve ( org.aspectj.weaver.World inWorld ):void
[ run-time name: org/aspectj/weaver/patterns/AnnotationPatternList.resolve:(Lorg/aspectj/weaver/World;)V ]
AnnotationPatternList.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding ):AnnotationPatternList
[ run-time name: org/aspectj/weaver/patterns/AnnotationPatternList.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;Z)Lorg/aspectj/weaver/patterns/AnnotationPatternList; ]
AnnotationPatternList.resolveReferences ( org.aspectj.weaver.IntMap bindings ):AnnotationPatternList
[ run-time name: org/aspectj/weaver/patterns/AnnotationPatternList.resolveReferences:(Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/AnnotationPatternList; ]
AnnotationPatternList.size ( ):int
[ run-time name: org/aspectj/weaver/patterns/AnnotationPatternList.size:()I ]
AnnotationPatternList.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/AnnotationPatternList.toString:()Ljava/lang/String; ]
AnnotationPatternList.traverse ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AnnotationPatternList.traverse:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
AnnotationPatternList.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/AnnotationPatternList.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, AnnotationPointcut.class
package org.aspectj.weaver.patterns
AnnotationPointcut.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AnnotationPointcut.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
AnnotationPointcut.AnnotationPointcut ( ExactAnnotationTypePattern type )
[ run-time name: org/aspectj/weaver/patterns/AnnotationPointcut."<init>":(Lorg/aspectj/weaver/patterns/ExactAnnotationTypePattern;)V ]
AnnotationPointcut.AnnotationPointcut ( ExactAnnotationTypePattern type, org.aspectj.weaver.ShadowMunger munger )
[ run-time name: org/aspectj/weaver/patterns/AnnotationPointcut."<init>":(Lorg/aspectj/weaver/patterns/ExactAnnotationTypePattern;Lorg/aspectj/weaver/ShadowMunger;)V ]
AnnotationPointcut.buildDeclarationText ( ):void
[ run-time name: org/aspectj/weaver/patterns/AnnotationPointcut.buildDeclarationText:()V ]
AnnotationPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/AnnotationPointcut.concretize1:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/Pointcut; ]
AnnotationPointcut.couldMatchKinds ( ):int
[ run-time name: org/aspectj/weaver/patterns/AnnotationPointcut.couldMatchKinds:()I ]
AnnotationPointcut.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/AnnotationPointcut.equals:(Ljava/lang/Object;)Z ]
AnnotationPointcut.fastMatch ( FastMatchInfo info ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/AnnotationPointcut.fastMatch:(Lorg/aspectj/weaver/patterns/FastMatchInfo;)Lorg/aspectj/util/FuzzyBoolean; ]
AnnotationPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):org.aspectj.weaver.ast.Test
[ run-time name: org/aspectj/weaver/patterns/AnnotationPointcut.findResidueInternal:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/patterns/ExposedState;)Lorg/aspectj/weaver/ast/Test; ]
AnnotationPointcut.getAnnotationTypePattern ( ):ExactAnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/AnnotationPointcut.getAnnotationTypePattern:()Lorg/aspectj/weaver/patterns/ExactAnnotationTypePattern; ]
AnnotationPointcut.getBindingAnnotationTypePatterns ( ):java.util.List
[ run-time name: org/aspectj/weaver/patterns/AnnotationPointcut.getBindingAnnotationTypePatterns:()Ljava/util/List; ]
AnnotationPointcut.getBindingTypePatterns ( ):java.util.List
[ run-time name: org/aspectj/weaver/patterns/AnnotationPointcut.getBindingTypePatterns:()Ljava/util/List; ]
AnnotationPointcut.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/AnnotationPointcut.hashCode:()I ]
AnnotationPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/AnnotationPointcut.matchInternal:(Lorg/aspectj/weaver/Shadow;)Lorg/aspectj/util/FuzzyBoolean; ]
AnnotationPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/AnnotationPointcut.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Pointcut; ]
AnnotationPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:Pointcut
[ run-time name: org/aspectj/weaver/patterns/AnnotationPointcut.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/Pointcut; ]
AnnotationPointcut.resolveBindings ( IScope scope, Bindings bindings ):void
[ run-time name: org/aspectj/weaver/patterns/AnnotationPointcut.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;)V ]
AnnotationPointcut.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/AnnotationPointcut.toString:()Ljava/lang/String; ]
AnnotationPointcut.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/AnnotationPointcut.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, AnnotationTargetKind.class
package org.aspectj.weaver
AnnotationTargetKind.AnnotationTargetKind ( String name, int key )
[ run-time name: org/aspectj/weaver/AnnotationTargetKind."<init>":(Ljava/lang/String;I)V ]
AnnotationTargetKind.read ( java.io.DataInputStream s ) [static]:AnnotationTargetKind
[ run-time name: org/aspectj/weaver/AnnotationTargetKind.read:(Ljava/io/DataInputStream;)Lorg/aspectj/weaver/AnnotationTargetKind; ]
xwork-2.1.2.jar, AnnotationTypePattern.class
package org.aspectj.weaver.patterns
AnnotationTypePattern.AnnotationTypePattern ( )
[ run-time name: org/aspectj/weaver/patterns/AnnotationTypePattern."<init>":()V ]
AnnotationTypePattern.fastMatches ( org.aspectj.weaver.AnnotatedElement annotated ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/AnnotationTypePattern.fastMatches:(Lorg/aspectj/weaver/AnnotatedElement;)Lorg/aspectj/util/FuzzyBoolean; ]
AnnotationTypePattern.isAny ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/AnnotationTypePattern.isAny:()Z ]
AnnotationTypePattern.isForParameterAnnotationMatch ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/AnnotationTypePattern.isForParameterAnnotationMatch:()Z ]
AnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement p1 ) [abstract]:org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/AnnotationTypePattern.matches:(Lorg/aspectj/weaver/AnnotatedElement;)Lorg/aspectj/util/FuzzyBoolean; ]
AnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement p1, org.aspectj.weaver.ResolvedType[] p2 ) [abstract]:org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/AnnotationTypePattern.matches:(Lorg/aspectj/weaver/AnnotatedElement;[Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/util/FuzzyBoolean; ]
AnnotationTypePattern.parameterizeWith ( java.util.Map p1, org.aspectj.weaver.World p2 ) [abstract]:AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/AnnotationTypePattern.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
AnnotationTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/AnnotationTypePattern.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
AnnotationTypePattern.remapAdviceFormals ( org.aspectj.weaver.IntMap bindings ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/AnnotationTypePattern.remapAdviceFormals:(Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
AnnotationTypePattern.resolve ( org.aspectj.weaver.World p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/patterns/AnnotationTypePattern.resolve:(Lorg/aspectj/weaver/World;)V ]
AnnotationTypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/AnnotationTypePattern.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;Z)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
AnnotationTypePattern.setForParameterAnnotationMatch ( ):void
[ run-time name: org/aspectj/weaver/patterns/AnnotationTypePattern.setForParameterAnnotationMatch:()V ]
xwork-2.1.2.jar, AnnotationValue.class
package org.aspectj.weaver
AnnotationValue.AnnotationValue ( int kind )
[ run-time name: org/aspectj/weaver/AnnotationValue."<init>":(I)V ]
AnnotationValue.stringify ( ) [abstract]:String
[ run-time name: org/aspectj/weaver/AnnotationValue.stringify:()Ljava/lang/String; ]
AnnotationValue.whatKindIsThis ( int kind ) [static]:String
[ run-time name: org/aspectj/weaver/AnnotationValue.whatKindIsThis:(I)Ljava/lang/String; ]
xwork-2.1.2.jar, AnnotationX.class
package org.aspectj.weaver
AnnotationX.allowedOnAnnotationType ( ):boolean
[ run-time name: org/aspectj/weaver/AnnotationX.allowedOnAnnotationType:()Z ]
AnnotationX.allowedOnField ( ):boolean
[ run-time name: org/aspectj/weaver/AnnotationX.allowedOnField:()Z ]
AnnotationX.allowedOnRegularType ( ):boolean
[ run-time name: org/aspectj/weaver/AnnotationX.allowedOnRegularType:()Z ]
AnnotationX.AnnotationX ( org.aspectj.apache.bcel.classfile.annotation.AnnotationGen a, World world )
[ run-time name: org/aspectj/weaver/AnnotationX."<init>":(Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen;Lorg/aspectj/weaver/World;)V ]
AnnotationX.AnnotationX ( AnnotationAJ a, World world )
[ run-time name: org/aspectj/weaver/AnnotationX."<init>":(Lorg/aspectj/weaver/AnnotationAJ;Lorg/aspectj/weaver/World;)V ]
AnnotationX.getBcelAnnotation ( ):org.aspectj.apache.bcel.classfile.annotation.AnnotationGen
[ run-time name: org/aspectj/weaver/AnnotationX.getBcelAnnotation:()Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen; ]
AnnotationX.getSignature ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/AnnotationX.getSignature:()Lorg/aspectj/weaver/UnresolvedType; ]
AnnotationX.getTargets ( ):java.util.Set
[ run-time name: org/aspectj/weaver/AnnotationX.getTargets:()Ljava/util/Set; ]
AnnotationX.getTypeName ( ):String
[ run-time name: org/aspectj/weaver/AnnotationX.getTypeName:()Ljava/lang/String; ]
AnnotationX.getTypeSignature ( ):String
[ run-time name: org/aspectj/weaver/AnnotationX.getTypeSignature:()Ljava/lang/String; ]
AnnotationX.getValidTargets ( ):String
[ run-time name: org/aspectj/weaver/AnnotationX.getValidTargets:()Ljava/lang/String; ]
AnnotationX.hasNamedValue ( String n ):boolean
[ run-time name: org/aspectj/weaver/AnnotationX.hasNamedValue:(Ljava/lang/String;)Z ]
AnnotationX.hasNameValuePair ( String n, String v ):boolean
[ run-time name: org/aspectj/weaver/AnnotationX.hasNameValuePair:(Ljava/lang/String;Ljava/lang/String;)Z ]
AnnotationX.isRuntimeVisible ( ):boolean
[ run-time name: org/aspectj/weaver/AnnotationX.isRuntimeVisible:()Z ]
AnnotationX.print ( StringBuffer sb ):void
[ run-time name: org/aspectj/weaver/AnnotationX.print:(Ljava/lang/StringBuffer;)V ]
AnnotationX.specifiesTarget ( ):boolean
[ run-time name: org/aspectj/weaver/AnnotationX.specifiesTarget:()Z ]
AnnotationX.stringify ( ):String
[ run-time name: org/aspectj/weaver/AnnotationX.stringify:()Ljava/lang/String; ]
AnnotationX.toString ( ):String
[ run-time name: org/aspectj/weaver/AnnotationX.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, AnyAnnotationTypePattern.class
package org.aspectj.weaver.patterns
AnyAnnotationTypePattern.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AnyAnnotationTypePattern.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
AnyAnnotationTypePattern.AnyAnnotationTypePattern ( )
[ run-time name: org/aspectj/weaver/patterns/AnyAnnotationTypePattern."<init>":()V ]
AnyAnnotationTypePattern.fastMatches ( org.aspectj.weaver.AnnotatedElement annotated ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/AnyAnnotationTypePattern.fastMatches:(Lorg/aspectj/weaver/AnnotatedElement;)Lorg/aspectj/util/FuzzyBoolean; ]
AnyAnnotationTypePattern.isAny ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/AnyAnnotationTypePattern.isAny:()Z ]
AnyAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/AnyAnnotationTypePattern.matches:(Lorg/aspectj/weaver/AnnotatedElement;)Lorg/aspectj/util/FuzzyBoolean; ]
AnyAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated, org.aspectj.weaver.ResolvedType[] parameterAnnotations ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/AnyAnnotationTypePattern.matches:(Lorg/aspectj/weaver/AnnotatedElement;[Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/util/FuzzyBoolean; ]
AnyAnnotationTypePattern.parameterizeWith ( java.util.Map arg0, org.aspectj.weaver.World w ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/AnyAnnotationTypePattern.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
AnyAnnotationTypePattern.resolve ( org.aspectj.weaver.World world ):void
[ run-time name: org/aspectj/weaver/patterns/AnyAnnotationTypePattern.resolve:(Lorg/aspectj/weaver/World;)V ]
AnyAnnotationTypePattern.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/AnyAnnotationTypePattern.toString:()Ljava/lang/String; ]
AnyAnnotationTypePattern.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/AnyAnnotationTypePattern.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, AnyTypePattern.class
package org.aspectj.weaver.patterns
AnyTypePattern.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AnyTypePattern.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
AnyTypePattern.AnyTypePattern ( )
[ run-time name: org/aspectj/weaver/patterns/AnyTypePattern."<init>":()V ]
AnyTypePattern.couldEverMatchSameTypesAs ( TypePattern other ):boolean
[ run-time name: org/aspectj/weaver/patterns/AnyTypePattern.couldEverMatchSameTypesAs:(Lorg/aspectj/weaver/patterns/TypePattern;)Z ]
AnyTypePattern.equals ( Object obj ):boolean
[ run-time name: org/aspectj/weaver/patterns/AnyTypePattern.equals:(Ljava/lang/Object;)Z ]
AnyTypePattern.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/AnyTypePattern.hashCode:()I ]
AnyTypePattern.isStar ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/AnyTypePattern.isStar:()Z ]
AnyTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type ):boolean
[ run-time name: org/aspectj/weaver/patterns/AnyTypePattern.matchesExactly:(Lorg/aspectj/weaver/ResolvedType;)Z ]
AnyTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.ResolvedType annotatedType ):boolean
[ run-time name: org/aspectj/weaver/patterns/AnyTypePattern.matchesExactly:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;)Z ]
AnyTypePattern.matchesInstanceof ( org.aspectj.weaver.ResolvedType type ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/AnyTypePattern.matchesInstanceof:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/util/FuzzyBoolean; ]
AnyTypePattern.matchesSubtypes ( org.aspectj.weaver.ResolvedType type ):boolean
[ run-time name: org/aspectj/weaver/patterns/AnyTypePattern.matchesSubtypes:(Lorg/aspectj/weaver/ResolvedType;)Z ]
AnyTypePattern.parameterizeWith ( java.util.Map arg0, org.aspectj.weaver.World w ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/AnyTypePattern.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/TypePattern; ]
AnyTypePattern.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/AnyTypePattern.toString:()Ljava/lang/String; ]
AnyTypePattern.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/AnyTypePattern.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, AnyWithAnnotationTypePattern.class
package org.aspectj.weaver.patterns
AnyWithAnnotationTypePattern.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/AnyWithAnnotationTypePattern.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
AnyWithAnnotationTypePattern.AnyWithAnnotationTypePattern ( AnnotationTypePattern atp )
[ run-time name: org/aspectj/weaver/patterns/AnyWithAnnotationTypePattern."<init>":(Lorg/aspectj/weaver/patterns/AnnotationTypePattern;)V ]
AnyWithAnnotationTypePattern.couldEverMatchSameTypesAs ( TypePattern other ):boolean
[ run-time name: org/aspectj/weaver/patterns/AnyWithAnnotationTypePattern.couldEverMatchSameTypesAs:(Lorg/aspectj/weaver/patterns/TypePattern;)Z ]
AnyWithAnnotationTypePattern.equals ( Object obj ):boolean
[ run-time name: org/aspectj/weaver/patterns/AnyWithAnnotationTypePattern.equals:(Ljava/lang/Object;)Z ]
AnyWithAnnotationTypePattern.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/AnyWithAnnotationTypePattern.hashCode:()I ]
AnyWithAnnotationTypePattern.isStar ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/AnyWithAnnotationTypePattern.isStar:()Z ]
AnyWithAnnotationTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type ):boolean
[ run-time name: org/aspectj/weaver/patterns/AnyWithAnnotationTypePattern.matchesExactly:(Lorg/aspectj/weaver/ResolvedType;)Z ]
AnyWithAnnotationTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.ResolvedType annotatedType ):boolean
[ run-time name: org/aspectj/weaver/patterns/AnyWithAnnotationTypePattern.matchesExactly:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;)Z ]
AnyWithAnnotationTypePattern.matchesInstanceof ( org.aspectj.weaver.ResolvedType type ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/AnyWithAnnotationTypePattern.matchesInstanceof:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/util/FuzzyBoolean; ]
AnyWithAnnotationTypePattern.matchesSubtypes ( org.aspectj.weaver.ResolvedType type ):boolean
[ run-time name: org/aspectj/weaver/patterns/AnyWithAnnotationTypePattern.matchesSubtypes:(Lorg/aspectj/weaver/ResolvedType;)Z ]
AnyWithAnnotationTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/AnyWithAnnotationTypePattern.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/TypePattern; ]
AnyWithAnnotationTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext c ) [static]:TypePattern
[ run-time name: org/aspectj/weaver/patterns/AnyWithAnnotationTypePattern.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/TypePattern; ]
AnyWithAnnotationTypePattern.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/AnyWithAnnotationTypePattern.toString:()Ljava/lang/String; ]
AnyWithAnnotationTypePattern.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/AnyWithAnnotationTypePattern.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, ArgNameFinder.class
package org.aspectj.weaver.reflect
ArgNameFinder.getParameterNames ( reflect.Member p1 ) [abstract]:String[]
[ run-time name: org/aspectj/weaver/reflect/ArgNameFinder.getParameterNames:(Ljava/lang/reflect/Member;)[Ljava/lang/String; ]
xwork-2.1.2.jar, ArgsAnnotationPointcut.class
package org.aspectj.weaver.patterns
ArgsAnnotationPointcut.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/ArgsAnnotationPointcut.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
ArgsAnnotationPointcut.ArgsAnnotationPointcut ( AnnotationPatternList arguments )
[ run-time name: org/aspectj/weaver/patterns/ArgsAnnotationPointcut."<init>":(Lorg/aspectj/weaver/patterns/AnnotationPatternList;)V ]
ArgsAnnotationPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/ArgsAnnotationPointcut.concretize1:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/Pointcut; ]
ArgsAnnotationPointcut.couldMatchKinds ( ):int
[ run-time name: org/aspectj/weaver/patterns/ArgsAnnotationPointcut.couldMatchKinds:()I ]
ArgsAnnotationPointcut.equals ( Object obj ):boolean
[ run-time name: org/aspectj/weaver/patterns/ArgsAnnotationPointcut.equals:(Ljava/lang/Object;)Z ]
ArgsAnnotationPointcut.fastMatch ( FastMatchInfo info ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/ArgsAnnotationPointcut.fastMatch:(Lorg/aspectj/weaver/patterns/FastMatchInfo;)Lorg/aspectj/util/FuzzyBoolean; ]
ArgsAnnotationPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):org.aspectj.weaver.ast.Test
[ run-time name: org/aspectj/weaver/patterns/ArgsAnnotationPointcut.findResidueInternal:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/patterns/ExposedState;)Lorg/aspectj/weaver/ast/Test; ]
ArgsAnnotationPointcut.getArguments ( ):AnnotationPatternList
[ run-time name: org/aspectj/weaver/patterns/ArgsAnnotationPointcut.getArguments:()Lorg/aspectj/weaver/patterns/AnnotationPatternList; ]
ArgsAnnotationPointcut.getBindingAnnotationTypePatterns ( ):java.util.List
[ run-time name: org/aspectj/weaver/patterns/ArgsAnnotationPointcut.getBindingAnnotationTypePatterns:()Ljava/util/List; ]
ArgsAnnotationPointcut.getBindingTypePatterns ( ):java.util.List
[ run-time name: org/aspectj/weaver/patterns/ArgsAnnotationPointcut.getBindingTypePatterns:()Ljava/util/List; ]
ArgsAnnotationPointcut.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/ArgsAnnotationPointcut.hashCode:()I ]
ArgsAnnotationPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/ArgsAnnotationPointcut.matchInternal:(Lorg/aspectj/weaver/Shadow;)Lorg/aspectj/util/FuzzyBoolean; ]
ArgsAnnotationPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/ArgsAnnotationPointcut.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Pointcut; ]
ArgsAnnotationPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:Pointcut
[ run-time name: org/aspectj/weaver/patterns/ArgsAnnotationPointcut.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/Pointcut; ]
ArgsAnnotationPointcut.resolveBindings ( IScope scope, Bindings bindings ):void
[ run-time name: org/aspectj/weaver/patterns/ArgsAnnotationPointcut.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;)V ]
ArgsAnnotationPointcut.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/ArgsAnnotationPointcut.toString:()Ljava/lang/String; ]
ArgsAnnotationPointcut.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/ArgsAnnotationPointcut.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, ArgsPointcut.class
package org.aspectj.weaver.patterns
ArgsPointcut.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/ArgsPointcut.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
ArgsPointcut.ArgsPointcut ( TypePatternList arguments )
[ run-time name: org/aspectj/weaver/patterns/ArgsPointcut."<init>":(Lorg/aspectj/weaver/patterns/TypePatternList;)V ]
ArgsPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/ArgsPointcut.concretize1:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/Pointcut; ]
ArgsPointcut.couldMatchKinds ( ):int
[ run-time name: org/aspectj/weaver/patterns/ArgsPointcut.couldMatchKinds:()I ]
ArgsPointcut.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/ArgsPointcut.equals:(Ljava/lang/Object;)Z ]
ArgsPointcut.fastMatch ( FastMatchInfo type ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/ArgsPointcut.fastMatch:(Lorg/aspectj/weaver/patterns/FastMatchInfo;)Lorg/aspectj/util/FuzzyBoolean; ]
ArgsPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):org.aspectj.weaver.ast.Test
[ run-time name: org/aspectj/weaver/patterns/ArgsPointcut.findResidueInternal:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/patterns/ExposedState;)Lorg/aspectj/weaver/ast/Test; ]
ArgsPointcut.getArguments ( ):TypePatternList
[ run-time name: org/aspectj/weaver/patterns/ArgsPointcut.getArguments:()Lorg/aspectj/weaver/patterns/TypePatternList; ]
ArgsPointcut.getBindingAnnotationTypePatterns ( ):java.util.List
[ run-time name: org/aspectj/weaver/patterns/ArgsPointcut.getBindingAnnotationTypePatterns:()Ljava/util/List; ]
ArgsPointcut.getBindingTypePatterns ( ):java.util.List
[ run-time name: org/aspectj/weaver/patterns/ArgsPointcut.getBindingTypePatterns:()Ljava/util/List; ]
ArgsPointcut.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/ArgsPointcut.hashCode:()I ]
ArgsPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/ArgsPointcut.matchInternal:(Lorg/aspectj/weaver/Shadow;)Lorg/aspectj/util/FuzzyBoolean; ]
ArgsPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/ArgsPointcut.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Pointcut; ]
ArgsPointcut.postRead ( org.aspectj.weaver.ResolvedType enclosingType ):void
[ run-time name: org/aspectj/weaver/patterns/ArgsPointcut.postRead:(Lorg/aspectj/weaver/ResolvedType;)V ]
ArgsPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:Pointcut
[ run-time name: org/aspectj/weaver/patterns/ArgsPointcut.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/Pointcut; ]
ArgsPointcut.resolveBindings ( IScope scope, Bindings bindings ):void
[ run-time name: org/aspectj/weaver/patterns/ArgsPointcut.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;)V ]
ArgsPointcut.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/ArgsPointcut.toString:()Ljava/lang/String; ]
ArgsPointcut.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/ArgsPointcut.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, Around.class
package org.aspectj.lang.annotation
Around.argNames ( ) [abstract]:String
[ run-time name: org/aspectj/lang/annotation/Around.argNames:()Ljava/lang/String; ]
Around.value ( ) [abstract]:String
[ run-time name: org/aspectj/lang/annotation/Around.value:()Ljava/lang/String; ]
xwork-2.1.2.jar, ArrayAnnotationValue.class
package org.aspectj.weaver
ArrayAnnotationValue.ArrayAnnotationValue ( )
[ run-time name: org/aspectj/weaver/ArrayAnnotationValue."<init>":()V ]
ArrayAnnotationValue.ArrayAnnotationValue ( AnnotationValue[] values )
[ run-time name: org/aspectj/weaver/ArrayAnnotationValue."<init>":([Lorg/aspectj/weaver/AnnotationValue;)V ]
ArrayAnnotationValue.getValues ( ):AnnotationValue[]
[ run-time name: org/aspectj/weaver/ArrayAnnotationValue.getValues:()[Lorg/aspectj/weaver/AnnotationValue; ]
ArrayAnnotationValue.setValues ( AnnotationValue[] values ):void
[ run-time name: org/aspectj/weaver/ArrayAnnotationValue.setValues:([Lorg/aspectj/weaver/AnnotationValue;)V ]
ArrayAnnotationValue.stringify ( ):String
[ run-time name: org/aspectj/weaver/ArrayAnnotationValue.stringify:()Ljava/lang/String; ]
ArrayAnnotationValue.toString ( ):String
[ run-time name: org/aspectj/weaver/ArrayAnnotationValue.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, ArrayElementValueGen.class
package org.aspectj.apache.bcel.classfile.annotation
ArrayElementValueGen.addElement ( ElementValueGen gen ):void
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ArrayElementValueGen.addElement:(Lorg/aspectj/apache/bcel/classfile/annotation/ElementValueGen;)V ]
ArrayElementValueGen.ArrayElementValueGen ( int type, ElementValueGen[] datums, org.aspectj.apache.bcel.classfile.ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ArrayElementValueGen."<init>":(I[Lorg/aspectj/apache/bcel/classfile/annotation/ElementValueGen;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
ArrayElementValueGen.ArrayElementValueGen ( ArrayElementValueGen value, org.aspectj.apache.bcel.classfile.ConstantPool cpool, boolean copyPoolEntries )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ArrayElementValueGen."<init>":(Lorg/aspectj/apache/bcel/classfile/annotation/ArrayElementValueGen;Lorg/aspectj/apache/bcel/classfile/ConstantPool;Z)V ]
ArrayElementValueGen.ArrayElementValueGen ( org.aspectj.apache.bcel.classfile.ConstantPool cp )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ArrayElementValueGen."<init>":(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
ArrayElementValueGen.dump ( java.io.DataOutputStream dos ):void
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ArrayElementValueGen.dump:(Ljava/io/DataOutputStream;)V ]
ArrayElementValueGen.getElementValue ( ):ElementValueGen
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ArrayElementValueGen.getElementValue:()Lorg/aspectj/apache/bcel/classfile/annotation/ElementValueGen; ]
ArrayElementValueGen.getElementValuesArray ( ):ElementValueGen[]
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ArrayElementValueGen.getElementValuesArray:()[Lorg/aspectj/apache/bcel/classfile/annotation/ElementValueGen; ]
ArrayElementValueGen.getElementValuesArraySize ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ArrayElementValueGen.getElementValuesArraySize:()I ]
ArrayElementValueGen.stringifyValue ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ArrayElementValueGen.stringifyValue:()Ljava/lang/String; ]
xwork-2.1.2.jar, ArrayReferenceType.class
package org.aspectj.weaver
ArrayReferenceType.ArrayReferenceType ( String sig, String erasureSig, World world, ResolvedType componentType )
[ run-time name: org/aspectj/weaver/ArrayReferenceType."<init>":(Ljava/lang/String;Ljava/lang/String;Lorg/aspectj/weaver/World;Lorg/aspectj/weaver/ResolvedType;)V ]
ArrayReferenceType.canAnnotationTargetType ( ):boolean
[ run-time name: org/aspectj/weaver/ArrayReferenceType.canAnnotationTargetType:()Z ]
ArrayReferenceType.getAnnotationTargetKinds ( ):AnnotationTargetKind[]
[ run-time name: org/aspectj/weaver/ArrayReferenceType.getAnnotationTargetKinds:()[Lorg/aspectj/weaver/AnnotationTargetKind; ]
ArrayReferenceType.getComponentType ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/ArrayReferenceType.getComponentType:()Lorg/aspectj/weaver/UnresolvedType; ]
ArrayReferenceType.getDeclaredFields ( ):ResolvedMember[]
[ run-time name: org/aspectj/weaver/ArrayReferenceType.getDeclaredFields:()[Lorg/aspectj/weaver/ResolvedMember; ]
ArrayReferenceType.getDeclaredInterfaces ( ):ResolvedType[]
[ run-time name: org/aspectj/weaver/ArrayReferenceType.getDeclaredInterfaces:()[Lorg/aspectj/weaver/ResolvedType; ]
ArrayReferenceType.getDeclaredMethods ( ):ResolvedMember[]
[ run-time name: org/aspectj/weaver/ArrayReferenceType.getDeclaredMethods:()[Lorg/aspectj/weaver/ResolvedMember; ]
ArrayReferenceType.getDeclaredPointcuts ( ):ResolvedMember[]
[ run-time name: org/aspectj/weaver/ArrayReferenceType.getDeclaredPointcuts:()[Lorg/aspectj/weaver/ResolvedMember; ]
ArrayReferenceType.getModifiers ( ):int
[ run-time name: org/aspectj/weaver/ArrayReferenceType.getModifiers:()I ]
ArrayReferenceType.getResolvedComponentType ( ):ResolvedType
[ run-time name: org/aspectj/weaver/ArrayReferenceType.getResolvedComponentType:()Lorg/aspectj/weaver/ResolvedType; ]
ArrayReferenceType.getSourceContext ( ):ISourceContext
[ run-time name: org/aspectj/weaver/ArrayReferenceType.getSourceContext:()Lorg/aspectj/weaver/ISourceContext; ]
ArrayReferenceType.getSuperclass ( ):ResolvedType
[ run-time name: org/aspectj/weaver/ArrayReferenceType.getSuperclass:()Lorg/aspectj/weaver/ResolvedType; ]
ArrayReferenceType.getTypeVariables ( ):TypeVariable[]
[ run-time name: org/aspectj/weaver/ArrayReferenceType.getTypeVariables:()[Lorg/aspectj/weaver/TypeVariable; ]
ArrayReferenceType.hasAnnotation ( UnresolvedType ofType ):boolean
[ run-time name: org/aspectj/weaver/ArrayReferenceType.hasAnnotation:(Lorg/aspectj/weaver/UnresolvedType;)Z ]
ArrayReferenceType.isAnnotation ( ):boolean
[ run-time name: org/aspectj/weaver/ArrayReferenceType.isAnnotation:()Z ]
ArrayReferenceType.isAnnotationStyleAspect ( ):boolean
[ run-time name: org/aspectj/weaver/ArrayReferenceType.isAnnotationStyleAspect:()Z ]
ArrayReferenceType.isAnnotationWithRuntimeRetention ( ):boolean
[ run-time name: org/aspectj/weaver/ArrayReferenceType.isAnnotationWithRuntimeRetention:()Z ]
ArrayReferenceType.isAnonymous ( ):boolean
[ run-time name: org/aspectj/weaver/ArrayReferenceType.isAnonymous:()Z ]
ArrayReferenceType.isAspect ( ):boolean
[ run-time name: org/aspectj/weaver/ArrayReferenceType.isAspect:()Z ]
ArrayReferenceType.isAssignableFrom ( ResolvedType o ):boolean
[ run-time name: org/aspectj/weaver/ArrayReferenceType.isAssignableFrom:(Lorg/aspectj/weaver/ResolvedType;)Z ]
ArrayReferenceType.isAssignableFrom ( ResolvedType o, boolean allowMissing ):boolean
[ run-time name: org/aspectj/weaver/ArrayReferenceType.isAssignableFrom:(Lorg/aspectj/weaver/ResolvedType;Z)Z ]
ArrayReferenceType.isClass ( ):boolean
[ run-time name: org/aspectj/weaver/ArrayReferenceType.isClass:()Z ]
ArrayReferenceType.isCoerceableFrom ( ResolvedType o ):boolean
[ run-time name: org/aspectj/weaver/ArrayReferenceType.isCoerceableFrom:(Lorg/aspectj/weaver/ResolvedType;)Z ]
ArrayReferenceType.isEnum ( ):boolean
[ run-time name: org/aspectj/weaver/ArrayReferenceType.isEnum:()Z ]
ArrayReferenceType.isGenericType ( ):boolean
[ run-time name: org/aspectj/weaver/ArrayReferenceType.isGenericType:()Z ]
ArrayReferenceType.isGenericWildcard ( ):boolean
[ run-time name: org/aspectj/weaver/ArrayReferenceType.isGenericWildcard:()Z ]
ArrayReferenceType.isNested ( ):boolean
[ run-time name: org/aspectj/weaver/ArrayReferenceType.isNested:()Z ]
ArrayReferenceType.isParameterizedType ( ):boolean
[ run-time name: org/aspectj/weaver/ArrayReferenceType.isParameterizedType:()Z ]
ArrayReferenceType.isPrimitiveType ( ):boolean
[ run-time name: org/aspectj/weaver/ArrayReferenceType.isPrimitiveType:()Z ]
ArrayReferenceType.isRawType ( ):boolean
[ run-time name: org/aspectj/weaver/ArrayReferenceType.isRawType:()Z ]
ArrayReferenceType.isSimpleType ( ):boolean
[ run-time name: org/aspectj/weaver/ArrayReferenceType.isSimpleType:()Z ]
ArrayReferenceType.isTypeVariableReference ( ):boolean
[ run-time name: org/aspectj/weaver/ArrayReferenceType.isTypeVariableReference:()Z ]
xwork-2.1.2.jar, ArrayType.class
package org.aspectj.apache.bcel.generic
ArrayType.ArrayType ( byte type, int dimensions )
[ run-time name: org/aspectj/apache/bcel/generic/ArrayType."<init>":(BI)V ]
ArrayType.ArrayType ( Type type, int dimensions )
[ run-time name: org/aspectj/apache/bcel/generic/ArrayType."<init>":(Lorg/aspectj/apache/bcel/generic/Type;I)V ]
ArrayType.ArrayType ( String class_name, int dimensions )
[ run-time name: org/aspectj/apache/bcel/generic/ArrayType."<init>":(Ljava/lang/String;I)V ]
ArrayType.equals ( Object type ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/ArrayType.equals:(Ljava/lang/Object;)Z ]
ArrayType.getBasicType ( ):Type
[ run-time name: org/aspectj/apache/bcel/generic/ArrayType.getBasicType:()Lorg/aspectj/apache/bcel/generic/Type; ]
ArrayType.getDimensions ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/ArrayType.getDimensions:()I ]
ArrayType.getElementType ( ):Type
[ run-time name: org/aspectj/apache/bcel/generic/ArrayType.getElementType:()Lorg/aspectj/apache/bcel/generic/Type; ]
ArrayType.hashcode ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/ArrayType.hashcode:()I ]
xwork-2.1.2.jar, AsmManager.class
package org.aspectj.asm
AsmManager.addListener ( IHierarchyListener listener ):void
[ run-time name: org/aspectj/asm/AsmManager.addListener:(Lorg/aspectj/asm/IHierarchyListener;)V ]
AsmManager.AsmManager ( )
[ run-time name: org/aspectj/asm/AsmManager."<init>":()V ]
AsmManager.createNewASM ( ):void
[ run-time name: org/aspectj/asm/AsmManager.createNewASM:()V ]
AsmManager.dumptree ( java.io.Writer w, IProgramElement node, int indent ) [static]:void
[ run-time name: org/aspectj/asm/AsmManager.dumptree:(Ljava/io/Writer;Lorg/aspectj/asm/IProgramElement;I)V ]
AsmManager.dumptree ( IProgramElement node, int indent ) [static]:void
[ run-time name: org/aspectj/asm/AsmManager.dumptree:(Lorg/aspectj/asm/IProgramElement;I)V ]
AsmManager.fireModelUpdated ( ):void
[ run-time name: org/aspectj/asm/AsmManager.fireModelUpdated:()V ]
AsmManager.fixupStructureModel ( java.io.Writer fw, java.util.List filesToBeCompiled, java.util.Set files_added, java.util.Set files_deleted ):void
[ run-time name: org/aspectj/asm/AsmManager.fixupStructureModel:(Ljava/io/Writer;Ljava/util/List;Ljava/util/Set;Ljava/util/Set;)V ]
AsmManager.getCanonicalFilePath ( java.io.File f ):String
[ run-time name: org/aspectj/asm/AsmManager.getCanonicalFilePath:(Ljava/io/File;)Ljava/lang/String; ]
AsmManager.getDefault ( ) [static]:AsmManager
[ run-time name: org/aspectj/asm/AsmManager.getDefault:()Lorg/aspectj/asm/AsmManager; ]
AsmManager.getHandleProvider ( ):IElementHandleProvider
[ run-time name: org/aspectj/asm/AsmManager.getHandleProvider:()Lorg/aspectj/asm/IElementHandleProvider; ]
AsmManager.getHierarchy ( ):IHierarchy
[ run-time name: org/aspectj/asm/AsmManager.getHierarchy:()Lorg/aspectj/asm/IHierarchy; ]
AsmManager.getInlineAnnotations ( String sourceFile, boolean showSubMember, boolean showMemberAndType ):java.util.HashMap
[ run-time name: org/aspectj/asm/AsmManager.getInlineAnnotations:(Ljava/lang/String;ZZ)Ljava/util/HashMap; ]
AsmManager.getRelationshipMap ( ):IRelationshipMap
[ run-time name: org/aspectj/asm/AsmManager.getRelationshipMap:()Lorg/aspectj/asm/IRelationshipMap; ]
AsmManager.isCompletingTypeBindings ( ) [static]:boolean
[ run-time name: org/aspectj/asm/AsmManager.isCompletingTypeBindings:()Z ]
AsmManager.isCreatingModel ( ) [static]:boolean
[ run-time name: org/aspectj/asm/AsmManager.isCreatingModel:()Z ]
AsmManager.isReporting ( ) [static]:boolean
[ run-time name: org/aspectj/asm/AsmManager.isReporting:()Z ]
AsmManager.processDelta ( java.util.Collection files_tobecompiled, java.util.Set files_added, java.util.Set files_deleted ):void
[ run-time name: org/aspectj/asm/AsmManager.processDelta:(Ljava/util/Collection;Ljava/util/Set;Ljava/util/Set;)V ]
AsmManager.readStructureModel ( String configFilePath ):void
[ run-time name: org/aspectj/asm/AsmManager.readStructureModel:(Ljava/lang/String;)V ]
AsmManager.removeAllListeners ( ):void
[ run-time name: org/aspectj/asm/AsmManager.removeAllListeners:()V ]
AsmManager.removeRelationshipsTargettingThisType ( String typename ):void
[ run-time name: org/aspectj/asm/AsmManager.removeRelationshipsTargettingThisType:(Ljava/lang/String;)V ]
AsmManager.removeStructureListener ( IHierarchyListener listener ):void
[ run-time name: org/aspectj/asm/AsmManager.removeStructureListener:(Lorg/aspectj/asm/IHierarchyListener;)V ]
AsmManager.removeStructureModelForFiles ( java.io.Writer fw, java.util.Collection files ):boolean
[ run-time name: org/aspectj/asm/AsmManager.removeStructureModelForFiles:(Ljava/io/Writer;Ljava/util/Collection;)Z ]
AsmManager.reportModelInfo ( String reasonForReport ):void
[ run-time name: org/aspectj/asm/AsmManager.reportModelInfo:(Ljava/lang/String;)V ]
AsmManager.setCompletingTypeBindings ( boolean b ) [static]:void
[ run-time name: org/aspectj/asm/AsmManager.setCompletingTypeBindings:(Z)V ]
AsmManager.setCreatingModel ( boolean b ) [static]:void
[ run-time name: org/aspectj/asm/AsmManager.setCreatingModel:(Z)V ]
AsmManager.setDontReport ( ) [static]:void
[ run-time name: org/aspectj/asm/AsmManager.setDontReport:()V ]
AsmManager.setHandleProvider ( IElementHandleProvider handleProvider ):void
[ run-time name: org/aspectj/asm/AsmManager.setHandleProvider:(Lorg/aspectj/asm/IElementHandleProvider;)V ]
AsmManager.setHierarchy ( IHierarchy ih ):void
[ run-time name: org/aspectj/asm/AsmManager.setHierarchy:(Lorg/aspectj/asm/IHierarchy;)V ]
AsmManager.setRelationshipMap ( IRelationshipMap irm ):void
[ run-time name: org/aspectj/asm/AsmManager.setRelationshipMap:(Lorg/aspectj/asm/IRelationshipMap;)V ]
AsmManager.setReporting ( String filename, boolean dModel, boolean dRels, boolean dDeltaProcessing, boolean deletefile ) [static]:void
[ run-time name: org/aspectj/asm/AsmManager.setReporting:(Ljava/lang/String;ZZZZ)V ]
AsmManager.setReporting ( String filename, boolean dModel, boolean dRels, boolean dDeltaProcessing, boolean deletefile, IModelFilter aFilter ) [static]:void
[ run-time name: org/aspectj/asm/AsmManager.setReporting:(Ljava/lang/String;ZZZZLorg/aspectj/asm/IModelFilter;)V ]
AsmManager.verifyAssumption ( boolean b ) [static]:void
[ run-time name: org/aspectj/asm/AsmManager.verifyAssumption:(Z)V ]
AsmManager.verifyAssumption ( boolean b, String info ) [static]:void
[ run-time name: org/aspectj/asm/AsmManager.verifyAssumption:(ZLjava/lang/String;)V ]
AsmManager.writeStructureModel ( String configFilePath ):void
[ run-time name: org/aspectj/asm/AsmManager.writeStructureModel:(Ljava/lang/String;)V ]
xwork-2.1.2.jar, AsmRelationshipProvider.class
package org.aspectj.weaver
AsmRelationshipProvider.addDeclareAnnotationRelationship ( org.aspectj.bridge.ISourceLocation declareAnnotationLocation, org.aspectj.bridge.ISourceLocation annotatedLocation ):void
[ run-time name: org/aspectj/weaver/AsmRelationshipProvider.addDeclareAnnotationRelationship:(Lorg/aspectj/bridge/ISourceLocation;Lorg/aspectj/bridge/ISourceLocation;)V ]
AsmRelationshipProvider.addDeclareAnnotationRelationship ( org.aspectj.bridge.ISourceLocation sourceLocation, String typename, org.aspectj.apache.bcel.classfile.Field field ):void
[ run-time name: org/aspectj/weaver/AsmRelationshipProvider.addDeclareAnnotationRelationship:(Lorg/aspectj/bridge/ISourceLocation;Ljava/lang/String;Lorg/aspectj/apache/bcel/classfile/Field;)V ]
AsmRelationshipProvider.addDeclareAnnotationRelationship ( org.aspectj.bridge.ISourceLocation sourceLocation, String typename, org.aspectj.apache.bcel.classfile.Method method ):void
[ run-time name: org/aspectj/weaver/AsmRelationshipProvider.addDeclareAnnotationRelationship:(Lorg/aspectj/bridge/ISourceLocation;Ljava/lang/String;Lorg/aspectj/apache/bcel/classfile/Method;)V ]
AsmRelationshipProvider.addDeclareParentsRelationship ( org.aspectj.bridge.ISourceLocation decp, ResolvedType targetType, java.util.List newParents ):void
[ run-time name: org/aspectj/weaver/AsmRelationshipProvider.addDeclareParentsRelationship:(Lorg/aspectj/bridge/ISourceLocation;Lorg/aspectj/weaver/ResolvedType;Ljava/util/List;)V ]
AsmRelationshipProvider.addRelationship ( ResolvedType onType, ResolvedTypeMunger munger, ResolvedType originatingAspect ):void
[ run-time name: org/aspectj/weaver/AsmRelationshipProvider.addRelationship:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedTypeMunger;Lorg/aspectj/weaver/ResolvedType;)V ]
AsmRelationshipProvider.adviceMunger ( org.aspectj.asm.IHierarchy model, Shadow shadow, ShadowMunger munger ):void
[ run-time name: org/aspectj/weaver/AsmRelationshipProvider.adviceMunger:(Lorg/aspectj/asm/IHierarchy;Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/ShadowMunger;)V ]
AsmRelationshipProvider.AsmRelationshipProvider ( )
[ run-time name: org/aspectj/weaver/AsmRelationshipProvider."<init>":()V ]
AsmRelationshipProvider.checkerMunger ( org.aspectj.asm.IHierarchy model, Shadow shadow, Checker checker ):void
[ run-time name: org/aspectj/weaver/AsmRelationshipProvider.checkerMunger:(Lorg/aspectj/asm/IHierarchy;Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/Checker;)V ]
AsmRelationshipProvider.findMemberInClass ( org.aspectj.asm.IProgramElement classNode, Member member ):org.aspectj.asm.IProgramElement
[ run-time name: org/aspectj/weaver/AsmRelationshipProvider.findMemberInClass:(Lorg/aspectj/asm/IProgramElement;Lorg/aspectj/weaver/Member;)Lorg/aspectj/asm/IProgramElement; ]
AsmRelationshipProvider.getDefault ( ) [static]:AsmRelationshipProvider
[ run-time name: org/aspectj/weaver/AsmRelationshipProvider.getDefault:()Lorg/aspectj/weaver/AsmRelationshipProvider; ]
AsmRelationshipProvider.getNode ( org.aspectj.asm.IHierarchy model, Shadow shadow ):org.aspectj.asm.IProgramElement
[ run-time name: org/aspectj/weaver/AsmRelationshipProvider.getNode:(Lorg/aspectj/asm/IHierarchy;Lorg/aspectj/weaver/Shadow;)Lorg/aspectj/asm/IProgramElement; ]
AsmRelationshipProvider.lookupMember ( org.aspectj.asm.IHierarchy model, Member member ):org.aspectj.asm.IProgramElement
[ run-time name: org/aspectj/weaver/AsmRelationshipProvider.lookupMember:(Lorg/aspectj/asm/IHierarchy;Lorg/aspectj/weaver/Member;)Lorg/aspectj/asm/IProgramElement; ]
AsmRelationshipProvider.setDefault ( AsmRelationshipProvider instance ) [static]:void
[ run-time name: org/aspectj/weaver/AsmRelationshipProvider.setDefault:(Lorg/aspectj/weaver/AsmRelationshipProvider;)V ]
xwork-2.1.2.jar, AsmRelationshipUtils.class
package org.aspectj.weaver
AsmRelationshipUtils.AsmRelationshipUtils ( )
[ run-time name: org/aspectj/weaver/AsmRelationshipUtils."<init>":()V ]
AsmRelationshipUtils.genDeclareMessage ( String message ) [static]:String
[ run-time name: org/aspectj/weaver/AsmRelationshipUtils.genDeclareMessage:(Ljava/lang/String;)Ljava/lang/String; ]
AsmRelationshipUtils.genPointcutDetails ( patterns.Pointcut pcd ) [static]:String
[ run-time name: org/aspectj/weaver/AsmRelationshipUtils.genPointcutDetails:(Lorg/aspectj/weaver/patterns/Pointcut;)Ljava/lang/String; ]
xwork-2.1.2.jar, Aspect.class
package org.aspectj.lang.annotation
Aspect.value ( ) [abstract]:String
[ run-time name: org/aspectj/lang/annotation/Aspect.value:()Ljava/lang/String; ]
xwork-2.1.2.jar, Aspects.class
package org.aspectj.lang
Aspects.aspectOf ( Class aspectClass ) [static]:Object
[ run-time name: org/aspectj/lang/Aspects.aspectOf:(Ljava/lang/Class;)Ljava/lang/Object; ]
Aspects.aspectOf ( Class aspectClass, Class perTypeWithin ) [static]:Object
[ run-time name: org/aspectj/lang/Aspects.aspectOf:(Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/Object; ]
Aspects.aspectOf ( Class aspectClass, Object perObject ) [static]:Object
[ run-time name: org/aspectj/lang/Aspects.aspectOf:(Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object; ]
Aspects.Aspects ( )
[ run-time name: org/aspectj/lang/Aspects."<init>":()V ]
Aspects.hasAspect ( Class aspectClass ) [static]:boolean
[ run-time name: org/aspectj/lang/Aspects.hasAspect:(Ljava/lang/Class;)Z ]
Aspects.hasAspect ( Class aspectClass, Class perTypeWithin ) [static]:boolean
[ run-time name: org/aspectj/lang/Aspects.hasAspect:(Ljava/lang/Class;Ljava/lang/Class;)Z ]
Aspects.hasAspect ( Class aspectClass, Object perObject ) [static]:boolean
[ run-time name: org/aspectj/lang/Aspects.hasAspect:(Ljava/lang/Class;Ljava/lang/Object;)Z ]
xwork-2.1.2.jar, Aspects14.class
package org.aspectj.lang
Aspects14.aspectOf ( Class aspectClass ) [static]:Object
[ run-time name: org/aspectj/lang/Aspects14.aspectOf:(Ljava/lang/Class;)Ljava/lang/Object; ]
Aspects14.aspectOf ( Class aspectClass, Class perTypeWithin ) [static]:Object
[ run-time name: org/aspectj/lang/Aspects14.aspectOf:(Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/Object; ]
Aspects14.aspectOf ( Class aspectClass, Object perObject ) [static]:Object
[ run-time name: org/aspectj/lang/Aspects14.aspectOf:(Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object; ]
Aspects14.Aspects14 ( )
[ run-time name: org/aspectj/lang/Aspects14."<init>":()V ]
Aspects14.hasAspect ( Class aspectClass ) [static]:boolean
[ run-time name: org/aspectj/lang/Aspects14.hasAspect:(Ljava/lang/Class;)Z ]
Aspects14.hasAspect ( Class aspectClass, Class perTypeWithin ) [static]:boolean
[ run-time name: org/aspectj/lang/Aspects14.hasAspect:(Ljava/lang/Class;Ljava/lang/Class;)Z ]
Aspects14.hasAspect ( Class aspectClass, Object perObject ) [static]:boolean
[ run-time name: org/aspectj/lang/Aspects14.hasAspect:(Ljava/lang/Class;Ljava/lang/Object;)Z ]
xwork-2.1.2.jar, ASTNode.class
package org.aspectj.weaver.ast
ASTNode.ASTNode ( )
[ run-time name: org/aspectj/weaver/ast/ASTNode."<init>":()V ]
xwork-2.1.2.jar, AtAjAttributes.class
package org.aspectj.weaver.bcel
AtAjAttributes.acceptAttribute ( org.aspectj.apache.bcel.classfile.Attribute attribute ) [static]:boolean
[ run-time name: org/aspectj/weaver/bcel/AtAjAttributes.acceptAttribute:(Lorg/aspectj/apache/bcel/classfile/Attribute;)Z ]
AtAjAttributes.AtAjAttributes ( )
[ run-time name: org/aspectj/weaver/bcel/AtAjAttributes."<init>":()V ]
AtAjAttributes.extractExtraArgument ( String[] argumentSignatures ) [static]:int
[ run-time name: org/aspectj/weaver/bcel/AtAjAttributes.extractExtraArgument:([Ljava/lang/String;)I ]
AtAjAttributes.readAj5ClassAttributes ( org.aspectj.apache.bcel.classfile.JavaClass javaClass, org.aspectj.weaver.ReferenceType type, org.aspectj.weaver.ISourceContext context, org.aspectj.bridge.IMessageHandler msgHandler, boolean isCodeStyleAspect ) [static]:java.util.List
[ run-time name: org/aspectj/weaver/bcel/AtAjAttributes.readAj5ClassAttributes:(Lorg/aspectj/apache/bcel/classfile/JavaClass;Lorg/aspectj/weaver/ReferenceType;Lorg/aspectj/weaver/ISourceContext;Lorg/aspectj/bridge/IMessageHandler;Z)Ljava/util/List; ]
AtAjAttributes.readAj5FieldAttributes ( org.aspectj.apache.bcel.classfile.Field field, BcelField bField, org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.ISourceContext context, org.aspectj.bridge.IMessageHandler msgHandler ) [static]:java.util.List
[ run-time name: org/aspectj/weaver/bcel/AtAjAttributes.readAj5FieldAttributes:(Lorg/aspectj/apache/bcel/classfile/Field;Lorg/aspectj/weaver/bcel/BcelField;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ISourceContext;Lorg/aspectj/bridge/IMessageHandler;)Ljava/util/List; ]
AtAjAttributes.readAj5MethodAttributes ( org.aspectj.apache.bcel.classfile.Method method, BcelMethod bMethod, org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.ResolvedPointcutDefinition preResolvedPointcut, org.aspectj.weaver.ISourceContext context, org.aspectj.bridge.IMessageHandler msgHandler ) [static]:java.util.List
[ run-time name: org/aspectj/weaver/bcel/AtAjAttributes.readAj5MethodAttributes:(Lorg/aspectj/apache/bcel/classfile/Method;Lorg/aspectj/weaver/bcel/BcelMethod;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedPointcutDefinition;Lorg/aspectj/weaver/ISourceContext;Lorg/aspectj/bridge/IMessageHandler;)Ljava/util/List; ]
xwork-2.1.2.jar, Attribute.class
package org.aspectj.apache.bcel.classfile
Attribute.accept ( ClassVisitor p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/Attribute.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
Attribute.Attribute ( byte tag, int nameIndex, int length, ConstantPool constantPool )
[ run-time name: org/aspectj/apache/bcel/classfile/Attribute."<init>":(BIILorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
Attribute.clone ( ):Object
[ run-time name: org/aspectj/apache/bcel/classfile/Attribute.clone:()Ljava/lang/Object; ]
Attribute.copy ( ConstantPool p1 ) [abstract]:Attribute
[ run-time name: org/aspectj/apache/bcel/classfile/Attribute.copy:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Attribute; ]
Attribute.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/Attribute.dump:(Ljava/io/DataOutputStream;)V ]
Attribute.getConstantPool ( ):ConstantPool
[ run-time name: org/aspectj/apache/bcel/classfile/Attribute.getConstantPool:()Lorg/aspectj/apache/bcel/classfile/ConstantPool; ]
Attribute.getLength ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/Attribute.getLength:()I ]
Attribute.getName ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/Attribute.getName:()Ljava/lang/String; ]
Attribute.getNameIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/Attribute.getNameIndex:()I ]
Attribute.getTag ( ):byte
[ run-time name: org/aspectj/apache/bcel/classfile/Attribute.getTag:()B ]
Attribute.readAttribute ( java.io.DataInputStream p1, ConstantPool p2 ) [static]:Attribute
[ run-time name: org/aspectj/apache/bcel/classfile/Attribute.readAttribute:(Ljava/io/DataInputStream;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Attribute; ]
Attribute.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/Attribute.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, AttributeUtils.class
package org.aspectj.apache.bcel.classfile
AttributeUtils.accept ( Attribute[] attributes, ClassVisitor visitor ) [static]:void
[ run-time name: org/aspectj/apache/bcel/classfile/AttributeUtils.accept:([Lorg/aspectj/apache/bcel/classfile/Attribute;Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
AttributeUtils.AttributeUtils ( )
[ run-time name: org/aspectj/apache/bcel/classfile/AttributeUtils."<init>":()V ]
AttributeUtils.copy ( Attribute[] attributes, ConstantPool constant_pool ) [static]:Attribute[]
[ run-time name: org/aspectj/apache/bcel/classfile/AttributeUtils.copy:([Lorg/aspectj/apache/bcel/classfile/Attribute;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)[Lorg/aspectj/apache/bcel/classfile/Attribute; ]
AttributeUtils.getCodeAttribute ( Attribute[] attributes ) [static]:Code
[ run-time name: org/aspectj/apache/bcel/classfile/AttributeUtils.getCodeAttribute:([Lorg/aspectj/apache/bcel/classfile/Attribute;)Lorg/aspectj/apache/bcel/classfile/Code; ]
AttributeUtils.getConstantValueAttribute ( Attribute[] attributes ) [static]:ConstantValue
[ run-time name: org/aspectj/apache/bcel/classfile/AttributeUtils.getConstantValueAttribute:([Lorg/aspectj/apache/bcel/classfile/Attribute;)Lorg/aspectj/apache/bcel/classfile/ConstantValue; ]
AttributeUtils.getExceptionTableAttribute ( Attribute[] attributes ) [static]:ExceptionTable
[ run-time name: org/aspectj/apache/bcel/classfile/AttributeUtils.getExceptionTableAttribute:([Lorg/aspectj/apache/bcel/classfile/Attribute;)Lorg/aspectj/apache/bcel/classfile/ExceptionTable; ]
AttributeUtils.getSignatureAttribute ( Attribute[] attributes ) [static]:Signature
[ run-time name: org/aspectj/apache/bcel/classfile/AttributeUtils.getSignatureAttribute:([Lorg/aspectj/apache/bcel/classfile/Attribute;)Lorg/aspectj/apache/bcel/classfile/Signature; ]
AttributeUtils.getSourceFileAttribute ( Attribute[] attributes ) [static]:SourceFile
[ run-time name: org/aspectj/apache/bcel/classfile/AttributeUtils.getSourceFileAttribute:([Lorg/aspectj/apache/bcel/classfile/Attribute;)Lorg/aspectj/apache/bcel/classfile/SourceFile; ]
AttributeUtils.hasSyntheticAttribute ( Attribute[] attributes ) [static]:boolean
[ run-time name: org/aspectj/apache/bcel/classfile/AttributeUtils.hasSyntheticAttribute:([Lorg/aspectj/apache/bcel/classfile/Attribute;)Z ]
AttributeUtils.readAttributes ( java.io.DataInputStream dataInputstream, ConstantPool cpool ) [static]:Attribute[]
[ run-time name: org/aspectj/apache/bcel/classfile/AttributeUtils.readAttributes:(Ljava/io/DataInputStream;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)[Lorg/aspectj/apache/bcel/classfile/Attribute; ]
AttributeUtils.writeAttributes ( Attribute[] attributes, java.io.DataOutputStream file ) [static]:void
[ run-time name: org/aspectj/apache/bcel/classfile/AttributeUtils.writeAttributes:([Lorg/aspectj/apache/bcel/classfile/Attribute;Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, BasicToken.class
package org.aspectj.weaver.patterns
BasicToken.getEnd ( ):int
[ run-time name: org/aspectj/weaver/patterns/BasicToken.getEnd:()I ]
BasicToken.getFileName ( ):String
[ run-time name: org/aspectj/weaver/patterns/BasicToken.getFileName:()Ljava/lang/String; ]
BasicToken.getLiteralKind ( ):String
[ run-time name: org/aspectj/weaver/patterns/BasicToken.getLiteralKind:()Ljava/lang/String; ]
BasicToken.getStart ( ):int
[ run-time name: org/aspectj/weaver/patterns/BasicToken.getStart:()I ]
BasicToken.getString ( ):String
[ run-time name: org/aspectj/weaver/patterns/BasicToken.getString:()Ljava/lang/String; ]
BasicToken.isIdentifier ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/BasicToken.isIdentifier:()Z ]
BasicToken.makeIdentifier ( String value, int start, int end ) [static]:BasicToken
[ run-time name: org/aspectj/weaver/patterns/BasicToken.makeIdentifier:(Ljava/lang/String;II)Lorg/aspectj/weaver/patterns/BasicToken; ]
BasicToken.makeLiteral ( String value, String kind, int start, int end ) [static]:BasicToken
[ run-time name: org/aspectj/weaver/patterns/BasicToken.makeLiteral:(Ljava/lang/String;Ljava/lang/String;II)Lorg/aspectj/weaver/patterns/BasicToken; ]
BasicToken.makeOperator ( String value, int start, int end ) [static]:BasicToken
[ run-time name: org/aspectj/weaver/patterns/BasicToken.makeOperator:(Ljava/lang/String;II)Lorg/aspectj/weaver/patterns/BasicToken; ]
BasicToken.maybeGetParsedPointcut ( ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/BasicToken.maybeGetParsedPointcut:()Lorg/aspectj/weaver/patterns/Pointcut; ]
BasicToken.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/BasicToken.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, BasicTokenSource.class
package org.aspectj.weaver.patterns
BasicTokenSource.BasicTokenSource ( IToken[] tokens, org.aspectj.weaver.ISourceContext sourceContext )
[ run-time name: org/aspectj/weaver/patterns/BasicTokenSource."<init>":([Lorg/aspectj/weaver/patterns/IToken;Lorg/aspectj/weaver/ISourceContext;)V ]
BasicTokenSource.getIndex ( ):int
[ run-time name: org/aspectj/weaver/patterns/BasicTokenSource.getIndex:()I ]
BasicTokenSource.getSourceContext ( ):org.aspectj.weaver.ISourceContext
[ run-time name: org/aspectj/weaver/patterns/BasicTokenSource.getSourceContext:()Lorg/aspectj/weaver/ISourceContext; ]
BasicTokenSource.next ( ):IToken
[ run-time name: org/aspectj/weaver/patterns/BasicTokenSource.next:()Lorg/aspectj/weaver/patterns/IToken; ]
BasicTokenSource.peek ( ):IToken
[ run-time name: org/aspectj/weaver/patterns/BasicTokenSource.peek:()Lorg/aspectj/weaver/patterns/IToken; ]
BasicTokenSource.peek ( int offset ):IToken
[ run-time name: org/aspectj/weaver/patterns/BasicTokenSource.peek:(I)Lorg/aspectj/weaver/patterns/IToken; ]
BasicTokenSource.setIndex ( int newIndex ):void
[ run-time name: org/aspectj/weaver/patterns/BasicTokenSource.setIndex:(I)V ]
BasicTokenSource.setSourceContext ( org.aspectj.weaver.ISourceContext context ):void
[ run-time name: org/aspectj/weaver/patterns/BasicTokenSource.setSourceContext:(Lorg/aspectj/weaver/ISourceContext;)V ]
BasicTokenSource.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/BasicTokenSource.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, BasicType.class
package org.aspectj.apache.bcel.generic
BasicType.equals ( Object type ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/BasicType.equals:(Ljava/lang/Object;)Z ]
BasicType.getType ( byte type ) [static]:BasicType
[ run-time name: org/aspectj/apache/bcel/generic/BasicType.getType:(B)Lorg/aspectj/apache/bcel/generic/BasicType; ]
xwork-2.1.2.jar, BcelAccessForInlineMunger.class
package org.aspectj.weaver.bcel
BcelAccessForInlineMunger.BcelAccessForInlineMunger ( org.aspectj.weaver.ResolvedType aspectType )
[ run-time name: org/aspectj/weaver/bcel/BcelAccessForInlineMunger."<init>":(Lorg/aspectj/weaver/ResolvedType;)V ]
BcelAccessForInlineMunger.getMatchingSyntheticMember ( org.aspectj.weaver.Member member ):org.aspectj.weaver.ResolvedMember
[ run-time name: org/aspectj/weaver/bcel/BcelAccessForInlineMunger.getMatchingSyntheticMember:(Lorg/aspectj/weaver/Member;)Lorg/aspectj/weaver/ResolvedMember; ]
BcelAccessForInlineMunger.getSignature ( ):org.aspectj.weaver.ResolvedMember
[ run-time name: org/aspectj/weaver/bcel/BcelAccessForInlineMunger.getSignature:()Lorg/aspectj/weaver/ResolvedMember; ]
BcelAccessForInlineMunger.matches ( org.aspectj.weaver.ResolvedType onType ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelAccessForInlineMunger.matches:(Lorg/aspectj/weaver/ResolvedType;)Z ]
BcelAccessForInlineMunger.munge ( BcelClassWeaver weaver ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelAccessForInlineMunger.munge:(Lorg/aspectj/weaver/bcel/BcelClassWeaver;)Z ]
xwork-2.1.2.jar, BcelAdvice.class
package org.aspectj.weaver.bcel
BcelAdvice.BcelAdvice ( org.aspectj.weaver.AdviceKind kind, org.aspectj.weaver.patterns.Pointcut pointcut, org.aspectj.weaver.Member signature, int extraArgumentFlags, int start, int end, org.aspectj.weaver.ISourceContext sourceContext, org.aspectj.weaver.ResolvedType concreteAspect )
[ run-time name: org/aspectj/weaver/bcel/BcelAdvice."<init>":(Lorg/aspectj/weaver/AdviceKind;Lorg/aspectj/weaver/patterns/Pointcut;Lorg/aspectj/weaver/Member;IIILorg/aspectj/weaver/ISourceContext;Lorg/aspectj/weaver/ResolvedType;)V ]
BcelAdvice.BcelAdvice ( org.aspectj.weaver.AjAttribute.AdviceAttribute attribute, org.aspectj.weaver.patterns.Pointcut pointcut, org.aspectj.weaver.Member signature, org.aspectj.weaver.ResolvedType concreteAspect )
[ run-time name: org/aspectj/weaver/bcel/BcelAdvice."<init>":(Lorg/aspectj/weaver/AjAttribute$AdviceAttribute;Lorg/aspectj/weaver/patterns/Pointcut;Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/ResolvedType;)V ]
BcelAdvice.clearLintSuppressions ( org.aspectj.weaver.World inWorld, java.util.Collection toClear ):void
[ run-time name: org/aspectj/weaver/bcel/BcelAdvice.clearLintSuppressions:(Lorg/aspectj/weaver/World;Ljava/util/Collection;)V ]
BcelAdvice.compareTo ( Object other ):int
[ run-time name: org/aspectj/weaver/bcel/BcelAdvice.compareTo:(Ljava/lang/Object;)I ]
BcelAdvice.concretize ( org.aspectj.weaver.ResolvedType fromType, org.aspectj.weaver.World world, org.aspectj.weaver.patterns.PerClause clause ):org.aspectj.weaver.ShadowMunger
[ run-time name: org/aspectj/weaver/bcel/BcelAdvice.concretize:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/World;Lorg/aspectj/weaver/patterns/PerClause;)Lorg/aspectj/weaver/ShadowMunger; ]
BcelAdvice.getAdviceArgSetup ( BcelShadow shadow, BcelVar extraVar, org.aspectj.apache.bcel.generic.InstructionList closureInstantiation ):org.aspectj.apache.bcel.generic.InstructionList
[ run-time name: org/aspectj/weaver/bcel/BcelAdvice.getAdviceArgSetup:(Lorg/aspectj/weaver/bcel/BcelShadow;Lorg/aspectj/weaver/bcel/BcelVar;Lorg/aspectj/apache/bcel/generic/InstructionList;)Lorg/aspectj/apache/bcel/generic/InstructionList; ]
BcelAdvice.getExposedStateAsBcelVars ( boolean isAround ):BcelVar[]
[ run-time name: org/aspectj/weaver/bcel/BcelAdvice.getExposedStateAsBcelVars:(Z)[Lorg/aspectj/weaver/bcel/BcelVar; ]
BcelAdvice.getNonTestAdviceInstructions ( BcelShadow shadow ):org.aspectj.apache.bcel.generic.InstructionList
[ run-time name: org/aspectj/weaver/bcel/BcelAdvice.getNonTestAdviceInstructions:(Lorg/aspectj/weaver/bcel/BcelShadow;)Lorg/aspectj/apache/bcel/generic/InstructionList; ]
BcelAdvice.getOriginalSignature ( ):org.aspectj.weaver.Member
[ run-time name: org/aspectj/weaver/bcel/BcelAdvice.getOriginalSignature:()Lorg/aspectj/weaver/Member; ]
BcelAdvice.getTestInstructions ( BcelShadow shadow, org.aspectj.apache.bcel.generic.InstructionHandle sk, org.aspectj.apache.bcel.generic.InstructionHandle fk, org.aspectj.apache.bcel.generic.InstructionHandle next ):org.aspectj.apache.bcel.generic.InstructionList
[ run-time name: org/aspectj/weaver/bcel/BcelAdvice.getTestInstructions:(Lorg/aspectj/weaver/bcel/BcelShadow;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)Lorg/aspectj/apache/bcel/generic/InstructionList; ]
BcelAdvice.getThrownExceptions ( ):java.util.Collection
[ run-time name: org/aspectj/weaver/bcel/BcelAdvice.getThrownExceptions:()Ljava/util/Collection; ]
BcelAdvice.hasDynamicTests ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelAdvice.hasDynamicTests:()Z ]
BcelAdvice.hasMatchedSomething ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelAdvice.hasMatchedSomething:()Z ]
BcelAdvice.implementOn ( org.aspectj.weaver.Shadow s ):void
[ run-time name: org/aspectj/weaver/bcel/BcelAdvice.implementOn:(Lorg/aspectj/weaver/Shadow;)V ]
BcelAdvice.match ( org.aspectj.weaver.Shadow shadow, org.aspectj.weaver.World world ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelAdvice.match:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/World;)Z ]
BcelAdvice.mustCheckExceptions ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelAdvice.mustCheckExceptions:()Z ]
BcelAdvice.parameterizeWith ( org.aspectj.weaver.ResolvedType declaringType, java.util.Map typeVariableMap ):org.aspectj.weaver.ShadowMunger
[ run-time name: org/aspectj/weaver/bcel/BcelAdvice.parameterizeWith:(Lorg/aspectj/weaver/ResolvedType;Ljava/util/Map;)Lorg/aspectj/weaver/ShadowMunger; ]
BcelAdvice.setHasMatchedSomething ( boolean hasMatchedSomething ):void
[ run-time name: org/aspectj/weaver/bcel/BcelAdvice.setHasMatchedSomething:(Z)V ]
BcelAdvice.specializeOn ( org.aspectj.weaver.Shadow shadow ):void
[ run-time name: org/aspectj/weaver/bcel/BcelAdvice.specializeOn:(Lorg/aspectj/weaver/Shadow;)V ]
BcelAdvice.suppressLintWarnings ( org.aspectj.weaver.World inWorld ):void
[ run-time name: org/aspectj/weaver/bcel/BcelAdvice.suppressLintWarnings:(Lorg/aspectj/weaver/World;)V ]
xwork-2.1.2.jar, BcelAttributes.class
package org.aspectj.weaver.bcel
BcelAttributes.readAjAttributes ( String classname, org.aspectj.apache.bcel.classfile.Attribute[] as, org.aspectj.weaver.ISourceContext context, org.aspectj.weaver.World w, org.aspectj.weaver.AjAttribute.WeaverVersionInfo version ) [static]:java.util.List
[ run-time name: org/aspectj/weaver/bcel/BcelAttributes.readAjAttributes:(Ljava/lang/String;[Lorg/aspectj/apache/bcel/classfile/Attribute;Lorg/aspectj/weaver/ISourceContext;Lorg/aspectj/weaver/World;Lorg/aspectj/weaver/AjAttribute$WeaverVersionInfo;)Ljava/util/List; ]
xwork-2.1.2.jar, BcelCflowAccessVar.class
package org.aspectj.weaver.bcel
BcelCflowAccessVar.appendLoad ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact ):void
[ run-time name: org/aspectj/weaver/bcel/BcelCflowAccessVar.appendLoad:(Lorg/aspectj/apache/bcel/generic/InstructionList;Lorg/aspectj/apache/bcel/generic/InstructionFactory;)V ]
BcelCflowAccessVar.appendLoadAndConvert ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact, org.aspectj.weaver.ResolvedType toType ):void
[ run-time name: org/aspectj/weaver/bcel/BcelCflowAccessVar.appendLoadAndConvert:(Lorg/aspectj/apache/bcel/generic/InstructionList;Lorg/aspectj/apache/bcel/generic/InstructionFactory;Lorg/aspectj/weaver/ResolvedType;)V ]
BcelCflowAccessVar.BcelCflowAccessVar ( org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.Member stackField, int index )
[ run-time name: org/aspectj/weaver/bcel/BcelCflowAccessVar."<init>":(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/Member;I)V ]
BcelCflowAccessVar.createCopyFrom ( org.aspectj.apache.bcel.generic.InstructionFactory fact, int oldSlot ):org.aspectj.apache.bcel.generic.InstructionList
[ run-time name: org/aspectj/weaver/bcel/BcelCflowAccessVar.createCopyFrom:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;I)Lorg/aspectj/apache/bcel/generic/InstructionList; ]
BcelCflowAccessVar.createLoad ( org.aspectj.apache.bcel.generic.InstructionFactory fact ):org.aspectj.apache.bcel.generic.Instruction
[ run-time name: org/aspectj/weaver/bcel/BcelCflowAccessVar.createLoad:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
BcelCflowAccessVar.createLoadInstructions ( org.aspectj.weaver.ResolvedType toType, org.aspectj.apache.bcel.generic.InstructionFactory fact ):org.aspectj.apache.bcel.generic.InstructionList
[ run-time name: org/aspectj/weaver/bcel/BcelCflowAccessVar.createLoadInstructions:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/apache/bcel/generic/InstructionFactory;)Lorg/aspectj/apache/bcel/generic/InstructionList; ]
BcelCflowAccessVar.createStore ( org.aspectj.apache.bcel.generic.InstructionFactory fact ):org.aspectj.apache.bcel.generic.Instruction
[ run-time name: org/aspectj/weaver/bcel/BcelCflowAccessVar.createStore:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
BcelCflowAccessVar.insertLoad ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact ):void
[ run-time name: org/aspectj/weaver/bcel/BcelCflowAccessVar.insertLoad:(Lorg/aspectj/apache/bcel/generic/InstructionList;Lorg/aspectj/apache/bcel/generic/InstructionFactory;)V ]
BcelCflowAccessVar.toString ( ):String
[ run-time name: org/aspectj/weaver/bcel/BcelCflowAccessVar.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, BcelCflowCounterFieldAdder.class
package org.aspectj.weaver.bcel
BcelCflowCounterFieldAdder.BcelCflowCounterFieldAdder ( org.aspectj.weaver.ResolvedMember cflowCounterField )
[ run-time name: org/aspectj/weaver/bcel/BcelCflowCounterFieldAdder."<init>":(Lorg/aspectj/weaver/ResolvedMember;)V ]
BcelCflowCounterFieldAdder.existsToSupportShadowMunging ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelCflowCounterFieldAdder.existsToSupportShadowMunging:()Z ]
BcelCflowCounterFieldAdder.getMatchingSyntheticMember ( org.aspectj.weaver.Member member ):org.aspectj.weaver.ResolvedMember
[ run-time name: org/aspectj/weaver/bcel/BcelCflowCounterFieldAdder.getMatchingSyntheticMember:(Lorg/aspectj/weaver/Member;)Lorg/aspectj/weaver/ResolvedMember; ]
BcelCflowCounterFieldAdder.getSignature ( ):org.aspectj.weaver.ResolvedMember
[ run-time name: org/aspectj/weaver/bcel/BcelCflowCounterFieldAdder.getSignature:()Lorg/aspectj/weaver/ResolvedMember; ]
BcelCflowCounterFieldAdder.matches ( org.aspectj.weaver.ResolvedType onType ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelCflowCounterFieldAdder.matches:(Lorg/aspectj/weaver/ResolvedType;)Z ]
BcelCflowCounterFieldAdder.munge ( BcelClassWeaver weaver ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelCflowCounterFieldAdder.munge:(Lorg/aspectj/weaver/bcel/BcelClassWeaver;)Z ]
BcelCflowCounterFieldAdder.toString ( ):String
[ run-time name: org/aspectj/weaver/bcel/BcelCflowCounterFieldAdder.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, BcelCflowStackFieldAdder.class
package org.aspectj.weaver.bcel
BcelCflowStackFieldAdder.BcelCflowStackFieldAdder ( org.aspectj.weaver.ResolvedMember cflowStackField )
[ run-time name: org/aspectj/weaver/bcel/BcelCflowStackFieldAdder."<init>":(Lorg/aspectj/weaver/ResolvedMember;)V ]
BcelCflowStackFieldAdder.existsToSupportShadowMunging ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelCflowStackFieldAdder.existsToSupportShadowMunging:()Z ]
BcelCflowStackFieldAdder.getMatchingSyntheticMember ( org.aspectj.weaver.Member member ):org.aspectj.weaver.ResolvedMember
[ run-time name: org/aspectj/weaver/bcel/BcelCflowStackFieldAdder.getMatchingSyntheticMember:(Lorg/aspectj/weaver/Member;)Lorg/aspectj/weaver/ResolvedMember; ]
BcelCflowStackFieldAdder.getSignature ( ):org.aspectj.weaver.ResolvedMember
[ run-time name: org/aspectj/weaver/bcel/BcelCflowStackFieldAdder.getSignature:()Lorg/aspectj/weaver/ResolvedMember; ]
BcelCflowStackFieldAdder.matches ( org.aspectj.weaver.ResolvedType onType ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelCflowStackFieldAdder.matches:(Lorg/aspectj/weaver/ResolvedType;)Z ]
BcelCflowStackFieldAdder.munge ( BcelClassWeaver weaver ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelCflowStackFieldAdder.munge:(Lorg/aspectj/weaver/bcel/BcelClassWeaver;)Z ]
xwork-2.1.2.jar, BcelClassWeaver.class
package org.aspectj.weaver.bcel
BcelClassWeaver.addDispatchTarget ( org.aspectj.weaver.ResolvedMember m ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelClassWeaver.addDispatchTarget:(Lorg/aspectj/weaver/ResolvedMember;)Z ]
BcelClassWeaver.addInitializer ( org.aspectj.weaver.ConcreteTypeMunger cm ):void
[ run-time name: org/aspectj/weaver/bcel/BcelClassWeaver.addInitializer:(Lorg/aspectj/weaver/ConcreteTypeMunger;)V ]
BcelClassWeaver.addLazyMethodGen ( LazyMethodGen gen ):void
[ run-time name: org/aspectj/weaver/bcel/BcelClassWeaver.addLazyMethodGen:(Lorg/aspectj/weaver/bcel/LazyMethodGen;)V ]
BcelClassWeaver.addOrReplaceLazyMethodGen ( LazyMethodGen mg ):void
[ run-time name: org/aspectj/weaver/bcel/BcelClassWeaver.addOrReplaceLazyMethodGen:(Lorg/aspectj/weaver/bcel/LazyMethodGen;)V ]
BcelClassWeaver.calculateAnyRequiredBridgeMethods ( BcelWorld world, LazyClassGen clazz ) [static]:boolean
[ run-time name: org/aspectj/weaver/bcel/BcelClassWeaver.calculateAnyRequiredBridgeMethods:(Lorg/aspectj/weaver/bcel/BcelWorld;Lorg/aspectj/weaver/bcel/LazyClassGen;)Z ]
BcelClassWeaver.checkForOverride ( org.aspectj.weaver.ResolvedType typeToCheck, String mname, String mparams, String mrettype, int mmods, String mpkg, org.aspectj.weaver.UnresolvedType[] methodParamsArray ) [static]:org.aspectj.weaver.ResolvedMember
[ run-time name: org/aspectj/weaver/bcel/BcelClassWeaver.checkForOverride:(Lorg/aspectj/weaver/ResolvedType;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;[Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
BcelClassWeaver.getLazyClassGen ( ):LazyClassGen
[ run-time name: org/aspectj/weaver/bcel/BcelClassWeaver.getLazyClassGen:()Lorg/aspectj/weaver/bcel/LazyClassGen; ]
BcelClassWeaver.getReweavableMode ( ) [static]:boolean
[ run-time name: org/aspectj/weaver/bcel/BcelClassWeaver.getReweavableMode:()Z ]
BcelClassWeaver.getShadowMungers ( ):java.util.List
[ run-time name: org/aspectj/weaver/bcel/BcelClassWeaver.getShadowMungers:()Ljava/util/List; ]
BcelClassWeaver.getWorld ( ):BcelWorld
[ run-time name: org/aspectj/weaver/bcel/BcelClassWeaver.getWorld:()Lorg/aspectj/weaver/bcel/BcelWorld; ]
BcelClassWeaver.inlineMethod ( LazyMethodGen donor, LazyMethodGen recipient, org.aspectj.apache.bcel.generic.InstructionHandle call ) [static]:void
[ run-time name: org/aspectj/weaver/bcel/BcelClassWeaver.inlineMethod:(Lorg/aspectj/weaver/bcel/LazyMethodGen;Lorg/aspectj/weaver/bcel/LazyMethodGen;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
BcelClassWeaver.locateAnnotationHolderForFieldMunger ( LazyClassGen clazz, BcelTypeMunger fieldMunger ):LazyMethodGen
[ run-time name: org/aspectj/weaver/bcel/BcelClassWeaver.locateAnnotationHolderForFieldMunger:(Lorg/aspectj/weaver/bcel/LazyClassGen;Lorg/aspectj/weaver/bcel/BcelTypeMunger;)Lorg/aspectj/weaver/bcel/LazyMethodGen; ]
BcelClassWeaver.locateAnnotationHolderForMethodCtorMunger ( LazyClassGen clazz, BcelTypeMunger methodCtorMunger ):LazyMethodGen
[ run-time name: org/aspectj/weaver/bcel/BcelClassWeaver.locateAnnotationHolderForMethodCtorMunger:(Lorg/aspectj/weaver/bcel/LazyClassGen;Lorg/aspectj/weaver/bcel/BcelTypeMunger;)Lorg/aspectj/weaver/bcel/LazyMethodGen; ]
BcelClassWeaver.makeBridgeMethod ( LazyClassGen gen, org.aspectj.weaver.ResolvedMember member ) [static]:LazyMethodGen
[ run-time name: org/aspectj/weaver/bcel/BcelClassWeaver.makeBridgeMethod:(Lorg/aspectj/weaver/bcel/LazyClassGen;Lorg/aspectj/weaver/ResolvedMember;)Lorg/aspectj/weaver/bcel/LazyMethodGen; ]
BcelClassWeaver.setReweavableMode ( boolean mode ) [static]:void
[ run-time name: org/aspectj/weaver/bcel/BcelClassWeaver.setReweavableMode:(Z)V ]
BcelClassWeaver.toString ( ):String
[ run-time name: org/aspectj/weaver/bcel/BcelClassWeaver.toString:()Ljava/lang/String; ]
BcelClassWeaver.transformSynchronizedMethod ( LazyMethodGen synchronizedMethod ) [static]:void
[ run-time name: org/aspectj/weaver/bcel/BcelClassWeaver.transformSynchronizedMethod:(Lorg/aspectj/weaver/bcel/LazyMethodGen;)V ]
BcelClassWeaver.weave ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelClassWeaver.weave:()Z ]
BcelClassWeaver.weave ( BcelWorld world, LazyClassGen clazz, java.util.List shadowMungers, java.util.List typeMungers, java.util.List lateTypeMungers ) [static]:boolean
[ run-time name: org/aspectj/weaver/bcel/BcelClassWeaver.weave:(Lorg/aspectj/weaver/bcel/BcelWorld;Lorg/aspectj/weaver/bcel/LazyClassGen;Ljava/util/List;Ljava/util/List;Ljava/util/List;)Z ]
xwork-2.1.2.jar, BcelField.class
package org.aspectj.weaver.bcel
BcelField.addAnnotation ( org.aspectj.weaver.AnnotationX annotation ):void
[ run-time name: org/aspectj/weaver/bcel/BcelField.addAnnotation:(Lorg/aspectj/weaver/AnnotationX;)V ]
BcelField.evictWeavingState ( ):void
[ run-time name: org/aspectj/weaver/bcel/BcelField.evictWeavingState:()V ]
BcelField.getAnnotationOfType ( org.aspectj.weaver.UnresolvedType ofType ):org.aspectj.weaver.AnnotationX
[ run-time name: org/aspectj/weaver/bcel/BcelField.getAnnotationOfType:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/AnnotationX; ]
BcelField.getAnnotations ( ):org.aspectj.weaver.AnnotationX[]
[ run-time name: org/aspectj/weaver/bcel/BcelField.getAnnotations:()[Lorg/aspectj/weaver/AnnotationX; ]
BcelField.getAnnotationTypes ( ):org.aspectj.weaver.ResolvedType[]
[ run-time name: org/aspectj/weaver/bcel/BcelField.getAnnotationTypes:()[Lorg/aspectj/weaver/ResolvedType; ]
BcelField.getField ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):org.aspectj.apache.bcel.classfile.Field
[ run-time name: org/aspectj/weaver/bcel/BcelField.getField:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Field; ]
BcelField.getFieldAsIs ( ):org.aspectj.apache.bcel.classfile.Field
[ run-time name: org/aspectj/weaver/bcel/BcelField.getFieldAsIs:()Lorg/aspectj/apache/bcel/classfile/Field; ]
BcelField.getGenericReturnType ( ):org.aspectj.weaver.UnresolvedType
[ run-time name: org/aspectj/weaver/bcel/BcelField.getGenericReturnType:()Lorg/aspectj/weaver/UnresolvedType; ]
BcelField.hasAnnotation ( org.aspectj.weaver.UnresolvedType ofType ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelField.hasAnnotation:(Lorg/aspectj/weaver/UnresolvedType;)Z ]
BcelField.isAjSynthetic ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelField.isAjSynthetic:()Z ]
BcelField.isSynthetic ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelField.isSynthetic:()Z ]
xwork-2.1.2.jar, BcelFieldRef.class
package org.aspectj.weaver.bcel
BcelFieldRef.BcelFieldRef ( org.aspectj.weaver.ResolvedType type, String className, String fieldName )
[ run-time name: org/aspectj/weaver/bcel/BcelFieldRef."<init>":(Lorg/aspectj/weaver/ResolvedType;Ljava/lang/String;Ljava/lang/String;)V ]
BcelFieldRef.createCopyFrom ( org.aspectj.apache.bcel.generic.InstructionFactory fact, int oldSlot ):org.aspectj.apache.bcel.generic.InstructionList
[ run-time name: org/aspectj/weaver/bcel/BcelFieldRef.createCopyFrom:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;I)Lorg/aspectj/apache/bcel/generic/InstructionList; ]
BcelFieldRef.createLoad ( org.aspectj.apache.bcel.generic.InstructionFactory fact ):org.aspectj.apache.bcel.generic.Instruction
[ run-time name: org/aspectj/weaver/bcel/BcelFieldRef.createLoad:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
BcelFieldRef.createStore ( org.aspectj.apache.bcel.generic.InstructionFactory fact ):org.aspectj.apache.bcel.generic.Instruction
[ run-time name: org/aspectj/weaver/bcel/BcelFieldRef.createStore:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
BcelFieldRef.toString ( ):String
[ run-time name: org/aspectj/weaver/bcel/BcelFieldRef.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, BcelGenericSignatureToTypeXConverter.class
package org.aspectj.weaver.bcel
BcelGenericSignatureToTypeXConverter.BcelGenericSignatureToTypeXConverter ( )
[ run-time name: org/aspectj/weaver/bcel/BcelGenericSignatureToTypeXConverter."<init>":()V ]
BcelGenericSignatureToTypeXConverter.classTypeSignature2TypeX ( org.aspectj.apache.bcel.classfile.Signature.ClassTypeSignature aClassTypeSignature, org.aspectj.apache.bcel.classfile.Signature.FormalTypeParameter[] typeParams, org.aspectj.weaver.World world ) [static]:org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/bcel/BcelGenericSignatureToTypeXConverter.classTypeSignature2TypeX:(Lorg/aspectj/apache/bcel/classfile/Signature$ClassTypeSignature;[Lorg/aspectj/apache/bcel/classfile/Signature$FormalTypeParameter;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ResolvedType; ]
BcelGenericSignatureToTypeXConverter.fieldTypeSignature2TypeX ( org.aspectj.apache.bcel.classfile.Signature.FieldTypeSignature aFieldTypeSignature, org.aspectj.apache.bcel.classfile.Signature.FormalTypeParameter[] typeParams, org.aspectj.weaver.World world ) [static]:org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/bcel/BcelGenericSignatureToTypeXConverter.fieldTypeSignature2TypeX:(Lorg/aspectj/apache/bcel/classfile/Signature$FieldTypeSignature;[Lorg/aspectj/apache/bcel/classfile/Signature$FormalTypeParameter;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ResolvedType; ]
BcelGenericSignatureToTypeXConverter.formalTypeParameter2TypeVariable ( org.aspectj.apache.bcel.classfile.Signature.FormalTypeParameter aFormalTypeParameter, org.aspectj.apache.bcel.classfile.Signature.FormalTypeParameter[] typeParams, org.aspectj.weaver.World world ) [static]:org.aspectj.weaver.TypeVariable
[ run-time name: org/aspectj/weaver/bcel/BcelGenericSignatureToTypeXConverter.formalTypeParameter2TypeVariable:(Lorg/aspectj/apache/bcel/classfile/Signature$FormalTypeParameter;[Lorg/aspectj/apache/bcel/classfile/Signature$FormalTypeParameter;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/TypeVariable; ]
BcelGenericSignatureToTypeXConverter.typeSignature2TypeX ( org.aspectj.apache.bcel.classfile.Signature.TypeSignature aTypeSig, org.aspectj.apache.bcel.classfile.Signature.FormalTypeParameter[] typeParams, org.aspectj.weaver.World world ) [static]:org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/bcel/BcelGenericSignatureToTypeXConverter.typeSignature2TypeX:(Lorg/aspectj/apache/bcel/classfile/Signature$TypeSignature;[Lorg/aspectj/apache/bcel/classfile/Signature$FormalTypeParameter;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ResolvedType; ]
xwork-2.1.2.jar, BcelMethod.class
package org.aspectj.weaver.bcel
BcelMethod.addAnnotation ( org.aspectj.weaver.AnnotationX annotation ):void
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.addAnnotation:(Lorg/aspectj/weaver/AnnotationX;)V ]
BcelMethod.canBeParameterized ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.canBeParameterized:()Z ]
BcelMethod.determineParameterNames ( ):void
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.determineParameterNames:()V ]
BcelMethod.evictWeavingState ( ):void
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.evictWeavingState:()V ]
BcelMethod.getAnnotationDefaultValue ( ):String
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.getAnnotationDefaultValue:()Ljava/lang/String; ]
BcelMethod.getAnnotationOfType ( org.aspectj.weaver.UnresolvedType ofType ):org.aspectj.weaver.AnnotationX
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.getAnnotationOfType:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/AnnotationX; ]
BcelMethod.getAnnotations ( ):org.aspectj.weaver.AnnotationX[]
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.getAnnotations:()[Lorg/aspectj/weaver/AnnotationX; ]
BcelMethod.getAnnotationTypes ( ):org.aspectj.weaver.ResolvedType[]
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.getAnnotationTypes:()[Lorg/aspectj/weaver/ResolvedType; ]
BcelMethod.getAssociatedShadowMunger ( ):org.aspectj.weaver.ShadowMunger
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.getAssociatedShadowMunger:()Lorg/aspectj/weaver/ShadowMunger; ]
BcelMethod.getAttributeNames ( boolean onlyIncludeAjOnes ):String[]
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.getAttributeNames:(Z)[Ljava/lang/String; ]
BcelMethod.getAttributes ( String name ):org.aspectj.weaver.AjAttribute[]
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.getAttributes:(Ljava/lang/String;)[Lorg/aspectj/weaver/AjAttribute; ]
BcelMethod.getDeclarationLineNumber ( ):int
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.getDeclarationLineNumber:()I ]
BcelMethod.getDeclarationOffset ( ):int
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.getDeclarationOffset:()I ]
BcelMethod.getEffectiveSignature ( ):org.aspectj.weaver.AjAttribute.EffectiveSignatureAttribute
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.getEffectiveSignature:()Lorg/aspectj/weaver/AjAttribute$EffectiveSignatureAttribute; ]
BcelMethod.getGenericParameterTypes ( ):org.aspectj.weaver.UnresolvedType[]
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.getGenericParameterTypes:()[Lorg/aspectj/weaver/UnresolvedType; ]
BcelMethod.getGenericReturnType ( ):org.aspectj.weaver.UnresolvedType
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.getGenericReturnType:()Lorg/aspectj/weaver/UnresolvedType; ]
BcelMethod.getKind ( ):org.aspectj.weaver.MemberKind
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.getKind:()Lorg/aspectj/weaver/MemberKind; ]
BcelMethod.getLineNumberOfFirstInstruction ( ):int
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.getLineNumberOfFirstInstruction:()I ]
BcelMethod.getMethod ( ):org.aspectj.apache.bcel.classfile.Method
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.getMethod:()Lorg/aspectj/apache/bcel/classfile/Method; ]
BcelMethod.getParameterAnnotations ( ):org.aspectj.weaver.AnnotationX[][]
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.getParameterAnnotations:()[[Lorg/aspectj/weaver/AnnotationX; ]
BcelMethod.getParameterAnnotationTypes ( ):org.aspectj.weaver.ResolvedType[][]
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.getParameterAnnotationTypes:()[[Lorg/aspectj/weaver/ResolvedType; ]
BcelMethod.getParameterNames ( ):String[]
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.getParameterNames:()[Ljava/lang/String; ]
BcelMethod.getSourceLocation ( ):org.aspectj.bridge.ISourceLocation
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.getSourceLocation:()Lorg/aspectj/bridge/ISourceLocation; ]
BcelMethod.hasAnnotation ( org.aspectj.weaver.UnresolvedType ofType ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.hasAnnotation:(Lorg/aspectj/weaver/UnresolvedType;)Z ]
BcelMethod.hasDeclarationLineNumberInfo ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.hasDeclarationLineNumberInfo:()Z ]
BcelMethod.isAjSynthetic ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.isAjSynthetic:()Z ]
BcelMethod.isEquivalentTo ( Object other ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.isEquivalentTo:(Ljava/lang/Object;)Z ]
BcelMethod.isSynthetic ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelMethod.isSynthetic:()Z ]
xwork-2.1.2.jar, BcelObjectType.class
package org.aspectj.weaver.bcel
BcelObjectType.addAnnotation ( org.aspectj.weaver.AnnotationX annotation ):void
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.addAnnotation:(Lorg/aspectj/weaver/AnnotationX;)V ]
BcelObjectType.addParent ( org.aspectj.weaver.ResolvedType newParent ):void
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.addParent:(Lorg/aspectj/weaver/ResolvedType;)V ]
BcelObjectType.addPointcutDefinition ( org.aspectj.weaver.ResolvedPointcutDefinition d ):void
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.addPointcutDefinition:(Lorg/aspectj/weaver/ResolvedPointcutDefinition;)V ]
BcelObjectType.canAnnotationTargetType ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.canAnnotationTargetType:()Z ]
BcelObjectType.ensureDelegateConsistent ( ):void
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.ensureDelegateConsistent:()V ]
BcelObjectType.evictWeavingState ( ):void
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.evictWeavingState:()V ]
BcelObjectType.finishedWith ( ):void
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.finishedWith:()V ]
BcelObjectType.getAllFormals ( ):org.aspectj.apache.bcel.classfile.Signature.FormalTypeParameter[]
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.getAllFormals:()[Lorg/aspectj/apache/bcel/classfile/Signature$FormalTypeParameter; ]
BcelObjectType.getAnnotations ( ):org.aspectj.weaver.AnnotationX[]
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.getAnnotations:()[Lorg/aspectj/weaver/AnnotationX; ]
BcelObjectType.getAnnotationTargetKinds ( ):org.aspectj.weaver.AnnotationTargetKind[]
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.getAnnotationTargetKinds:()[Lorg/aspectj/weaver/AnnotationTargetKind; ]
BcelObjectType.getAnnotationTypes ( ):org.aspectj.weaver.ResolvedType[]
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.getAnnotationTypes:()[Lorg/aspectj/weaver/ResolvedType; ]
BcelObjectType.getAttributeNames ( ):String[]
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.getAttributeNames:()[Ljava/lang/String; ]
BcelObjectType.getAttributes ( String name ):org.aspectj.weaver.AjAttribute[]
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.getAttributes:(Ljava/lang/String;)[Lorg/aspectj/weaver/AjAttribute; ]
BcelObjectType.getDeclaredFields ( ):org.aspectj.weaver.ResolvedMember[]
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.getDeclaredFields:()[Lorg/aspectj/weaver/ResolvedMember; ]
BcelObjectType.getDeclaredGenericSignature ( ):String
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.getDeclaredGenericSignature:()Ljava/lang/String; ]
BcelObjectType.getDeclaredInterfaces ( ):org.aspectj.weaver.ResolvedType[]
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.getDeclaredInterfaces:()[Lorg/aspectj/weaver/ResolvedType; ]
BcelObjectType.getDeclaredMethods ( ):org.aspectj.weaver.ResolvedMember[]
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.getDeclaredMethods:()[Lorg/aspectj/weaver/ResolvedMember; ]
BcelObjectType.getDeclaredPointcuts ( ):org.aspectj.weaver.ResolvedMember[]
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.getDeclaredPointcuts:()[Lorg/aspectj/weaver/ResolvedMember; ]
BcelObjectType.getDeclares ( ):java.util.Collection
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.getDeclares:()Ljava/util/Collection; ]
BcelObjectType.getJavaClass ( ):org.aspectj.apache.bcel.classfile.JavaClass
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.getJavaClass:()Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
BcelObjectType.getLazyClassGen ( ):LazyClassGen
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.getLazyClassGen:()Lorg/aspectj/weaver/bcel/LazyClassGen; ]
BcelObjectType.getModifiers ( ):int
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.getModifiers:()I ]
BcelObjectType.getOuterClass ( ):org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.getOuterClass:()Lorg/aspectj/weaver/ResolvedType; ]
BcelObjectType.getPerClause ( ):org.aspectj.weaver.patterns.PerClause
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.getPerClause:()Lorg/aspectj/weaver/patterns/PerClause; ]
BcelObjectType.getPrivilegedAccesses ( ):java.util.Collection
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.getPrivilegedAccesses:()Ljava/util/Collection; ]
BcelObjectType.getRetentionPolicy ( ):String
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.getRetentionPolicy:()Ljava/lang/String; ]
BcelObjectType.getSuperclass ( ):org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.getSuperclass:()Lorg/aspectj/weaver/ResolvedType; ]
BcelObjectType.getTypeMungers ( ):java.util.Collection
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.getTypeMungers:()Ljava/util/Collection; ]
BcelObjectType.getTypeVariables ( ):org.aspectj.weaver.TypeVariable[]
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.getTypeVariables:()[Lorg/aspectj/weaver/TypeVariable; ]
BcelObjectType.getWeaverState ( ):org.aspectj.weaver.WeaverStateInfo
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.getWeaverState:()Lorg/aspectj/weaver/WeaverStateInfo; ]
BcelObjectType.getWeaverVersionAttribute ( ):org.aspectj.weaver.AjAttribute.WeaverVersionInfo
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.getWeaverVersionAttribute:()Lorg/aspectj/weaver/AjAttribute$WeaverVersionInfo; ]
BcelObjectType.getWorld ( ):org.aspectj.weaver.World
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.getWorld:()Lorg/aspectj/weaver/World; ]
BcelObjectType.hasAnnotation ( org.aspectj.weaver.UnresolvedType ofType ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.hasAnnotation:(Lorg/aspectj/weaver/UnresolvedType;)Z ]
BcelObjectType.hasBeenWoven ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.hasBeenWoven:()Z ]
BcelObjectType.isAnnotation ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.isAnnotation:()Z ]
BcelObjectType.isAnnotationStyleAspect ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.isAnnotationStyleAspect:()Z ]
BcelObjectType.isAnnotationWithRuntimeRetention ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.isAnnotationWithRuntimeRetention:()Z ]
BcelObjectType.isAnonymous ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.isAnonymous:()Z ]
BcelObjectType.isAspect ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.isAspect:()Z ]
BcelObjectType.isEnum ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.isEnum:()Z ]
BcelObjectType.isGeneric ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.isGeneric:()Z ]
BcelObjectType.isInterface ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.isInterface:()Z ]
BcelObjectType.isNested ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.isNested:()Z ]
BcelObjectType.isSynthetic ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.isSynthetic:()Z ]
BcelObjectType.printWackyStuff ( java.io.PrintStream out ):void
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.printWackyStuff:(Ljava/io/PrintStream;)V ]
BcelObjectType.resetState ( ):void
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.resetState:()V ]
BcelObjectType.setJavaClass ( org.aspectj.apache.bcel.classfile.JavaClass newclass ):void
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.setJavaClass:(Lorg/aspectj/apache/bcel/classfile/JavaClass;)V ]
BcelObjectType.toString ( ):String
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.toString:()Ljava/lang/String; ]
BcelObjectType.weavingCompleted ( ):void
[ run-time name: org/aspectj/weaver/bcel/BcelObjectType.weavingCompleted:()V ]
xwork-2.1.2.jar, BcelPerClauseAspectAdder.class
package org.aspectj.weaver.bcel
BcelPerClauseAspectAdder.BcelPerClauseAspectAdder ( org.aspectj.weaver.ResolvedType aspect, org.aspectj.weaver.patterns.PerClause.Kind kind )
[ run-time name: org/aspectj/weaver/bcel/BcelPerClauseAspectAdder."<init>":(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/patterns/PerClause$Kind;)V ]
BcelPerClauseAspectAdder.forceMunge ( LazyClassGen gen, boolean checkAlreadyThere ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelPerClauseAspectAdder.forceMunge:(Lorg/aspectj/weaver/bcel/LazyClassGen;Z)Z ]
BcelPerClauseAspectAdder.getMatchingSyntheticMember ( org.aspectj.weaver.Member member ):org.aspectj.weaver.ResolvedMember
[ run-time name: org/aspectj/weaver/bcel/BcelPerClauseAspectAdder.getMatchingSyntheticMember:(Lorg/aspectj/weaver/Member;)Lorg/aspectj/weaver/ResolvedMember; ]
BcelPerClauseAspectAdder.getSignature ( ):org.aspectj.weaver.ResolvedMember
[ run-time name: org/aspectj/weaver/bcel/BcelPerClauseAspectAdder.getSignature:()Lorg/aspectj/weaver/ResolvedMember; ]
BcelPerClauseAspectAdder.matches ( org.aspectj.weaver.ResolvedType onType ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelPerClauseAspectAdder.matches:(Lorg/aspectj/weaver/ResolvedType;)Z ]
BcelPerClauseAspectAdder.munge ( BcelClassWeaver weaver ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelPerClauseAspectAdder.munge:(Lorg/aspectj/weaver/bcel/BcelClassWeaver;)Z ]
xwork-2.1.2.jar, BcelRenderer.class
package org.aspectj.weaver.bcel
BcelRenderer.renderExpr ( org.aspectj.apache.bcel.generic.InstructionFactory fact, BcelWorld world, org.aspectj.weaver.ast.Expr e ) [static]:org.aspectj.apache.bcel.generic.InstructionList
[ run-time name: org/aspectj/weaver/bcel/BcelRenderer.renderExpr:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;Lorg/aspectj/weaver/bcel/BcelWorld;Lorg/aspectj/weaver/ast/Expr;)Lorg/aspectj/apache/bcel/generic/InstructionList; ]
BcelRenderer.renderExpr ( org.aspectj.apache.bcel.generic.InstructionFactory fact, BcelWorld world, org.aspectj.weaver.ast.Expr e, org.aspectj.apache.bcel.generic.Type desiredType ) [static]:org.aspectj.apache.bcel.generic.InstructionList
[ run-time name: org/aspectj/weaver/bcel/BcelRenderer.renderExpr:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;Lorg/aspectj/weaver/bcel/BcelWorld;Lorg/aspectj/weaver/ast/Expr;Lorg/aspectj/apache/bcel/generic/Type;)Lorg/aspectj/apache/bcel/generic/InstructionList; ]
BcelRenderer.renderExprs ( org.aspectj.apache.bcel.generic.InstructionFactory fact, BcelWorld world, org.aspectj.weaver.ast.Expr[] es ) [static]:org.aspectj.apache.bcel.generic.InstructionList
[ run-time name: org/aspectj/weaver/bcel/BcelRenderer.renderExprs:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;Lorg/aspectj/weaver/bcel/BcelWorld;[Lorg/aspectj/weaver/ast/Expr;)Lorg/aspectj/apache/bcel/generic/InstructionList; ]
BcelRenderer.renderTest ( org.aspectj.apache.bcel.generic.InstructionFactory fact, BcelWorld world, org.aspectj.weaver.ast.Test e, org.aspectj.apache.bcel.generic.InstructionHandle sk, org.aspectj.apache.bcel.generic.InstructionHandle fk ) [static]:org.aspectj.apache.bcel.generic.InstructionList
[ run-time name: org/aspectj/weaver/bcel/BcelRenderer.renderTest:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;Lorg/aspectj/weaver/bcel/BcelWorld;Lorg/aspectj/weaver/ast/Test;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)Lorg/aspectj/apache/bcel/generic/InstructionList; ]
BcelRenderer.renderTest ( org.aspectj.apache.bcel.generic.InstructionFactory fact, BcelWorld world, org.aspectj.weaver.ast.Test e, org.aspectj.apache.bcel.generic.InstructionHandle sk, org.aspectj.apache.bcel.generic.InstructionHandle fk, org.aspectj.apache.bcel.generic.InstructionHandle next ) [static]:org.aspectj.apache.bcel.generic.InstructionList
[ run-time name: org/aspectj/weaver/bcel/BcelRenderer.renderTest:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;Lorg/aspectj/weaver/bcel/BcelWorld;Lorg/aspectj/weaver/ast/Test;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)Lorg/aspectj/apache/bcel/generic/InstructionList; ]
BcelRenderer.visit ( org.aspectj.weaver.ast.And e ):void
[ run-time name: org/aspectj/weaver/bcel/BcelRenderer.visit:(Lorg/aspectj/weaver/ast/And;)V ]
BcelRenderer.visit ( org.aspectj.weaver.ast.Call call ):void
[ run-time name: org/aspectj/weaver/bcel/BcelRenderer.visit:(Lorg/aspectj/weaver/ast/Call;)V ]
BcelRenderer.visit ( org.aspectj.weaver.ast.CallExpr call ):void
[ run-time name: org/aspectj/weaver/bcel/BcelRenderer.visit:(Lorg/aspectj/weaver/ast/CallExpr;)V ]
BcelRenderer.visit ( org.aspectj.weaver.ast.CastExpr castExpr ):void
[ run-time name: org/aspectj/weaver/bcel/BcelRenderer.visit:(Lorg/aspectj/weaver/ast/CastExpr;)V ]
BcelRenderer.visit ( org.aspectj.weaver.ast.FieldGet fieldGet ):void
[ run-time name: org/aspectj/weaver/bcel/BcelRenderer.visit:(Lorg/aspectj/weaver/ast/FieldGet;)V ]
BcelRenderer.visit ( org.aspectj.weaver.ast.FieldGetCall fieldGetCall ):void
[ run-time name: org/aspectj/weaver/bcel/BcelRenderer.visit:(Lorg/aspectj/weaver/ast/FieldGetCall;)V ]
BcelRenderer.visit ( org.aspectj.weaver.ast.FieldGetOn fieldGet ):void
[ run-time name: org/aspectj/weaver/bcel/BcelRenderer.visit:(Lorg/aspectj/weaver/ast/FieldGetOn;)V ]
BcelRenderer.visit ( org.aspectj.weaver.ast.HasAnnotation hasAnnotation ):void
[ run-time name: org/aspectj/weaver/bcel/BcelRenderer.visit:(Lorg/aspectj/weaver/ast/HasAnnotation;)V ]
BcelRenderer.visit ( org.aspectj.weaver.ast.Instanceof i ):void
[ run-time name: org/aspectj/weaver/bcel/BcelRenderer.visit:(Lorg/aspectj/weaver/ast/Instanceof;)V ]
BcelRenderer.visit ( org.aspectj.weaver.ast.Literal literal ):void
[ run-time name: org/aspectj/weaver/bcel/BcelRenderer.visit:(Lorg/aspectj/weaver/ast/Literal;)V ]
BcelRenderer.visit ( org.aspectj.weaver.ast.Not e ):void
[ run-time name: org/aspectj/weaver/bcel/BcelRenderer.visit:(Lorg/aspectj/weaver/ast/Not;)V ]
BcelRenderer.visit ( org.aspectj.weaver.ast.Or e ):void
[ run-time name: org/aspectj/weaver/bcel/BcelRenderer.visit:(Lorg/aspectj/weaver/ast/Or;)V ]
BcelRenderer.visit ( org.aspectj.weaver.ast.StringConstExpr stringConst ):void
[ run-time name: org/aspectj/weaver/bcel/BcelRenderer.visit:(Lorg/aspectj/weaver/ast/StringConstExpr;)V ]
BcelRenderer.visit ( org.aspectj.weaver.ast.Var var ):void
[ run-time name: org/aspectj/weaver/bcel/BcelRenderer.visit:(Lorg/aspectj/weaver/ast/Var;)V ]
BcelRenderer.visit ( org.aspectj.weaver.internal.tools.MatchingContextBasedTest matchingContextTest ):void
[ run-time name: org/aspectj/weaver/bcel/BcelRenderer.visit:(Lorg/aspectj/weaver/internal/tools/MatchingContextBasedTest;)V ]
xwork-2.1.2.jar, BcelShadow.class
package org.aspectj.weaver.bcel
BcelShadow.addAdvicePreventingLazyTjp ( BcelAdvice advice ):void
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.addAdvicePreventingLazyTjp:(Lorg/aspectj/weaver/bcel/BcelAdvice;)V ]
BcelShadow.arg0HoldsThis ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.arg0HoldsThis:()Z ]
BcelShadow.BcelShadow ( BcelWorld world, org.aspectj.weaver.Shadow.Kind kind, org.aspectj.weaver.Member signature, LazyMethodGen enclosingMethod, BcelShadow enclosingShadow )
[ run-time name: org/aspectj/weaver/bcel/BcelShadow."<init>":(Lorg/aspectj/weaver/bcel/BcelWorld;Lorg/aspectj/weaver/Shadow$Kind;Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/bcel/LazyMethodGen;Lorg/aspectj/weaver/bcel/BcelShadow;)V ]
BcelShadow.copyInto ( LazyMethodGen recipient, BcelShadow enclosing ):BcelShadow
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.copyInto:(Lorg/aspectj/weaver/bcel/LazyMethodGen;Lorg/aspectj/weaver/bcel/BcelShadow;)Lorg/aspectj/weaver/bcel/BcelShadow; ]
BcelShadow.ensureTargetTypeIsCorrect ( org.aspectj.weaver.UnresolvedType tx ):org.aspectj.weaver.UnresolvedType
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.ensureTargetTypeIsCorrect:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/UnresolvedType; ]
BcelShadow.extractMethod ( String newMethodName, int visibilityModifier, org.aspectj.weaver.ShadowMunger munger ):LazyMethodGen
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.extractMethod:(Ljava/lang/String;ILorg/aspectj/weaver/ShadowMunger;)Lorg/aspectj/weaver/bcel/LazyMethodGen; ]
BcelShadow.genTempVar ( org.aspectj.weaver.UnresolvedType typeX ):BcelVar
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.genTempVar:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/bcel/BcelVar; ]
BcelShadow.genTempVar ( org.aspectj.weaver.UnresolvedType typeX, String localName ):BcelVar
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.genTempVar:(Lorg/aspectj/weaver/UnresolvedType;Ljava/lang/String;)Lorg/aspectj/weaver/bcel/BcelVar; ]
BcelShadow.getActualTargetType ( ):String
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getActualTargetType:()Ljava/lang/String; ]
BcelShadow.getAnnotations ( org.aspectj.weaver.ResolvedMember foundMember, org.aspectj.weaver.Member relevantMember, org.aspectj.weaver.ResolvedType relevantType ):org.aspectj.weaver.ResolvedType[]
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getAnnotations:(Lorg/aspectj/weaver/ResolvedMember;Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/ResolvedType;)[Lorg/aspectj/weaver/ResolvedType; ]
BcelShadow.getArgAnnotationVar ( int i, org.aspectj.weaver.UnresolvedType forAnnotationType ):org.aspectj.weaver.ast.Var
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getArgAnnotationVar:(ILorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ast/Var; ]
BcelShadow.getArgVar ( int i ):org.aspectj.weaver.ast.Var
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getArgVar:(I)Lorg/aspectj/weaver/ast/Var; ]
BcelShadow.getEnclosingClass ( ):LazyClassGen
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getEnclosingClass:()Lorg/aspectj/weaver/bcel/LazyClassGen; ]
BcelShadow.getEnclosingCodeSignature ( ):org.aspectj.weaver.Member
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getEnclosingCodeSignature:()Lorg/aspectj/weaver/Member; ]
BcelShadow.getEnclosingMethod ( ):LazyMethodGen
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getEnclosingMethod:()Lorg/aspectj/weaver/bcel/LazyMethodGen; ]
BcelShadow.getEnclosingShadow ( ):org.aspectj.weaver.Shadow
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getEnclosingShadow:()Lorg/aspectj/weaver/Shadow; ]
BcelShadow.getEnclosingType ( ):org.aspectj.weaver.UnresolvedType
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getEnclosingType:()Lorg/aspectj/weaver/UnresolvedType; ]
BcelShadow.getFactory ( ):org.aspectj.apache.bcel.generic.InstructionFactory
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getFactory:()Lorg/aspectj/apache/bcel/generic/InstructionFactory; ]
BcelShadow.getIWorld ( ):org.aspectj.weaver.World
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getIWorld:()Lorg/aspectj/weaver/World; ]
BcelShadow.getKindedAnnotationVar ( org.aspectj.weaver.UnresolvedType forAnnotationType ):org.aspectj.weaver.ast.Var
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getKindedAnnotationVar:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ast/Var; ]
BcelShadow.getRange ( ):ShadowRange
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getRange:()Lorg/aspectj/weaver/bcel/ShadowRange; ]
BcelShadow.getRelevantMember ( org.aspectj.weaver.ResolvedMember foundMember, org.aspectj.weaver.Member relevantMember, org.aspectj.weaver.ResolvedType relevantType ):org.aspectj.weaver.ResolvedMember
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getRelevantMember:(Lorg/aspectj/weaver/ResolvedMember;Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
BcelShadow.getSourceLine ( ):int
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getSourceLine:()I ]
BcelShadow.getSourceLocation ( ):org.aspectj.bridge.ISourceLocation
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getSourceLocation:()Lorg/aspectj/bridge/ISourceLocation; ]
BcelShadow.getTargetAnnotationVar ( org.aspectj.weaver.UnresolvedType forAnnotationType ):org.aspectj.weaver.ast.Var
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getTargetAnnotationVar:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ast/Var; ]
BcelShadow.getTargetVar ( ):org.aspectj.weaver.ast.Var
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getTargetVar:()Lorg/aspectj/weaver/ast/Var; ]
BcelShadow.getThisAnnotationVar ( org.aspectj.weaver.UnresolvedType forAnnotationType ):org.aspectj.weaver.ast.Var
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getThisAnnotationVar:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ast/Var; ]
BcelShadow.getThisEnclosingJoinPointStaticPartBcelVar ( ):BcelVar
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getThisEnclosingJoinPointStaticPartBcelVar:()Lorg/aspectj/weaver/bcel/BcelVar; ]
BcelShadow.getThisEnclosingJoinPointStaticPartVar ( ):org.aspectj.weaver.ast.Var
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getThisEnclosingJoinPointStaticPartVar:()Lorg/aspectj/weaver/ast/Var; ]
BcelShadow.getThisJoinPointStaticPartBcelVar ( ):BcelVar
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getThisJoinPointStaticPartBcelVar:()Lorg/aspectj/weaver/bcel/BcelVar; ]
BcelShadow.getThisJoinPointStaticPartBcelVar ( boolean isEnclosingJp ):BcelVar
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getThisJoinPointStaticPartBcelVar:(Z)Lorg/aspectj/weaver/bcel/BcelVar; ]
BcelShadow.getThisJoinPointStaticPartVar ( ):org.aspectj.weaver.ast.Var
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getThisJoinPointStaticPartVar:()Lorg/aspectj/weaver/ast/Var; ]
BcelShadow.getThisJoinPointVar ( ):org.aspectj.weaver.ast.Var
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getThisJoinPointVar:()Lorg/aspectj/weaver/ast/Var; ]
BcelShadow.getThisVar ( ):org.aspectj.weaver.ast.Var
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getThisVar:()Lorg/aspectj/weaver/ast/Var; ]
BcelShadow.getWithinAnnotationVar ( org.aspectj.weaver.UnresolvedType forAnnotationType ):org.aspectj.weaver.ast.Var
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getWithinAnnotationVar:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ast/Var; ]
BcelShadow.getWithinCodeAnnotationVar ( org.aspectj.weaver.UnresolvedType forAnnotationType ):org.aspectj.weaver.ast.Var
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getWithinCodeAnnotationVar:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ast/Var; ]
BcelShadow.getWorld ( ):BcelWorld
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.getWorld:()Lorg/aspectj/weaver/bcel/BcelWorld; ]
BcelShadow.init ( ):void
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.init:()V ]
BcelShadow.initializeArgAnnotationVars ( ):void
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.initializeArgAnnotationVars:()V ]
BcelShadow.initializeArgVars ( ):void
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.initializeArgVars:()V ]
BcelShadow.initializeForAroundClosure ( ):void
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.initializeForAroundClosure:()V ]
BcelShadow.initializeKindedAnnotationVars ( ):void
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.initializeKindedAnnotationVars:()V ]
BcelShadow.initializeTargetAnnotationVars ( ):void
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.initializeTargetAnnotationVars:()V ]
BcelShadow.initializeTargetVar ( ):void
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.initializeTargetVar:()V ]
BcelShadow.initializeThisAnnotationVars ( ):void
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.initializeThisAnnotationVars:()V ]
BcelShadow.initializeWithinAnnotationVars ( ):void
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.initializeWithinAnnotationVars:()V ]
BcelShadow.initializeWithinCodeAnnotationVars ( ):void
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.initializeWithinCodeAnnotationVars:()V ]
BcelShadow.initIfaceInitializer ( org.aspectj.apache.bcel.generic.InstructionHandle end ):void
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.initIfaceInitializer:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
BcelShadow.isFallsThrough ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.isFallsThrough:()Z ]
BcelShadow.makeAdviceExecution ( BcelWorld world, LazyMethodGen enclosingMethod ) [static]:BcelShadow
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.makeAdviceExecution:(Lorg/aspectj/weaver/bcel/BcelWorld;Lorg/aspectj/weaver/bcel/LazyMethodGen;)Lorg/aspectj/weaver/bcel/BcelShadow; ]
BcelShadow.makeArrayConstructorCall ( BcelWorld world, LazyMethodGen enclosingMethod, org.aspectj.apache.bcel.generic.InstructionHandle arrayInstruction, BcelShadow enclosingShadow ) [static]:BcelShadow
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.makeArrayConstructorCall:(Lorg/aspectj/weaver/bcel/BcelWorld;Lorg/aspectj/weaver/bcel/LazyMethodGen;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/weaver/bcel/BcelShadow;)Lorg/aspectj/weaver/bcel/BcelShadow; ]
BcelShadow.makeConstructorCall ( BcelWorld world, LazyMethodGen enclosingMethod, org.aspectj.apache.bcel.generic.InstructionHandle callHandle, BcelShadow enclosingShadow ) [static]:BcelShadow
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.makeConstructorCall:(Lorg/aspectj/weaver/bcel/BcelWorld;Lorg/aspectj/weaver/bcel/LazyMethodGen;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/weaver/bcel/BcelShadow;)Lorg/aspectj/weaver/bcel/BcelShadow; ]
BcelShadow.makeConstructorExecution ( BcelWorld world, LazyMethodGen enclosingMethod, org.aspectj.apache.bcel.generic.InstructionHandle justBeforeStart ) [static]:BcelShadow
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.makeConstructorExecution:(Lorg/aspectj/weaver/bcel/BcelWorld;Lorg/aspectj/weaver/bcel/LazyMethodGen;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)Lorg/aspectj/weaver/bcel/BcelShadow; ]
BcelShadow.makeExceptionHandler ( BcelWorld world, ExceptionRange exceptionRange, LazyMethodGen enclosingMethod, org.aspectj.apache.bcel.generic.InstructionHandle startOfHandler, BcelShadow enclosingShadow ) [static]:BcelShadow
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.makeExceptionHandler:(Lorg/aspectj/weaver/bcel/BcelWorld;Lorg/aspectj/weaver/bcel/ExceptionRange;Lorg/aspectj/weaver/bcel/LazyMethodGen;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/weaver/bcel/BcelShadow;)Lorg/aspectj/weaver/bcel/BcelShadow; ]
BcelShadow.makeFieldGet ( BcelWorld world, org.aspectj.weaver.ResolvedMember field, LazyMethodGen enclosingMethod, org.aspectj.apache.bcel.generic.InstructionHandle getHandle, BcelShadow enclosingShadow ) [static]:BcelShadow
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.makeFieldGet:(Lorg/aspectj/weaver/bcel/BcelWorld;Lorg/aspectj/weaver/ResolvedMember;Lorg/aspectj/weaver/bcel/LazyMethodGen;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/weaver/bcel/BcelShadow;)Lorg/aspectj/weaver/bcel/BcelShadow; ]
BcelShadow.makeFieldSet ( BcelWorld world, org.aspectj.weaver.ResolvedMember field, LazyMethodGen enclosingMethod, org.aspectj.apache.bcel.generic.InstructionHandle setHandle, BcelShadow enclosingShadow ) [static]:BcelShadow
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.makeFieldSet:(Lorg/aspectj/weaver/bcel/BcelWorld;Lorg/aspectj/weaver/ResolvedMember;Lorg/aspectj/weaver/bcel/LazyMethodGen;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/weaver/bcel/BcelShadow;)Lorg/aspectj/weaver/bcel/BcelShadow; ]
BcelShadow.makeIfaceInitialization ( BcelWorld world, LazyMethodGen constructor, org.aspectj.weaver.Member interfaceConstructorSignature ) [static]:BcelShadow
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.makeIfaceInitialization:(Lorg/aspectj/weaver/bcel/BcelWorld;Lorg/aspectj/weaver/bcel/LazyMethodGen;Lorg/aspectj/weaver/Member;)Lorg/aspectj/weaver/bcel/BcelShadow; ]
BcelShadow.makeMethodCall ( BcelWorld world, LazyMethodGen enclosingMethod, org.aspectj.apache.bcel.generic.InstructionHandle callHandle, BcelShadow enclosingShadow ) [static]:BcelShadow
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.makeMethodCall:(Lorg/aspectj/weaver/bcel/BcelWorld;Lorg/aspectj/weaver/bcel/LazyMethodGen;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/weaver/bcel/BcelShadow;)Lorg/aspectj/weaver/bcel/BcelShadow; ]
BcelShadow.makeMethodExecution ( BcelWorld world, LazyMethodGen enclosingMethod ) [static]:BcelShadow
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.makeMethodExecution:(Lorg/aspectj/weaver/bcel/BcelWorld;Lorg/aspectj/weaver/bcel/LazyMethodGen;)Lorg/aspectj/weaver/bcel/BcelShadow; ]
BcelShadow.makeMethodExecution ( BcelWorld world, LazyMethodGen enclosingMethod, boolean lazyInit ) [static]:BcelShadow
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.makeMethodExecution:(Lorg/aspectj/weaver/bcel/BcelWorld;Lorg/aspectj/weaver/bcel/LazyMethodGen;Z)Lorg/aspectj/weaver/bcel/BcelShadow; ]
BcelShadow.makeMonitorEnter ( BcelWorld world, LazyMethodGen enclosingMethod, org.aspectj.apache.bcel.generic.InstructionHandle monitorInstruction, BcelShadow enclosingShadow ) [static]:BcelShadow
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.makeMonitorEnter:(Lorg/aspectj/weaver/bcel/BcelWorld;Lorg/aspectj/weaver/bcel/LazyMethodGen;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/weaver/bcel/BcelShadow;)Lorg/aspectj/weaver/bcel/BcelShadow; ]
BcelShadow.makeMonitorExit ( BcelWorld world, LazyMethodGen enclosingMethod, org.aspectj.apache.bcel.generic.InstructionHandle monitorInstruction, BcelShadow enclosingShadow ) [static]:BcelShadow
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.makeMonitorExit:(Lorg/aspectj/weaver/bcel/BcelWorld;Lorg/aspectj/weaver/bcel/LazyMethodGen;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/weaver/bcel/BcelShadow;)Lorg/aspectj/weaver/bcel/BcelShadow; ]
BcelShadow.makeShadowForMethod ( BcelWorld world, LazyMethodGen enclosingMethod, org.aspectj.weaver.Shadow.Kind kind, org.aspectj.weaver.Member sig ) [static]:BcelShadow
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.makeShadowForMethod:(Lorg/aspectj/weaver/bcel/BcelWorld;Lorg/aspectj/weaver/bcel/LazyMethodGen;Lorg/aspectj/weaver/Shadow$Kind;Lorg/aspectj/weaver/Member;)Lorg/aspectj/weaver/bcel/BcelShadow; ]
BcelShadow.makeShadowForMethodCall ( BcelWorld world, LazyMethodGen enclosingMethod, org.aspectj.apache.bcel.generic.InstructionHandle callHandle, BcelShadow enclosingShadow, org.aspectj.weaver.Shadow.Kind kind, org.aspectj.weaver.ResolvedMember sig ) [static]:BcelShadow
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.makeShadowForMethodCall:(Lorg/aspectj/weaver/bcel/BcelWorld;Lorg/aspectj/weaver/bcel/LazyMethodGen;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/weaver/bcel/BcelShadow;Lorg/aspectj/weaver/Shadow$Kind;Lorg/aspectj/weaver/ResolvedMember;)Lorg/aspectj/weaver/bcel/BcelShadow; ]
BcelShadow.makeStaticInitialization ( BcelWorld world, LazyMethodGen enclosingMethod ) [static]:BcelShadow
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.makeStaticInitialization:(Lorg/aspectj/weaver/bcel/BcelWorld;Lorg/aspectj/weaver/bcel/LazyMethodGen;)Lorg/aspectj/weaver/bcel/BcelShadow; ]
BcelShadow.makeUnfinishedInitialization ( BcelWorld world, LazyMethodGen constructor ) [static]:BcelShadow
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.makeUnfinishedInitialization:(Lorg/aspectj/weaver/bcel/BcelWorld;Lorg/aspectj/weaver/bcel/LazyMethodGen;)Lorg/aspectj/weaver/bcel/BcelShadow; ]
BcelShadow.makeUnfinishedPreinitialization ( BcelWorld world, LazyMethodGen constructor ) [static]:BcelShadow
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.makeUnfinishedPreinitialization:(Lorg/aspectj/weaver/bcel/BcelWorld;Lorg/aspectj/weaver/bcel/LazyMethodGen;)Lorg/aspectj/weaver/bcel/BcelShadow; ]
BcelShadow.prepareForMungers ( ):void
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.prepareForMungers:()V ]
BcelShadow.requireThisJoinPoint ( boolean hasGuardTest, boolean isAround ):void
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.requireThisJoinPoint:(ZZ)V ]
BcelShadow.retargetAllBranches ( org.aspectj.apache.bcel.generic.InstructionHandle from, org.aspectj.apache.bcel.generic.InstructionHandle to ) [static]:void
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.retargetAllBranches:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
BcelShadow.setActualTargetType ( String className ):void
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.setActualTargetType:(Ljava/lang/String;)V ]
BcelShadow.setRange ( ShadowRange range ):void
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.setRange:(Lorg/aspectj/weaver/bcel/ShadowRange;)V ]
BcelShadow.terminatesWithReturn ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.terminatesWithReturn:()Z ]
BcelShadow.weaveAfter ( BcelAdvice munger ):void
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.weaveAfter:(Lorg/aspectj/weaver/bcel/BcelAdvice;)V ]
BcelShadow.weaveAfterReturning ( BcelAdvice munger ):void
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.weaveAfterReturning:(Lorg/aspectj/weaver/bcel/BcelAdvice;)V ]
BcelShadow.weaveAfterThrowing ( BcelAdvice munger, org.aspectj.weaver.UnresolvedType catchType ):void
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.weaveAfterThrowing:(Lorg/aspectj/weaver/bcel/BcelAdvice;Lorg/aspectj/weaver/UnresolvedType;)V ]
BcelShadow.weaveAroundClosure ( BcelAdvice munger, boolean hasDynamicTest ):void
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.weaveAroundClosure:(Lorg/aspectj/weaver/bcel/BcelAdvice;Z)V ]
BcelShadow.weaveAroundInline ( BcelAdvice munger, boolean hasDynamicTest ):void
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.weaveAroundInline:(Lorg/aspectj/weaver/bcel/BcelAdvice;Z)V ]
BcelShadow.weaveCflowEntry ( BcelAdvice munger, org.aspectj.weaver.Member cflowField ):void
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.weaveCflowEntry:(Lorg/aspectj/weaver/bcel/BcelAdvice;Lorg/aspectj/weaver/Member;)V ]
BcelShadow.weavePerObjectEntry ( BcelAdvice munger, BcelVar onVar ):void
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.weavePerObjectEntry:(Lorg/aspectj/weaver/bcel/BcelAdvice;Lorg/aspectj/weaver/bcel/BcelVar;)V ]
BcelShadow.weavePerTypeWithinAspectInitialization ( BcelAdvice munger, org.aspectj.weaver.UnresolvedType t ):void
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.weavePerTypeWithinAspectInitialization:(Lorg/aspectj/weaver/bcel/BcelAdvice;Lorg/aspectj/weaver/UnresolvedType;)V ]
BcelShadow.weaveSoftener ( BcelAdvice munger, org.aspectj.weaver.UnresolvedType catchType ):void
[ run-time name: org/aspectj/weaver/bcel/BcelShadow.weaveSoftener:(Lorg/aspectj/weaver/bcel/BcelAdvice;Lorg/aspectj/weaver/UnresolvedType;)V ]
xwork-2.1.2.jar, BcelTypeMunger.class
package org.aspectj.weaver.bcel
BcelTypeMunger.attemptToModifySuperCalls ( BcelClassWeaver weaver, LazyClassGen newParentTarget, org.aspectj.weaver.ResolvedType newParent ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelTypeMunger.attemptToModifySuperCalls:(Lorg/aspectj/weaver/bcel/BcelClassWeaver;Lorg/aspectj/weaver/bcel/LazyClassGen;Lorg/aspectj/weaver/ResolvedType;)Z ]
BcelTypeMunger.BcelTypeMunger ( org.aspectj.weaver.ResolvedTypeMunger munger, org.aspectj.weaver.ResolvedType aspectType )
[ run-time name: org/aspectj/weaver/bcel/BcelTypeMunger."<init>":(Lorg/aspectj/weaver/ResolvedTypeMunger;Lorg/aspectj/weaver/ResolvedType;)V ]
BcelTypeMunger.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelTypeMunger.equals:(Ljava/lang/Object;)Z ]
BcelTypeMunger.error ( BcelClassWeaver weaver, String text, org.aspectj.bridge.ISourceLocation primaryLoc, org.aspectj.bridge.ISourceLocation[] extraLocs ):void
[ run-time name: org/aspectj/weaver/bcel/BcelTypeMunger.error:(Lorg/aspectj/weaver/bcel/BcelClassWeaver;Ljava/lang/String;Lorg/aspectj/bridge/ISourceLocation;[Lorg/aspectj/bridge/ISourceLocation;)V ]
BcelTypeMunger.existsToSupportShadowMunging ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelTypeMunger.existsToSupportShadowMunging:()Z ]
BcelTypeMunger.getTypeVariableAliases ( ):java.util.List
[ run-time name: org/aspectj/weaver/bcel/BcelTypeMunger.getTypeVariableAliases:()Ljava/util/List; ]
BcelTypeMunger.hashCode ( ):int
[ run-time name: org/aspectj/weaver/bcel/BcelTypeMunger.hashCode:()I ]
BcelTypeMunger.makeFieldGen ( LazyClassGen gen, org.aspectj.weaver.ResolvedMember member ):org.aspectj.apache.bcel.generic.FieldGen
[ run-time name: org/aspectj/weaver/bcel/BcelTypeMunger.makeFieldGen:(Lorg/aspectj/weaver/bcel/LazyClassGen;Lorg/aspectj/weaver/ResolvedMember;)Lorg/aspectj/apache/bcel/generic/FieldGen; ]
BcelTypeMunger.makeMethodGen ( LazyClassGen gen, org.aspectj.weaver.ResolvedMember member ):LazyMethodGen
[ run-time name: org/aspectj/weaver/bcel/BcelTypeMunger.makeMethodGen:(Lorg/aspectj/weaver/bcel/LazyClassGen;Lorg/aspectj/weaver/ResolvedMember;)Lorg/aspectj/weaver/bcel/LazyMethodGen; ]
BcelTypeMunger.munge ( BcelClassWeaver weaver ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelTypeMunger.munge:(Lorg/aspectj/weaver/bcel/BcelClassWeaver;)Z ]
BcelTypeMunger.parameterizedFor ( org.aspectj.weaver.ResolvedType target ):org.aspectj.weaver.ConcreteTypeMunger
[ run-time name: org/aspectj/weaver/bcel/BcelTypeMunger.parameterizedFor:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ConcreteTypeMunger; ]
BcelTypeMunger.parameterizeWith ( java.util.Map m, org.aspectj.weaver.World w ):org.aspectj.weaver.ConcreteTypeMunger
[ run-time name: org/aspectj/weaver/bcel/BcelTypeMunger.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ConcreteTypeMunger; ]
BcelTypeMunger.toString ( ):String
[ run-time name: org/aspectj/weaver/bcel/BcelTypeMunger.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, BcelVar.class
package org.aspectj.weaver.bcel
BcelVar.appendLoad ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact ):void
[ run-time name: org/aspectj/weaver/bcel/BcelVar.appendLoad:(Lorg/aspectj/apache/bcel/generic/InstructionList;Lorg/aspectj/apache/bcel/generic/InstructionFactory;)V ]
BcelVar.appendLoadAndConvert ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact, org.aspectj.weaver.ResolvedType toType ):void
[ run-time name: org/aspectj/weaver/bcel/BcelVar.appendLoadAndConvert:(Lorg/aspectj/apache/bcel/generic/InstructionList;Lorg/aspectj/apache/bcel/generic/InstructionFactory;Lorg/aspectj/weaver/ResolvedType;)V ]
BcelVar.appendStore ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact ):void
[ run-time name: org/aspectj/weaver/bcel/BcelVar.appendStore:(Lorg/aspectj/apache/bcel/generic/InstructionList;Lorg/aspectj/apache/bcel/generic/InstructionFactory;)V ]
BcelVar.BcelVar ( org.aspectj.weaver.ResolvedType type, int slot )
[ run-time name: org/aspectj/weaver/bcel/BcelVar."<init>":(Lorg/aspectj/weaver/ResolvedType;I)V ]
BcelVar.createCopyFrom ( org.aspectj.apache.bcel.generic.InstructionFactory fact, int oldSlot ):org.aspectj.apache.bcel.generic.InstructionList
[ run-time name: org/aspectj/weaver/bcel/BcelVar.createCopyFrom:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;I)Lorg/aspectj/apache/bcel/generic/InstructionList; ]
BcelVar.createLoad ( org.aspectj.apache.bcel.generic.InstructionFactory fact ):org.aspectj.apache.bcel.generic.Instruction
[ run-time name: org/aspectj/weaver/bcel/BcelVar.createLoad:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
BcelVar.createStore ( org.aspectj.apache.bcel.generic.InstructionFactory fact ):org.aspectj.apache.bcel.generic.Instruction
[ run-time name: org/aspectj/weaver/bcel/BcelVar.createStore:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
BcelVar.getPositionInAroundState ( ):int
[ run-time name: org/aspectj/weaver/bcel/BcelVar.getPositionInAroundState:()I ]
BcelVar.getSlot ( ):int
[ run-time name: org/aspectj/weaver/bcel/BcelVar.getSlot:()I ]
BcelVar.insertLoad ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact ):void
[ run-time name: org/aspectj/weaver/bcel/BcelVar.insertLoad:(Lorg/aspectj/apache/bcel/generic/InstructionList;Lorg/aspectj/apache/bcel/generic/InstructionFactory;)V ]
BcelVar.setPositionInAroundState ( int positionInAroundState ):void
[ run-time name: org/aspectj/weaver/bcel/BcelVar.setPositionInAroundState:(I)V ]
BcelVar.toString ( ):String
[ run-time name: org/aspectj/weaver/bcel/BcelVar.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, BcelWeaver.class
package org.aspectj.weaver.bcel
BcelWeaver.addClassFile ( java.io.File classFile, java.io.File inPathDir, java.io.File outDir ):UnwovenClassFile
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.addClassFile:(Ljava/io/File;Ljava/io/File;Ljava/io/File;)Lorg/aspectj/weaver/bcel/UnwovenClassFile; ]
BcelWeaver.addClassFile ( UnwovenClassFile classFile ):void
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.addClassFile:(Lorg/aspectj/weaver/bcel/UnwovenClassFile;)V ]
BcelWeaver.addDirectoryContents ( java.io.File inFile, java.io.File outDir ):java.util.List
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.addDirectoryContents:(Ljava/io/File;Ljava/io/File;)Ljava/util/List; ]
BcelWeaver.addJarFile ( java.io.File inFile, java.io.File outDir, boolean canBeDirectory ):java.util.List
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.addJarFile:(Ljava/io/File;Ljava/io/File;Z)Ljava/util/List; ]
BcelWeaver.addLibraryAspect ( String aspectName ):org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.addLibraryAspect:(Ljava/lang/String;)Lorg/aspectj/weaver/ResolvedType; ]
BcelWeaver.addLibraryJarFile ( java.io.File inFile ):void
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.addLibraryJarFile:(Ljava/io/File;)V ]
BcelWeaver.addManifest ( java.util.jar.Manifest newManifest ):void
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.addManifest:(Ljava/util/jar/Manifest;)V ]
BcelWeaver.addNormalTypeMungers ( String typeName ):void
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.addNormalTypeMungers:(Ljava/lang/String;)V ]
BcelWeaver.addParentTypeMungers ( String typeName ):void
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.addParentTypeMungers:(Ljava/lang/String;)V ]
BcelWeaver.allWeavingComplete ( ):void
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.allWeavingComplete:()V ]
BcelWeaver.BcelWeaver ( )
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver."<init>":()V ]
BcelWeaver.BcelWeaver ( BcelWorld world )
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver."<init>":(Lorg/aspectj/weaver/bcel/BcelWorld;)V ]
BcelWeaver.deleteClassFile ( String typename ):void
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.deleteClassFile:(Ljava/lang/String;)V ]
BcelWeaver.getClassFilesFor ( LazyClassGen clazz ):UnwovenClassFile[]
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.getClassFilesFor:(Lorg/aspectj/weaver/bcel/LazyClassGen;)[Lorg/aspectj/weaver/bcel/UnwovenClassFile; ]
BcelWeaver.getClassType ( String forClass ):BcelObjectType
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.getClassType:(Ljava/lang/String;)Lorg/aspectj/weaver/bcel/BcelObjectType; ]
BcelWeaver.getManifest ( boolean shouldCreate ):java.util.jar.Manifest
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.getManifest:(Z)Ljava/util/jar/Manifest; ]
BcelWeaver.getWorld ( ):org.aspectj.weaver.World
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.getWorld:()Lorg/aspectj/weaver/World; ]
BcelWeaver.isReweavable ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.isReweavable:()Z ]
BcelWeaver.needToReweaveWorld ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.needToReweaveWorld:()Z ]
BcelWeaver.prepareForWeave ( ):void
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.prepareForWeave:()V ]
BcelWeaver.prepareToProcessReweavableState ( ):void
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.prepareToProcessReweavableState:()V ]
BcelWeaver.processReweavableStateIfPresent ( String className, BcelObjectType classType ):void
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.processReweavableStateIfPresent:(Ljava/lang/String;Lorg/aspectj/weaver/bcel/BcelObjectType;)V ]
BcelWeaver.setCustomMungerFactory ( org.aspectj.weaver.CustomMungerFactory factory ):void
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.setCustomMungerFactory:(Lorg/aspectj/weaver/CustomMungerFactory;)V ]
BcelWeaver.setIsBatchWeave ( boolean b ):void
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.setIsBatchWeave:(Z)V ]
BcelWeaver.setProgressListener ( org.aspectj.bridge.IProgressListener listener, double previousProgress, double progressPerClassFile ):void
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.setProgressListener:(Lorg/aspectj/bridge/IProgressListener;DD)V ]
BcelWeaver.setReweavableMode ( boolean xNotReweavable ):void
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.setReweavableMode:(Z)V ]
BcelWeaver.setShadowMungers ( java.util.List l ):void
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.setShadowMungers:(Ljava/util/List;)V ]
BcelWeaver.tidyUp ( ):void
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.tidyUp:()V ]
BcelWeaver.weave ( java.io.File file ):java.util.Collection
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.weave:(Ljava/io/File;)Ljava/util/Collection; ]
BcelWeaver.weave ( org.aspectj.weaver.IClassFileProvider input ):java.util.Collection
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.weave:(Lorg/aspectj/weaver/IClassFileProvider;)Ljava/util/Collection; ]
BcelWeaver.weaveNormalTypeMungers ( org.aspectj.weaver.ResolvedType onType ):void
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.weaveNormalTypeMungers:(Lorg/aspectj/weaver/ResolvedType;)V ]
BcelWeaver.weaveParentTypeMungers ( org.aspectj.weaver.ResolvedType onType ):void
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.weaveParentTypeMungers:(Lorg/aspectj/weaver/ResolvedType;)V ]
BcelWeaver.weaveWithoutDump ( UnwovenClassFile classFile, BcelObjectType classType ):LazyClassGen
[ run-time name: org/aspectj/weaver/bcel/BcelWeaver.weaveWithoutDump:(Lorg/aspectj/weaver/bcel/UnwovenClassFile;Lorg/aspectj/weaver/bcel/BcelObjectType;)Lorg/aspectj/weaver/bcel/LazyClassGen; ]
xwork-2.1.2.jar, BcelWorld.class
package org.aspectj.weaver.bcel
BcelWorld.addPath ( String name ):void
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.addPath:(Ljava/lang/String;)V ]
BcelWorld.addSourceObjectType ( org.aspectj.apache.bcel.classfile.JavaClass jc ):BcelObjectType
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.addSourceObjectType:(Lorg/aspectj/apache/bcel/classfile/JavaClass;)Lorg/aspectj/weaver/bcel/BcelObjectType; ]
BcelWorld.BcelWorld ( )
[ run-time name: org/aspectj/weaver/bcel/BcelWorld."<init>":()V ]
BcelWorld.BcelWorld ( ClassLoader loader, org.aspectj.bridge.IMessageHandler handler, org.aspectj.weaver.ICrossReferenceHandler xrefHandler )
[ run-time name: org/aspectj/weaver/bcel/BcelWorld."<init>":(Ljava/lang/ClassLoader;Lorg/aspectj/bridge/IMessageHandler;Lorg/aspectj/weaver/ICrossReferenceHandler;)V ]
BcelWorld.BcelWorld ( java.util.List classPath, org.aspectj.bridge.IMessageHandler handler, org.aspectj.weaver.ICrossReferenceHandler xrefHandler )
[ run-time name: org/aspectj/weaver/bcel/BcelWorld."<init>":(Ljava/util/List;Lorg/aspectj/bridge/IMessageHandler;Lorg/aspectj/weaver/ICrossReferenceHandler;)V ]
BcelWorld.BcelWorld ( ClassPathManager cpm, org.aspectj.bridge.IMessageHandler handler, org.aspectj.weaver.ICrossReferenceHandler xrefHandler )
[ run-time name: org/aspectj/weaver/bcel/BcelWorld."<init>":(Lorg/aspectj/weaver/bcel/ClassPathManager;Lorg/aspectj/bridge/IMessageHandler;Lorg/aspectj/weaver/ICrossReferenceHandler;)V ]
BcelWorld.BcelWorld ( String cp )
[ run-time name: org/aspectj/weaver/bcel/BcelWorld."<init>":(Ljava/lang/String;)V ]
BcelWorld.buildBcelDelegate ( org.aspectj.weaver.ReferenceType resolvedTypeX, org.aspectj.apache.bcel.classfile.JavaClass jc, boolean exposedToWeaver ):BcelObjectType
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.buildBcelDelegate:(Lorg/aspectj/weaver/ReferenceType;Lorg/aspectj/apache/bcel/classfile/JavaClass;Z)Lorg/aspectj/weaver/bcel/BcelObjectType; ]
BcelWorld.clear ( ):void
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.clear:()V ]
BcelWorld.concreteTypeMunger ( org.aspectj.weaver.ResolvedTypeMunger munger, org.aspectj.weaver.ResolvedType aspectType ):org.aspectj.weaver.ConcreteTypeMunger
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.concreteTypeMunger:(Lorg/aspectj/weaver/ResolvedTypeMunger;Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ConcreteTypeMunger; ]
BcelWorld.createAdviceMunger ( org.aspectj.weaver.AjAttribute.AdviceAttribute attribute, org.aspectj.weaver.patterns.Pointcut pointcut, org.aspectj.weaver.Member signature ):org.aspectj.weaver.Advice
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.createAdviceMunger:(Lorg/aspectj/weaver/AjAttribute$AdviceAttribute;Lorg/aspectj/weaver/patterns/Pointcut;Lorg/aspectj/weaver/Member;)Lorg/aspectj/weaver/Advice; ]
BcelWorld.ensureRepositorySetup ( ):void
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.ensureRepositorySetup:()V ]
BcelWorld.findClass ( String className ):org.aspectj.apache.bcel.classfile.JavaClass
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.findClass:(Ljava/lang/String;)Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
BcelWorld.fromBcel ( org.aspectj.apache.bcel.generic.Type t ) [static]:org.aspectj.weaver.UnresolvedType
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.fromBcel:(Lorg/aspectj/apache/bcel/generic/Type;)Lorg/aspectj/weaver/UnresolvedType; ]
BcelWorld.getBcelObjectType ( org.aspectj.weaver.ResolvedType concreteAspect ) [static]:BcelObjectType
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.getBcelObjectType:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/bcel/BcelObjectType; ]
BcelWorld.getClassLoaderRepositoryFor ( org.aspectj.apache.bcel.util.ClassLoaderReference loader ):org.aspectj.apache.bcel.util.Repository
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.getClassLoaderRepositoryFor:(Lorg/aspectj/apache/bcel/util/ClassLoaderReference;)Lorg/aspectj/apache/bcel/util/Repository; ]
BcelWorld.isAnnotationStyleAspect ( String name, byte[] bytes ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.isAnnotationStyleAspect:(Ljava/lang/String;[B)Z ]
BcelWorld.isNotOnPackageRestrictedList ( String s ):boolean
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.isNotOnPackageRestrictedList:(Ljava/lang/String;)Z ]
BcelWorld.loadClass ( Class clazz ):org.aspectj.apache.bcel.classfile.JavaClass
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.loadClass:(Ljava/lang/Class;)Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
BcelWorld.loadClass ( String className ):org.aspectj.apache.bcel.classfile.JavaClass
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.loadClass:(Ljava/lang/String;)Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
BcelWorld.makeBcelType ( org.aspectj.weaver.UnresolvedType type ) [static]:org.aspectj.apache.bcel.generic.Type
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.makeBcelType:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/apache/bcel/generic/Type; ]
BcelWorld.makeCflowCounterFieldAdder ( org.aspectj.weaver.ResolvedMember cflowField ):org.aspectj.weaver.ConcreteTypeMunger
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.makeCflowCounterFieldAdder:(Lorg/aspectj/weaver/ResolvedMember;)Lorg/aspectj/weaver/ConcreteTypeMunger; ]
BcelWorld.makeCflowStackFieldAdder ( org.aspectj.weaver.ResolvedMember cflowField ):org.aspectj.weaver.ConcreteTypeMunger
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.makeCflowStackFieldAdder:(Lorg/aspectj/weaver/ResolvedMember;)Lorg/aspectj/weaver/ConcreteTypeMunger; ]
BcelWorld.makeFieldJoinPointSignature ( LazyClassGen cg, org.aspectj.apache.bcel.generic.FieldInstruction fi ) [static]:org.aspectj.weaver.Member
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.makeFieldJoinPointSignature:(Lorg/aspectj/weaver/bcel/LazyClassGen;Lorg/aspectj/apache/bcel/generic/FieldInstruction;)Lorg/aspectj/weaver/Member; ]
BcelWorld.makeJoinPointSignatureForArrayConstruction ( LazyClassGen cg, org.aspectj.apache.bcel.generic.InstructionHandle handle ):org.aspectj.weaver.Member
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.makeJoinPointSignatureForArrayConstruction:(Lorg/aspectj/weaver/bcel/LazyClassGen;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)Lorg/aspectj/weaver/Member; ]
BcelWorld.makeJoinPointSignatureForMethodInvocation ( LazyClassGen cg, org.aspectj.apache.bcel.generic.InvokeInstruction ii ):org.aspectj.weaver.Member
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.makeJoinPointSignatureForMethodInvocation:(Lorg/aspectj/weaver/bcel/LazyClassGen;Lorg/aspectj/apache/bcel/generic/InvokeInstruction;)Lorg/aspectj/weaver/Member; ]
BcelWorld.makeJoinPointSignatureForMonitorEnter ( LazyClassGen cg, org.aspectj.apache.bcel.generic.InstructionHandle h ):org.aspectj.weaver.Member
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.makeJoinPointSignatureForMonitorEnter:(Lorg/aspectj/weaver/bcel/LazyClassGen;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)Lorg/aspectj/weaver/Member; ]
BcelWorld.makeJoinPointSignatureForMonitorExit ( LazyClassGen cg, org.aspectj.apache.bcel.generic.InstructionHandle h ):org.aspectj.weaver.Member
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.makeJoinPointSignatureForMonitorExit:(Lorg/aspectj/weaver/bcel/LazyClassGen;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)Lorg/aspectj/weaver/Member; ]
BcelWorld.makeJoinPointSignatureFromMethod ( LazyMethodGen mg, org.aspectj.weaver.MemberKind kind ):org.aspectj.weaver.Member
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.makeJoinPointSignatureFromMethod:(Lorg/aspectj/weaver/bcel/LazyMethodGen;Lorg/aspectj/weaver/MemberKind;)Lorg/aspectj/weaver/Member; ]
BcelWorld.makeMungerMethodSignature ( org.aspectj.apache.bcel.classfile.JavaClass javaClass, org.aspectj.apache.bcel.classfile.Method method ) [static]:org.aspectj.weaver.Member
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.makeMungerMethodSignature:(Lorg/aspectj/apache/bcel/classfile/JavaClass;Lorg/aspectj/apache/bcel/classfile/Method;)Lorg/aspectj/weaver/Member; ]
BcelWorld.makePerClauseAspect ( org.aspectj.weaver.ResolvedType aspect, org.aspectj.weaver.patterns.PerClause.Kind kind ):org.aspectj.weaver.ConcreteTypeMunger
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.makePerClauseAspect:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/patterns/PerClause$Kind;)Lorg/aspectj/weaver/ConcreteTypeMunger; ]
BcelWorld.removeClass ( org.aspectj.apache.bcel.classfile.JavaClass clazz ):void
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.removeClass:(Lorg/aspectj/apache/bcel/classfile/JavaClass;)V ]
BcelWorld.resolve ( org.aspectj.apache.bcel.generic.Type t ):org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.resolve:(Lorg/aspectj/apache/bcel/generic/Type;)Lorg/aspectj/weaver/ResolvedType; ]
BcelWorld.resolveDelegate ( org.aspectj.weaver.ReferenceType ty ):org.aspectj.weaver.ReferenceTypeDelegate
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.resolveDelegate:(Lorg/aspectj/weaver/ReferenceType;)Lorg/aspectj/weaver/ReferenceTypeDelegate; ]
BcelWorld.storeClass ( org.aspectj.apache.bcel.classfile.JavaClass clazz ):void
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.storeClass:(Lorg/aspectj/apache/bcel/classfile/JavaClass;)V ]
BcelWorld.tidyUp ( ):void
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.tidyUp:()V ]
BcelWorld.toString ( ):String
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.toString:()Ljava/lang/String; ]
BcelWorld.validateType ( org.aspectj.weaver.UnresolvedType type ):void
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.validateType:(Lorg/aspectj/weaver/UnresolvedType;)V ]
BcelWorld.weaveInterTypeDeclarations ( org.aspectj.weaver.ResolvedType onType ):void
[ run-time name: org/aspectj/weaver/bcel/BcelWorld.weaveInterTypeDeclarations:(Lorg/aspectj/weaver/ResolvedType;)V ]
xwork-2.1.2.jar, BCException.class
package org.aspectj.weaver
BCException.BCException ( )
[ run-time name: org/aspectj/weaver/BCException."<init>":()V ]
BCException.BCException ( String s )
[ run-time name: org/aspectj/weaver/BCException."<init>":(Ljava/lang/String;)V ]
BCException.BCException ( String s, Throwable thrown )
[ run-time name: org/aspectj/weaver/BCException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V ]
BCException.printStackTrace ( ):void
[ run-time name: org/aspectj/weaver/BCException.printStackTrace:()V ]
BCException.printStackTrace ( java.io.PrintStream s ):void
[ run-time name: org/aspectj/weaver/BCException.printStackTrace:(Ljava/io/PrintStream;)V ]
BCException.printStackTrace ( java.io.PrintWriter s ):void
[ run-time name: org/aspectj/weaver/BCException.printStackTrace:(Ljava/io/PrintWriter;)V ]
xwork-2.1.2.jar, Before.class
package org.aspectj.lang.annotation
Before.argNames ( ) [abstract]:String
[ run-time name: org/aspectj/lang/annotation/Before.argNames:()Ljava/lang/String; ]
Before.value ( ) [abstract]:String
[ run-time name: org/aspectj/lang/annotation/Before.value:()Ljava/lang/String; ]
xwork-2.1.2.jar, BindingAnnotationFieldTypePattern.class
package org.aspectj.weaver.patterns
BindingAnnotationFieldTypePattern.BindingAnnotationFieldTypePattern ( org.aspectj.weaver.UnresolvedType formalType, int formalIndex, org.aspectj.weaver.UnresolvedType theAnnotationType )
[ run-time name: org/aspectj/weaver/patterns/BindingAnnotationFieldTypePattern."<init>":(Lorg/aspectj/weaver/UnresolvedType;ILorg/aspectj/weaver/UnresolvedType;)V ]
BindingAnnotationFieldTypePattern.equals ( Object obj ):boolean
[ run-time name: org/aspectj/weaver/patterns/BindingAnnotationFieldTypePattern.equals:(Ljava/lang/Object;)Z ]
BindingAnnotationFieldTypePattern.getFormalIndex ( ):int
[ run-time name: org/aspectj/weaver/patterns/BindingAnnotationFieldTypePattern.getFormalIndex:()I ]
BindingAnnotationFieldTypePattern.getFormalType ( ):org.aspectj.weaver.UnresolvedType
[ run-time name: org/aspectj/weaver/patterns/BindingAnnotationFieldTypePattern.getFormalType:()Lorg/aspectj/weaver/UnresolvedType; ]
BindingAnnotationFieldTypePattern.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/BindingAnnotationFieldTypePattern.hashCode:()I ]
BindingAnnotationFieldTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated, org.aspectj.weaver.ResolvedType[] parameterAnnotations ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/BindingAnnotationFieldTypePattern.matches:(Lorg/aspectj/weaver/AnnotatedElement;[Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/util/FuzzyBoolean; ]
BindingAnnotationFieldTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/BindingAnnotationFieldTypePattern.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
BindingAnnotationFieldTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/BindingAnnotationFieldTypePattern.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
BindingAnnotationFieldTypePattern.remapAdviceFormals ( org.aspectj.weaver.IntMap bindings ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/BindingAnnotationFieldTypePattern.remapAdviceFormals:(Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
BindingAnnotationFieldTypePattern.resolveBinding ( org.aspectj.weaver.World world ):void
[ run-time name: org/aspectj/weaver/patterns/BindingAnnotationFieldTypePattern.resolveBinding:(Lorg/aspectj/weaver/World;)V ]
BindingAnnotationFieldTypePattern.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/BindingAnnotationFieldTypePattern.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, BindingAnnotationTypePattern.class
package org.aspectj.weaver.patterns
BindingAnnotationTypePattern.BindingAnnotationTypePattern ( FormalBinding binding )
[ run-time name: org/aspectj/weaver/patterns/BindingAnnotationTypePattern."<init>":(Lorg/aspectj/weaver/patterns/FormalBinding;)V ]
BindingAnnotationTypePattern.BindingAnnotationTypePattern ( org.aspectj.weaver.UnresolvedType annotationType, int index )
[ run-time name: org/aspectj/weaver/patterns/BindingAnnotationTypePattern."<init>":(Lorg/aspectj/weaver/UnresolvedType;I)V ]
BindingAnnotationTypePattern.equals ( Object obj ):boolean
[ run-time name: org/aspectj/weaver/patterns/BindingAnnotationTypePattern.equals:(Ljava/lang/Object;)Z ]
BindingAnnotationTypePattern.getFormalIndex ( ):int
[ run-time name: org/aspectj/weaver/patterns/BindingAnnotationTypePattern.getFormalIndex:()I ]
BindingAnnotationTypePattern.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/BindingAnnotationTypePattern.hashCode:()I ]
BindingAnnotationTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/BindingAnnotationTypePattern.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
BindingAnnotationTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/BindingAnnotationTypePattern.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
BindingAnnotationTypePattern.remapAdviceFormals ( org.aspectj.weaver.IntMap bindings ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/BindingAnnotationTypePattern.remapAdviceFormals:(Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
BindingAnnotationTypePattern.resolveBinding ( org.aspectj.weaver.World world ):void
[ run-time name: org/aspectj/weaver/patterns/BindingAnnotationTypePattern.resolveBinding:(Lorg/aspectj/weaver/World;)V ]
BindingAnnotationTypePattern.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/BindingAnnotationTypePattern.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, BindingPattern.class
package org.aspectj.weaver.patterns
BindingPattern.getFormalIndex ( ) [abstract]:int
[ run-time name: org/aspectj/weaver/patterns/BindingPattern.getFormalIndex:()I ]
xwork-2.1.2.jar, Bindings.class
package org.aspectj.weaver.patterns
Bindings.Bindings ( int count )
[ run-time name: org/aspectj/weaver/patterns/Bindings."<init>":(I)V ]
Bindings.Bindings ( BindingPattern[] bindings )
[ run-time name: org/aspectj/weaver/patterns/Bindings."<init>":([Lorg/aspectj/weaver/patterns/BindingPattern;)V ]
Bindings.checkAllBound ( IScope scope ):void
[ run-time name: org/aspectj/weaver/patterns/Bindings.checkAllBound:(Lorg/aspectj/weaver/patterns/IScope;)V ]
Bindings.checkEmpty ( IScope scope, String message ):void
[ run-time name: org/aspectj/weaver/patterns/Bindings.checkEmpty:(Lorg/aspectj/weaver/patterns/IScope;Ljava/lang/String;)V ]
Bindings.checkEquals ( Bindings other, IScope scope ):void
[ run-time name: org/aspectj/weaver/patterns/Bindings.checkEquals:(Lorg/aspectj/weaver/patterns/Bindings;Lorg/aspectj/weaver/patterns/IScope;)V ]
Bindings.copy ( ):Bindings
[ run-time name: org/aspectj/weaver/patterns/Bindings.copy:()Lorg/aspectj/weaver/patterns/Bindings; ]
Bindings.getUsedFormals ( ):int[]
[ run-time name: org/aspectj/weaver/patterns/Bindings.getUsedFormals:()[I ]
Bindings.getUsedFormalTypes ( ):org.aspectj.weaver.UnresolvedType[]
[ run-time name: org/aspectj/weaver/patterns/Bindings.getUsedFormalTypes:()[Lorg/aspectj/weaver/UnresolvedType; ]
Bindings.mergeIn ( Bindings other, IScope scope ):void
[ run-time name: org/aspectj/weaver/patterns/Bindings.mergeIn:(Lorg/aspectj/weaver/patterns/Bindings;Lorg/aspectj/weaver/patterns/IScope;)V ]
Bindings.register ( BindingPattern binding, IScope scope ):void
[ run-time name: org/aspectj/weaver/patterns/Bindings.register:(Lorg/aspectj/weaver/patterns/BindingPattern;Lorg/aspectj/weaver/patterns/IScope;)V ]
Bindings.size ( ):int
[ run-time name: org/aspectj/weaver/patterns/Bindings.size:()I ]
Bindings.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/Bindings.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, BindingTypePattern.class
package org.aspectj.weaver.patterns
BindingTypePattern.BindingTypePattern ( FormalBinding binding, boolean isVarArgs )
[ run-time name: org/aspectj/weaver/patterns/BindingTypePattern."<init>":(Lorg/aspectj/weaver/patterns/FormalBinding;Z)V ]
BindingTypePattern.BindingTypePattern ( org.aspectj.weaver.UnresolvedType type, int index, boolean isVarArgs )
[ run-time name: org/aspectj/weaver/patterns/BindingTypePattern."<init>":(Lorg/aspectj/weaver/UnresolvedType;IZ)V ]
BindingTypePattern.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/BindingTypePattern.equals:(Ljava/lang/Object;)Z ]
BindingTypePattern.getFormalIndex ( ):int
[ run-time name: org/aspectj/weaver/patterns/BindingTypePattern.getFormalIndex:()I ]
BindingTypePattern.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/BindingTypePattern.hashCode:()I ]
BindingTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/BindingTypePattern.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/TypePattern; ]
BindingTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:TypePattern
[ run-time name: org/aspectj/weaver/patterns/BindingTypePattern.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/TypePattern; ]
BindingTypePattern.remapAdviceFormals ( org.aspectj.weaver.IntMap bindings ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/BindingTypePattern.remapAdviceFormals:(Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/TypePattern; ]
BindingTypePattern.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/BindingTypePattern.toString:()Ljava/lang/String; ]
BindingTypePattern.write ( java.io.DataOutputStream out ):void
[ run-time name: org/aspectj/weaver/patterns/BindingTypePattern.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, BoundedReferenceType.class
package org.aspectj.weaver
BoundedReferenceType.alwaysMatches ( ResolvedType aCandidateType ):boolean
[ run-time name: org/aspectj/weaver/BoundedReferenceType.alwaysMatches:(Lorg/aspectj/weaver/ResolvedType;)Z ]
BoundedReferenceType.BoundedReferenceType ( ReferenceType aBound, boolean isExtends, World world )
[ run-time name: org/aspectj/weaver/BoundedReferenceType."<init>":(Lorg/aspectj/weaver/ReferenceType;ZLorg/aspectj/weaver/World;)V ]
BoundedReferenceType.BoundedReferenceType ( ReferenceType aBound, boolean isExtends, World world, ReferenceType[] additionalInterfaces )
[ run-time name: org/aspectj/weaver/BoundedReferenceType."<init>":(Lorg/aspectj/weaver/ReferenceType;ZLorg/aspectj/weaver/World;[Lorg/aspectj/weaver/ReferenceType;)V ]
BoundedReferenceType.BoundedReferenceType ( String sig, String sigErasure, World world )
[ run-time name: org/aspectj/weaver/BoundedReferenceType."<init>":(Ljava/lang/String;Ljava/lang/String;Lorg/aspectj/weaver/World;)V ]
BoundedReferenceType.canBeCoercedTo ( ResolvedType aCandidateType ):boolean
[ run-time name: org/aspectj/weaver/BoundedReferenceType.canBeCoercedTo:(Lorg/aspectj/weaver/ResolvedType;)Z ]
BoundedReferenceType.getAdditionalBounds ( ):ReferenceType[]
[ run-time name: org/aspectj/weaver/BoundedReferenceType.getAdditionalBounds:()[Lorg/aspectj/weaver/ReferenceType; ]
BoundedReferenceType.getDeclaredInterfaces ( ):ResolvedType[]
[ run-time name: org/aspectj/weaver/BoundedReferenceType.getDeclaredInterfaces:()[Lorg/aspectj/weaver/ResolvedType; ]
BoundedReferenceType.getInterfaceBounds ( ):ReferenceType[]
[ run-time name: org/aspectj/weaver/BoundedReferenceType.getInterfaceBounds:()[Lorg/aspectj/weaver/ReferenceType; ]
BoundedReferenceType.getLowerBound ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/BoundedReferenceType.getLowerBound:()Lorg/aspectj/weaver/UnresolvedType; ]
BoundedReferenceType.getSimpleName ( ):String
[ run-time name: org/aspectj/weaver/BoundedReferenceType.getSimpleName:()Ljava/lang/String; ]
BoundedReferenceType.getUpperBound ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/BoundedReferenceType.getUpperBound:()Lorg/aspectj/weaver/UnresolvedType; ]
BoundedReferenceType.hasLowerBound ( ):boolean
[ run-time name: org/aspectj/weaver/BoundedReferenceType.hasLowerBound:()Z ]
BoundedReferenceType.isExtends ( ):boolean
[ run-time name: org/aspectj/weaver/BoundedReferenceType.isExtends:()Z ]
BoundedReferenceType.isGenericWildcard ( ):boolean
[ run-time name: org/aspectj/weaver/BoundedReferenceType.isGenericWildcard:()Z ]
BoundedReferenceType.isSuper ( ):boolean
[ run-time name: org/aspectj/weaver/BoundedReferenceType.isSuper:()Z ]
BoundedReferenceType.parameterize ( java.util.Map typeBindings ):UnresolvedType
[ run-time name: org/aspectj/weaver/BoundedReferenceType.parameterize:(Ljava/util/Map;)Lorg/aspectj/weaver/UnresolvedType; ]
xwork-2.1.2.jar, BranchHandle.class
package org.aspectj.apache.bcel.generic
BranchHandle.getPosition ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/BranchHandle.getPosition:()I ]
BranchHandle.getTarget ( ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/BranchHandle.getTarget:()Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
BranchHandle.setInstruction ( Instruction i ):void
[ run-time name: org/aspectj/apache/bcel/generic/BranchHandle.setInstruction:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
BranchHandle.setTarget ( InstructionHandle ih ):void
[ run-time name: org/aspectj/apache/bcel/generic/BranchHandle.setTarget:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
BranchHandle.updatePosition ( int offset, int max_offset ):int
[ run-time name: org/aspectj/apache/bcel/generic/BranchHandle.updatePosition:(II)I ]
BranchHandle.updateTarget ( InstructionHandle old_ih, InstructionHandle new_ih ):void
[ run-time name: org/aspectj/apache/bcel/generic/BranchHandle.updateTarget:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
xwork-2.1.2.jar, ByteSequence.class
package org.aspectj.apache.bcel.util
ByteSequence.ByteSequence ( byte[] bytes )
[ run-time name: org/aspectj/apache/bcel/util/ByteSequence."<init>":([B)V ]
ByteSequence.getIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/util/ByteSequence.getIndex:()I ]
xwork-2.1.2.jar, Call.class
package org.aspectj.weaver.ast
Call.accept ( ITestVisitor v ):void
[ run-time name: org/aspectj/weaver/ast/Call.accept:(Lorg/aspectj/weaver/ast/ITestVisitor;)V ]
Call.Call ( org.aspectj.weaver.Member m, Expr[] args )
[ run-time name: org/aspectj/weaver/ast/Call."<init>":(Lorg/aspectj/weaver/Member;[Lorg/aspectj/weaver/ast/Expr;)V ]
Call.getArgs ( ):Expr[]
[ run-time name: org/aspectj/weaver/ast/Call.getArgs:()[Lorg/aspectj/weaver/ast/Expr; ]
Call.getMethod ( ):org.aspectj.weaver.Member
[ run-time name: org/aspectj/weaver/ast/Call.getMethod:()Lorg/aspectj/weaver/Member; ]
xwork-2.1.2.jar, CallExpr.class
package org.aspectj.weaver.ast
CallExpr.accept ( IExprVisitor v ):void
[ run-time name: org/aspectj/weaver/ast/CallExpr.accept:(Lorg/aspectj/weaver/ast/IExprVisitor;)V ]
CallExpr.CallExpr ( org.aspectj.weaver.Member m, Expr[] args, org.aspectj.weaver.ResolvedType returnType )
[ run-time name: org/aspectj/weaver/ast/CallExpr."<init>":(Lorg/aspectj/weaver/Member;[Lorg/aspectj/weaver/ast/Expr;Lorg/aspectj/weaver/ResolvedType;)V ]
CallExpr.getArgs ( ):Expr[]
[ run-time name: org/aspectj/weaver/ast/CallExpr.getArgs:()[Lorg/aspectj/weaver/ast/Expr; ]
CallExpr.getMethod ( ):org.aspectj.weaver.Member
[ run-time name: org/aspectj/weaver/ast/CallExpr.getMethod:()Lorg/aspectj/weaver/Member; ]
CallExpr.getType ( ):org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/ast/CallExpr.getType:()Lorg/aspectj/weaver/ResolvedType; ]
xwork-2.1.2.jar, CastExpr.class
package org.aspectj.weaver.ast
CastExpr.accept ( IExprVisitor v ):void
[ run-time name: org/aspectj/weaver/ast/CastExpr.accept:(Lorg/aspectj/weaver/ast/IExprVisitor;)V ]
CastExpr.CastExpr ( CallExpr expr, String castToSignature )
[ run-time name: org/aspectj/weaver/ast/CastExpr."<init>":(Lorg/aspectj/weaver/ast/CallExpr;Ljava/lang/String;)V ]
CastExpr.getType ( ):org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/ast/CastExpr.getType:()Lorg/aspectj/weaver/ResolvedType; ]
CastExpr.getTypeName ( ):String
[ run-time name: org/aspectj/weaver/ast/CastExpr.getTypeName:()Ljava/lang/String; ]
xwork-2.1.2.jar, CatchClauseSignature.class
package org.aspectj.lang.reflect
CatchClauseSignature.getParameterName ( ) [abstract]:String
[ run-time name: org/aspectj/lang/reflect/CatchClauseSignature.getParameterName:()Ljava/lang/String; ]
CatchClauseSignature.getParameterType ( ) [abstract]:Class
[ run-time name: org/aspectj/lang/reflect/CatchClauseSignature.getParameterType:()Ljava/lang/Class; ]
xwork-2.1.2.jar, CatchClauseSignatureImpl.class
package org.aspectj.runtime.reflect
CatchClauseSignatureImpl.createToString ( StringMaker sm ):String
[ run-time name: org/aspectj/runtime/reflect/CatchClauseSignatureImpl.createToString:(Lorg/aspectj/runtime/reflect/StringMaker;)Ljava/lang/String; ]
CatchClauseSignatureImpl.getParameterName ( ):String
[ run-time name: org/aspectj/runtime/reflect/CatchClauseSignatureImpl.getParameterName:()Ljava/lang/String; ]
CatchClauseSignatureImpl.getParameterType ( ):Class
[ run-time name: org/aspectj/runtime/reflect/CatchClauseSignatureImpl.getParameterType:()Ljava/lang/Class; ]
xwork-2.1.2.jar, CFlow.class
package org.aspectj.runtime
CFlow.CFlow ( )
[ run-time name: org/aspectj/runtime/CFlow."<init>":()V ]
CFlow.CFlow ( Object _aspect )
[ run-time name: org/aspectj/runtime/CFlow."<init>":(Ljava/lang/Object;)V ]
CFlow.get ( int index ):Object
[ run-time name: org/aspectj/runtime/CFlow.get:(I)Ljava/lang/Object; ]
CFlow.getAspect ( ):Object
[ run-time name: org/aspectj/runtime/CFlow.getAspect:()Ljava/lang/Object; ]
CFlow.setAspect ( Object _aspect ):void
[ run-time name: org/aspectj/runtime/CFlow.setAspect:(Ljava/lang/Object;)V ]
xwork-2.1.2.jar, CflowPointcut.class
package org.aspectj.weaver.patterns
CflowPointcut.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/CflowPointcut.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
CflowPointcut.CflowPointcut ( Pointcut entry, boolean isBelow, int[] freeVars )
[ run-time name: org/aspectj/weaver/patterns/CflowPointcut."<init>":(Lorg/aspectj/weaver/patterns/Pointcut;Z[I)V ]
CflowPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/CflowPointcut.concretize1:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/Pointcut; ]
CflowPointcut.couldMatchKinds ( ):int
[ run-time name: org/aspectj/weaver/patterns/CflowPointcut.couldMatchKinds:()I ]
CflowPointcut.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/CflowPointcut.equals:(Ljava/lang/Object;)Z ]
CflowPointcut.fastMatch ( FastMatchInfo type ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/CflowPointcut.fastMatch:(Lorg/aspectj/weaver/patterns/FastMatchInfo;)Lorg/aspectj/util/FuzzyBoolean; ]
CflowPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):org.aspectj.weaver.ast.Test
[ run-time name: org/aspectj/weaver/patterns/CflowPointcut.findResidueInternal:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/patterns/ExposedState;)Lorg/aspectj/weaver/ast/Test; ]
CflowPointcut.getEntry ( ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/CflowPointcut.getEntry:()Lorg/aspectj/weaver/patterns/Pointcut; ]
CflowPointcut.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/CflowPointcut.hashCode:()I ]
CflowPointcut.isCflowBelow ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/CflowPointcut.isCflowBelow:()Z ]
CflowPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/CflowPointcut.matchInternal:(Lorg/aspectj/weaver/Shadow;)Lorg/aspectj/util/FuzzyBoolean; ]
CflowPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/CflowPointcut.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Pointcut; ]
CflowPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:Pointcut
[ run-time name: org/aspectj/weaver/patterns/CflowPointcut.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/Pointcut; ]
CflowPointcut.resolveBindings ( IScope scope, Bindings bindings ):void
[ run-time name: org/aspectj/weaver/patterns/CflowPointcut.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;)V ]
CflowPointcut.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/CflowPointcut.toString:()Ljava/lang/String; ]
CflowPointcut.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/CflowPointcut.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, Checker.class
package org.aspectj.weaver
Checker.Checker ( patterns.DeclareErrorOrWarning deow )
[ run-time name: org/aspectj/weaver/Checker."<init>":(Lorg/aspectj/weaver/patterns/DeclareErrorOrWarning;)V ]
Checker.compareTo ( Object other ):int
[ run-time name: org/aspectj/weaver/Checker.compareTo:(Ljava/lang/Object;)I ]
Checker.concretize ( ResolvedType fromType, World world, patterns.PerClause clause ):ShadowMunger
[ run-time name: org/aspectj/weaver/Checker.concretize:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/World;Lorg/aspectj/weaver/patterns/PerClause;)Lorg/aspectj/weaver/ShadowMunger; ]
Checker.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/Checker.equals:(Ljava/lang/Object;)Z ]
Checker.getThrownExceptions ( ):java.util.Collection
[ run-time name: org/aspectj/weaver/Checker.getThrownExceptions:()Ljava/util/Collection; ]
Checker.hashCode ( ):int
[ run-time name: org/aspectj/weaver/Checker.hashCode:()I ]
Checker.implementOn ( Shadow shadow ):void
[ run-time name: org/aspectj/weaver/Checker.implementOn:(Lorg/aspectj/weaver/Shadow;)V ]
Checker.isError ( ):boolean
[ run-time name: org/aspectj/weaver/Checker.isError:()Z ]
Checker.match ( Shadow shadow, World world ):boolean
[ run-time name: org/aspectj/weaver/Checker.match:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/World;)Z ]
Checker.mustCheckExceptions ( ):boolean
[ run-time name: org/aspectj/weaver/Checker.mustCheckExceptions:()Z ]
Checker.parameterizeWith ( ResolvedType declaringType, java.util.Map typeVariableMap ):ShadowMunger
[ run-time name: org/aspectj/weaver/Checker.parameterizeWith:(Lorg/aspectj/weaver/ResolvedType;Ljava/util/Map;)Lorg/aspectj/weaver/ShadowMunger; ]
Checker.specializeOn ( Shadow shadow ):void
[ run-time name: org/aspectj/weaver/Checker.specializeOn:(Lorg/aspectj/weaver/Shadow;)V ]
xwork-2.1.2.jar, ClassAnnotationValue.class
package org.aspectj.weaver
ClassAnnotationValue.ClassAnnotationValue ( String sig )
[ run-time name: org/aspectj/weaver/ClassAnnotationValue."<init>":(Ljava/lang/String;)V ]
ClassAnnotationValue.stringify ( ):String
[ run-time name: org/aspectj/weaver/ClassAnnotationValue.stringify:()Ljava/lang/String; ]
ClassAnnotationValue.toString ( ):String
[ run-time name: org/aspectj/weaver/ClassAnnotationValue.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, ClassElementValueGen.class
package org.aspectj.apache.bcel.classfile.annotation
ClassElementValueGen.ClassElementValueGen ( int typeIdx, org.aspectj.apache.bcel.classfile.ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ClassElementValueGen."<init>":(ILorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
ClassElementValueGen.ClassElementValueGen ( ClassElementValueGen value, org.aspectj.apache.bcel.classfile.ConstantPool cpool, boolean copyPoolEntries )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ClassElementValueGen."<init>":(Lorg/aspectj/apache/bcel/classfile/annotation/ClassElementValueGen;Lorg/aspectj/apache/bcel/classfile/ConstantPool;Z)V ]
ClassElementValueGen.ClassElementValueGen ( org.aspectj.apache.bcel.generic.ObjectType t, org.aspectj.apache.bcel.classfile.ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ClassElementValueGen."<init>":(Lorg/aspectj/apache/bcel/generic/ObjectType;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
ClassElementValueGen.dump ( java.io.DataOutputStream dos ):void
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ClassElementValueGen.dump:(Ljava/io/DataOutputStream;)V ]
ClassElementValueGen.getClassString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ClassElementValueGen.getClassString:()Ljava/lang/String; ]
ClassElementValueGen.getIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ClassElementValueGen.getIndex:()I ]
ClassElementValueGen.stringifyValue ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ClassElementValueGen.stringifyValue:()Ljava/lang/String; ]
xwork-2.1.2.jar, ClassFinder.class
package com.opensymphony.xwork2.util.finder
ClassFinder.ClassFinder ( ClassLoader classLoader )
[ run-time name: com/opensymphony/xwork2/util/finder/ClassFinder."<init>":(Ljava/lang/ClassLoader;)V ]
ClassFinder.ClassFinder ( ClassLoader classLoader, boolean excludeParent )
[ run-time name: com/opensymphony/xwork2/util/finder/ClassFinder."<init>":(Ljava/lang/ClassLoader;Z)V ]
ClassFinder.ClassFinder ( ClassLoader classLoader, ClassLoader exclude )
[ run-time name: com/opensymphony/xwork2/util/finder/ClassFinder."<init>":(Ljava/lang/ClassLoader;Ljava/lang/ClassLoader;)V ]
ClassFinder.ClassFinder ( ClassLoader classLoader, java.net.URL url )
[ run-time name: com/opensymphony/xwork2/util/finder/ClassFinder."<init>":(Ljava/lang/ClassLoader;Ljava/net/URL;)V ]
ClassFinder.ClassFinder ( ClassLoader classLoader, java.util.Collection urls )
[ run-time name: com/opensymphony/xwork2/util/finder/ClassFinder."<init>":(Ljava/lang/ClassLoader;Ljava/util/Collection;)V ]
ClassFinder.ClassFinder ( ClassLoader classLoader, java.util.Collection urls, boolean extractBaseInterfaces )
[ run-time name: com/opensymphony/xwork2/util/finder/ClassFinder."<init>":(Ljava/lang/ClassLoader;Ljava/util/Collection;Z)V ]
ClassFinder.ClassFinder ( ClassLoader classLoader, String[] dirNames )
[ run-time name: com/opensymphony/xwork2/util/finder/ClassFinder."<init>":(Ljava/lang/ClassLoader;[Ljava/lang/String;)V ]
xwork-2.1.2.jar, ClassFormatException.class
package org.aspectj.apache.bcel.classfile
ClassFormatException.ClassFormatException ( )
[ run-time name: org/aspectj/apache/bcel/classfile/ClassFormatException."<init>":()V ]
ClassFormatException.ClassFormatException ( String s )
[ run-time name: org/aspectj/apache/bcel/classfile/ClassFormatException."<init>":(Ljava/lang/String;)V ]
xwork-2.1.2.jar, ClassGen.class
package org.aspectj.apache.bcel.generic
ClassGen.addAnnotation ( org.aspectj.apache.bcel.classfile.annotation.AnnotationGen a ):void
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.addAnnotation:(Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen;)V ]
ClassGen.addAttribute ( org.aspectj.apache.bcel.classfile.Attribute a ):void
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.addAttribute:(Lorg/aspectj/apache/bcel/classfile/Attribute;)V ]
ClassGen.addEmptyConstructor ( int access_flags ):void
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.addEmptyConstructor:(I)V ]
ClassGen.addField ( org.aspectj.apache.bcel.classfile.Field f ):void
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.addField:(Lorg/aspectj/apache/bcel/classfile/Field;)V ]
ClassGen.addInterface ( String name ):void
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.addInterface:(Ljava/lang/String;)V ]
ClassGen.addMethod ( org.aspectj.apache.bcel.classfile.Method m ):void
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.addMethod:(Lorg/aspectj/apache/bcel/classfile/Method;)V ]
ClassGen.ClassGen ( org.aspectj.apache.bcel.classfile.JavaClass clazz )
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen."<init>":(Lorg/aspectj/apache/bcel/classfile/JavaClass;)V ]
ClassGen.ClassGen ( String class_name, String super_class_name, String file_name, int access_flags, String[] interfaces )
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I[Ljava/lang/String;)V ]
ClassGen.ClassGen ( String class_name, String super_class_name, String file_name, int access_flags, String[] interfaces, org.aspectj.apache.bcel.classfile.ConstantPool cp )
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I[Ljava/lang/String;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
ClassGen.clone ( ):Object
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.clone:()Ljava/lang/Object; ]
ClassGen.containsField ( org.aspectj.apache.bcel.classfile.Field f ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.containsField:(Lorg/aspectj/apache/bcel/classfile/Field;)Z ]
ClassGen.containsField ( String name ):org.aspectj.apache.bcel.classfile.Field
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.containsField:(Ljava/lang/String;)Lorg/aspectj/apache/bcel/classfile/Field; ]
ClassGen.containsMethod ( String name, String signature ):org.aspectj.apache.bcel.classfile.Method
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.containsMethod:(Ljava/lang/String;Ljava/lang/String;)Lorg/aspectj/apache/bcel/classfile/Method; ]
ClassGen.getAnnotations ( ):org.aspectj.apache.bcel.classfile.annotation.AnnotationGen[]
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.getAnnotations:()[Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen; ]
ClassGen.getAttribute ( String attributeName ):org.aspectj.apache.bcel.classfile.Attribute
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.getAttribute:(Ljava/lang/String;)Lorg/aspectj/apache/bcel/classfile/Attribute; ]
ClassGen.getAttributes ( ):org.aspectj.apache.bcel.classfile.Attribute[]
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.getAttributes:()[Lorg/aspectj/apache/bcel/classfile/Attribute; ]
ClassGen.getClassName ( ):String
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.getClassName:()Ljava/lang/String; ]
ClassGen.getClassNameIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.getClassNameIndex:()I ]
ClassGen.getConstantPool ( ):org.aspectj.apache.bcel.classfile.ConstantPool
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.getConstantPool:()Lorg/aspectj/apache/bcel/classfile/ConstantPool; ]
ClassGen.getFields ( ):org.aspectj.apache.bcel.classfile.Field[]
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.getFields:()[Lorg/aspectj/apache/bcel/classfile/Field; ]
ClassGen.getFileName ( ):String
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.getFileName:()Ljava/lang/String; ]
ClassGen.getInterfaceNames ( ):String[]
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.getInterfaceNames:()[Ljava/lang/String; ]
ClassGen.getInterfaces ( ):int[]
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.getInterfaces:()[I ]
ClassGen.getJavaClass ( ):org.aspectj.apache.bcel.classfile.JavaClass
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.getJavaClass:()Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
ClassGen.getMajor ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.getMajor:()I ]
ClassGen.getMethodAt ( int pos ):org.aspectj.apache.bcel.classfile.Method
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.getMethodAt:(I)Lorg/aspectj/apache/bcel/classfile/Method; ]
ClassGen.getMethods ( ):org.aspectj.apache.bcel.classfile.Method[]
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.getMethods:()[Lorg/aspectj/apache/bcel/classfile/Method; ]
ClassGen.getMinor ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.getMinor:()I ]
ClassGen.getSUID ( ):long
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.getSUID:()J ]
ClassGen.getSuperclassName ( ):String
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.getSuperclassName:()Ljava/lang/String; ]
ClassGen.getSuperclassNameIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.getSuperclassNameIndex:()I ]
ClassGen.hasAttribute ( String attributeName ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.hasAttribute:(Ljava/lang/String;)Z ]
ClassGen.isAnnotation ( ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.isAnnotation:()Z ]
ClassGen.isEnum ( ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.isEnum:()Z ]
ClassGen.removeAnnotation ( org.aspectj.apache.bcel.classfile.annotation.AnnotationGen a ):void
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.removeAnnotation:(Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen;)V ]
ClassGen.removeAttribute ( org.aspectj.apache.bcel.classfile.Attribute a ):void
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.removeAttribute:(Lorg/aspectj/apache/bcel/classfile/Attribute;)V ]
ClassGen.removeField ( org.aspectj.apache.bcel.classfile.Field f ):void
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.removeField:(Lorg/aspectj/apache/bcel/classfile/Field;)V ]
ClassGen.removeInterface ( String name ):void
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.removeInterface:(Ljava/lang/String;)V ]
ClassGen.removeMethod ( org.aspectj.apache.bcel.classfile.Method m ):void
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.removeMethod:(Lorg/aspectj/apache/bcel/classfile/Method;)V ]
ClassGen.replaceField ( org.aspectj.apache.bcel.classfile.Field old, org.aspectj.apache.bcel.classfile.Field new_ ):void
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.replaceField:(Lorg/aspectj/apache/bcel/classfile/Field;Lorg/aspectj/apache/bcel/classfile/Field;)V ]
ClassGen.replaceMethod ( org.aspectj.apache.bcel.classfile.Method old, org.aspectj.apache.bcel.classfile.Method new_ ):void
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.replaceMethod:(Lorg/aspectj/apache/bcel/classfile/Method;Lorg/aspectj/apache/bcel/classfile/Method;)V ]
ClassGen.setClassName ( String name ):void
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.setClassName:(Ljava/lang/String;)V ]
ClassGen.setClassNameIndex ( int class_name_index ):void
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.setClassNameIndex:(I)V ]
ClassGen.setConstantPool ( org.aspectj.apache.bcel.classfile.ConstantPool constant_pool ):void
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.setConstantPool:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
ClassGen.setFields ( org.aspectj.apache.bcel.classfile.Field[] fs ):void
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.setFields:([Lorg/aspectj/apache/bcel/classfile/Field;)V ]
ClassGen.setMajor ( int major ):void
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.setMajor:(I)V ]
ClassGen.setMethodAt ( org.aspectj.apache.bcel.classfile.Method method, int pos ):void
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.setMethodAt:(Lorg/aspectj/apache/bcel/classfile/Method;I)V ]
ClassGen.setMethods ( org.aspectj.apache.bcel.classfile.Method[] methods ):void
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.setMethods:([Lorg/aspectj/apache/bcel/classfile/Method;)V ]
ClassGen.setMinor ( int minor ):void
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.setMinor:(I)V ]
ClassGen.setSuperclassName ( String name ):void
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.setSuperclassName:(Ljava/lang/String;)V ]
ClassGen.setSuperclassNameIndex ( int superclass_name_index ):void
[ run-time name: org/aspectj/apache/bcel/generic/ClassGen.setSuperclassNameIndex:(I)V ]
xwork-2.1.2.jar, ClassGenException.class
package org.aspectj.apache.bcel.generic
ClassGenException.ClassGenException ( )
[ run-time name: org/aspectj/apache/bcel/generic/ClassGenException."<init>":()V ]
ClassGenException.ClassGenException ( String s )
[ run-time name: org/aspectj/apache/bcel/generic/ClassGenException."<init>":(Ljava/lang/String;)V ]
xwork-2.1.2.jar, ClassLoaderReference.class
package org.aspectj.apache.bcel.util
ClassLoaderReference.getClassLoader ( ) [abstract]:ClassLoader
[ run-time name: org/aspectj/apache/bcel/util/ClassLoaderReference.getClassLoader:()Ljava/lang/ClassLoader; ]
xwork-2.1.2.jar, ClassLoaderRepository.class
package org.aspectj.apache.bcel.util
ClassLoaderRepository.ClassLoaderRepository ( ClassLoader loader )
[ run-time name: org/aspectj/apache/bcel/util/ClassLoaderRepository."<init>":(Ljava/lang/ClassLoader;)V ]
ClassLoaderRepository.ClassLoaderRepository ( ClassLoaderReference loaderRef )
[ run-time name: org/aspectj/apache/bcel/util/ClassLoaderRepository."<init>":(Lorg/aspectj/apache/bcel/util/ClassLoaderReference;)V ]
ClassLoaderRepository.clear ( ):void
[ run-time name: org/aspectj/apache/bcel/util/ClassLoaderRepository.clear:()V ]
ClassLoaderRepository.findClass ( String className ):org.aspectj.apache.bcel.classfile.JavaClass
[ run-time name: org/aspectj/apache/bcel/util/ClassLoaderRepository.findClass:(Ljava/lang/String;)Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
ClassLoaderRepository.loadClass ( Class clazz ):org.aspectj.apache.bcel.classfile.JavaClass
[ run-time name: org/aspectj/apache/bcel/util/ClassLoaderRepository.loadClass:(Ljava/lang/Class;)Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
ClassLoaderRepository.loadClass ( String className ):org.aspectj.apache.bcel.classfile.JavaClass
[ run-time name: org/aspectj/apache/bcel/util/ClassLoaderRepository.loadClass:(Ljava/lang/String;)Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
ClassLoaderRepository.removeClass ( org.aspectj.apache.bcel.classfile.JavaClass clazz ):void
[ run-time name: org/aspectj/apache/bcel/util/ClassLoaderRepository.removeClass:(Lorg/aspectj/apache/bcel/classfile/JavaClass;)V ]
ClassLoaderRepository.report ( ):String
[ run-time name: org/aspectj/apache/bcel/util/ClassLoaderRepository.report:()Ljava/lang/String; ]
ClassLoaderRepository.reportStats ( ):long[]
[ run-time name: org/aspectj/apache/bcel/util/ClassLoaderRepository.reportStats:()[J ]
ClassLoaderRepository.reset ( ):void
[ run-time name: org/aspectj/apache/bcel/util/ClassLoaderRepository.reset:()V ]
ClassLoaderRepository.storeClass ( org.aspectj.apache.bcel.classfile.JavaClass clazz ):void
[ run-time name: org/aspectj/apache/bcel/util/ClassLoaderRepository.storeClass:(Lorg/aspectj/apache/bcel/classfile/JavaClass;)V ]
xwork-2.1.2.jar, ClassLoaderWeavingAdaptor.class
package org.aspectj.weaver.loadtime
ClassLoaderWeavingAdaptor.accept ( String className, byte[] bytes ):boolean
[ run-time name: org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.accept:(Ljava/lang/String;[B)Z ]
ClassLoaderWeavingAdaptor.ClassLoaderWeavingAdaptor ( )
[ run-time name: org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor."<init>":()V ]
ClassLoaderWeavingAdaptor.ClassLoaderWeavingAdaptor ( ClassLoader deprecatedLoader, IWeavingContext deprecatedContext )
[ run-time name: org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor."<init>":(Ljava/lang/ClassLoader;Lorg/aspectj/weaver/loadtime/IWeavingContext;)V ]
ClassLoaderWeavingAdaptor.flushGeneratedClasses ( ):void
[ run-time name: org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.flushGeneratedClasses:()V ]
ClassLoaderWeavingAdaptor.generatedClassesExistFor ( String className ):boolean
[ run-time name: org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.generatedClassesExistFor:(Ljava/lang/String;)Z ]
ClassLoaderWeavingAdaptor.getContextId ( ):String
[ run-time name: org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.getContextId:()Ljava/lang/String; ]
ClassLoaderWeavingAdaptor.getNamespace ( ):String
[ run-time name: org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.getNamespace:()Ljava/lang/String; ]
ClassLoaderWeavingAdaptor.initialize ( ClassLoader classLoader, IWeavingContext context ):void
[ run-time name: org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.initialize:(Ljava/lang/ClassLoader;Lorg/aspectj/weaver/loadtime/IWeavingContext;)V ]
ClassLoaderWeavingAdaptor.lint ( String name, String[] infos ):void
[ run-time name: org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.lint:(Ljava/lang/String;[Ljava/lang/String;)V ]
ClassLoaderWeavingAdaptor.shouldDump ( String className, boolean before ):boolean
[ run-time name: org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.shouldDump:(Ljava/lang/String;Z)Z ]
xwork-2.1.2.jar, ClassParser.class
package org.aspectj.apache.bcel.classfile
ClassParser.ClassParser ( java.io.ByteArrayInputStream baos, String filename )
[ run-time name: org/aspectj/apache/bcel/classfile/ClassParser."<init>":(Ljava/io/ByteArrayInputStream;Ljava/lang/String;)V ]
ClassParser.ClassParser ( java.io.InputStream file, String filename )
[ run-time name: org/aspectj/apache/bcel/classfile/ClassParser."<init>":(Ljava/io/InputStream;Ljava/lang/String;)V ]
ClassParser.ClassParser ( String file_name )
[ run-time name: org/aspectj/apache/bcel/classfile/ClassParser."<init>":(Ljava/lang/String;)V ]
ClassParser.parse ( ):JavaClass
[ run-time name: org/aspectj/apache/bcel/classfile/ClassParser.parse:()Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
xwork-2.1.2.jar, ClassPath.class
package org.aspectj.apache.bcel.util
ClassPath.ClassPath ( )
[ run-time name: org/aspectj/apache/bcel/util/ClassPath."<init>":()V ]
ClassPath.ClassPath ( String class_path )
[ run-time name: org/aspectj/apache/bcel/util/ClassPath."<init>":(Ljava/lang/String;)V ]
ClassPath.equals ( Object o ):boolean
[ run-time name: org/aspectj/apache/bcel/util/ClassPath.equals:(Ljava/lang/Object;)Z ]
ClassPath.getBytes ( String name ):byte[]
[ run-time name: org/aspectj/apache/bcel/util/ClassPath.getBytes:(Ljava/lang/String;)[B ]
ClassPath.getBytes ( String name, String suffix ):byte[]
[ run-time name: org/aspectj/apache/bcel/util/ClassPath.getBytes:(Ljava/lang/String;Ljava/lang/String;)[B ]
ClassPath.getClassFile ( String name ):ClassPath.ClassFile
[ run-time name: org/aspectj/apache/bcel/util/ClassPath.getClassFile:(Ljava/lang/String;)Lorg/aspectj/apache/bcel/util/ClassPath$ClassFile; ]
ClassPath.getClassFile ( String name, String suffix ):ClassPath.ClassFile
[ run-time name: org/aspectj/apache/bcel/util/ClassPath.getClassFile:(Ljava/lang/String;Ljava/lang/String;)Lorg/aspectj/apache/bcel/util/ClassPath$ClassFile; ]
ClassPath.getClassPath ( ) [static]:String
[ run-time name: org/aspectj/apache/bcel/util/ClassPath.getClassPath:()Ljava/lang/String; ]
ClassPath.getInputStream ( String name ):java.io.InputStream
[ run-time name: org/aspectj/apache/bcel/util/ClassPath.getInputStream:(Ljava/lang/String;)Ljava/io/InputStream; ]
ClassPath.getInputStream ( String name, String suffix ):java.io.InputStream
[ run-time name: org/aspectj/apache/bcel/util/ClassPath.getInputStream:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/InputStream; ]
ClassPath.getPath ( String name ):String
[ run-time name: org/aspectj/apache/bcel/util/ClassPath.getPath:(Ljava/lang/String;)Ljava/lang/String; ]
ClassPath.getPath ( String name, String suffix ):String
[ run-time name: org/aspectj/apache/bcel/util/ClassPath.getPath:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
ClassPath.getSystemClassPath ( ) [static]:ClassPath
[ run-time name: org/aspectj/apache/bcel/util/ClassPath.getSystemClassPath:()Lorg/aspectj/apache/bcel/util/ClassPath; ]
ClassPath.hashCode ( ):int
[ run-time name: org/aspectj/apache/bcel/util/ClassPath.hashCode:()I ]
ClassPath.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/util/ClassPath.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, ClassPathManager.class
package org.aspectj.weaver.bcel
ClassPathManager.addPath ( String name, org.aspectj.bridge.IMessageHandler handler ):void
[ run-time name: org/aspectj/weaver/bcel/ClassPathManager.addPath:(Ljava/lang/String;Lorg/aspectj/bridge/IMessageHandler;)V ]
ClassPathManager.ClassPathManager ( )
[ run-time name: org/aspectj/weaver/bcel/ClassPathManager."<init>":()V ]
ClassPathManager.ClassPathManager ( java.util.List classpath, org.aspectj.bridge.IMessageHandler handler )
[ run-time name: org/aspectj/weaver/bcel/ClassPathManager."<init>":(Ljava/util/List;Lorg/aspectj/bridge/IMessageHandler;)V ]
ClassPathManager.closeArchives ( ):void
[ run-time name: org/aspectj/weaver/bcel/ClassPathManager.closeArchives:()V ]
ClassPathManager.find ( org.aspectj.weaver.UnresolvedType type ):ClassPathManager.ClassFile
[ run-time name: org/aspectj/weaver/bcel/ClassPathManager.find:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/bcel/ClassPathManager$ClassFile; ]
ClassPathManager.getAllClassFiles ( ):java.util.List
[ run-time name: org/aspectj/weaver/bcel/ClassPathManager.getAllClassFiles:()Ljava/util/List; ]
ClassPathManager.toString ( ):String
[ run-time name: org/aspectj/weaver/bcel/ClassPathManager.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, ClassPreProcessor.class
package org.aspectj.weaver.loadtime
ClassPreProcessor.initialize ( ) [abstract]:void
[ run-time name: org/aspectj/weaver/loadtime/ClassPreProcessor.initialize:()V ]
ClassPreProcessor.preProcess ( String p1, byte[] p2, ClassLoader p3 ) [abstract]:byte[]
[ run-time name: org/aspectj/weaver/loadtime/ClassPreProcessor.preProcess:(Ljava/lang/String;[BLjava/lang/ClassLoader;)[B ]
xwork-2.1.2.jar, ClassPreProcessorAgentAdapter.class
package org.aspectj.weaver.loadtime
ClassPreProcessorAgentAdapter.ClassPreProcessorAgentAdapter ( )
[ run-time name: org/aspectj/weaver/loadtime/ClassPreProcessorAgentAdapter."<init>":()V ]
ClassPreProcessorAgentAdapter.transform ( ClassLoader loader, String className, Class classBeingRedefined, java.security.ProtectionDomain protectionDomain, byte[] bytes ):byte[]
[ run-time name: org/aspectj/weaver/loadtime/ClassPreProcessorAgentAdapter.transform:(Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/lang/Class;Ljava/security/ProtectionDomain;[B)[B ]
xwork-2.1.2.jar, ClassQueue.class
package org.aspectj.apache.bcel.util
ClassQueue.ClassQueue ( )
[ run-time name: org/aspectj/apache/bcel/util/ClassQueue."<init>":()V ]
ClassQueue.dequeue ( ):org.aspectj.apache.bcel.classfile.JavaClass
[ run-time name: org/aspectj/apache/bcel/util/ClassQueue.dequeue:()Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
ClassQueue.empty ( ):boolean
[ run-time name: org/aspectj/apache/bcel/util/ClassQueue.empty:()Z ]
ClassQueue.enqueue ( org.aspectj.apache.bcel.classfile.JavaClass clazz ):void
[ run-time name: org/aspectj/apache/bcel/util/ClassQueue.enqueue:(Lorg/aspectj/apache/bcel/classfile/JavaClass;)V ]
ClassQueue.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/util/ClassQueue.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, ClassVector.class
package org.aspectj.apache.bcel.util
ClassVector.addElement ( org.aspectj.apache.bcel.classfile.JavaClass clazz ):void
[ run-time name: org/aspectj/apache/bcel/util/ClassVector.addElement:(Lorg/aspectj/apache/bcel/classfile/JavaClass;)V ]
ClassVector.ClassVector ( )
[ run-time name: org/aspectj/apache/bcel/util/ClassVector."<init>":()V ]
ClassVector.elementAt ( int index ):org.aspectj.apache.bcel.classfile.JavaClass
[ run-time name: org/aspectj/apache/bcel/util/ClassVector.elementAt:(I)Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
ClassVector.removeElementAt ( int index ):void
[ run-time name: org/aspectj/apache/bcel/util/ClassVector.removeElementAt:(I)V ]
ClassVector.toArray ( ):org.aspectj.apache.bcel.classfile.JavaClass[]
[ run-time name: org/aspectj/apache/bcel/util/ClassVector.toArray:()[Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
xwork-2.1.2.jar, ClassVisitor.class
package org.aspectj.apache.bcel.classfile
ClassVisitor.visitAnnotationDefault ( AnnotationDefault p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitAnnotationDefault:(Lorg/aspectj/apache/bcel/classfile/AnnotationDefault;)V ]
ClassVisitor.visitCode ( Code p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitCode:(Lorg/aspectj/apache/bcel/classfile/Code;)V ]
ClassVisitor.visitCodeException ( CodeException p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitCodeException:(Lorg/aspectj/apache/bcel/classfile/CodeException;)V ]
ClassVisitor.visitConstantClass ( ConstantClass p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitConstantClass:(Lorg/aspectj/apache/bcel/classfile/ConstantClass;)V ]
ClassVisitor.visitConstantDouble ( ConstantDouble p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitConstantDouble:(Lorg/aspectj/apache/bcel/classfile/ConstantDouble;)V ]
ClassVisitor.visitConstantFieldref ( ConstantFieldref p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitConstantFieldref:(Lorg/aspectj/apache/bcel/classfile/ConstantFieldref;)V ]
ClassVisitor.visitConstantFloat ( ConstantFloat p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitConstantFloat:(Lorg/aspectj/apache/bcel/classfile/ConstantFloat;)V ]
ClassVisitor.visitConstantInteger ( ConstantInteger p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitConstantInteger:(Lorg/aspectj/apache/bcel/classfile/ConstantInteger;)V ]
ClassVisitor.visitConstantInterfaceMethodref ( ConstantInterfaceMethodref p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitConstantInterfaceMethodref:(Lorg/aspectj/apache/bcel/classfile/ConstantInterfaceMethodref;)V ]
ClassVisitor.visitConstantLong ( ConstantLong p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitConstantLong:(Lorg/aspectj/apache/bcel/classfile/ConstantLong;)V ]
ClassVisitor.visitConstantMethodref ( ConstantMethodref p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitConstantMethodref:(Lorg/aspectj/apache/bcel/classfile/ConstantMethodref;)V ]
ClassVisitor.visitConstantNameAndType ( ConstantNameAndType p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitConstantNameAndType:(Lorg/aspectj/apache/bcel/classfile/ConstantNameAndType;)V ]
ClassVisitor.visitConstantPool ( ConstantPool p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitConstantPool:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
ClassVisitor.visitConstantString ( ConstantString p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitConstantString:(Lorg/aspectj/apache/bcel/classfile/ConstantString;)V ]
ClassVisitor.visitConstantUtf8 ( ConstantUtf8 p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitConstantUtf8:(Lorg/aspectj/apache/bcel/classfile/ConstantUtf8;)V ]
ClassVisitor.visitConstantValue ( ConstantValue p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitConstantValue:(Lorg/aspectj/apache/bcel/classfile/ConstantValue;)V ]
ClassVisitor.visitDeprecated ( Deprecated p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitDeprecated:(Lorg/aspectj/apache/bcel/classfile/Deprecated;)V ]
ClassVisitor.visitEnclosingMethod ( EnclosingMethod p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitEnclosingMethod:(Lorg/aspectj/apache/bcel/classfile/EnclosingMethod;)V ]
ClassVisitor.visitExceptionTable ( ExceptionTable p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitExceptionTable:(Lorg/aspectj/apache/bcel/classfile/ExceptionTable;)V ]
ClassVisitor.visitField ( Field p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitField:(Lorg/aspectj/apache/bcel/classfile/Field;)V ]
ClassVisitor.visitInnerClass ( InnerClass p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitInnerClass:(Lorg/aspectj/apache/bcel/classfile/InnerClass;)V ]
ClassVisitor.visitInnerClasses ( InnerClasses p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitInnerClasses:(Lorg/aspectj/apache/bcel/classfile/InnerClasses;)V ]
ClassVisitor.visitJavaClass ( JavaClass p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitJavaClass:(Lorg/aspectj/apache/bcel/classfile/JavaClass;)V ]
ClassVisitor.visitLineNumber ( LineNumber p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitLineNumber:(Lorg/aspectj/apache/bcel/classfile/LineNumber;)V ]
ClassVisitor.visitLineNumberTable ( LineNumberTable p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitLineNumberTable:(Lorg/aspectj/apache/bcel/classfile/LineNumberTable;)V ]
ClassVisitor.visitLocalVariable ( LocalVariable p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitLocalVariable:(Lorg/aspectj/apache/bcel/classfile/LocalVariable;)V ]
ClassVisitor.visitLocalVariableTypeTable ( LocalVariableTypeTable p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitLocalVariableTypeTable:(Lorg/aspectj/apache/bcel/classfile/LocalVariableTypeTable;)V ]
ClassVisitor.visitMethod ( Method p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitMethod:(Lorg/aspectj/apache/bcel/classfile/Method;)V ]
ClassVisitor.visitRuntimeInvisibleAnnotations ( annotation.RuntimeInvisibleAnnotations p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitRuntimeInvisibleAnnotations:(Lorg/aspectj/apache/bcel/classfile/annotation/RuntimeInvisibleAnnotations;)V ]
ClassVisitor.visitRuntimeInvisibleParameterAnnotations ( annotation.RuntimeInvisibleParameterAnnotations p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitRuntimeInvisibleParameterAnnotations:(Lorg/aspectj/apache/bcel/classfile/annotation/RuntimeInvisibleParameterAnnotations;)V ]
ClassVisitor.visitRuntimeVisibleAnnotations ( annotation.RuntimeVisibleAnnotations p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitRuntimeVisibleAnnotations:(Lorg/aspectj/apache/bcel/classfile/annotation/RuntimeVisibleAnnotations;)V ]
ClassVisitor.visitRuntimeVisibleParameterAnnotations ( annotation.RuntimeVisibleParameterAnnotations p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitRuntimeVisibleParameterAnnotations:(Lorg/aspectj/apache/bcel/classfile/annotation/RuntimeVisibleParameterAnnotations;)V ]
ClassVisitor.visitSignature ( Signature p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitSignature:(Lorg/aspectj/apache/bcel/classfile/Signature;)V ]
ClassVisitor.visitSourceFile ( SourceFile p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitSourceFile:(Lorg/aspectj/apache/bcel/classfile/SourceFile;)V ]
ClassVisitor.visitStackMap ( StackMap p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitStackMap:(Lorg/aspectj/apache/bcel/classfile/StackMap;)V ]
ClassVisitor.visitStackMapEntry ( StackMapEntry p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitStackMapEntry:(Lorg/aspectj/apache/bcel/classfile/StackMapEntry;)V ]
ClassVisitor.visitSynthetic ( Synthetic p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitSynthetic:(Lorg/aspectj/apache/bcel/classfile/Synthetic;)V ]
ClassVisitor.visitUnknown ( Unknown p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/ClassVisitor.visitUnknown:(Lorg/aspectj/apache/bcel/classfile/Unknown;)V ]
xwork-2.1.2.jar, Code.class
package org.aspectj.apache.bcel.classfile
Code.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/Code.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
Code.Code ( int name_index, int length, int max_stack, int max_locals, byte[] code, CodeException[] exception_table, Attribute[] attributes, ConstantPool constant_pool )
[ run-time name: org/aspectj/apache/bcel/classfile/Code."<init>":(IIII[B[Lorg/aspectj/apache/bcel/classfile/CodeException;[Lorg/aspectj/apache/bcel/classfile/Attribute;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
Code.Code ( Code c )
[ run-time name: org/aspectj/apache/bcel/classfile/Code."<init>":(Lorg/aspectj/apache/bcel/classfile/Code;)V ]
Code.copy ( ConstantPool constant_pool ):Attribute
[ run-time name: org/aspectj/apache/bcel/classfile/Code.copy:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Attribute; ]
Code.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/Code.dump:(Ljava/io/DataOutputStream;)V ]
Code.getAttributes ( ):Attribute[]
[ run-time name: org/aspectj/apache/bcel/classfile/Code.getAttributes:()[Lorg/aspectj/apache/bcel/classfile/Attribute; ]
Code.getCode ( ):byte[]
[ run-time name: org/aspectj/apache/bcel/classfile/Code.getCode:()[B ]
Code.getCodeString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/Code.getCodeString:()Ljava/lang/String; ]
Code.getExceptionTable ( ):CodeException[]
[ run-time name: org/aspectj/apache/bcel/classfile/Code.getExceptionTable:()[Lorg/aspectj/apache/bcel/classfile/CodeException; ]
Code.getLineNumberTable ( ):LineNumberTable
[ run-time name: org/aspectj/apache/bcel/classfile/Code.getLineNumberTable:()Lorg/aspectj/apache/bcel/classfile/LineNumberTable; ]
Code.getMaxLocals ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/Code.getMaxLocals:()I ]
Code.getMaxStack ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/Code.getMaxStack:()I ]
Code.setAttributes ( Attribute[] attributes ):void
[ run-time name: org/aspectj/apache/bcel/classfile/Code.setAttributes:([Lorg/aspectj/apache/bcel/classfile/Attribute;)V ]
Code.setCode ( byte[] code ):void
[ run-time name: org/aspectj/apache/bcel/classfile/Code.setCode:([B)V ]
Code.setExceptionTable ( CodeException[] exception_table ):void
[ run-time name: org/aspectj/apache/bcel/classfile/Code.setExceptionTable:([Lorg/aspectj/apache/bcel/classfile/CodeException;)V ]
Code.setMaxLocals ( int max_locals ):void
[ run-time name: org/aspectj/apache/bcel/classfile/Code.setMaxLocals:(I)V ]
Code.setMaxStack ( int max_stack ):void
[ run-time name: org/aspectj/apache/bcel/classfile/Code.setMaxStack:(I)V ]
Code.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/Code.toString:()Ljava/lang/String; ]
Code.toString ( boolean verbose ):String
[ run-time name: org/aspectj/apache/bcel/classfile/Code.toString:(Z)Ljava/lang/String; ]
xwork-2.1.2.jar, CodeException.class
package org.aspectj.apache.bcel.classfile
CodeException.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/CodeException.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
CodeException.CodeException ( int start_pc, int end_pc, int handler_pc, int catch_type )
[ run-time name: org/aspectj/apache/bcel/classfile/CodeException."<init>":(IIII)V ]
CodeException.CodeException ( CodeException c )
[ run-time name: org/aspectj/apache/bcel/classfile/CodeException."<init>":(Lorg/aspectj/apache/bcel/classfile/CodeException;)V ]
CodeException.copy ( ):CodeException
[ run-time name: org/aspectj/apache/bcel/classfile/CodeException.copy:()Lorg/aspectj/apache/bcel/classfile/CodeException; ]
CodeException.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/CodeException.dump:(Ljava/io/DataOutputStream;)V ]
CodeException.getCatchType ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/CodeException.getCatchType:()I ]
CodeException.getEndPC ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/CodeException.getEndPC:()I ]
CodeException.getHandlerPC ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/CodeException.getHandlerPC:()I ]
CodeException.getStartPC ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/CodeException.getStartPC:()I ]
CodeException.setCatchType ( int catch_type ):void
[ run-time name: org/aspectj/apache/bcel/classfile/CodeException.setCatchType:(I)V ]
CodeException.setEndPC ( int end_pc ):void
[ run-time name: org/aspectj/apache/bcel/classfile/CodeException.setEndPC:(I)V ]
CodeException.setHandlerPC ( int handler_pc ):void
[ run-time name: org/aspectj/apache/bcel/classfile/CodeException.setHandlerPC:(I)V ]
CodeException.setStartPC ( int start_pc ):void
[ run-time name: org/aspectj/apache/bcel/classfile/CodeException.setStartPC:(I)V ]
CodeException.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/CodeException.toString:()Ljava/lang/String; ]
CodeException.toString ( ConstantPool cp ):String
[ run-time name: org/aspectj/apache/bcel/classfile/CodeException.toString:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/String; ]
CodeException.toString ( ConstantPool cp, boolean verbose ):String
[ run-time name: org/aspectj/apache/bcel/classfile/CodeException.toString:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;Z)Ljava/lang/String; ]
xwork-2.1.2.jar, CodeExceptionGen.class
package org.aspectj.apache.bcel.generic
CodeExceptionGen.clone ( ):Object
[ run-time name: org/aspectj/apache/bcel/generic/CodeExceptionGen.clone:()Ljava/lang/Object; ]
CodeExceptionGen.CodeExceptionGen ( InstructionHandle start_pc, InstructionHandle end_pc, InstructionHandle handler_pc, ObjectType catch_type )
[ run-time name: org/aspectj/apache/bcel/generic/CodeExceptionGen."<init>":(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/ObjectType;)V ]
CodeExceptionGen.containsTarget ( InstructionHandle ih ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/CodeExceptionGen.containsTarget:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;)Z ]
CodeExceptionGen.getCatchType ( ):ObjectType
[ run-time name: org/aspectj/apache/bcel/generic/CodeExceptionGen.getCatchType:()Lorg/aspectj/apache/bcel/generic/ObjectType; ]
CodeExceptionGen.getCodeException ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):org.aspectj.apache.bcel.classfile.CodeException
[ run-time name: org/aspectj/apache/bcel/generic/CodeExceptionGen.getCodeException:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/CodeException; ]
CodeExceptionGen.getEndPC ( ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/CodeExceptionGen.getEndPC:()Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
CodeExceptionGen.getHandlerPC ( ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/CodeExceptionGen.getHandlerPC:()Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
CodeExceptionGen.getStartPC ( ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/CodeExceptionGen.getStartPC:()Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
CodeExceptionGen.setCatchType ( ObjectType catch_type ):void
[ run-time name: org/aspectj/apache/bcel/generic/CodeExceptionGen.setCatchType:(Lorg/aspectj/apache/bcel/generic/ObjectType;)V ]
CodeExceptionGen.setEndPC ( InstructionHandle end_pc ):void
[ run-time name: org/aspectj/apache/bcel/generic/CodeExceptionGen.setEndPC:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
CodeExceptionGen.setHandlerPC ( InstructionHandle handler_pc ):void
[ run-time name: org/aspectj/apache/bcel/generic/CodeExceptionGen.setHandlerPC:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
CodeExceptionGen.setStartPC ( InstructionHandle start_pc ):void
[ run-time name: org/aspectj/apache/bcel/generic/CodeExceptionGen.setStartPC:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
CodeExceptionGen.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/generic/CodeExceptionGen.toString:()Ljava/lang/String; ]
CodeExceptionGen.updateTarget ( InstructionHandle old_ih, InstructionHandle new_ih ):void
[ run-time name: org/aspectj/apache/bcel/generic/CodeExceptionGen.updateTarget:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
xwork-2.1.2.jar, CodeSignature.class
package org.aspectj.lang.reflect
CodeSignature.getExceptionTypes ( ) [abstract]:Class[]
[ run-time name: org/aspectj/lang/reflect/CodeSignature.getExceptionTypes:()[Ljava/lang/Class; ]
CodeSignature.getParameterNames ( ) [abstract]:String[]
[ run-time name: org/aspectj/lang/reflect/CodeSignature.getParameterNames:()[Ljava/lang/String; ]
CodeSignature.getParameterTypes ( ) [abstract]:Class[]
[ run-time name: org/aspectj/lang/reflect/CodeSignature.getParameterTypes:()[Ljava/lang/Class; ]
xwork-2.1.2.jar, CodeSignatureImpl.class
package org.aspectj.runtime.reflect
CodeSignatureImpl.getExceptionTypes ( ):Class[]
[ run-time name: org/aspectj/runtime/reflect/CodeSignatureImpl.getExceptionTypes:()[Ljava/lang/Class; ]
CodeSignatureImpl.getParameterNames ( ):String[]
[ run-time name: org/aspectj/runtime/reflect/CodeSignatureImpl.getParameterNames:()[Ljava/lang/String; ]
CodeSignatureImpl.getParameterTypes ( ):Class[]
[ run-time name: org/aspectj/runtime/reflect/CodeSignatureImpl.getParameterTypes:()[Ljava/lang/Class; ]
xwork-2.1.2.jar, CommonsTrace.class
package org.aspectj.weaver.tools
CommonsTrace.CommonsTrace ( Class clazz )
[ run-time name: org/aspectj/weaver/tools/CommonsTrace."<init>":(Ljava/lang/Class;)V ]
CommonsTrace.debug ( String message ):void
[ run-time name: org/aspectj/weaver/tools/CommonsTrace.debug:(Ljava/lang/String;)V ]
CommonsTrace.enter ( String methodName, Object thiz ):void
[ run-time name: org/aspectj/weaver/tools/CommonsTrace.enter:(Ljava/lang/String;Ljava/lang/Object;)V ]
CommonsTrace.enter ( String methodName, Object thiz, Object[] args ):void
[ run-time name: org/aspectj/weaver/tools/CommonsTrace.enter:(Ljava/lang/String;Ljava/lang/Object;[Ljava/lang/Object;)V ]
CommonsTrace.error ( String message, Throwable th ):void
[ run-time name: org/aspectj/weaver/tools/CommonsTrace.error:(Ljava/lang/String;Ljava/lang/Throwable;)V ]
CommonsTrace.event ( String methodName ):void
[ run-time name: org/aspectj/weaver/tools/CommonsTrace.event:(Ljava/lang/String;)V ]
CommonsTrace.event ( String methodName, Object thiz, Object[] args ):void
[ run-time name: org/aspectj/weaver/tools/CommonsTrace.event:(Ljava/lang/String;Ljava/lang/Object;[Ljava/lang/Object;)V ]
CommonsTrace.exit ( String methodName ):void
[ run-time name: org/aspectj/weaver/tools/CommonsTrace.exit:(Ljava/lang/String;)V ]
CommonsTrace.exit ( String methodName, Object ret ):void
[ run-time name: org/aspectj/weaver/tools/CommonsTrace.exit:(Ljava/lang/String;Ljava/lang/Object;)V ]
CommonsTrace.exit ( String methodName, Throwable th ):void
[ run-time name: org/aspectj/weaver/tools/CommonsTrace.exit:(Ljava/lang/String;Ljava/lang/Throwable;)V ]
CommonsTrace.fatal ( String message, Throwable th ):void
[ run-time name: org/aspectj/weaver/tools/CommonsTrace.fatal:(Ljava/lang/String;Ljava/lang/Throwable;)V ]
CommonsTrace.info ( String message ):void
[ run-time name: org/aspectj/weaver/tools/CommonsTrace.info:(Ljava/lang/String;)V ]
CommonsTrace.isTraceEnabled ( ):boolean
[ run-time name: org/aspectj/weaver/tools/CommonsTrace.isTraceEnabled:()Z ]
CommonsTrace.setTraceEnabled ( boolean b ):void
[ run-time name: org/aspectj/weaver/tools/CommonsTrace.setTraceEnabled:(Z)V ]
CommonsTrace.warn ( String message, Throwable th ):void
[ run-time name: org/aspectj/weaver/tools/CommonsTrace.warn:(Ljava/lang/String;Ljava/lang/Throwable;)V ]
xwork-2.1.2.jar, CommonsTraceFactory.class
package org.aspectj.weaver.tools
CommonsTraceFactory.CommonsTraceFactory ( )
[ run-time name: org/aspectj/weaver/tools/CommonsTraceFactory."<init>":()V ]
CommonsTraceFactory.getTrace ( Class clazz ):Trace
[ run-time name: org/aspectj/weaver/tools/CommonsTraceFactory.getTrace:(Ljava/lang/Class;)Lorg/aspectj/weaver/tools/Trace; ]
xwork-2.1.2.jar, CompilationAndWeavingContext.class
package org.aspectj.bridge.context
CompilationAndWeavingContext.enteringPhase ( int phaseId, Object data ) [static]:ContextToken
[ run-time name: org/aspectj/bridge/context/CompilationAndWeavingContext.enteringPhase:(ILjava/lang/Object;)Lorg/aspectj/bridge/context/ContextToken; ]
CompilationAndWeavingContext.getCurrentContext ( ) [static]:String
[ run-time name: org/aspectj/bridge/context/CompilationAndWeavingContext.getCurrentContext:()Ljava/lang/String; ]
CompilationAndWeavingContext.leavingPhase ( ContextToken aToken ) [static]:void
[ run-time name: org/aspectj/bridge/context/CompilationAndWeavingContext.leavingPhase:(Lorg/aspectj/bridge/context/ContextToken;)V ]
CompilationAndWeavingContext.registerFormatter ( int phaseId, ContextFormatter aFormatter ) [static]:void
[ run-time name: org/aspectj/bridge/context/CompilationAndWeavingContext.registerFormatter:(ILorg/aspectj/bridge/context/ContextFormatter;)V ]
CompilationAndWeavingContext.reset ( ) [static]:void
[ run-time name: org/aspectj/bridge/context/CompilationAndWeavingContext.reset:()V ]
CompilationAndWeavingContext.resetForThread ( ) [static]:void
[ run-time name: org/aspectj/bridge/context/CompilationAndWeavingContext.resetForThread:()V ]
CompilationAndWeavingContext.setMultiThreaded ( boolean mt ) [static]:void
[ run-time name: org/aspectj/bridge/context/CompilationAndWeavingContext.setMultiThreaded:(Z)V ]
xwork-2.1.2.jar, ConcreteAspectCodeGen.class
package org.aspectj.weaver.loadtime
ConcreteAspectCodeGen.getBytes ( ):byte[]
[ run-time name: org/aspectj/weaver/loadtime/ConcreteAspectCodeGen.getBytes:()[B ]
ConcreteAspectCodeGen.getClassName ( ):String
[ run-time name: org/aspectj/weaver/loadtime/ConcreteAspectCodeGen.getClassName:()Ljava/lang/String; ]
ConcreteAspectCodeGen.validate ( ):boolean
[ run-time name: org/aspectj/weaver/loadtime/ConcreteAspectCodeGen.validate:()Z ]
xwork-2.1.2.jar, ConcreteCflowPointcut.class
package org.aspectj.weaver.patterns
ConcreteCflowPointcut.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/ConcreteCflowPointcut.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
ConcreteCflowPointcut.ConcreteCflowPointcut ( org.aspectj.weaver.Member cflowField, java.util.List slots, boolean usesCounter )
[ run-time name: org/aspectj/weaver/patterns/ConcreteCflowPointcut."<init>":(Lorg/aspectj/weaver/Member;Ljava/util/List;Z)V ]
ConcreteCflowPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/ConcreteCflowPointcut.concretize1:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/Pointcut; ]
ConcreteCflowPointcut.couldMatchKinds ( ):int
[ run-time name: org/aspectj/weaver/patterns/ConcreteCflowPointcut.couldMatchKinds:()I ]
ConcreteCflowPointcut.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/ConcreteCflowPointcut.equals:(Ljava/lang/Object;)Z ]
ConcreteCflowPointcut.fastMatch ( FastMatchInfo type ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/ConcreteCflowPointcut.fastMatch:(Lorg/aspectj/weaver/patterns/FastMatchInfo;)Lorg/aspectj/util/FuzzyBoolean; ]
ConcreteCflowPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):org.aspectj.weaver.ast.Test
[ run-time name: org/aspectj/weaver/patterns/ConcreteCflowPointcut.findResidueInternal:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/patterns/ExposedState;)Lorg/aspectj/weaver/ast/Test; ]
ConcreteCflowPointcut.getUsedFormalSlots ( ):int[]
[ run-time name: org/aspectj/weaver/patterns/ConcreteCflowPointcut.getUsedFormalSlots:()[I ]
ConcreteCflowPointcut.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/ConcreteCflowPointcut.hashCode:()I ]
ConcreteCflowPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/ConcreteCflowPointcut.matchInternal:(Lorg/aspectj/weaver/Shadow;)Lorg/aspectj/util/FuzzyBoolean; ]
ConcreteCflowPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/ConcreteCflowPointcut.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Pointcut; ]
ConcreteCflowPointcut.resolveBindings ( IScope scope, Bindings bindings ):void
[ run-time name: org/aspectj/weaver/patterns/ConcreteCflowPointcut.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;)V ]
ConcreteCflowPointcut.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/ConcreteCflowPointcut.toString:()Ljava/lang/String; ]
ConcreteCflowPointcut.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/ConcreteCflowPointcut.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, ConcreteTypeMunger.class
package org.aspectj.weaver
ConcreteTypeMunger.compareTo ( Object other ):int
[ run-time name: org/aspectj/weaver/ConcreteTypeMunger.compareTo:(Ljava/lang/Object;)I ]
ConcreteTypeMunger.ConcreteTypeMunger ( ResolvedTypeMunger munger, ResolvedType aspectType )
[ run-time name: org/aspectj/weaver/ConcreteTypeMunger."<init>":(Lorg/aspectj/weaver/ResolvedTypeMunger;Lorg/aspectj/weaver/ResolvedType;)V ]
ConcreteTypeMunger.equivalentTo ( Object other ):boolean
[ run-time name: org/aspectj/weaver/ConcreteTypeMunger.equivalentTo:(Ljava/lang/Object;)Z ]
ConcreteTypeMunger.fallbackCompareTo ( Object other ):int
[ run-time name: org/aspectj/weaver/ConcreteTypeMunger.fallbackCompareTo:(Ljava/lang/Object;)I ]
ConcreteTypeMunger.getAspectType ( ):ResolvedType
[ run-time name: org/aspectj/weaver/ConcreteTypeMunger.getAspectType:()Lorg/aspectj/weaver/ResolvedType; ]
ConcreteTypeMunger.getMatchingSyntheticMember ( Member member ):ResolvedMember
[ run-time name: org/aspectj/weaver/ConcreteTypeMunger.getMatchingSyntheticMember:(Lorg/aspectj/weaver/Member;)Lorg/aspectj/weaver/ResolvedMember; ]
ConcreteTypeMunger.getMunger ( ):ResolvedTypeMunger
[ run-time name: org/aspectj/weaver/ConcreteTypeMunger.getMunger:()Lorg/aspectj/weaver/ResolvedTypeMunger; ]
ConcreteTypeMunger.getSignature ( ):ResolvedMember
[ run-time name: org/aspectj/weaver/ConcreteTypeMunger.getSignature:()Lorg/aspectj/weaver/ResolvedMember; ]
ConcreteTypeMunger.getSourceLocation ( ):org.aspectj.bridge.ISourceLocation
[ run-time name: org/aspectj/weaver/ConcreteTypeMunger.getSourceLocation:()Lorg/aspectj/bridge/ISourceLocation; ]
ConcreteTypeMunger.getWorld ( ):World
[ run-time name: org/aspectj/weaver/ConcreteTypeMunger.getWorld:()Lorg/aspectj/weaver/World; ]
ConcreteTypeMunger.isLateMunger ( ):boolean
[ run-time name: org/aspectj/weaver/ConcreteTypeMunger.isLateMunger:()Z ]
ConcreteTypeMunger.isTargetTypeParameterized ( ):boolean
[ run-time name: org/aspectj/weaver/ConcreteTypeMunger.isTargetTypeParameterized:()Z ]
ConcreteTypeMunger.matches ( ResolvedType onType ):boolean
[ run-time name: org/aspectj/weaver/ConcreteTypeMunger.matches:(Lorg/aspectj/weaver/ResolvedType;)Z ]
ConcreteTypeMunger.parameterizedFor ( ResolvedType p1 ) [abstract]:ConcreteTypeMunger
[ run-time name: org/aspectj/weaver/ConcreteTypeMunger.parameterizedFor:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ConcreteTypeMunger; ]
ConcreteTypeMunger.parameterizeWith ( java.util.Map p1, World p2 ) [abstract]:ConcreteTypeMunger
[ run-time name: org/aspectj/weaver/ConcreteTypeMunger.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ConcreteTypeMunger; ]
xwork-2.1.2.jar, Constant.class
package org.aspectj.apache.bcel.classfile
Constant.accept ( ClassVisitor p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/Constant.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
Constant.clone ( ):Object
[ run-time name: org/aspectj/apache/bcel/classfile/Constant.clone:()Ljava/lang/Object; ]
Constant.copy ( ):Constant
[ run-time name: org/aspectj/apache/bcel/classfile/Constant.copy:()Lorg/aspectj/apache/bcel/classfile/Constant; ]
Constant.dump ( java.io.DataOutputStream p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/Constant.dump:(Ljava/io/DataOutputStream;)V ]
Constant.getTag ( ):byte
[ run-time name: org/aspectj/apache/bcel/classfile/Constant.getTag:()B ]
Constant.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/Constant.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, ConstantClass.class
package org.aspectj.apache.bcel.classfile
ConstantClass.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantClass.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
ConstantClass.ConstantClass ( int name_index )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantClass."<init>":(I)V ]
ConstantClass.ConstantClass ( ConstantClass c )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantClass."<init>":(Lorg/aspectj/apache/bcel/classfile/ConstantClass;)V ]
ConstantClass.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantClass.dump:(Ljava/io/DataOutputStream;)V ]
ConstantClass.getBytes ( ConstantPool cp ):String
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantClass.getBytes:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/String; ]
ConstantClass.getConstantValue ( ConstantPool cp ):Object
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantClass.getConstantValue:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/Object; ]
ConstantClass.getNameIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantClass.getNameIndex:()I ]
ConstantClass.setNameIndex ( int name_index ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantClass.setNameIndex:(I)V ]
ConstantClass.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantClass.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, ConstantCP.class
package org.aspectj.apache.bcel.classfile
ConstantCP.ConstantCP ( byte tag, int class_index, int name_and_type_index )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantCP."<init>":(BII)V ]
ConstantCP.ConstantCP ( ConstantCP c )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantCP."<init>":(Lorg/aspectj/apache/bcel/classfile/ConstantCP;)V ]
ConstantCP.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantCP.dump:(Ljava/io/DataOutputStream;)V ]
ConstantCP.getClass ( ConstantPool cp ):String
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantCP.getClass:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/String; ]
ConstantCP.getClassIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantCP.getClassIndex:()I ]
ConstantCP.getNameAndTypeIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantCP.getNameAndTypeIndex:()I ]
ConstantCP.setClassIndex ( int class_index ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantCP.setClassIndex:(I)V ]
ConstantCP.setNameAndTypeIndex ( int name_and_type_index ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantCP.setNameAndTypeIndex:(I)V ]
ConstantCP.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantCP.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, ConstantDouble.class
package org.aspectj.apache.bcel.classfile
ConstantDouble.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantDouble.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
ConstantDouble.ConstantDouble ( double bytes )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantDouble."<init>":(D)V ]
ConstantDouble.ConstantDouble ( ConstantDouble c )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantDouble."<init>":(Lorg/aspectj/apache/bcel/classfile/ConstantDouble;)V ]
ConstantDouble.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantDouble.dump:(Ljava/io/DataOutputStream;)V ]
ConstantDouble.getBytes ( ):double
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantDouble.getBytes:()D ]
ConstantDouble.getConstantValue ( ConstantPool cp ):Object
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantDouble.getConstantValue:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/Object; ]
ConstantDouble.setBytes ( double bytes ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantDouble.setBytes:(D)V ]
ConstantDouble.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantDouble.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, ConstantFieldref.class
package org.aspectj.apache.bcel.classfile
ConstantFieldref.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantFieldref.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
ConstantFieldref.ConstantFieldref ( int class_index, int name_and_type_index )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantFieldref."<init>":(II)V ]
ConstantFieldref.ConstantFieldref ( ConstantFieldref c )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantFieldref."<init>":(Lorg/aspectj/apache/bcel/classfile/ConstantFieldref;)V ]
xwork-2.1.2.jar, ConstantFloat.class
package org.aspectj.apache.bcel.classfile
ConstantFloat.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantFloat.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
ConstantFloat.ConstantFloat ( float bytes )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantFloat."<init>":(F)V ]
ConstantFloat.ConstantFloat ( ConstantFloat c )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantFloat."<init>":(Lorg/aspectj/apache/bcel/classfile/ConstantFloat;)V ]
ConstantFloat.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantFloat.dump:(Ljava/io/DataOutputStream;)V ]
ConstantFloat.getBytes ( ):float
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantFloat.getBytes:()F ]
ConstantFloat.getConstantValue ( ConstantPool cp ):Object
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantFloat.getConstantValue:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/Object; ]
ConstantFloat.setBytes ( float bytes ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantFloat.setBytes:(F)V ]
ConstantFloat.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantFloat.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, ConstantInteger.class
package org.aspectj.apache.bcel.classfile
ConstantInteger.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantInteger.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
ConstantInteger.ConstantInteger ( int bytes )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantInteger."<init>":(I)V ]
ConstantInteger.ConstantInteger ( ConstantInteger c )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantInteger."<init>":(Lorg/aspectj/apache/bcel/classfile/ConstantInteger;)V ]
ConstantInteger.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantInteger.dump:(Ljava/io/DataOutputStream;)V ]
ConstantInteger.getBytes ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantInteger.getBytes:()I ]
ConstantInteger.getConstantValue ( ConstantPool cp ):Object
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantInteger.getConstantValue:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/Object; ]
ConstantInteger.setBytes ( int bytes ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantInteger.setBytes:(I)V ]
ConstantInteger.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantInteger.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, ConstantInterfaceMethodref.class
package org.aspectj.apache.bcel.classfile
ConstantInterfaceMethodref.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantInterfaceMethodref.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
ConstantInterfaceMethodref.ConstantInterfaceMethodref ( int class_index, int name_and_type_index )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantInterfaceMethodref."<init>":(II)V ]
ConstantInterfaceMethodref.ConstantInterfaceMethodref ( ConstantInterfaceMethodref c )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantInterfaceMethodref."<init>":(Lorg/aspectj/apache/bcel/classfile/ConstantInterfaceMethodref;)V ]
xwork-2.1.2.jar, ConstantLong.class
package org.aspectj.apache.bcel.classfile
ConstantLong.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantLong.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
ConstantLong.ConstantLong ( long bytes )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantLong."<init>":(J)V ]
ConstantLong.ConstantLong ( ConstantLong c )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantLong."<init>":(Lorg/aspectj/apache/bcel/classfile/ConstantLong;)V ]
ConstantLong.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantLong.dump:(Ljava/io/DataOutputStream;)V ]
ConstantLong.getBytes ( ):long
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantLong.getBytes:()J ]
ConstantLong.getConstantValue ( ConstantPool cp ):Object
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantLong.getConstantValue:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/Object; ]
ConstantLong.setBytes ( long bytes ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantLong.setBytes:(J)V ]
ConstantLong.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantLong.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, ConstantMethodref.class
package org.aspectj.apache.bcel.classfile
ConstantMethodref.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantMethodref.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
ConstantMethodref.ConstantMethodref ( int class_index, int name_and_type_index )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantMethodref."<init>":(II)V ]
ConstantMethodref.ConstantMethodref ( ConstantMethodref c )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantMethodref."<init>":(Lorg/aspectj/apache/bcel/classfile/ConstantMethodref;)V ]
xwork-2.1.2.jar, ConstantNameAndType.class
package org.aspectj.apache.bcel.classfile
ConstantNameAndType.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantNameAndType.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
ConstantNameAndType.ConstantNameAndType ( int name_index, int signature_index )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantNameAndType."<init>":(II)V ]
ConstantNameAndType.ConstantNameAndType ( ConstantNameAndType c )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantNameAndType."<init>":(Lorg/aspectj/apache/bcel/classfile/ConstantNameAndType;)V ]
ConstantNameAndType.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantNameAndType.dump:(Ljava/io/DataOutputStream;)V ]
ConstantNameAndType.getName ( ConstantPool cp ):String
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantNameAndType.getName:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/String; ]
ConstantNameAndType.getNameIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantNameAndType.getNameIndex:()I ]
ConstantNameAndType.getSignature ( ConstantPool cp ):String
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantNameAndType.getSignature:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/String; ]
ConstantNameAndType.getSignatureIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantNameAndType.getSignatureIndex:()I ]
ConstantNameAndType.setNameIndex ( int name_index ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantNameAndType.setNameIndex:(I)V ]
ConstantNameAndType.setSignatureIndex ( int signature_index ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantNameAndType.setSignatureIndex:(I)V ]
ConstantNameAndType.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantNameAndType.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, ConstantObject.class
package org.aspectj.apache.bcel.classfile
ConstantObject.getConstantValue ( ConstantPool p1 ) [abstract]:Object
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantObject.getConstantValue:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/Object; ]
xwork-2.1.2.jar, ConstantPool.class
package org.aspectj.apache.bcel.classfile
ConstantPool.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
ConstantPool.addArrayClass ( org.aspectj.apache.bcel.generic.ArrayType type ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.addArrayClass:(Lorg/aspectj/apache/bcel/generic/ArrayType;)I ]
ConstantPool.addClass ( org.aspectj.apache.bcel.generic.ObjectType type ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.addClass:(Lorg/aspectj/apache/bcel/generic/ObjectType;)I ]
ConstantPool.addClass ( String classname ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.addClass:(Ljava/lang/String;)I ]
ConstantPool.addConstant ( Constant c, ConstantPool cp ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.addConstant:(Lorg/aspectj/apache/bcel/classfile/Constant;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)I ]
ConstantPool.addDouble ( double d ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.addDouble:(D)I ]
ConstantPool.addFieldref ( String class_name, String field_name, String signature ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.addFieldref:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I ]
ConstantPool.addFloat ( float f ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.addFloat:(F)I ]
ConstantPool.addInteger ( int n ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.addInteger:(I)I ]
ConstantPool.addInterfaceMethodref ( String class_name, String method_name, String signature ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.addInterfaceMethodref:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I ]
ConstantPool.addLong ( long l ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.addLong:(J)I ]
ConstantPool.addMethodref ( String class_name, String method_name, String signature ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.addMethodref:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I ]
ConstantPool.addNameAndType ( String name, String signature ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.addNameAndType:(Ljava/lang/String;Ljava/lang/String;)I ]
ConstantPool.addString ( String str ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.addString:(Ljava/lang/String;)I ]
ConstantPool.addUtf8 ( String n ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.addUtf8:(Ljava/lang/String;)I ]
ConstantPool.ConstantPool ( )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool."<init>":()V ]
ConstantPool.ConstantPool ( Constant[] constants )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool."<init>":([Lorg/aspectj/apache/bcel/classfile/Constant;)V ]
ConstantPool.constantToString ( int index, byte tag ):String
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.constantToString:(IB)Ljava/lang/String; ]
ConstantPool.constantToString ( Constant c ):String
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.constantToString:(Lorg/aspectj/apache/bcel/classfile/Constant;)Ljava/lang/String; ]
ConstantPool.copy ( ):ConstantPool
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.copy:()Lorg/aspectj/apache/bcel/classfile/ConstantPool; ]
ConstantPool.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.dump:(Ljava/io/DataOutputStream;)V ]
ConstantPool.getConstant ( int index ):Constant
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.getConstant:(I)Lorg/aspectj/apache/bcel/classfile/Constant; ]
ConstantPool.getConstant ( int index, byte tag ):Constant
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.getConstant:(IB)Lorg/aspectj/apache/bcel/classfile/Constant; ]
ConstantPool.getConstantPool ( ):Constant[]
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.getConstantPool:()[Lorg/aspectj/apache/bcel/classfile/Constant; ]
ConstantPool.getConstantString ( int index, byte tag ):String
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.getConstantString:(IB)Ljava/lang/String; ]
ConstantPool.getConstantString_CONSTANTClass ( int index ):String
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.getConstantString_CONSTANTClass:(I)Ljava/lang/String; ]
ConstantPool.getConstantUtf8 ( int idx ):ConstantUtf8
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.getConstantUtf8:(I)Lorg/aspectj/apache/bcel/classfile/ConstantUtf8; ]
ConstantPool.getFinalConstantPool ( ):ConstantPool
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.getFinalConstantPool:()Lorg/aspectj/apache/bcel/classfile/ConstantPool; ]
ConstantPool.getLength ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.getLength:()I ]
ConstantPool.getSize ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.getSize:()I ]
ConstantPool.lookupClass ( String classname ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.lookupClass:(Ljava/lang/String;)I ]
ConstantPool.lookupDouble ( double d ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.lookupDouble:(D)I ]
ConstantPool.lookupFieldref ( String searchClassname, String searchFieldname, String searchSignature ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.lookupFieldref:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I ]
ConstantPool.lookupFloat ( float f ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.lookupFloat:(F)I ]
ConstantPool.lookupInteger ( int n ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.lookupInteger:(I)I ]
ConstantPool.lookupInterfaceMethodref ( String searchClassname, String searchMethodName, String searchSignature ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.lookupInterfaceMethodref:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I ]
ConstantPool.lookupLong ( long l ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.lookupLong:(J)I ]
ConstantPool.lookupMethodref ( String searchClassname, String searchMethodName, String searchSignature ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.lookupMethodref:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I ]
ConstantPool.lookupNameAndType ( String searchName, String searchTypeSignature ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.lookupNameAndType:(Ljava/lang/String;Ljava/lang/String;)I ]
ConstantPool.lookupString ( String s ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.lookupString:(Ljava/lang/String;)I ]
ConstantPool.lookupUtf8 ( String string ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.lookupUtf8:(Ljava/lang/String;)I ]
ConstantPool.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantPool.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, Constants.class
package org.aspectj.bridge
Constants.Constants ( )
[ run-time name: org/aspectj/bridge/Constants."<init>":()V ]
xwork-2.1.2.jar, ConstantString.class
package org.aspectj.apache.bcel.classfile
ConstantString.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantString.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
ConstantString.ConstantString ( int string_index )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantString."<init>":(I)V ]
ConstantString.ConstantString ( ConstantString c )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantString."<init>":(Lorg/aspectj/apache/bcel/classfile/ConstantString;)V ]
ConstantString.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantString.dump:(Ljava/io/DataOutputStream;)V ]
ConstantString.getBytes ( ConstantPool cp ):String
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantString.getBytes:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/String; ]
ConstantString.getConstantValue ( ConstantPool cp ):Object
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantString.getConstantValue:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/Object; ]
ConstantString.getStringIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantString.getStringIndex:()I ]
ConstantString.setStringIndex ( int string_index ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantString.setStringIndex:(I)V ]
ConstantString.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantString.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, ConstantUtf8.class
package org.aspectj.apache.bcel.classfile
ConstantUtf8.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantUtf8.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
ConstantUtf8.ConstantUtf8 ( ConstantUtf8 c )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantUtf8."<init>":(Lorg/aspectj/apache/bcel/classfile/ConstantUtf8;)V ]
ConstantUtf8.ConstantUtf8 ( String bytes )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantUtf8."<init>":(Ljava/lang/String;)V ]
ConstantUtf8.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantUtf8.dump:(Ljava/io/DataOutputStream;)V ]
ConstantUtf8.getBytes ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantUtf8.getBytes:()Ljava/lang/String; ]
ConstantUtf8.setBytes ( String bytes ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantUtf8.setBytes:(Ljava/lang/String;)V ]
ConstantUtf8.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantUtf8.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, ConstantValue.class
package org.aspectj.apache.bcel.classfile
ConstantValue.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantValue.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
ConstantValue.ConstantValue ( int name_index, int length, int constantvalue_index, ConstantPool constant_pool )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantValue."<init>":(IIILorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
ConstantValue.ConstantValue ( ConstantValue c )
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantValue."<init>":(Lorg/aspectj/apache/bcel/classfile/ConstantValue;)V ]
ConstantValue.copy ( ConstantPool constant_pool ):Attribute
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantValue.copy:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Attribute; ]
ConstantValue.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantValue.dump:(Ljava/io/DataOutputStream;)V ]
ConstantValue.getConstantValueIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantValue.getConstantValueIndex:()I ]
ConstantValue.setConstantValueIndex ( int constantvalue_index ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantValue.setConstantValueIndex:(I)V ]
ConstantValue.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/ConstantValue.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, ConstructorSignature.class
package org.aspectj.lang.reflect
ConstructorSignature.getConstructor ( ) [abstract]:reflect.Constructor
[ run-time name: org/aspectj/lang/reflect/ConstructorSignature.getConstructor:()Ljava/lang/reflect/Constructor; ]
xwork-2.1.2.jar, ConstructorSignatureImpl.class
package org.aspectj.runtime.reflect
ConstructorSignatureImpl.createToString ( StringMaker sm ):String
[ run-time name: org/aspectj/runtime/reflect/ConstructorSignatureImpl.createToString:(Lorg/aspectj/runtime/reflect/StringMaker;)Ljava/lang/String; ]
ConstructorSignatureImpl.getConstructor ( ):reflect.Constructor
[ run-time name: org/aspectj/runtime/reflect/ConstructorSignatureImpl.getConstructor:()Ljava/lang/reflect/Constructor; ]
ConstructorSignatureImpl.getName ( ):String
[ run-time name: org/aspectj/runtime/reflect/ConstructorSignatureImpl.getName:()Ljava/lang/String; ]
xwork-2.1.2.jar, ContextBasedMatcher.class
package org.aspectj.weaver.tools
ContextBasedMatcher.couldMatchJoinPointsInType ( Class p1 ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/tools/ContextBasedMatcher.couldMatchJoinPointsInType:(Ljava/lang/Class;)Z ]
ContextBasedMatcher.couldMatchJoinPointsInType ( Class p1, MatchingContext p2 ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/tools/ContextBasedMatcher.couldMatchJoinPointsInType:(Ljava/lang/Class;Lorg/aspectj/weaver/tools/MatchingContext;)Z ]
ContextBasedMatcher.matchesDynamically ( MatchingContext p1 ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/tools/ContextBasedMatcher.matchesDynamically:(Lorg/aspectj/weaver/tools/MatchingContext;)Z ]
ContextBasedMatcher.matchesStatically ( MatchingContext p1 ) [abstract]:FuzzyBoolean
[ run-time name: org/aspectj/weaver/tools/ContextBasedMatcher.matchesStatically:(Lorg/aspectj/weaver/tools/MatchingContext;)Lorg/aspectj/weaver/tools/FuzzyBoolean; ]
ContextBasedMatcher.mayNeedDynamicTest ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/tools/ContextBasedMatcher.mayNeedDynamicTest:()Z ]
xwork-2.1.2.jar, ContextFormatter.class
package org.aspectj.bridge.context
ContextFormatter.formatEntry ( int p1, Object p2 ) [abstract]:String
[ run-time name: org/aspectj/bridge/context/ContextFormatter.formatEntry:(ILjava/lang/Object;)Ljava/lang/String; ]
xwork-2.1.2.jar, CountingMessageHandler.class
package org.aspectj.bridge
CountingMessageHandler.CountingMessageHandler ( IMessageHandler delegate )
[ run-time name: org/aspectj/bridge/CountingMessageHandler."<init>":(Lorg/aspectj/bridge/IMessageHandler;)V ]
CountingMessageHandler.dontIgnore ( IMessage.Kind kind ):void
[ run-time name: org/aspectj/bridge/CountingMessageHandler.dontIgnore:(Lorg/aspectj/bridge/IMessage$Kind;)V ]
CountingMessageHandler.handleMessage ( IMessage message ):boolean
[ run-time name: org/aspectj/bridge/CountingMessageHandler.handleMessage:(Lorg/aspectj/bridge/IMessage;)Z ]
CountingMessageHandler.hasErrors ( ):boolean
[ run-time name: org/aspectj/bridge/CountingMessageHandler.hasErrors:()Z ]
CountingMessageHandler.ignore ( IMessage.Kind kind ):void
[ run-time name: org/aspectj/bridge/CountingMessageHandler.ignore:(Lorg/aspectj/bridge/IMessage$Kind;)V ]
CountingMessageHandler.isIgnoring ( IMessage.Kind kind ):boolean
[ run-time name: org/aspectj/bridge/CountingMessageHandler.isIgnoring:(Lorg/aspectj/bridge/IMessage$Kind;)Z ]
CountingMessageHandler.makeCountingMessageHandler ( IMessageHandler handler ) [static]:CountingMessageHandler
[ run-time name: org/aspectj/bridge/CountingMessageHandler.makeCountingMessageHandler:(Lorg/aspectj/bridge/IMessageHandler;)Lorg/aspectj/bridge/CountingMessageHandler; ]
CountingMessageHandler.numMessages ( IMessage.Kind kind, boolean orGreater ):int
[ run-time name: org/aspectj/bridge/CountingMessageHandler.numMessages:(Lorg/aspectj/bridge/IMessage$Kind;Z)I ]
CountingMessageHandler.reset ( ):void
[ run-time name: org/aspectj/bridge/CountingMessageHandler.reset:()V ]
CountingMessageHandler.toString ( ):String
[ run-time name: org/aspectj/bridge/CountingMessageHandler.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, CrosscuttingMembers.class
package org.aspectj.weaver
CrosscuttingMembers.addConcreteShadowMunger ( ShadowMunger m ):void
[ run-time name: org/aspectj/weaver/CrosscuttingMembers.addConcreteShadowMunger:(Lorg/aspectj/weaver/ShadowMunger;)V ]
CrosscuttingMembers.addDeclare ( patterns.Declare declare ):void
[ run-time name: org/aspectj/weaver/CrosscuttingMembers.addDeclare:(Lorg/aspectj/weaver/patterns/Declare;)V ]
CrosscuttingMembers.addDeclares ( java.util.Collection c ):void
[ run-time name: org/aspectj/weaver/CrosscuttingMembers.addDeclares:(Ljava/util/Collection;)V ]
CrosscuttingMembers.addLateTypeMunger ( ConcreteTypeMunger m ):void
[ run-time name: org/aspectj/weaver/CrosscuttingMembers.addLateTypeMunger:(Lorg/aspectj/weaver/ConcreteTypeMunger;)V ]
CrosscuttingMembers.addLateTypeMungers ( java.util.Collection c ):void
[ run-time name: org/aspectj/weaver/CrosscuttingMembers.addLateTypeMungers:(Ljava/util/Collection;)V ]
CrosscuttingMembers.addPrivilegedAccesses ( java.util.Collection accessedMembers ):void
[ run-time name: org/aspectj/weaver/CrosscuttingMembers.addPrivilegedAccesses:(Ljava/util/Collection;)V ]
CrosscuttingMembers.addShadowMungers ( java.util.Collection c ):void
[ run-time name: org/aspectj/weaver/CrosscuttingMembers.addShadowMungers:(Ljava/util/Collection;)V ]
CrosscuttingMembers.addTypeMunger ( ConcreteTypeMunger m ):void
[ run-time name: org/aspectj/weaver/CrosscuttingMembers.addTypeMunger:(Lorg/aspectj/weaver/ConcreteTypeMunger;)V ]
CrosscuttingMembers.addTypeMungers ( java.util.Collection c ):void
[ run-time name: org/aspectj/weaver/CrosscuttingMembers.addTypeMungers:(Ljava/util/Collection;)V ]
CrosscuttingMembers.clearCaches ( ):void
[ run-time name: org/aspectj/weaver/CrosscuttingMembers.clearCaches:()V ]
CrosscuttingMembers.CrosscuttingMembers ( ResolvedType inAspect, boolean shouldConcretizeIfNeeded )
[ run-time name: org/aspectj/weaver/CrosscuttingMembers."<init>":(Lorg/aspectj/weaver/ResolvedType;Z)V ]
CrosscuttingMembers.exposeType ( UnresolvedType typeToExpose ):void
[ run-time name: org/aspectj/weaver/CrosscuttingMembers.exposeType:(Lorg/aspectj/weaver/UnresolvedType;)V ]
CrosscuttingMembers.exposeTypes ( java.util.Collection typesToExpose ):void
[ run-time name: org/aspectj/weaver/CrosscuttingMembers.exposeTypes:(Ljava/util/Collection;)V ]
CrosscuttingMembers.getCflowBelowFields ( ):java.util.Map
[ run-time name: org/aspectj/weaver/CrosscuttingMembers.getCflowBelowFields:()Ljava/util/Map; ]
CrosscuttingMembers.getCflowEntries ( ):java.util.Collection
[ run-time name: org/aspectj/weaver/CrosscuttingMembers.getCflowEntries:()Ljava/util/Collection; ]
CrosscuttingMembers.getCflowFields ( ):java.util.Map
[ run-time name: org/aspectj/weaver/CrosscuttingMembers.getCflowFields:()Ljava/util/Map; ]
CrosscuttingMembers.getDeclareAnnotationOnFields ( ):java.util.List
[ run-time name: org/aspectj/weaver/CrosscuttingMembers.getDeclareAnnotationOnFields:()Ljava/util/List; ]
CrosscuttingMembers.getDeclareAnnotationOnMethods ( ):java.util.List
[ run-time name: org/aspectj/weaver/CrosscuttingMembers.getDeclareAnnotationOnMethods:()Ljava/util/List; ]
CrosscuttingMembers.getDeclareAnnotationOnTypes ( ):java.util.List
[ run-time name: org/aspectj/weaver/CrosscuttingMembers.getDeclareAnnotationOnTypes:()Ljava/util/List; ]
CrosscuttingMembers.getDeclareDominates ( ):java.util.List
[ run-time name: org/aspectj/weaver/CrosscuttingMembers.getDeclareDominates:()Ljava/util/List; ]
CrosscuttingMembers.getDeclareParents ( ):java.util.List
[ run-time name: org/aspectj/weaver/CrosscuttingMembers.getDeclareParents:()Ljava/util/List; ]
CrosscuttingMembers.getDeclareSofts ( ):java.util.List
[ run-time name: org/aspectj/weaver/CrosscuttingMembers.getDeclareSofts:()Ljava/util/List; ]
CrosscuttingMembers.getLateTypeMungers ( ):java.util.List
[ run-time name: org/aspectj/weaver/CrosscuttingMembers.getLateTypeMungers:()Ljava/util/List; ]
CrosscuttingMembers.getShadowMungers ( ):java.util.List
[ run-time name: org/aspectj/weaver/CrosscuttingMembers.getShadowMungers:()Ljava/util/List; ]
CrosscuttingMembers.getTypeMungers ( ):java.util.List
[ run-time name: org/aspectj/weaver/CrosscuttingMembers.getTypeMungers:()Ljava/util/List; ]
CrosscuttingMembers.replaceWith ( CrosscuttingMembers other, boolean careAboutShadowMungers ):boolean
[ run-time name: org/aspectj/weaver/CrosscuttingMembers.replaceWith:(Lorg/aspectj/weaver/CrosscuttingMembers;Z)Z ]
CrosscuttingMembers.setPerClause ( patterns.PerClause perClause ):void
[ run-time name: org/aspectj/weaver/CrosscuttingMembers.setPerClause:(Lorg/aspectj/weaver/patterns/PerClause;)V ]
xwork-2.1.2.jar, CrosscuttingMembersSet.class
package org.aspectj.weaver
CrosscuttingMembersSet.addAdviceLikeDeclares ( ResolvedType aspectType ):void
[ run-time name: org/aspectj/weaver/CrosscuttingMembersSet.addAdviceLikeDeclares:(Lorg/aspectj/weaver/ResolvedType;)V ]
CrosscuttingMembersSet.addFixedCrosscuttingMembers ( ResolvedType aspectType ):void
[ run-time name: org/aspectj/weaver/CrosscuttingMembersSet.addFixedCrosscuttingMembers:(Lorg/aspectj/weaver/ResolvedType;)V ]
CrosscuttingMembersSet.addOrReplaceAspect ( ResolvedType aspectType ):boolean
[ run-time name: org/aspectj/weaver/CrosscuttingMembersSet.addOrReplaceAspect:(Lorg/aspectj/weaver/ResolvedType;)Z ]
CrosscuttingMembersSet.addOrReplaceAspect ( ResolvedType aspectType, boolean inWeavingPhase ):boolean
[ run-time name: org/aspectj/weaver/CrosscuttingMembersSet.addOrReplaceAspect:(Lorg/aspectj/weaver/ResolvedType;Z)Z ]
CrosscuttingMembersSet.containsAspect ( UnresolvedType aspectType ):boolean
[ run-time name: org/aspectj/weaver/CrosscuttingMembersSet.containsAspect:(Lorg/aspectj/weaver/UnresolvedType;)Z ]
CrosscuttingMembersSet.CrosscuttingMembersSet ( World world )
[ run-time name: org/aspectj/weaver/CrosscuttingMembersSet."<init>":(Lorg/aspectj/weaver/World;)V ]
CrosscuttingMembersSet.deleteAspect ( UnresolvedType aspectType ):boolean
[ run-time name: org/aspectj/weaver/CrosscuttingMembersSet.deleteAspect:(Lorg/aspectj/weaver/UnresolvedType;)Z ]
CrosscuttingMembersSet.findAspectDeclaringParents ( patterns.DeclareParents p ):ResolvedType
[ run-time name: org/aspectj/weaver/CrosscuttingMembersSet.findAspectDeclaringParents:(Lorg/aspectj/weaver/patterns/DeclareParents;)Lorg/aspectj/weaver/ResolvedType; ]
CrosscuttingMembersSet.getDeclareAnnotationOnFields ( ):java.util.List
[ run-time name: org/aspectj/weaver/CrosscuttingMembersSet.getDeclareAnnotationOnFields:()Ljava/util/List; ]
CrosscuttingMembersSet.getDeclareAnnotationOnMethods ( ):java.util.List
[ run-time name: org/aspectj/weaver/CrosscuttingMembersSet.getDeclareAnnotationOnMethods:()Ljava/util/List; ]
CrosscuttingMembersSet.getDeclareAnnotationOnTypes ( ):java.util.List
[ run-time name: org/aspectj/weaver/CrosscuttingMembersSet.getDeclareAnnotationOnTypes:()Ljava/util/List; ]
CrosscuttingMembersSet.getDeclareDominates ( ):java.util.List
[ run-time name: org/aspectj/weaver/CrosscuttingMembersSet.getDeclareDominates:()Ljava/util/List; ]
CrosscuttingMembersSet.getDeclareParents ( ):java.util.List
[ run-time name: org/aspectj/weaver/CrosscuttingMembersSet.getDeclareParents:()Ljava/util/List; ]
CrosscuttingMembersSet.getDeclareSofts ( ):java.util.List
[ run-time name: org/aspectj/weaver/CrosscuttingMembersSet.getDeclareSofts:()Ljava/util/List; ]
CrosscuttingMembersSet.getLateTypeMungers ( ):java.util.List
[ run-time name: org/aspectj/weaver/CrosscuttingMembersSet.getLateTypeMungers:()Ljava/util/List; ]
CrosscuttingMembersSet.getShadowMungers ( ):java.util.List
[ run-time name: org/aspectj/weaver/CrosscuttingMembersSet.getShadowMungers:()Ljava/util/List; ]
CrosscuttingMembersSet.getTypeMungers ( ):java.util.List
[ run-time name: org/aspectj/weaver/CrosscuttingMembersSet.getTypeMungers:()Ljava/util/List; ]
CrosscuttingMembersSet.hasChangedSinceLastReset ( ):boolean
[ run-time name: org/aspectj/weaver/CrosscuttingMembersSet.hasChangedSinceLastReset:()Z ]
CrosscuttingMembersSet.recordNecessaryCheck ( patterns.IVerificationRequired verification ):void
[ run-time name: org/aspectj/weaver/CrosscuttingMembersSet.recordNecessaryCheck:(Lorg/aspectj/weaver/patterns/IVerificationRequired;)V ]
CrosscuttingMembersSet.reset ( ):void
[ run-time name: org/aspectj/weaver/CrosscuttingMembersSet.reset:()V ]
CrosscuttingMembersSet.verify ( ):void
[ run-time name: org/aspectj/weaver/CrosscuttingMembersSet.verify:()V ]
xwork-2.1.2.jar, CustomMungerFactory.class
package org.aspectj.weaver
CustomMungerFactory.createCustomShadowMungers ( ResolvedType p1 ) [abstract]:java.util.Collection
[ run-time name: org/aspectj/weaver/CustomMungerFactory.createCustomShadowMungers:(Lorg/aspectj/weaver/ResolvedType;)Ljava/util/Collection; ]
CustomMungerFactory.createCustomTypeMungers ( ResolvedType p1 ) [abstract]:java.util.Collection
[ run-time name: org/aspectj/weaver/CustomMungerFactory.createCustomTypeMungers:(Lorg/aspectj/weaver/ResolvedType;)Ljava/util/Collection; ]
CustomMungerFactory.getAllCreatedCustomShadowMungers ( ) [abstract]:java.util.Collection
[ run-time name: org/aspectj/weaver/CustomMungerFactory.getAllCreatedCustomShadowMungers:()Ljava/util/Collection; ]
CustomMungerFactory.getAllCreatedCustomTypeMungers ( ) [abstract]:java.util.Collection
[ run-time name: org/aspectj/weaver/CustomMungerFactory.getAllCreatedCustomTypeMungers:()Ljava/util/Collection; ]
xwork-2.1.2.jar, Declare.class
package org.aspectj.weaver.patterns
Declare.Declare ( )
[ run-time name: org/aspectj/weaver/patterns/Declare."<init>":()V ]
Declare.getDeclaringType ( ):org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/patterns/Declare.getDeclaringType:()Lorg/aspectj/weaver/ResolvedType; ]
Declare.getNameSuffix ( ) [abstract]:String
[ run-time name: org/aspectj/weaver/patterns/Declare.getNameSuffix:()Ljava/lang/String; ]
Declare.isAdviceLike ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/patterns/Declare.isAdviceLike:()Z ]
Declare.parameterizeWith ( java.util.Map p1, org.aspectj.weaver.World p2 ) [abstract]:Declare
[ run-time name: org/aspectj/weaver/patterns/Declare.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Declare; ]
Declare.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:Declare
[ run-time name: org/aspectj/weaver/patterns/Declare.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/Declare; ]
Declare.resolve ( IScope p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/patterns/Declare.resolve:(Lorg/aspectj/weaver/patterns/IScope;)V ]
Declare.setDeclaringType ( org.aspectj.weaver.ResolvedType aType ):void
[ run-time name: org/aspectj/weaver/patterns/Declare.setDeclaringType:(Lorg/aspectj/weaver/ResolvedType;)V ]
xwork-2.1.2.jar, DeclareAnnotation.class
package org.aspectj.lang.annotation
DeclareAnnotation.value ( ) [abstract]:String
[ run-time name: org/aspectj/lang/annotation/DeclareAnnotation.value:()Ljava/lang/String; ]
package org.aspectj.lang.reflect
DeclareAnnotation.getAnnotation ( ) [abstract]:annotation.Annotation
[ run-time name: org/aspectj/lang/reflect/DeclareAnnotation.getAnnotation:()Ljava/lang/annotation/Annotation; ]
DeclareAnnotation.getAnnotationAsText ( ) [abstract]:String
[ run-time name: org/aspectj/lang/reflect/DeclareAnnotation.getAnnotationAsText:()Ljava/lang/String; ]
DeclareAnnotation.getDeclaringType ( ) [abstract]:AjType
[ run-time name: org/aspectj/lang/reflect/DeclareAnnotation.getDeclaringType:()Lorg/aspectj/lang/reflect/AjType; ]
DeclareAnnotation.getKind ( ) [abstract]:DeclareAnnotation.Kind
[ run-time name: org/aspectj/lang/reflect/DeclareAnnotation.getKind:()Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind; ]
DeclareAnnotation.getSignaturePattern ( ) [abstract]:SignaturePattern
[ run-time name: org/aspectj/lang/reflect/DeclareAnnotation.getSignaturePattern:()Lorg/aspectj/lang/reflect/SignaturePattern; ]
DeclareAnnotation.getTypePattern ( ) [abstract]:TypePattern
[ run-time name: org/aspectj/lang/reflect/DeclareAnnotation.getTypePattern:()Lorg/aspectj/lang/reflect/TypePattern; ]
package org.aspectj.weaver.patterns
DeclareAnnotation.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
DeclareAnnotation.copyAnnotationTo ( org.aspectj.weaver.ResolvedType onType ):void
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.copyAnnotationTo:(Lorg/aspectj/weaver/ResolvedType;)V ]
DeclareAnnotation.couldEverMatch ( org.aspectj.weaver.ResolvedType type ):boolean
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.couldEverMatch:(Lorg/aspectj/weaver/ResolvedType;)Z ]
DeclareAnnotation.DeclareAnnotation ( DeclareAnnotation.Kind kind, SignaturePattern sigPattern )
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation."<init>":(Lorg/aspectj/weaver/patterns/DeclareAnnotation$Kind;Lorg/aspectj/weaver/patterns/SignaturePattern;)V ]
DeclareAnnotation.DeclareAnnotation ( DeclareAnnotation.Kind kind, TypePattern typePattern )
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation."<init>":(Lorg/aspectj/weaver/patterns/DeclareAnnotation$Kind;Lorg/aspectj/weaver/patterns/TypePattern;)V ]
DeclareAnnotation.equals ( Object obj ):boolean
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.equals:(Ljava/lang/Object;)Z ]
DeclareAnnotation.getAnnotationMethod ( ):String
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.getAnnotationMethod:()Ljava/lang/String; ]
DeclareAnnotation.getAnnotationString ( ):String
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.getAnnotationString:()Ljava/lang/String; ]
DeclareAnnotation.getAnnotationTypeX ( ):org.aspectj.weaver.UnresolvedType
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.getAnnotationTypeX:()Lorg/aspectj/weaver/UnresolvedType; ]
DeclareAnnotation.getAnnotationX ( ):org.aspectj.weaver.AnnotationX
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.getAnnotationX:()Lorg/aspectj/weaver/AnnotationX; ]
DeclareAnnotation.getAspect ( ):org.aspectj.weaver.UnresolvedType
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.getAspect:()Lorg/aspectj/weaver/UnresolvedType; ]
DeclareAnnotation.getKind ( ):DeclareAnnotation.Kind
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.getKind:()Lorg/aspectj/weaver/patterns/DeclareAnnotation$Kind; ]
DeclareAnnotation.getNameSuffix ( ):String
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.getNameSuffix:()Ljava/lang/String; ]
DeclareAnnotation.getPatternAsString ( ):String
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.getPatternAsString:()Ljava/lang/String; ]
DeclareAnnotation.getSignaturePattern ( ):SignaturePattern
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.getSignaturePattern:()Lorg/aspectj/weaver/patterns/SignaturePattern; ]
DeclareAnnotation.getTypePattern ( ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.getTypePattern:()Lorg/aspectj/weaver/patterns/TypePattern; ]
DeclareAnnotation.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.hashCode:()I ]
DeclareAnnotation.isAdviceLike ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.isAdviceLike:()Z ]
DeclareAnnotation.isAnnotationAllowedOnField ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.isAnnotationAllowedOnField:()Z ]
DeclareAnnotation.isDeclareAtConstuctor ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.isDeclareAtConstuctor:()Z ]
DeclareAnnotation.isDeclareAtField ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.isDeclareAtField:()Z ]
DeclareAnnotation.isDeclareAtMethod ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.isDeclareAtMethod:()Z ]
DeclareAnnotation.isDeclareAtType ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.isDeclareAtType:()Z ]
DeclareAnnotation.isExactPattern ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.isExactPattern:()Z ]
DeclareAnnotation.isStarredAnnotationPattern ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.isStarredAnnotationPattern:()Z ]
DeclareAnnotation.matches ( org.aspectj.weaver.ResolvedMember rm, org.aspectj.weaver.World world ):boolean
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.matches:(Lorg/aspectj/weaver/ResolvedMember;Lorg/aspectj/weaver/World;)Z ]
DeclareAnnotation.matches ( org.aspectj.weaver.ResolvedType typeX ):boolean
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.matches:(Lorg/aspectj/weaver/ResolvedType;)Z ]
DeclareAnnotation.parameterizeWith ( java.util.Map typeVariableBindingMap, org.aspectj.weaver.World w ):Declare
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Declare; ]
DeclareAnnotation.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:Declare
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/Declare; ]
DeclareAnnotation.resolve ( IScope scope ):void
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.resolve:(Lorg/aspectj/weaver/patterns/IScope;)V ]
DeclareAnnotation.setAnnotationMethod ( String methName ):void
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.setAnnotationMethod:(Ljava/lang/String;)V ]
DeclareAnnotation.setAnnotationString ( String as ):void
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.setAnnotationString:(Ljava/lang/String;)V ]
DeclareAnnotation.setAspect ( org.aspectj.weaver.ResolvedType typeX ):void
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.setAspect:(Lorg/aspectj/weaver/ResolvedType;)V ]
DeclareAnnotation.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.toString:()Ljava/lang/String; ]
DeclareAnnotation.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/DeclareAnnotation.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, DeclareError.class
package org.aspectj.lang.annotation
DeclareError.value ( ) [abstract]:String
[ run-time name: org/aspectj/lang/annotation/DeclareError.value:()Ljava/lang/String; ]
xwork-2.1.2.jar, DeclareErrorOrWarning.class
package org.aspectj.lang.reflect
DeclareErrorOrWarning.getDeclaringType ( ) [abstract]:AjType
[ run-time name: org/aspectj/lang/reflect/DeclareErrorOrWarning.getDeclaringType:()Lorg/aspectj/lang/reflect/AjType; ]
DeclareErrorOrWarning.getMessage ( ) [abstract]:String
[ run-time name: org/aspectj/lang/reflect/DeclareErrorOrWarning.getMessage:()Ljava/lang/String; ]
DeclareErrorOrWarning.getPointcutExpression ( ) [abstract]:PointcutExpression
[ run-time name: org/aspectj/lang/reflect/DeclareErrorOrWarning.getPointcutExpression:()Lorg/aspectj/lang/reflect/PointcutExpression; ]
DeclareErrorOrWarning.isError ( ) [abstract]:boolean
[ run-time name: org/aspectj/lang/reflect/DeclareErrorOrWarning.isError:()Z ]
package org.aspectj.weaver.patterns
DeclareErrorOrWarning.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/DeclareErrorOrWarning.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
DeclareErrorOrWarning.DeclareErrorOrWarning ( boolean isError, Pointcut pointcut, String message )
[ run-time name: org/aspectj/weaver/patterns/DeclareErrorOrWarning."<init>":(ZLorg/aspectj/weaver/patterns/Pointcut;Ljava/lang/String;)V ]
DeclareErrorOrWarning.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/DeclareErrorOrWarning.equals:(Ljava/lang/Object;)Z ]
DeclareErrorOrWarning.getMessage ( ):String
[ run-time name: org/aspectj/weaver/patterns/DeclareErrorOrWarning.getMessage:()Ljava/lang/String; ]
DeclareErrorOrWarning.getName ( ):String
[ run-time name: org/aspectj/weaver/patterns/DeclareErrorOrWarning.getName:()Ljava/lang/String; ]
DeclareErrorOrWarning.getNameSuffix ( ):String
[ run-time name: org/aspectj/weaver/patterns/DeclareErrorOrWarning.getNameSuffix:()Ljava/lang/String; ]
DeclareErrorOrWarning.getPointcut ( ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/DeclareErrorOrWarning.getPointcut:()Lorg/aspectj/weaver/patterns/Pointcut; ]
DeclareErrorOrWarning.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/DeclareErrorOrWarning.hashCode:()I ]
DeclareErrorOrWarning.isAdviceLike ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/DeclareErrorOrWarning.isAdviceLike:()Z ]
DeclareErrorOrWarning.isError ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/DeclareErrorOrWarning.isError:()Z ]
DeclareErrorOrWarning.parameterizeWith ( java.util.Map typeVariableBindingMap, org.aspectj.weaver.World w ):Declare
[ run-time name: org/aspectj/weaver/patterns/DeclareErrorOrWarning.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Declare; ]
DeclareErrorOrWarning.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:Declare
[ run-time name: org/aspectj/weaver/patterns/DeclareErrorOrWarning.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/Declare; ]
DeclareErrorOrWarning.resolve ( IScope scope ):void
[ run-time name: org/aspectj/weaver/patterns/DeclareErrorOrWarning.resolve:(Lorg/aspectj/weaver/patterns/IScope;)V ]
DeclareErrorOrWarning.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/DeclareErrorOrWarning.toString:()Ljava/lang/String; ]
DeclareErrorOrWarning.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/DeclareErrorOrWarning.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, DeclareParents.class
package org.aspectj.lang.annotation
DeclareParents.defaultImpl ( ) [abstract]:Class
[ run-time name: org/aspectj/lang/annotation/DeclareParents.defaultImpl:()Ljava/lang/Class; ]
DeclareParents.value ( ) [abstract]:String
[ run-time name: org/aspectj/lang/annotation/DeclareParents.value:()Ljava/lang/String; ]
package org.aspectj.lang.reflect
DeclareParents.getDeclaringType ( ) [abstract]:AjType
[ run-time name: org/aspectj/lang/reflect/DeclareParents.getDeclaringType:()Lorg/aspectj/lang/reflect/AjType; ]
DeclareParents.getParentTypes ( ) [abstract]:reflect.Type[]
[ run-time name: org/aspectj/lang/reflect/DeclareParents.getParentTypes:()[Ljava/lang/reflect/Type; ]
DeclareParents.getTargetTypesPattern ( ) [abstract]:TypePattern
[ run-time name: org/aspectj/lang/reflect/DeclareParents.getTargetTypesPattern:()Lorg/aspectj/lang/reflect/TypePattern; ]
DeclareParents.isExtends ( ) [abstract]:boolean
[ run-time name: org/aspectj/lang/reflect/DeclareParents.isExtends:()Z ]
DeclareParents.isImplements ( ) [abstract]:boolean
[ run-time name: org/aspectj/lang/reflect/DeclareParents.isImplements:()Z ]
package org.aspectj.weaver.patterns
DeclareParents.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/DeclareParents.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
DeclareParents.DeclareParents ( TypePattern child, java.util.List parents, boolean isExtends )
[ run-time name: org/aspectj/weaver/patterns/DeclareParents."<init>":(Lorg/aspectj/weaver/patterns/TypePattern;Ljava/util/List;Z)V ]
DeclareParents.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/DeclareParents.equals:(Ljava/lang/Object;)Z ]
DeclareParents.findMatchingNewParents ( org.aspectj.weaver.ResolvedType onType, boolean reportErrors ):java.util.List
[ run-time name: org/aspectj/weaver/patterns/DeclareParents.findMatchingNewParents:(Lorg/aspectj/weaver/ResolvedType;Z)Ljava/util/List; ]
DeclareParents.getChild ( ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/DeclareParents.getChild:()Lorg/aspectj/weaver/patterns/TypePattern; ]
DeclareParents.getNameSuffix ( ):String
[ run-time name: org/aspectj/weaver/patterns/DeclareParents.getNameSuffix:()Ljava/lang/String; ]
DeclareParents.getParents ( ):TypePatternList
[ run-time name: org/aspectj/weaver/patterns/DeclareParents.getParents:()Lorg/aspectj/weaver/patterns/TypePatternList; ]
DeclareParents.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/DeclareParents.hashCode:()I ]
DeclareParents.isAdviceLike ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/DeclareParents.isAdviceLike:()Z ]
DeclareParents.isExtends ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/DeclareParents.isExtends:()Z ]
DeclareParents.match ( org.aspectj.weaver.ResolvedType typeX ):boolean
[ run-time name: org/aspectj/weaver/patterns/DeclareParents.match:(Lorg/aspectj/weaver/ResolvedType;)Z ]
DeclareParents.parameterizeWith ( java.util.Map typeVariableBindingMap, org.aspectj.weaver.World w ):Declare
[ run-time name: org/aspectj/weaver/patterns/DeclareParents.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Declare; ]
DeclareParents.parentsIncludeClass ( org.aspectj.weaver.World w ):boolean
[ run-time name: org/aspectj/weaver/patterns/DeclareParents.parentsIncludeClass:(Lorg/aspectj/weaver/World;)Z ]
DeclareParents.parentsIncludeInterface ( org.aspectj.weaver.World w ):boolean
[ run-time name: org/aspectj/weaver/patterns/DeclareParents.parentsIncludeInterface:(Lorg/aspectj/weaver/World;)Z ]
DeclareParents.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:Declare
[ run-time name: org/aspectj/weaver/patterns/DeclareParents.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/Declare; ]
DeclareParents.resolve ( IScope scope ):void
[ run-time name: org/aspectj/weaver/patterns/DeclareParents.resolve:(Lorg/aspectj/weaver/patterns/IScope;)V ]
DeclareParents.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/DeclareParents.toString:()Ljava/lang/String; ]
DeclareParents.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/DeclareParents.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, DeclarePrecedence.class
package org.aspectj.lang.annotation
DeclarePrecedence.value ( ) [abstract]:String
[ run-time name: org/aspectj/lang/annotation/DeclarePrecedence.value:()Ljava/lang/String; ]
package org.aspectj.lang.reflect
DeclarePrecedence.getDeclaringType ( ) [abstract]:AjType
[ run-time name: org/aspectj/lang/reflect/DeclarePrecedence.getDeclaringType:()Lorg/aspectj/lang/reflect/AjType; ]
DeclarePrecedence.getPrecedenceOrder ( ) [abstract]:TypePattern[]
[ run-time name: org/aspectj/lang/reflect/DeclarePrecedence.getPrecedenceOrder:()[Lorg/aspectj/lang/reflect/TypePattern; ]
package org.aspectj.weaver.patterns
DeclarePrecedence.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/DeclarePrecedence.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
DeclarePrecedence.compare ( org.aspectj.weaver.ResolvedType aspect1, org.aspectj.weaver.ResolvedType aspect2 ):int
[ run-time name: org/aspectj/weaver/patterns/DeclarePrecedence.compare:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;)I ]
DeclarePrecedence.DeclarePrecedence ( java.util.List patterns )
[ run-time name: org/aspectj/weaver/patterns/DeclarePrecedence."<init>":(Ljava/util/List;)V ]
DeclarePrecedence.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/DeclarePrecedence.equals:(Ljava/lang/Object;)Z ]
DeclarePrecedence.getNameSuffix ( ):String
[ run-time name: org/aspectj/weaver/patterns/DeclarePrecedence.getNameSuffix:()Ljava/lang/String; ]
DeclarePrecedence.getPatterns ( ):TypePatternList
[ run-time name: org/aspectj/weaver/patterns/DeclarePrecedence.getPatterns:()Lorg/aspectj/weaver/patterns/TypePatternList; ]
DeclarePrecedence.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/DeclarePrecedence.hashCode:()I ]
DeclarePrecedence.isAdviceLike ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/DeclarePrecedence.isAdviceLike:()Z ]
DeclarePrecedence.parameterizeWith ( java.util.Map typeVariableBindingMap, org.aspectj.weaver.World w ):Declare
[ run-time name: org/aspectj/weaver/patterns/DeclarePrecedence.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Declare; ]
DeclarePrecedence.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:Declare
[ run-time name: org/aspectj/weaver/patterns/DeclarePrecedence.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/Declare; ]
DeclarePrecedence.resolve ( IScope scope ):void
[ run-time name: org/aspectj/weaver/patterns/DeclarePrecedence.resolve:(Lorg/aspectj/weaver/patterns/IScope;)V ]
DeclarePrecedence.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/DeclarePrecedence.toString:()Ljava/lang/String; ]
DeclarePrecedence.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/DeclarePrecedence.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, DeclareSoft.class
package org.aspectj.lang.reflect
DeclareSoft.getDeclaringType ( ) [abstract]:AjType
[ run-time name: org/aspectj/lang/reflect/DeclareSoft.getDeclaringType:()Lorg/aspectj/lang/reflect/AjType; ]
DeclareSoft.getPointcutExpression ( ) [abstract]:PointcutExpression
[ run-time name: org/aspectj/lang/reflect/DeclareSoft.getPointcutExpression:()Lorg/aspectj/lang/reflect/PointcutExpression; ]
DeclareSoft.getSoftenedExceptionType ( ) [abstract]:AjType
[ run-time name: org/aspectj/lang/reflect/DeclareSoft.getSoftenedExceptionType:()Lorg/aspectj/lang/reflect/AjType; ]
package org.aspectj.weaver.patterns
DeclareSoft.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/DeclareSoft.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
DeclareSoft.DeclareSoft ( TypePattern exception, Pointcut pointcut )
[ run-time name: org/aspectj/weaver/patterns/DeclareSoft."<init>":(Lorg/aspectj/weaver/patterns/TypePattern;Lorg/aspectj/weaver/patterns/Pointcut;)V ]
DeclareSoft.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/DeclareSoft.equals:(Ljava/lang/Object;)Z ]
DeclareSoft.getException ( ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/DeclareSoft.getException:()Lorg/aspectj/weaver/patterns/TypePattern; ]
DeclareSoft.getNameSuffix ( ):String
[ run-time name: org/aspectj/weaver/patterns/DeclareSoft.getNameSuffix:()Ljava/lang/String; ]
DeclareSoft.getPointcut ( ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/DeclareSoft.getPointcut:()Lorg/aspectj/weaver/patterns/Pointcut; ]
DeclareSoft.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/DeclareSoft.hashCode:()I ]
DeclareSoft.isAdviceLike ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/DeclareSoft.isAdviceLike:()Z ]
DeclareSoft.parameterizeWith ( java.util.Map typeVariableBindingMap, org.aspectj.weaver.World w ):Declare
[ run-time name: org/aspectj/weaver/patterns/DeclareSoft.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Declare; ]
DeclareSoft.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:Declare
[ run-time name: org/aspectj/weaver/patterns/DeclareSoft.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/Declare; ]
DeclareSoft.resolve ( IScope scope ):void
[ run-time name: org/aspectj/weaver/patterns/DeclareSoft.resolve:(Lorg/aspectj/weaver/patterns/IScope;)V ]
DeclareSoft.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/DeclareSoft.toString:()Ljava/lang/String; ]
DeclareSoft.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/DeclareSoft.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, DeclareWarning.class
package org.aspectj.lang.annotation
DeclareWarning.value ( ) [abstract]:String
[ run-time name: org/aspectj/lang/annotation/DeclareWarning.value:()Ljava/lang/String; ]
xwork-2.1.2.jar, DefaultClassLoaderReference.class
package org.aspectj.apache.bcel.util
DefaultClassLoaderReference.DefaultClassLoaderReference ( ClassLoader classLoader )
[ run-time name: org/aspectj/apache/bcel/util/DefaultClassLoaderReference."<init>":(Ljava/lang/ClassLoader;)V ]
DefaultClassLoaderReference.getClassLoader ( ):ClassLoader
[ run-time name: org/aspectj/apache/bcel/util/DefaultClassLoaderReference.getClassLoader:()Ljava/lang/ClassLoader; ]
xwork-2.1.2.jar, DefaultMatchingContext.class
package org.aspectj.weaver.tools
DefaultMatchingContext.addContextBinding ( String name, Object value ):void
[ run-time name: org/aspectj/weaver/tools/DefaultMatchingContext.addContextBinding:(Ljava/lang/String;Ljava/lang/Object;)V ]
DefaultMatchingContext.DefaultMatchingContext ( )
[ run-time name: org/aspectj/weaver/tools/DefaultMatchingContext."<init>":()V ]
DefaultMatchingContext.getBinding ( String contextParameterName ):Object
[ run-time name: org/aspectj/weaver/tools/DefaultMatchingContext.getBinding:(Ljava/lang/String;)Ljava/lang/Object; ]
DefaultMatchingContext.hasContextBinding ( String contextParameterName ):boolean
[ run-time name: org/aspectj/weaver/tools/DefaultMatchingContext.hasContextBinding:(Ljava/lang/String;)Z ]
DefaultMatchingContext.removeContextBinding ( String name ):void
[ run-time name: org/aspectj/weaver/tools/DefaultMatchingContext.removeContextBinding:(Ljava/lang/String;)V ]
xwork-2.1.2.jar, DefaultMessageHandler.class
package org.aspectj.weaver.loadtime
DefaultMessageHandler.DefaultMessageHandler ( )
[ run-time name: org/aspectj/weaver/loadtime/DefaultMessageHandler."<init>":()V ]
DefaultMessageHandler.dontIgnore ( org.aspectj.bridge.IMessage.Kind kind ):void
[ run-time name: org/aspectj/weaver/loadtime/DefaultMessageHandler.dontIgnore:(Lorg/aspectj/bridge/IMessage$Kind;)V ]
DefaultMessageHandler.handleMessage ( org.aspectj.bridge.IMessage message ):boolean
[ run-time name: org/aspectj/weaver/loadtime/DefaultMessageHandler.handleMessage:(Lorg/aspectj/bridge/IMessage;)Z ]
DefaultMessageHandler.ignore ( org.aspectj.bridge.IMessage.Kind kind ):void
[ run-time name: org/aspectj/weaver/loadtime/DefaultMessageHandler.ignore:(Lorg/aspectj/bridge/IMessage$Kind;)V ]
DefaultMessageHandler.isIgnoring ( org.aspectj.bridge.IMessage.Kind kind ):boolean
[ run-time name: org/aspectj/weaver/loadtime/DefaultMessageHandler.isIgnoring:(Lorg/aspectj/bridge/IMessage$Kind;)Z ]
xwork-2.1.2.jar, DefaultTrace.class
package org.aspectj.weaver.tools
DefaultTrace.debug ( String message ):void
[ run-time name: org/aspectj/weaver/tools/DefaultTrace.debug:(Ljava/lang/String;)V ]
DefaultTrace.DefaultTrace ( Class clazz )
[ run-time name: org/aspectj/weaver/tools/DefaultTrace."<init>":(Ljava/lang/Class;)V ]
DefaultTrace.enter ( String methodName, Object thiz ):void
[ run-time name: org/aspectj/weaver/tools/DefaultTrace.enter:(Ljava/lang/String;Ljava/lang/Object;)V ]
DefaultTrace.enter ( String methodName, Object thiz, Object[] args ):void
[ run-time name: org/aspectj/weaver/tools/DefaultTrace.enter:(Ljava/lang/String;Ljava/lang/Object;[Ljava/lang/Object;)V ]
DefaultTrace.error ( String message, Throwable th ):void
[ run-time name: org/aspectj/weaver/tools/DefaultTrace.error:(Ljava/lang/String;Ljava/lang/Throwable;)V ]
DefaultTrace.event ( String methodName ):void
[ run-time name: org/aspectj/weaver/tools/DefaultTrace.event:(Ljava/lang/String;)V ]
DefaultTrace.event ( String methodName, Object thiz, Object[] args ):void
[ run-time name: org/aspectj/weaver/tools/DefaultTrace.event:(Ljava/lang/String;Ljava/lang/Object;[Ljava/lang/Object;)V ]
DefaultTrace.exit ( String methodName ):void
[ run-time name: org/aspectj/weaver/tools/DefaultTrace.exit:(Ljava/lang/String;)V ]
DefaultTrace.exit ( String methodName, Object ret ):void
[ run-time name: org/aspectj/weaver/tools/DefaultTrace.exit:(Ljava/lang/String;Ljava/lang/Object;)V ]
DefaultTrace.exit ( String methodName, Throwable th ):void
[ run-time name: org/aspectj/weaver/tools/DefaultTrace.exit:(Ljava/lang/String;Ljava/lang/Throwable;)V ]
DefaultTrace.fatal ( String message, Throwable th ):void
[ run-time name: org/aspectj/weaver/tools/DefaultTrace.fatal:(Ljava/lang/String;Ljava/lang/Throwable;)V ]
DefaultTrace.info ( String message ):void
[ run-time name: org/aspectj/weaver/tools/DefaultTrace.info:(Ljava/lang/String;)V ]
DefaultTrace.isTraceEnabled ( ):boolean
[ run-time name: org/aspectj/weaver/tools/DefaultTrace.isTraceEnabled:()Z ]
DefaultTrace.println ( String s ):void
[ run-time name: org/aspectj/weaver/tools/DefaultTrace.println:(Ljava/lang/String;)V ]
DefaultTrace.setPrintStream ( java.io.PrintStream printStream ):void
[ run-time name: org/aspectj/weaver/tools/DefaultTrace.setPrintStream:(Ljava/io/PrintStream;)V ]
DefaultTrace.setTraceEnabled ( boolean b ):void
[ run-time name: org/aspectj/weaver/tools/DefaultTrace.setTraceEnabled:(Z)V ]
DefaultTrace.warn ( String message, Throwable th ):void
[ run-time name: org/aspectj/weaver/tools/DefaultTrace.warn:(Ljava/lang/String;Ljava/lang/Throwable;)V ]
xwork-2.1.2.jar, DefaultTraceFactory.class
package org.aspectj.weaver.tools
DefaultTraceFactory.DefaultTraceFactory ( )
[ run-time name: org/aspectj/weaver/tools/DefaultTraceFactory."<init>":()V ]
DefaultTraceFactory.getTrace ( Class clazz ):Trace
[ run-time name: org/aspectj/weaver/tools/DefaultTraceFactory.getTrace:(Ljava/lang/Class;)Lorg/aspectj/weaver/tools/Trace; ]
DefaultTraceFactory.isEnabled ( ):boolean
[ run-time name: org/aspectj/weaver/tools/DefaultTraceFactory.isEnabled:()Z ]
xwork-2.1.2.jar, DefaultWeavingContext.class
package org.aspectj.weaver.loadtime
DefaultWeavingContext.DefaultWeavingContext ( ClassLoader loader )
[ run-time name: org/aspectj/weaver/loadtime/DefaultWeavingContext."<init>":(Ljava/lang/ClassLoader;)V ]
DefaultWeavingContext.getBundleIdFromURL ( java.net.URL url ):String
[ run-time name: org/aspectj/weaver/loadtime/DefaultWeavingContext.getBundleIdFromURL:(Ljava/net/URL;)Ljava/lang/String; ]
DefaultWeavingContext.getClassLoader ( ):ClassLoader
[ run-time name: org/aspectj/weaver/loadtime/DefaultWeavingContext.getClassLoader:()Ljava/lang/ClassLoader; ]
DefaultWeavingContext.getClassLoaderName ( ):String
[ run-time name: org/aspectj/weaver/loadtime/DefaultWeavingContext.getClassLoaderName:()Ljava/lang/String; ]
DefaultWeavingContext.getDefinitions ( ClassLoader loader, org.aspectj.weaver.tools.WeavingAdaptor adaptor ):java.util.List
[ run-time name: org/aspectj/weaver/loadtime/DefaultWeavingContext.getDefinitions:(Ljava/lang/ClassLoader;Lorg/aspectj/weaver/tools/WeavingAdaptor;)Ljava/util/List; ]
DefaultWeavingContext.getFile ( java.net.URL url ):String
[ run-time name: org/aspectj/weaver/loadtime/DefaultWeavingContext.getFile:(Ljava/net/URL;)Ljava/lang/String; ]
DefaultWeavingContext.getId ( ):String
[ run-time name: org/aspectj/weaver/loadtime/DefaultWeavingContext.getId:()Ljava/lang/String; ]
DefaultWeavingContext.getResources ( String name ):java.util.Enumeration
[ run-time name: org/aspectj/weaver/loadtime/DefaultWeavingContext.getResources:(Ljava/lang/String;)Ljava/util/Enumeration; ]
DefaultWeavingContext.getSuffix ( ):String
[ run-time name: org/aspectj/weaver/loadtime/DefaultWeavingContext.getSuffix:()Ljava/lang/String; ]
DefaultWeavingContext.isLocallyDefined ( String classname ):boolean
[ run-time name: org/aspectj/weaver/loadtime/DefaultWeavingContext.isLocallyDefined:(Ljava/lang/String;)Z ]
xwork-2.1.2.jar, DeferredResolvedPointcutDefinition.class
package org.aspectj.weaver.reflect
DeferredResolvedPointcutDefinition.DeferredResolvedPointcutDefinition ( org.aspectj.weaver.UnresolvedType declaringType, int modifiers, String name, org.aspectj.weaver.UnresolvedType[] parameterTypes )
[ run-time name: org/aspectj/weaver/reflect/DeferredResolvedPointcutDefinition."<init>":(Lorg/aspectj/weaver/UnresolvedType;ILjava/lang/String;[Lorg/aspectj/weaver/UnresolvedType;)V ]
xwork-2.1.2.jar, Definition.class
package org.aspectj.weaver.loadtime.definition
Definition.appendWeaverOptions ( String option ):void
[ run-time name: org/aspectj/weaver/loadtime/definition/Definition.appendWeaverOptions:(Ljava/lang/String;)V ]
Definition.Definition ( )
[ run-time name: org/aspectj/weaver/loadtime/definition/Definition."<init>":()V ]
Definition.getAspectClassNames ( ):java.util.List
[ run-time name: org/aspectj/weaver/loadtime/definition/Definition.getAspectClassNames:()Ljava/util/List; ]
Definition.getAspectExcludePatterns ( ):java.util.List
[ run-time name: org/aspectj/weaver/loadtime/definition/Definition.getAspectExcludePatterns:()Ljava/util/List; ]
Definition.getAspectIncludePatterns ( ):java.util.List
[ run-time name: org/aspectj/weaver/loadtime/definition/Definition.getAspectIncludePatterns:()Ljava/util/List; ]
Definition.getConcreteAspects ( ):java.util.List
[ run-time name: org/aspectj/weaver/loadtime/definition/Definition.getConcreteAspects:()Ljava/util/List; ]
Definition.getDumpPatterns ( ):java.util.List
[ run-time name: org/aspectj/weaver/loadtime/definition/Definition.getDumpPatterns:()Ljava/util/List; ]
Definition.getExcludePatterns ( ):java.util.List
[ run-time name: org/aspectj/weaver/loadtime/definition/Definition.getExcludePatterns:()Ljava/util/List; ]
Definition.getIncludePatterns ( ):java.util.List
[ run-time name: org/aspectj/weaver/loadtime/definition/Definition.getIncludePatterns:()Ljava/util/List; ]
Definition.getWeaverOptions ( ):String
[ run-time name: org/aspectj/weaver/loadtime/definition/Definition.getWeaverOptions:()Ljava/lang/String; ]
Definition.setDumpBefore ( boolean b ):void
[ run-time name: org/aspectj/weaver/loadtime/definition/Definition.setDumpBefore:(Z)V ]
Definition.shouldDumpBefore ( ):boolean
[ run-time name: org/aspectj/weaver/loadtime/definition/Definition.shouldDumpBefore:()Z ]
xwork-2.1.2.jar, Deprecated.class
package org.aspectj.apache.bcel.classfile
Deprecated.accept ( ClassVisitor p1 ):void
[ run-time name: org/aspectj/apache/bcel/classfile/Deprecated.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
Deprecated.copy ( ConstantPool p1 ):Attribute
[ run-time name: org/aspectj/apache/bcel/classfile/Deprecated.copy:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Attribute; ]
Deprecated.Deprecated ( int name_index, int length, byte[] bytes, ConstantPool constant_pool )
[ run-time name: org/aspectj/apache/bcel/classfile/Deprecated."<init>":(II[BLorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
Deprecated.Deprecated ( Deprecated c )
[ run-time name: org/aspectj/apache/bcel/classfile/Deprecated."<init>":(Lorg/aspectj/apache/bcel/classfile/Deprecated;)V ]
Deprecated.dump ( java.io.DataOutputStream p1 ):void
[ run-time name: org/aspectj/apache/bcel/classfile/Deprecated.dump:(Ljava/io/DataOutputStream;)V ]
Deprecated.getBytes ( ):byte[]
[ run-time name: org/aspectj/apache/bcel/classfile/Deprecated.getBytes:()[B ]
Deprecated.getLocalVariable ( int p1 ):LocalVariable
[ run-time name: org/aspectj/apache/bcel/classfile/Deprecated.getLocalVariable:(I)Lorg/aspectj/apache/bcel/classfile/LocalVariable; ]
Deprecated.getTableLength ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/Deprecated.getTableLength:()I ]
Deprecated.setBytes ( byte[] bytes ):void
[ run-time name: org/aspectj/apache/bcel/classfile/Deprecated.setBytes:([B)V ]
Deprecated.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/Deprecated.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, DocumentParser.class
package org.aspectj.weaver.loadtime.definition
DocumentParser.endElement ( String uri, String localName, String qName ):void
[ run-time name: org/aspectj/weaver/loadtime/definition/DocumentParser.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V ]
DocumentParser.error ( org.xml.sax.SAXParseException e ):void
[ run-time name: org/aspectj/weaver/loadtime/definition/DocumentParser.error:(Lorg/xml/sax/SAXParseException;)V ]
DocumentParser.fatalError ( org.xml.sax.SAXParseException e ):void
[ run-time name: org/aspectj/weaver/loadtime/definition/DocumentParser.fatalError:(Lorg/xml/sax/SAXParseException;)V ]
DocumentParser.parse ( java.net.URL url ) [static]:Definition
[ run-time name: org/aspectj/weaver/loadtime/definition/DocumentParser.parse:(Ljava/net/URL;)Lorg/aspectj/weaver/loadtime/definition/Definition; ]
DocumentParser.resolveEntity ( String publicId, String systemId ):org.xml.sax.InputSource
[ run-time name: org/aspectj/weaver/loadtime/definition/DocumentParser.resolveEntity:(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource; ]
DocumentParser.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes ):void
[ run-time name: org/aspectj/weaver/loadtime/definition/DocumentParser.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V ]
DocumentParser.warning ( org.xml.sax.SAXParseException e ):void
[ run-time name: org/aspectj/weaver/loadtime/definition/DocumentParser.warning:(Lorg/xml/sax/SAXParseException;)V ]
xwork-2.1.2.jar, Dump.class
package org.aspectj.weaver
Dump.close ( ):void
[ run-time name: org/aspectj/weaver/Dump.close:()V ]
Dump.dump ( String reason ) [static]:String
[ run-time name: org/aspectj/weaver/Dump.dump:(Ljava/lang/String;)Ljava/lang/String; ]
Dump.dumpOnExit ( ) [static]:String
[ run-time name: org/aspectj/weaver/Dump.dumpOnExit:()Ljava/lang/String; ]
Dump.dumpOnExit ( org.aspectj.bridge.IMessageHolder messageHolder, boolean reset ) [static]:String
[ run-time name: org/aspectj/weaver/Dump.dumpOnExit:(Lorg/aspectj/bridge/IMessageHolder;Z)Ljava/lang/String; ]
Dump.dumpWithException ( org.aspectj.bridge.IMessageHolder messageHolder, Throwable th ) [static]:String
[ run-time name: org/aspectj/weaver/Dump.dumpWithException:(Lorg/aspectj/bridge/IMessageHolder;Ljava/lang/Throwable;)Ljava/lang/String; ]
Dump.dumpWithException ( Throwable th ) [static]:String
[ run-time name: org/aspectj/weaver/Dump.dumpWithException:(Ljava/lang/Throwable;)Ljava/lang/String; ]
Dump.getDumpOnException ( ) [static]:boolean
[ run-time name: org/aspectj/weaver/Dump.getDumpOnException:()Z ]
Dump.getDumpOnExit ( ) [static]:org.aspectj.bridge.IMessage.Kind
[ run-time name: org/aspectj/weaver/Dump.getDumpOnExit:()Lorg/aspectj/bridge/IMessage$Kind; ]
Dump.getFileName ( ):String
[ run-time name: org/aspectj/weaver/Dump.getFileName:()Ljava/lang/String; ]
Dump.getLastDumpFileName ( ) [static]:String
[ run-time name: org/aspectj/weaver/Dump.getLastDumpFileName:()Ljava/lang/String; ]
Dump.preserveOnNextReset ( ) [static]:void
[ run-time name: org/aspectj/weaver/Dump.preserveOnNextReset:()V ]
Dump.registerNode ( Class module, Dump.INode newNode ) [static]:void
[ run-time name: org/aspectj/weaver/Dump.registerNode:(Ljava/lang/Class;Lorg/aspectj/weaver/Dump$INode;)V ]
Dump.reset ( ) [static]:void
[ run-time name: org/aspectj/weaver/Dump.reset:()V ]
Dump.saveCommandLine ( String[] args ) [static]:void
[ run-time name: org/aspectj/weaver/Dump.saveCommandLine:([Ljava/lang/String;)V ]
Dump.saveFullClasspath ( java.util.List list ) [static]:void
[ run-time name: org/aspectj/weaver/Dump.saveFullClasspath:(Ljava/util/List;)V ]
Dump.saveMessageHolder ( org.aspectj.bridge.IMessageHolder holder ) [static]:void
[ run-time name: org/aspectj/weaver/Dump.saveMessageHolder:(Lorg/aspectj/bridge/IMessageHolder;)V ]
Dump.setDumpDirectory ( String directoryName ) [static]:boolean
[ run-time name: org/aspectj/weaver/Dump.setDumpDirectory:(Ljava/lang/String;)Z ]
Dump.setDumpOnException ( boolean b ) [static]:void
[ run-time name: org/aspectj/weaver/Dump.setDumpOnException:(Z)V ]
Dump.setDumpOnExit ( org.aspectj.bridge.IMessage.Kind condition ) [static]:boolean
[ run-time name: org/aspectj/weaver/Dump.setDumpOnExit:(Lorg/aspectj/bridge/IMessage$Kind;)Z ]
Dump.setDumpOnExit ( String condition ) [static]:boolean
[ run-time name: org/aspectj/weaver/Dump.setDumpOnExit:(Ljava/lang/String;)Z ]
xwork-2.1.2.jar, ElementNameValuePairGen.class
package org.aspectj.apache.bcel.classfile.annotation
ElementNameValuePairGen.dump ( java.io.DataOutputStream dos ):void
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ElementNameValuePairGen.dump:(Ljava/io/DataOutputStream;)V ]
ElementNameValuePairGen.ElementNameValuePairGen ( int idx, ElementValueGen value, org.aspectj.apache.bcel.classfile.ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ElementNameValuePairGen."<init>":(ILorg/aspectj/apache/bcel/classfile/annotation/ElementValueGen;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
ElementNameValuePairGen.ElementNameValuePairGen ( ElementNameValuePairGen nvp, org.aspectj.apache.bcel.classfile.ConstantPool cpool, boolean copyPoolEntries )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ElementNameValuePairGen."<init>":(Lorg/aspectj/apache/bcel/classfile/annotation/ElementNameValuePairGen;Lorg/aspectj/apache/bcel/classfile/ConstantPool;Z)V ]
ElementNameValuePairGen.ElementNameValuePairGen ( String name, ElementValueGen value, org.aspectj.apache.bcel.classfile.ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ElementNameValuePairGen."<init>":(Ljava/lang/String;Lorg/aspectj/apache/bcel/classfile/annotation/ElementValueGen;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
ElementNameValuePairGen.getNameIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ElementNameValuePairGen.getNameIndex:()I ]
ElementNameValuePairGen.getNameString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ElementNameValuePairGen.getNameString:()Ljava/lang/String; ]
ElementNameValuePairGen.getValue ( ):ElementValueGen
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ElementNameValuePairGen.getValue:()Lorg/aspectj/apache/bcel/classfile/annotation/ElementValueGen; ]
ElementNameValuePairGen.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ElementNameValuePairGen.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, ElementValueGen.class
package org.aspectj.apache.bcel.classfile.annotation
ElementValueGen.copy ( ElementValueGen value, org.aspectj.apache.bcel.classfile.ConstantPool cpool, boolean copyPoolEntries ) [static]:ElementValueGen
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ElementValueGen.copy:(Lorg/aspectj/apache/bcel/classfile/annotation/ElementValueGen;Lorg/aspectj/apache/bcel/classfile/ConstantPool;Z)Lorg/aspectj/apache/bcel/classfile/annotation/ElementValueGen; ]
ElementValueGen.dump ( java.io.DataOutputStream p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ElementValueGen.dump:(Ljava/io/DataOutputStream;)V ]
ElementValueGen.ElementValueGen ( int type, org.aspectj.apache.bcel.classfile.ConstantPool cpGen )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ElementValueGen."<init>":(ILorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
ElementValueGen.getConstantPool ( ):org.aspectj.apache.bcel.classfile.ConstantPool
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ElementValueGen.getConstantPool:()Lorg/aspectj/apache/bcel/classfile/ConstantPool; ]
ElementValueGen.getElementValueType ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ElementValueGen.getElementValueType:()I ]
ElementValueGen.readElementValue ( java.io.DataInputStream dis, org.aspectj.apache.bcel.classfile.ConstantPool cpGen ) [static]:ElementValueGen
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ElementValueGen.readElementValue:(Ljava/io/DataInputStream;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/annotation/ElementValueGen; ]
ElementValueGen.stringifyValue ( ) [abstract]:String
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/ElementValueGen.stringifyValue:()Ljava/lang/String; ]
xwork-2.1.2.jar, EllipsisAnnotationTypePattern.class
package org.aspectj.weaver.patterns
EllipsisAnnotationTypePattern.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/EllipsisAnnotationTypePattern.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
EllipsisAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/EllipsisAnnotationTypePattern.matches:(Lorg/aspectj/weaver/AnnotatedElement;)Lorg/aspectj/util/FuzzyBoolean; ]
EllipsisAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated, org.aspectj.weaver.ResolvedType[] parameterAnnotations ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/EllipsisAnnotationTypePattern.matches:(Lorg/aspectj/weaver/AnnotatedElement;[Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/util/FuzzyBoolean; ]
EllipsisAnnotationTypePattern.parameterizeWith ( java.util.Map arg0, org.aspectj.weaver.World w ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/EllipsisAnnotationTypePattern.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
EllipsisAnnotationTypePattern.resolve ( org.aspectj.weaver.World world ):void
[ run-time name: org/aspectj/weaver/patterns/EllipsisAnnotationTypePattern.resolve:(Lorg/aspectj/weaver/World;)V ]
EllipsisAnnotationTypePattern.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/EllipsisAnnotationTypePattern.toString:()Ljava/lang/String; ]
EllipsisAnnotationTypePattern.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/EllipsisAnnotationTypePattern.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, EllipsisTypePattern.class
package org.aspectj.weaver.patterns
EllipsisTypePattern.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/EllipsisTypePattern.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
EllipsisTypePattern.couldEverMatchSameTypesAs ( TypePattern other ):boolean
[ run-time name: org/aspectj/weaver/patterns/EllipsisTypePattern.couldEverMatchSameTypesAs:(Lorg/aspectj/weaver/patterns/TypePattern;)Z ]
EllipsisTypePattern.EllipsisTypePattern ( )
[ run-time name: org/aspectj/weaver/patterns/EllipsisTypePattern."<init>":()V ]
EllipsisTypePattern.equals ( Object obj ):boolean
[ run-time name: org/aspectj/weaver/patterns/EllipsisTypePattern.equals:(Ljava/lang/Object;)Z ]
EllipsisTypePattern.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/EllipsisTypePattern.hashCode:()I ]
EllipsisTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type ):boolean
[ run-time name: org/aspectj/weaver/patterns/EllipsisTypePattern.matchesExactly:(Lorg/aspectj/weaver/ResolvedType;)Z ]
EllipsisTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.ResolvedType annotatedType ):boolean
[ run-time name: org/aspectj/weaver/patterns/EllipsisTypePattern.matchesExactly:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;)Z ]
EllipsisTypePattern.matchesInstanceof ( org.aspectj.weaver.ResolvedType type ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/EllipsisTypePattern.matchesInstanceof:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/util/FuzzyBoolean; ]
EllipsisTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/EllipsisTypePattern.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/TypePattern; ]
EllipsisTypePattern.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/EllipsisTypePattern.toString:()Ljava/lang/String; ]
EllipsisTypePattern.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/EllipsisTypePattern.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, EnclosingMethod.class
package org.aspectj.apache.bcel.classfile
EnclosingMethod.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/EnclosingMethod.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
EnclosingMethod.copy ( ConstantPool constant_pool ):Attribute
[ run-time name: org/aspectj/apache/bcel/classfile/EnclosingMethod.copy:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Attribute; ]
EnclosingMethod.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/EnclosingMethod.dump:(Ljava/io/DataOutputStream;)V ]
EnclosingMethod.EnclosingMethod ( int nameIndex, int len, java.io.DataInputStream dis, ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/EnclosingMethod."<init>":(IILjava/io/DataInputStream;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
EnclosingMethod.getEnclosingClass ( ):ConstantClass
[ run-time name: org/aspectj/apache/bcel/classfile/EnclosingMethod.getEnclosingClass:()Lorg/aspectj/apache/bcel/classfile/ConstantClass; ]
EnclosingMethod.getEnclosingClassIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/EnclosingMethod.getEnclosingClassIndex:()I ]
EnclosingMethod.getEnclosingMethod ( ):ConstantNameAndType
[ run-time name: org/aspectj/apache/bcel/classfile/EnclosingMethod.getEnclosingMethod:()Lorg/aspectj/apache/bcel/classfile/ConstantNameAndType; ]
EnclosingMethod.getEnclosingMethodIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/EnclosingMethod.getEnclosingMethodIndex:()I ]
EnclosingMethod.setEnclosingClassIndex ( int idx ):void
[ run-time name: org/aspectj/apache/bcel/classfile/EnclosingMethod.setEnclosingClassIndex:(I)V ]
EnclosingMethod.setEnclosingMethodIndex ( int idx ):void
[ run-time name: org/aspectj/apache/bcel/classfile/EnclosingMethod.setEnclosingMethodIndex:(I)V ]
xwork-2.1.2.jar, EnumAnnotationValue.class
package org.aspectj.weaver
EnumAnnotationValue.EnumAnnotationValue ( String type, String value )
[ run-time name: org/aspectj/weaver/EnumAnnotationValue."<init>":(Ljava/lang/String;Ljava/lang/String;)V ]
EnumAnnotationValue.getType ( ):String
[ run-time name: org/aspectj/weaver/EnumAnnotationValue.getType:()Ljava/lang/String; ]
EnumAnnotationValue.stringify ( ):String
[ run-time name: org/aspectj/weaver/EnumAnnotationValue.stringify:()Ljava/lang/String; ]
EnumAnnotationValue.toString ( ):String
[ run-time name: org/aspectj/weaver/EnumAnnotationValue.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, EnumElementValueGen.class
package org.aspectj.apache.bcel.classfile.annotation
EnumElementValueGen.dump ( java.io.DataOutputStream dos ):void
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/EnumElementValueGen.dump:(Ljava/io/DataOutputStream;)V ]
EnumElementValueGen.EnumElementValueGen ( int typeIdx, int valueIdx, org.aspectj.apache.bcel.classfile.ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/EnumElementValueGen."<init>":(IILorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
EnumElementValueGen.EnumElementValueGen ( EnumElementValueGen value, org.aspectj.apache.bcel.classfile.ConstantPool cpool, boolean copyPoolEntries )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/EnumElementValueGen."<init>":(Lorg/aspectj/apache/bcel/classfile/annotation/EnumElementValueGen;Lorg/aspectj/apache/bcel/classfile/ConstantPool;Z)V ]
EnumElementValueGen.EnumElementValueGen ( org.aspectj.apache.bcel.generic.ObjectType t, String value, org.aspectj.apache.bcel.classfile.ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/EnumElementValueGen."<init>":(Lorg/aspectj/apache/bcel/generic/ObjectType;Ljava/lang/String;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
EnumElementValueGen.getEnumTypeString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/EnumElementValueGen.getEnumTypeString:()Ljava/lang/String; ]
EnumElementValueGen.getEnumValueString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/EnumElementValueGen.getEnumValueString:()Ljava/lang/String; ]
EnumElementValueGen.getTypeIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/EnumElementValueGen.getTypeIndex:()I ]
EnumElementValueGen.getValueIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/EnumElementValueGen.getValueIndex:()I ]
EnumElementValueGen.stringifyValue ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/EnumElementValueGen.stringifyValue:()Ljava/lang/String; ]
xwork-2.1.2.jar, ExactAnnotationFieldTypePattern.class
package org.aspectj.weaver.patterns
ExactAnnotationFieldTypePattern.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationFieldTypePattern.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
ExactAnnotationFieldTypePattern.equals ( Object obj ):boolean
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationFieldTypePattern.equals:(Ljava/lang/Object;)Z ]
ExactAnnotationFieldTypePattern.ExactAnnotationFieldTypePattern ( ExactAnnotationTypePattern p, String formalName )
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationFieldTypePattern."<init>":(Lorg/aspectj/weaver/patterns/ExactAnnotationTypePattern;Ljava/lang/String;)V ]
ExactAnnotationFieldTypePattern.ExactAnnotationFieldTypePattern ( org.aspectj.weaver.UnresolvedType annotationType, String formalName )
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationFieldTypePattern."<init>":(Lorg/aspectj/weaver/UnresolvedType;Ljava/lang/String;)V ]
ExactAnnotationFieldTypePattern.fastMatches ( org.aspectj.weaver.AnnotatedElement annotated ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationFieldTypePattern.fastMatches:(Lorg/aspectj/weaver/AnnotatedElement;)Lorg/aspectj/util/FuzzyBoolean; ]
ExactAnnotationFieldTypePattern.getAnnotationType ( ):org.aspectj.weaver.UnresolvedType
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationFieldTypePattern.getAnnotationType:()Lorg/aspectj/weaver/UnresolvedType; ]
ExactAnnotationFieldTypePattern.getAnnotationValues ( ):java.util.Map
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationFieldTypePattern.getAnnotationValues:()Ljava/util/Map; ]
ExactAnnotationFieldTypePattern.getResolvedAnnotationType ( ):org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationFieldTypePattern.getResolvedAnnotationType:()Lorg/aspectj/weaver/ResolvedType; ]
ExactAnnotationFieldTypePattern.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationFieldTypePattern.hashCode:()I ]
ExactAnnotationFieldTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationFieldTypePattern.matches:(Lorg/aspectj/weaver/AnnotatedElement;)Lorg/aspectj/util/FuzzyBoolean; ]
ExactAnnotationFieldTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated, org.aspectj.weaver.ResolvedType[] parameterAnnotations ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationFieldTypePattern.matches:(Lorg/aspectj/weaver/AnnotatedElement;[Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/util/FuzzyBoolean; ]
ExactAnnotationFieldTypePattern.matchesRuntimeType ( org.aspectj.weaver.AnnotatedElement annotated ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationFieldTypePattern.matchesRuntimeType:(Lorg/aspectj/weaver/AnnotatedElement;)Lorg/aspectj/util/FuzzyBoolean; ]
ExactAnnotationFieldTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationFieldTypePattern.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
ExactAnnotationFieldTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationFieldTypePattern.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
ExactAnnotationFieldTypePattern.resolve ( org.aspectj.weaver.World world ):void
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationFieldTypePattern.resolve:(Lorg/aspectj/weaver/World;)V ]
ExactAnnotationFieldTypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationFieldTypePattern.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;Z)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
ExactAnnotationFieldTypePattern.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationFieldTypePattern.toString:()Ljava/lang/String; ]
ExactAnnotationFieldTypePattern.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationFieldTypePattern.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, ExactAnnotationTypePattern.class
package org.aspectj.weaver.patterns
ExactAnnotationTypePattern.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationTypePattern.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
ExactAnnotationTypePattern.equals ( Object obj ):boolean
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationTypePattern.equals:(Ljava/lang/Object;)Z ]
ExactAnnotationTypePattern.ExactAnnotationTypePattern ( org.aspectj.weaver.UnresolvedType annotationType, java.util.Map annotationValues )
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationTypePattern."<init>":(Lorg/aspectj/weaver/UnresolvedType;Ljava/util/Map;)V ]
ExactAnnotationTypePattern.ExactAnnotationTypePattern ( String formalName )
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationTypePattern."<init>":(Ljava/lang/String;)V ]
ExactAnnotationTypePattern.fastMatches ( org.aspectj.weaver.AnnotatedElement annotated ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationTypePattern.fastMatches:(Lorg/aspectj/weaver/AnnotatedElement;)Lorg/aspectj/util/FuzzyBoolean; ]
ExactAnnotationTypePattern.getAnnotationType ( ):org.aspectj.weaver.UnresolvedType
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationTypePattern.getAnnotationType:()Lorg/aspectj/weaver/UnresolvedType; ]
ExactAnnotationTypePattern.getAnnotationValues ( ):java.util.Map
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationTypePattern.getAnnotationValues:()Ljava/util/Map; ]
ExactAnnotationTypePattern.getResolvedAnnotationType ( ):org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationTypePattern.getResolvedAnnotationType:()Lorg/aspectj/weaver/ResolvedType; ]
ExactAnnotationTypePattern.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationTypePattern.hashCode:()I ]
ExactAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationTypePattern.matches:(Lorg/aspectj/weaver/AnnotatedElement;)Lorg/aspectj/util/FuzzyBoolean; ]
ExactAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated, org.aspectj.weaver.ResolvedType[] parameterAnnotations ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationTypePattern.matches:(Lorg/aspectj/weaver/AnnotatedElement;[Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/util/FuzzyBoolean; ]
ExactAnnotationTypePattern.matchesRuntimeType ( org.aspectj.weaver.AnnotatedElement annotated ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationTypePattern.matchesRuntimeType:(Lorg/aspectj/weaver/AnnotatedElement;)Lorg/aspectj/util/FuzzyBoolean; ]
ExactAnnotationTypePattern.maybeGetSimpleName ( ):String
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationTypePattern.maybeGetSimpleName:()Ljava/lang/String; ]
ExactAnnotationTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationTypePattern.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
ExactAnnotationTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationTypePattern.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
ExactAnnotationTypePattern.resolve ( org.aspectj.weaver.World world ):void
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationTypePattern.resolve:(Lorg/aspectj/weaver/World;)V ]
ExactAnnotationTypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationTypePattern.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;Z)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
ExactAnnotationTypePattern.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationTypePattern.toString:()Ljava/lang/String; ]
ExactAnnotationTypePattern.verifyIsAnnotationType ( org.aspectj.weaver.ResolvedType type, IScope scope ):void
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationTypePattern.verifyIsAnnotationType:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/patterns/IScope;)V ]
ExactAnnotationTypePattern.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/ExactAnnotationTypePattern.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, ExactTypePattern.class
package org.aspectj.weaver.patterns
ExactTypePattern.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/ExactTypePattern.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
ExactTypePattern.couldEverMatchSameTypesAs ( TypePattern other ):boolean
[ run-time name: org/aspectj/weaver/patterns/ExactTypePattern.couldEverMatchSameTypesAs:(Lorg/aspectj/weaver/patterns/TypePattern;)Z ]
ExactTypePattern.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/ExactTypePattern.equals:(Ljava/lang/Object;)Z ]
ExactTypePattern.ExactTypePattern ( org.aspectj.weaver.UnresolvedType type, boolean includeSubtypes, boolean isVarArgs )
[ run-time name: org/aspectj/weaver/patterns/ExactTypePattern."<init>":(Lorg/aspectj/weaver/UnresolvedType;ZZ)V ]
ExactTypePattern.getType ( ):org.aspectj.weaver.UnresolvedType
[ run-time name: org/aspectj/weaver/patterns/ExactTypePattern.getType:()Lorg/aspectj/weaver/UnresolvedType; ]
ExactTypePattern.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/ExactTypePattern.hashCode:()I ]
ExactTypePattern.isArray ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/ExactTypePattern.isArray:()Z ]
ExactTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType matchType ):boolean
[ run-time name: org/aspectj/weaver/patterns/ExactTypePattern.matchesExactly:(Lorg/aspectj/weaver/ResolvedType;)Z ]
ExactTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType matchType, org.aspectj.weaver.ResolvedType annotatedType ):boolean
[ run-time name: org/aspectj/weaver/patterns/ExactTypePattern.matchesExactly:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;)Z ]
ExactTypePattern.matchesInstanceof ( org.aspectj.weaver.ResolvedType matchType ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/ExactTypePattern.matchesInstanceof:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/util/FuzzyBoolean; ]
ExactTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/ExactTypePattern.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/TypePattern; ]
ExactTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:TypePattern
[ run-time name: org/aspectj/weaver/patterns/ExactTypePattern.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/TypePattern; ]
ExactTypePattern.readTypePattern150 ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:TypePattern
[ run-time name: org/aspectj/weaver/patterns/ExactTypePattern.readTypePattern150:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/TypePattern; ]
ExactTypePattern.readTypePatternOldStyle ( java.io.DataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:TypePattern
[ run-time name: org/aspectj/weaver/patterns/ExactTypePattern.readTypePatternOldStyle:(Ljava/io/DataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/TypePattern; ]
ExactTypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/ExactTypePattern.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;ZZ)Lorg/aspectj/weaver/patterns/TypePattern; ]
ExactTypePattern.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/ExactTypePattern.toString:()Ljava/lang/String; ]
ExactTypePattern.write ( java.io.DataOutputStream out ):void
[ run-time name: org/aspectj/weaver/patterns/ExactTypePattern.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, ExceptionRange.class
package org.aspectj.weaver.bcel
ExceptionRange.associateWithTargets ( org.aspectj.apache.bcel.generic.InstructionHandle start, org.aspectj.apache.bcel.generic.InstructionHandle end, org.aspectj.apache.bcel.generic.InstructionHandle handler ):void
[ run-time name: org/aspectj/weaver/bcel/ExceptionRange.associateWithTargets:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
ExceptionRange.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/bcel/ExceptionRange.equals:(Ljava/lang/Object;)Z ]
ExceptionRange.ExceptionRange ( org.aspectj.apache.bcel.generic.InstructionList body, org.aspectj.weaver.UnresolvedType exceptionType, boolean insideExisting )
[ run-time name: org/aspectj/weaver/bcel/ExceptionRange."<init>":(Lorg/aspectj/apache/bcel/generic/InstructionList;Lorg/aspectj/weaver/UnresolvedType;Z)V ]
ExceptionRange.ExceptionRange ( org.aspectj.apache.bcel.generic.InstructionList body, org.aspectj.weaver.UnresolvedType exceptionType, int priority )
[ run-time name: org/aspectj/weaver/bcel/ExceptionRange."<init>":(Lorg/aspectj/apache/bcel/generic/InstructionList;Lorg/aspectj/weaver/UnresolvedType;I)V ]
ExceptionRange.getCatchType ( ):org.aspectj.weaver.UnresolvedType
[ run-time name: org/aspectj/weaver/bcel/ExceptionRange.getCatchType:()Lorg/aspectj/weaver/UnresolvedType; ]
ExceptionRange.getHandler ( ):org.aspectj.apache.bcel.generic.InstructionHandle
[ run-time name: org/aspectj/weaver/bcel/ExceptionRange.getHandler:()Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
ExceptionRange.getPriority ( ):int
[ run-time name: org/aspectj/weaver/bcel/ExceptionRange.getPriority:()I ]
ExceptionRange.hashCode ( ):int
[ run-time name: org/aspectj/weaver/bcel/ExceptionRange.hashCode:()I ]
ExceptionRange.isExceptionEnd ( org.aspectj.apache.bcel.generic.InstructionHandle ih ) [static]:boolean
[ run-time name: org/aspectj/weaver/bcel/ExceptionRange.isExceptionEnd:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;)Z ]
ExceptionRange.isExceptionStart ( org.aspectj.apache.bcel.generic.InstructionHandle ih ) [static]:boolean
[ run-time name: org/aspectj/weaver/bcel/ExceptionRange.isExceptionStart:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;)Z ]
ExceptionRange.toString ( ):String
[ run-time name: org/aspectj/weaver/bcel/ExceptionRange.toString:()Ljava/lang/String; ]
ExceptionRange.updateTarget ( org.aspectj.apache.bcel.generic.InstructionHandle oldIh, org.aspectj.apache.bcel.generic.InstructionHandle newIh, org.aspectj.apache.bcel.generic.InstructionList newBody ):void
[ run-time name: org/aspectj/weaver/bcel/ExceptionRange.updateTarget:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionList;)V ]
xwork-2.1.2.jar, ExceptionTable.class
package org.aspectj.apache.bcel.classfile
ExceptionTable.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ExceptionTable.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
ExceptionTable.copy ( ConstantPool constant_pool ):Attribute
[ run-time name: org/aspectj/apache/bcel/classfile/ExceptionTable.copy:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Attribute; ]
ExceptionTable.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ExceptionTable.dump:(Ljava/io/DataOutputStream;)V ]
ExceptionTable.ExceptionTable ( int name_index, int length, int[] exception_index_table, ConstantPool constant_pool )
[ run-time name: org/aspectj/apache/bcel/classfile/ExceptionTable."<init>":(II[ILorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
ExceptionTable.ExceptionTable ( ExceptionTable c )
[ run-time name: org/aspectj/apache/bcel/classfile/ExceptionTable."<init>":(Lorg/aspectj/apache/bcel/classfile/ExceptionTable;)V ]
ExceptionTable.getExceptionIndexTable ( ):int[]
[ run-time name: org/aspectj/apache/bcel/classfile/ExceptionTable.getExceptionIndexTable:()[I ]
ExceptionTable.getExceptionNames ( ):String[]
[ run-time name: org/aspectj/apache/bcel/classfile/ExceptionTable.getExceptionNames:()[Ljava/lang/String; ]
ExceptionTable.getNumberOfExceptions ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/ExceptionTable.getNumberOfExceptions:()I ]
ExceptionTable.setExceptionIndexTable ( int[] exception_index_table ):void
[ run-time name: org/aspectj/apache/bcel/classfile/ExceptionTable.setExceptionIndexTable:([I)V ]
ExceptionTable.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/ExceptionTable.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, ExposedState.class
package org.aspectj.weaver.patterns
ExposedState.ExposedState ( int size )
[ run-time name: org/aspectj/weaver/patterns/ExposedState."<init>":(I)V ]
ExposedState.ExposedState ( org.aspectj.weaver.Member signature )
[ run-time name: org/aspectj/weaver/patterns/ExposedState."<init>":(Lorg/aspectj/weaver/Member;)V ]
ExposedState.get ( int i ):org.aspectj.weaver.ast.Var
[ run-time name: org/aspectj/weaver/patterns/ExposedState.get:(I)Lorg/aspectj/weaver/ast/Var; ]
ExposedState.getAspectInstance ( ):org.aspectj.weaver.ast.Expr
[ run-time name: org/aspectj/weaver/patterns/ExposedState.getAspectInstance:()Lorg/aspectj/weaver/ast/Expr; ]
ExposedState.isErroneousVar ( int formalIndex ):boolean
[ run-time name: org/aspectj/weaver/patterns/ExposedState.isErroneousVar:(I)Z ]
ExposedState.isFullySetUp ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/ExposedState.isFullySetUp:()Z ]
ExposedState.set ( int i, org.aspectj.weaver.ast.Var var ):void
[ run-time name: org/aspectj/weaver/patterns/ExposedState.set:(ILorg/aspectj/weaver/ast/Var;)V ]
ExposedState.setAspectInstance ( org.aspectj.weaver.ast.Expr aspectInstance ):void
[ run-time name: org/aspectj/weaver/patterns/ExposedState.setAspectInstance:(Lorg/aspectj/weaver/ast/Expr;)V ]
ExposedState.setErroneousVar ( int formalIndex ):void
[ run-time name: org/aspectj/weaver/patterns/ExposedState.setErroneousVar:(I)V ]
ExposedState.size ( ):int
[ run-time name: org/aspectj/weaver/patterns/ExposedState.size:()I ]
ExposedState.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/ExposedState.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, ExposeTypeMunger.class
package org.aspectj.weaver
ExposeTypeMunger.ExposeTypeMunger ( UnresolvedType typeToExpose )
[ run-time name: org/aspectj/weaver/ExposeTypeMunger."<init>":(Lorg/aspectj/weaver/UnresolvedType;)V ]
ExposeTypeMunger.getExposedTypeSignature ( ):String
[ run-time name: org/aspectj/weaver/ExposeTypeMunger.getExposedTypeSignature:()Ljava/lang/String; ]
ExposeTypeMunger.toString ( ):String
[ run-time name: org/aspectj/weaver/ExposeTypeMunger.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, Expr.class
package org.aspectj.weaver.ast
Expr.accept ( IExprVisitor p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ast/Expr.accept:(Lorg/aspectj/weaver/ast/IExprVisitor;)V ]
Expr.Expr ( )
[ run-time name: org/aspectj/weaver/ast/Expr."<init>":()V ]
Expr.getType ( ) [abstract]:org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/ast/Expr.getType:()Lorg/aspectj/weaver/ResolvedType; ]
Expr.makeCallExpr ( org.aspectj.weaver.Member member, Expr[] exprs, org.aspectj.weaver.ResolvedType returnType ) [static]:CallExpr
[ run-time name: org/aspectj/weaver/ast/Expr.makeCallExpr:(Lorg/aspectj/weaver/Member;[Lorg/aspectj/weaver/ast/Expr;Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ast/CallExpr; ]
Expr.makeFieldGet ( org.aspectj.weaver.Member myField, org.aspectj.weaver.ResolvedType inAspect ) [static]:FieldGet
[ run-time name: org/aspectj/weaver/ast/Expr.makeFieldGet:(Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ast/FieldGet; ]
Expr.makeStringConstantExpr ( String stringConst ) [static]:Expr
[ run-time name: org/aspectj/weaver/ast/Expr.makeStringConstantExpr:(Ljava/lang/String;)Lorg/aspectj/weaver/ast/Expr; ]
xwork-2.1.2.jar, ExtensibleURLClassLoader.class
package org.aspectj.weaver
ExtensibleURLClassLoader.addURL ( java.net.URL url ):void
[ run-time name: org/aspectj/weaver/ExtensibleURLClassLoader.addURL:(Ljava/net/URL;)V ]
ExtensibleURLClassLoader.defineClass ( String name, byte[] b, java.security.CodeSource cs ):Class
[ run-time name: org/aspectj/weaver/ExtensibleURLClassLoader.defineClass:(Ljava/lang/String;[BLjava/security/CodeSource;)Ljava/lang/Class; ]
ExtensibleURLClassLoader.ExtensibleURLClassLoader ( java.net.URL[] urls, ClassLoader parent )
[ run-time name: org/aspectj/weaver/ExtensibleURLClassLoader."<init>":([Ljava/net/URL;Ljava/lang/ClassLoader;)V ]
ExtensibleURLClassLoader.findClass ( String name ):Class
[ run-time name: org/aspectj/weaver/ExtensibleURLClassLoader.findClass:(Ljava/lang/String;)Ljava/lang/Class; ]
ExtensibleURLClassLoader.getBytes ( String name ):byte[]
[ run-time name: org/aspectj/weaver/ExtensibleURLClassLoader.getBytes:(Ljava/lang/String;)[B ]
xwork-2.1.2.jar, Factory.class
package org.aspectj.runtime.reflect
Factory.Factory ( String filename, Class lexicalClass )
[ run-time name: org/aspectj/runtime/reflect/Factory."<init>":(Ljava/lang/String;Ljava/lang/Class;)V ]
Factory.makeAdviceSig ( int modifiers, String name, Class declaringType, Class[] parameterTypes, String[] parameterNames, Class[] exceptionTypes, Class returnType ):org.aspectj.lang.reflect.AdviceSignature
[ run-time name: org/aspectj/runtime/reflect/Factory.makeAdviceSig:(ILjava/lang/String;Ljava/lang/Class;[Ljava/lang/Class;[Ljava/lang/String;[Ljava/lang/Class;Ljava/lang/Class;)Lorg/aspectj/lang/reflect/AdviceSignature; ]
Factory.makeAdviceSig ( String modifiers, String name, String declaringType, String paramTypes, String paramNames, String exceptionTypes, String returnType ):org.aspectj.lang.reflect.AdviceSignature
[ run-time name: org/aspectj/runtime/reflect/Factory.makeAdviceSig:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/aspectj/lang/reflect/AdviceSignature; ]
Factory.makeAdviceSig ( String stringRep ):org.aspectj.lang.reflect.AdviceSignature
[ run-time name: org/aspectj/runtime/reflect/Factory.makeAdviceSig:(Ljava/lang/String;)Lorg/aspectj/lang/reflect/AdviceSignature; ]
Factory.makeCatchClauseSig ( Class declaringType, Class parameterType, String parameterName ):org.aspectj.lang.reflect.CatchClauseSignature
[ run-time name: org/aspectj/runtime/reflect/Factory.makeCatchClauseSig:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;)Lorg/aspectj/lang/reflect/CatchClauseSignature; ]
Factory.makeCatchClauseSig ( String declaringType, String parameterType, String parameterName ):org.aspectj.lang.reflect.CatchClauseSignature
[ run-time name: org/aspectj/runtime/reflect/Factory.makeCatchClauseSig:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/aspectj/lang/reflect/CatchClauseSignature; ]
Factory.makeCatchClauseSig ( String stringRep ):org.aspectj.lang.reflect.CatchClauseSignature
[ run-time name: org/aspectj/runtime/reflect/Factory.makeCatchClauseSig:(Ljava/lang/String;)Lorg/aspectj/lang/reflect/CatchClauseSignature; ]
Factory.makeConstructorSig ( int modifiers, Class declaringType, Class[] parameterTypes, String[] parameterNames, Class[] exceptionTypes ):org.aspectj.lang.reflect.ConstructorSignature
[ run-time name: org/aspectj/runtime/reflect/Factory.makeConstructorSig:(ILjava/lang/Class;[Ljava/lang/Class;[Ljava/lang/String;[Ljava/lang/Class;)Lorg/aspectj/lang/reflect/ConstructorSignature; ]
Factory.makeConstructorSig ( String modifiers, String declaringType, String paramTypes, String paramNames, String exceptionTypes ):org.aspectj.lang.reflect.ConstructorSignature
[ run-time name: org/aspectj/runtime/reflect/Factory.makeConstructorSig:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/aspectj/lang/reflect/ConstructorSignature; ]
Factory.makeConstructorSig ( String stringRep ):org.aspectj.lang.reflect.ConstructorSignature
[ run-time name: org/aspectj/runtime/reflect/Factory.makeConstructorSig:(Ljava/lang/String;)Lorg/aspectj/lang/reflect/ConstructorSignature; ]
Factory.makeEncSJP ( reflect.Member member ) [static]:org.aspectj.lang.JoinPoint.StaticPart
[ run-time name: org/aspectj/runtime/reflect/Factory.makeEncSJP:(Ljava/lang/reflect/Member;)Lorg/aspectj/lang/JoinPoint$StaticPart; ]
Factory.makeESJP ( String kind, org.aspectj.lang.Signature sig, int l ):org.aspectj.lang.JoinPoint.EnclosingStaticPart
[ run-time name: org/aspectj/runtime/reflect/Factory.makeESJP:(Ljava/lang/String;Lorg/aspectj/lang/Signature;I)Lorg/aspectj/lang/JoinPoint$EnclosingStaticPart; ]
Factory.makeESJP ( String kind, org.aspectj.lang.Signature sig, int l, int c ):org.aspectj.lang.JoinPoint.EnclosingStaticPart
[ run-time name: org/aspectj/runtime/reflect/Factory.makeESJP:(Ljava/lang/String;Lorg/aspectj/lang/Signature;II)Lorg/aspectj/lang/JoinPoint$EnclosingStaticPart; ]
Factory.makeESJP ( String kind, org.aspectj.lang.Signature sig, org.aspectj.lang.reflect.SourceLocation loc ):org.aspectj.lang.JoinPoint.EnclosingStaticPart
[ run-time name: org/aspectj/runtime/reflect/Factory.makeESJP:(Ljava/lang/String;Lorg/aspectj/lang/Signature;Lorg/aspectj/lang/reflect/SourceLocation;)Lorg/aspectj/lang/JoinPoint$EnclosingStaticPart; ]
Factory.makeFieldSig ( int modifiers, String name, Class declaringType, Class fieldType ):org.aspectj.lang.reflect.FieldSignature
[ run-time name: org/aspectj/runtime/reflect/Factory.makeFieldSig:(ILjava/lang/String;Ljava/lang/Class;Ljava/lang/Class;)Lorg/aspectj/lang/reflect/FieldSignature; ]
Factory.makeFieldSig ( String modifiers, String name, String declaringType, String fieldType ):org.aspectj.lang.reflect.FieldSignature
[ run-time name: org/aspectj/runtime/reflect/Factory.makeFieldSig:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/aspectj/lang/reflect/FieldSignature; ]
Factory.makeFieldSig ( String stringRep ):org.aspectj.lang.reflect.FieldSignature
[ run-time name: org/aspectj/runtime/reflect/Factory.makeFieldSig:(Ljava/lang/String;)Lorg/aspectj/lang/reflect/FieldSignature; ]
Factory.makeInitializerSig ( int modifiers, Class declaringType ):org.aspectj.lang.reflect.InitializerSignature
[ run-time name: org/aspectj/runtime/reflect/Factory.makeInitializerSig:(ILjava/lang/Class;)Lorg/aspectj/lang/reflect/InitializerSignature; ]
Factory.makeInitializerSig ( String modifiers, String declaringType ):org.aspectj.lang.reflect.InitializerSignature
[ run-time name: org/aspectj/runtime/reflect/Factory.makeInitializerSig:(Ljava/lang/String;Ljava/lang/String;)Lorg/aspectj/lang/reflect/InitializerSignature; ]
Factory.makeInitializerSig ( String stringRep ):org.aspectj.lang.reflect.InitializerSignature
[ run-time name: org/aspectj/runtime/reflect/Factory.makeInitializerSig:(Ljava/lang/String;)Lorg/aspectj/lang/reflect/InitializerSignature; ]
Factory.makeJP ( org.aspectj.lang.JoinPoint.StaticPart staticPart, Object _this, Object target ) [static]:org.aspectj.lang.JoinPoint
[ run-time name: org/aspectj/runtime/reflect/Factory.makeJP:(Lorg/aspectj/lang/JoinPoint$StaticPart;Ljava/lang/Object;Ljava/lang/Object;)Lorg/aspectj/lang/JoinPoint; ]
Factory.makeJP ( org.aspectj.lang.JoinPoint.StaticPart staticPart, Object _this, Object target, Object arg0 ) [static]:org.aspectj.lang.JoinPoint
[ run-time name: org/aspectj/runtime/reflect/Factory.makeJP:(Lorg/aspectj/lang/JoinPoint$StaticPart;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/aspectj/lang/JoinPoint; ]
Factory.makeJP ( org.aspectj.lang.JoinPoint.StaticPart staticPart, Object _this, Object target, Object arg0, Object arg1 ) [static]:org.aspectj.lang.JoinPoint
[ run-time name: org/aspectj/runtime/reflect/Factory.makeJP:(Lorg/aspectj/lang/JoinPoint$StaticPart;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/aspectj/lang/JoinPoint; ]
Factory.makeJP ( org.aspectj.lang.JoinPoint.StaticPart staticPart, Object _this, Object target, Object[] args ) [static]:org.aspectj.lang.JoinPoint
[ run-time name: org/aspectj/runtime/reflect/Factory.makeJP:(Lorg/aspectj/lang/JoinPoint$StaticPart;Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Lorg/aspectj/lang/JoinPoint; ]
Factory.makeLockSig ( ):org.aspectj.lang.reflect.LockSignature
[ run-time name: org/aspectj/runtime/reflect/Factory.makeLockSig:()Lorg/aspectj/lang/reflect/LockSignature; ]
Factory.makeLockSig ( Class declaringType ):org.aspectj.lang.reflect.LockSignature
[ run-time name: org/aspectj/runtime/reflect/Factory.makeLockSig:(Ljava/lang/Class;)Lorg/aspectj/lang/reflect/LockSignature; ]
Factory.makeLockSig ( String stringRep ):org.aspectj.lang.reflect.LockSignature
[ run-time name: org/aspectj/runtime/reflect/Factory.makeLockSig:(Ljava/lang/String;)Lorg/aspectj/lang/reflect/LockSignature; ]
Factory.makeMethodSig ( int modifiers, String name, Class declaringType, Class[] parameterTypes, String[] parameterNames, Class[] exceptionTypes, Class returnType ):org.aspectj.lang.reflect.MethodSignature
[ run-time name: org/aspectj/runtime/reflect/Factory.makeMethodSig:(ILjava/lang/String;Ljava/lang/Class;[Ljava/lang/Class;[Ljava/lang/String;[Ljava/lang/Class;Ljava/lang/Class;)Lorg/aspectj/lang/reflect/MethodSignature; ]
Factory.makeMethodSig ( String modifiers, String methodName, String declaringType, String paramTypes, String paramNames, String exceptionTypes, String returnType ):org.aspectj.lang.reflect.MethodSignature
[ run-time name: org/aspectj/runtime/reflect/Factory.makeMethodSig:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/aspectj/lang/reflect/MethodSignature; ]
Factory.makeMethodSig ( String stringRep ):org.aspectj.lang.reflect.MethodSignature
[ run-time name: org/aspectj/runtime/reflect/Factory.makeMethodSig:(Ljava/lang/String;)Lorg/aspectj/lang/reflect/MethodSignature; ]
Factory.makeSJP ( String kind, org.aspectj.lang.Signature sig, int l ):org.aspectj.lang.JoinPoint.StaticPart
[ run-time name: org/aspectj/runtime/reflect/Factory.makeSJP:(Ljava/lang/String;Lorg/aspectj/lang/Signature;I)Lorg/aspectj/lang/JoinPoint$StaticPart; ]
Factory.makeSJP ( String kind, org.aspectj.lang.Signature sig, int l, int c ):org.aspectj.lang.JoinPoint.StaticPart
[ run-time name: org/aspectj/runtime/reflect/Factory.makeSJP:(Ljava/lang/String;Lorg/aspectj/lang/Signature;II)Lorg/aspectj/lang/JoinPoint$StaticPart; ]
Factory.makeSJP ( String kind, org.aspectj.lang.Signature sig, org.aspectj.lang.reflect.SourceLocation loc ):org.aspectj.lang.JoinPoint.StaticPart
[ run-time name: org/aspectj/runtime/reflect/Factory.makeSJP:(Ljava/lang/String;Lorg/aspectj/lang/Signature;Lorg/aspectj/lang/reflect/SourceLocation;)Lorg/aspectj/lang/JoinPoint$StaticPart; ]
Factory.makeSourceLoc ( int line, int col ):org.aspectj.lang.reflect.SourceLocation
[ run-time name: org/aspectj/runtime/reflect/Factory.makeSourceLoc:(II)Lorg/aspectj/lang/reflect/SourceLocation; ]
Factory.makeUnlockSig ( ):org.aspectj.lang.reflect.UnlockSignature
[ run-time name: org/aspectj/runtime/reflect/Factory.makeUnlockSig:()Lorg/aspectj/lang/reflect/UnlockSignature; ]
Factory.makeUnlockSig ( Class declaringType ):org.aspectj.lang.reflect.UnlockSignature
[ run-time name: org/aspectj/runtime/reflect/Factory.makeUnlockSig:(Ljava/lang/Class;)Lorg/aspectj/lang/reflect/UnlockSignature; ]
Factory.makeUnlockSig ( String stringRep ):org.aspectj.lang.reflect.UnlockSignature
[ run-time name: org/aspectj/runtime/reflect/Factory.makeUnlockSig:(Ljava/lang/String;)Lorg/aspectj/lang/reflect/UnlockSignature; ]
xwork-2.1.2.jar, FakeAnnotation.class
package org.aspectj.weaver
FakeAnnotation.addElementNameValuePair ( org.aspectj.apache.bcel.classfile.annotation.ElementNameValuePairGen evp ):void
[ run-time name: org/aspectj/weaver/FakeAnnotation.addElementNameValuePair:(Lorg/aspectj/apache/bcel/classfile/annotation/ElementNameValuePairGen;)V ]
FakeAnnotation.dump ( java.io.DataOutputStream dos ):void
[ run-time name: org/aspectj/weaver/FakeAnnotation.dump:(Ljava/io/DataOutputStream;)V ]
FakeAnnotation.FakeAnnotation ( String name, String sig, boolean isRuntimeVisible )
[ run-time name: org/aspectj/weaver/FakeAnnotation."<init>":(Ljava/lang/String;Ljava/lang/String;Z)V ]
FakeAnnotation.getTypeIndex ( ):int
[ run-time name: org/aspectj/weaver/FakeAnnotation.getTypeIndex:()I ]
FakeAnnotation.getTypeName ( ):String
[ run-time name: org/aspectj/weaver/FakeAnnotation.getTypeName:()Ljava/lang/String; ]
FakeAnnotation.getTypeSignature ( ):String
[ run-time name: org/aspectj/weaver/FakeAnnotation.getTypeSignature:()Ljava/lang/String; ]
FakeAnnotation.getValues ( ):java.util.List
[ run-time name: org/aspectj/weaver/FakeAnnotation.getValues:()Ljava/util/List; ]
FakeAnnotation.isRuntimeVisible ( ):boolean
[ run-time name: org/aspectj/weaver/FakeAnnotation.isRuntimeVisible:()Z ]
FakeAnnotation.setIsRuntimeVisible ( boolean b ):void
[ run-time name: org/aspectj/weaver/FakeAnnotation.setIsRuntimeVisible:(Z)V ]
FakeAnnotation.toShortString ( ):String
[ run-time name: org/aspectj/weaver/FakeAnnotation.toShortString:()Ljava/lang/String; ]
FakeAnnotation.toString ( ):String
[ run-time name: org/aspectj/weaver/FakeAnnotation.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, FastMatchInfo.class
package org.aspectj.weaver.patterns
FastMatchInfo.FastMatchInfo ( org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.Shadow.Kind kind )
[ run-time name: org/aspectj/weaver/patterns/FastMatchInfo."<init>":(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/Shadow$Kind;)V ]
FastMatchInfo.getKind ( ):org.aspectj.weaver.Shadow.Kind
[ run-time name: org/aspectj/weaver/patterns/FastMatchInfo.getKind:()Lorg/aspectj/weaver/Shadow$Kind; ]
FastMatchInfo.getType ( ):org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/patterns/FastMatchInfo.getType:()Lorg/aspectj/weaver/ResolvedType; ]
FastMatchInfo.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/FastMatchInfo.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, Field.class
package org.aspectj.apache.bcel.classfile
Field.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/Field.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
Field.copy ( ConstantPool constant_pool ):Field
[ run-time name: org/aspectj/apache/bcel/classfile/Field.copy:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Field; ]
Field.Field ( int accessflags, int nameIndex, int signatureIndex, Attribute[] attributes, ConstantPool constant_pool )
[ run-time name: org/aspectj/apache/bcel/classfile/Field."<init>":(III[Lorg/aspectj/apache/bcel/classfile/Attribute;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
Field.Field ( Field c )
[ run-time name: org/aspectj/apache/bcel/classfile/Field."<init>":(Lorg/aspectj/apache/bcel/classfile/Field;)V ]
Field.getConstantValue ( ):ConstantValue
[ run-time name: org/aspectj/apache/bcel/classfile/Field.getConstantValue:()Lorg/aspectj/apache/bcel/classfile/ConstantValue; ]
Field.getType ( ):org.aspectj.apache.bcel.generic.Type
[ run-time name: org/aspectj/apache/bcel/classfile/Field.getType:()Lorg/aspectj/apache/bcel/generic/Type; ]
Field.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/Field.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, FieldGen.class
package org.aspectj.apache.bcel.generic
FieldGen.copy ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):FieldGen
[ run-time name: org/aspectj/apache/bcel/generic/FieldGen.copy:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/generic/FieldGen; ]
FieldGen.FieldGen ( int access_flags, Type type, String name, org.aspectj.apache.bcel.classfile.ConstantPool cp )
[ run-time name: org/aspectj/apache/bcel/generic/FieldGen."<init>":(ILorg/aspectj/apache/bcel/generic/Type;Ljava/lang/String;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
FieldGen.FieldGen ( org.aspectj.apache.bcel.classfile.Field field, org.aspectj.apache.bcel.classfile.ConstantPool cp )
[ run-time name: org/aspectj/apache/bcel/generic/FieldGen."<init>":(Lorg/aspectj/apache/bcel/classfile/Field;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
FieldGen.getField ( ):org.aspectj.apache.bcel.classfile.Field
[ run-time name: org/aspectj/apache/bcel/generic/FieldGen.getField:()Lorg/aspectj/apache/bcel/classfile/Field; ]
FieldGen.getInitialValue ( ):String
[ run-time name: org/aspectj/apache/bcel/generic/FieldGen.getInitialValue:()Ljava/lang/String; ]
FieldGen.getSignature ( ):String
[ run-time name: org/aspectj/apache/bcel/generic/FieldGen.getSignature:()Ljava/lang/String; ]
FieldGen.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/generic/FieldGen.toString:()Ljava/lang/String; ]
FieldGen.wipeValue ( ):void
[ run-time name: org/aspectj/apache/bcel/generic/FieldGen.wipeValue:()V ]
xwork-2.1.2.jar, FieldGenOrMethodGen.class
package org.aspectj.apache.bcel.generic
FieldGenOrMethodGen.addAnnotation ( org.aspectj.apache.bcel.classfile.annotation.AnnotationGen ag ):void
[ run-time name: org/aspectj/apache/bcel/generic/FieldGenOrMethodGen.addAnnotation:(Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen;)V ]
FieldGenOrMethodGen.addAnnotationsAsAttribute ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):void
[ run-time name: org/aspectj/apache/bcel/generic/FieldGenOrMethodGen.addAnnotationsAsAttribute:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
FieldGenOrMethodGen.addAttribute ( org.aspectj.apache.bcel.classfile.Attribute a ):void
[ run-time name: org/aspectj/apache/bcel/generic/FieldGenOrMethodGen.addAttribute:(Lorg/aspectj/apache/bcel/classfile/Attribute;)V ]
FieldGenOrMethodGen.clone ( ):Object
[ run-time name: org/aspectj/apache/bcel/generic/FieldGenOrMethodGen.clone:()Ljava/lang/Object; ]
FieldGenOrMethodGen.FieldGenOrMethodGen ( )
[ run-time name: org/aspectj/apache/bcel/generic/FieldGenOrMethodGen."<init>":()V ]
FieldGenOrMethodGen.getAnnotations ( ):org.aspectj.apache.bcel.classfile.annotation.AnnotationGen[]
[ run-time name: org/aspectj/apache/bcel/generic/FieldGenOrMethodGen.getAnnotations:()[Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen; ]
FieldGenOrMethodGen.getAttributes ( ):java.util.List
[ run-time name: org/aspectj/apache/bcel/generic/FieldGenOrMethodGen.getAttributes:()Ljava/util/List; ]
FieldGenOrMethodGen.getAttributesImmutable ( ):org.aspectj.apache.bcel.classfile.Attribute[]
[ run-time name: org/aspectj/apache/bcel/generic/FieldGenOrMethodGen.getAttributesImmutable:()[Lorg/aspectj/apache/bcel/classfile/Attribute; ]
FieldGenOrMethodGen.getConstantPool ( ):org.aspectj.apache.bcel.classfile.ConstantPool
[ run-time name: org/aspectj/apache/bcel/generic/FieldGenOrMethodGen.getConstantPool:()Lorg/aspectj/apache/bcel/classfile/ConstantPool; ]
FieldGenOrMethodGen.getName ( ):String
[ run-time name: org/aspectj/apache/bcel/generic/FieldGenOrMethodGen.getName:()Ljava/lang/String; ]
FieldGenOrMethodGen.getSignature ( ) [abstract]:String
[ run-time name: org/aspectj/apache/bcel/generic/FieldGenOrMethodGen.getSignature:()Ljava/lang/String; ]
FieldGenOrMethodGen.getType ( ):Type
[ run-time name: org/aspectj/apache/bcel/generic/FieldGenOrMethodGen.getType:()Lorg/aspectj/apache/bcel/generic/Type; ]
FieldGenOrMethodGen.removeAnnotation ( org.aspectj.apache.bcel.classfile.annotation.AnnotationGen ag ):void
[ run-time name: org/aspectj/apache/bcel/generic/FieldGenOrMethodGen.removeAnnotation:(Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen;)V ]
FieldGenOrMethodGen.removeAnnotations ( ):void
[ run-time name: org/aspectj/apache/bcel/generic/FieldGenOrMethodGen.removeAnnotations:()V ]
FieldGenOrMethodGen.removeAttribute ( org.aspectj.apache.bcel.classfile.Attribute a ):void
[ run-time name: org/aspectj/apache/bcel/generic/FieldGenOrMethodGen.removeAttribute:(Lorg/aspectj/apache/bcel/classfile/Attribute;)V ]
FieldGenOrMethodGen.removeAttributes ( ):void
[ run-time name: org/aspectj/apache/bcel/generic/FieldGenOrMethodGen.removeAttributes:()V ]
FieldGenOrMethodGen.setConstantPool ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):void
[ run-time name: org/aspectj/apache/bcel/generic/FieldGenOrMethodGen.setConstantPool:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
FieldGenOrMethodGen.setName ( String name ):void
[ run-time name: org/aspectj/apache/bcel/generic/FieldGenOrMethodGen.setName:(Ljava/lang/String;)V ]
FieldGenOrMethodGen.setType ( Type type ):void
[ run-time name: org/aspectj/apache/bcel/generic/FieldGenOrMethodGen.setType:(Lorg/aspectj/apache/bcel/generic/Type;)V ]
xwork-2.1.2.jar, FieldGet.class
package org.aspectj.weaver.ast
FieldGet.accept ( IExprVisitor v ):void
[ run-time name: org/aspectj/weaver/ast/FieldGet.accept:(Lorg/aspectj/weaver/ast/IExprVisitor;)V ]
FieldGet.FieldGet ( org.aspectj.weaver.Member field, org.aspectj.weaver.ResolvedType resolvedType )
[ run-time name: org/aspectj/weaver/ast/FieldGet."<init>":(Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/ResolvedType;)V ]
FieldGet.getField ( ):org.aspectj.weaver.Member
[ run-time name: org/aspectj/weaver/ast/FieldGet.getField:()Lorg/aspectj/weaver/Member; ]
FieldGet.getResolvedType ( ):org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/ast/FieldGet.getResolvedType:()Lorg/aspectj/weaver/ResolvedType; ]
FieldGet.getType ( ):org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/ast/FieldGet.getType:()Lorg/aspectj/weaver/ResolvedType; ]
FieldGet.toString ( ):String
[ run-time name: org/aspectj/weaver/ast/FieldGet.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, FieldGetCall.class
package org.aspectj.weaver.ast
FieldGetCall.accept ( ITestVisitor v ):void
[ run-time name: org/aspectj/weaver/ast/FieldGetCall.accept:(Lorg/aspectj/weaver/ast/ITestVisitor;)V ]
FieldGetCall.FieldGetCall ( org.aspectj.weaver.Member f, org.aspectj.weaver.Member m, Expr[] args )
[ run-time name: org/aspectj/weaver/ast/FieldGetCall."<init>":(Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/Member;[Lorg/aspectj/weaver/ast/Expr;)V ]
FieldGetCall.getArgs ( ):Expr[]
[ run-time name: org/aspectj/weaver/ast/FieldGetCall.getArgs:()[Lorg/aspectj/weaver/ast/Expr; ]
FieldGetCall.getField ( ):org.aspectj.weaver.Member
[ run-time name: org/aspectj/weaver/ast/FieldGetCall.getField:()Lorg/aspectj/weaver/Member; ]
FieldGetCall.getMethod ( ):org.aspectj.weaver.Member
[ run-time name: org/aspectj/weaver/ast/FieldGetCall.getMethod:()Lorg/aspectj/weaver/Member; ]
xwork-2.1.2.jar, FieldGetOn.class
package org.aspectj.weaver.ast
FieldGetOn.accept ( IExprVisitor v ):void
[ run-time name: org/aspectj/weaver/ast/FieldGetOn.accept:(Lorg/aspectj/weaver/ast/IExprVisitor;)V ]
FieldGetOn.FieldGetOn ( org.aspectj.weaver.Member field, org.aspectj.weaver.UnresolvedType declaringType )
[ run-time name: org/aspectj/weaver/ast/FieldGetOn."<init>":(Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/UnresolvedType;)V ]
FieldGetOn.getDeclaringType ( ):org.aspectj.weaver.UnresolvedType
[ run-time name: org/aspectj/weaver/ast/FieldGetOn.getDeclaringType:()Lorg/aspectj/weaver/UnresolvedType; ]
xwork-2.1.2.jar, FieldInstruction.class
package org.aspectj.apache.bcel.generic
FieldInstruction.consumeStack ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):int
[ run-time name: org/aspectj/apache/bcel/generic/FieldInstruction.consumeStack:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)I ]
FieldInstruction.FieldInstruction ( short opcode, int index )
[ run-time name: org/aspectj/apache/bcel/generic/FieldInstruction."<init>":(SI)V ]
FieldInstruction.getFieldName ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):String
[ run-time name: org/aspectj/apache/bcel/generic/FieldInstruction.getFieldName:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/String; ]
FieldInstruction.getFieldSize ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):int
[ run-time name: org/aspectj/apache/bcel/generic/FieldInstruction.getFieldSize:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)I ]
FieldInstruction.getFieldType ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):Type
[ run-time name: org/aspectj/apache/bcel/generic/FieldInstruction.getFieldType:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/generic/Type; ]
FieldInstruction.getType ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):Type
[ run-time name: org/aspectj/apache/bcel/generic/FieldInstruction.getType:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/generic/Type; ]
FieldInstruction.produceStack ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):int
[ run-time name: org/aspectj/apache/bcel/generic/FieldInstruction.produceStack:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)I ]
FieldInstruction.toString ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):String
[ run-time name: org/aspectj/apache/bcel/generic/FieldInstruction.toString:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/String; ]
xwork-2.1.2.jar, FieldOrMethod.class
package org.aspectj.apache.bcel.classfile
FieldOrMethod.accept ( ClassVisitor p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/FieldOrMethod.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
FieldOrMethod.copy_ ( ConstantPool constant_pool ):FieldOrMethod
[ run-time name: org/aspectj/apache/bcel/classfile/FieldOrMethod.copy_:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/FieldOrMethod; ]
FieldOrMethod.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/FieldOrMethod.dump:(Ljava/io/DataOutputStream;)V ]
FieldOrMethod.FieldOrMethod ( )
[ run-time name: org/aspectj/apache/bcel/classfile/FieldOrMethod."<init>":()V ]
FieldOrMethod.FieldOrMethod ( int accessFlags, int nameIndex, int signatureIndex, Attribute[] attributes, ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/FieldOrMethod."<init>":(III[Lorg/aspectj/apache/bcel/classfile/Attribute;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
FieldOrMethod.FieldOrMethod ( java.io.DataInputStream file, ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/FieldOrMethod."<init>":(Ljava/io/DataInputStream;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
FieldOrMethod.FieldOrMethod ( FieldOrMethod c )
[ run-time name: org/aspectj/apache/bcel/classfile/FieldOrMethod."<init>":(Lorg/aspectj/apache/bcel/classfile/FieldOrMethod;)V ]
FieldOrMethod.getAnnotations ( ):annotation.AnnotationGen[]
[ run-time name: org/aspectj/apache/bcel/classfile/FieldOrMethod.getAnnotations:()[Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen; ]
FieldOrMethod.getAttributes ( ):Attribute[]
[ run-time name: org/aspectj/apache/bcel/classfile/FieldOrMethod.getAttributes:()[Lorg/aspectj/apache/bcel/classfile/Attribute; ]
FieldOrMethod.getConstantPool ( ):ConstantPool
[ run-time name: org/aspectj/apache/bcel/classfile/FieldOrMethod.getConstantPool:()Lorg/aspectj/apache/bcel/classfile/ConstantPool; ]
FieldOrMethod.getDeclaredSignature ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/FieldOrMethod.getDeclaredSignature:()Ljava/lang/String; ]
FieldOrMethod.getGenericSignature ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/FieldOrMethod.getGenericSignature:()Ljava/lang/String; ]
FieldOrMethod.getName ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/FieldOrMethod.getName:()Ljava/lang/String; ]
FieldOrMethod.getNameIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/FieldOrMethod.getNameIndex:()I ]
FieldOrMethod.getSignature ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/FieldOrMethod.getSignature:()Ljava/lang/String; ]
FieldOrMethod.getSignatureIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/FieldOrMethod.getSignatureIndex:()I ]
FieldOrMethod.setAttributes ( Attribute[] attributes ):void
[ run-time name: org/aspectj/apache/bcel/classfile/FieldOrMethod.setAttributes:([Lorg/aspectj/apache/bcel/classfile/Attribute;)V ]
package org.aspectj.apache.bcel.generic
FieldOrMethod.FieldOrMethod ( short opcode, int index )
[ run-time name: org/aspectj/apache/bcel/generic/FieldOrMethod."<init>":(SI)V ]
FieldOrMethod.getClassName ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):String
[ run-time name: org/aspectj/apache/bcel/generic/FieldOrMethod.getClassName:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/String; ]
FieldOrMethod.getClassType ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):ObjectType
[ run-time name: org/aspectj/apache/bcel/generic/FieldOrMethod.getClassType:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/generic/ObjectType; ]
FieldOrMethod.getLoadClassType ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):ObjectType
[ run-time name: org/aspectj/apache/bcel/generic/FieldOrMethod.getLoadClassType:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/generic/ObjectType; ]
FieldOrMethod.getName ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):String
[ run-time name: org/aspectj/apache/bcel/generic/FieldOrMethod.getName:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/String; ]
FieldOrMethod.getSignature ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):String
[ run-time name: org/aspectj/apache/bcel/generic/FieldOrMethod.getSignature:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/String; ]
xwork-2.1.2.jar, FieldSignature.class
package org.aspectj.lang.reflect
FieldSignature.getField ( ) [abstract]:reflect.Field
[ run-time name: org/aspectj/lang/reflect/FieldSignature.getField:()Ljava/lang/reflect/Field; ]
FieldSignature.getFieldType ( ) [abstract]:Class
[ run-time name: org/aspectj/lang/reflect/FieldSignature.getFieldType:()Ljava/lang/Class; ]
xwork-2.1.2.jar, FieldSignatureImpl.class
package org.aspectj.runtime.reflect
FieldSignatureImpl.createToString ( StringMaker sm ):String
[ run-time name: org/aspectj/runtime/reflect/FieldSignatureImpl.createToString:(Lorg/aspectj/runtime/reflect/StringMaker;)Ljava/lang/String; ]
FieldSignatureImpl.getField ( ):reflect.Field
[ run-time name: org/aspectj/runtime/reflect/FieldSignatureImpl.getField:()Ljava/lang/reflect/Field; ]
FieldSignatureImpl.getFieldType ( ):Class
[ run-time name: org/aspectj/runtime/reflect/FieldSignatureImpl.getFieldType:()Ljava/lang/Class; ]
xwork-2.1.2.jar, FileUtil.class
package org.aspectj.util
FileUtil.canReadDir ( java.io.File dir ) [static]:boolean
[ run-time name: org/aspectj/util/FileUtil.canReadDir:(Ljava/io/File;)Z ]
FileUtil.canReadFile ( java.io.File file ) [static]:boolean
[ run-time name: org/aspectj/util/FileUtil.canReadFile:(Ljava/io/File;)Z ]
FileUtil.canWriteDir ( java.io.File dir ) [static]:boolean
[ run-time name: org/aspectj/util/FileUtil.canWriteDir:(Ljava/io/File;)Z ]
FileUtil.canWriteFile ( java.io.File file ) [static]:boolean
[ run-time name: org/aspectj/util/FileUtil.canWriteFile:(Ljava/io/File;)Z ]
FileUtil.copyDir ( java.io.File fromDir, java.io.File toDir ) [static]:int
[ run-time name: org/aspectj/util/FileUtil.copyDir:(Ljava/io/File;Ljava/io/File;)I ]
FileUtil.copyDir ( java.io.File fromDir, java.io.File toDir, String fromSuffix, String toSuffix ) [static]:int
[ run-time name: org/aspectj/util/FileUtil.copyDir:(Ljava/io/File;Ljava/io/File;Ljava/lang/String;Ljava/lang/String;)I ]
FileUtil.copyDir ( java.io.File fromDir, java.io.File toDir, String fromSuffix, String toSuffix, java.io.FileFilter delegate ) [static]:int
[ run-time name: org/aspectj/util/FileUtil.copyDir:(Ljava/io/File;Ljava/io/File;Ljava/lang/String;Ljava/lang/String;Ljava/io/FileFilter;)I ]
FileUtil.copyDir ( java.io.File fromDir, java.io.File toDir, String fromSuffix, String toSuffix, java.util.List collector ) [static]:int
[ run-time name: org/aspectj/util/FileUtil.copyDir:(Ljava/io/File;Ljava/io/File;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)I ]
FileUtil.copyFile ( java.io.File fromFile, java.io.File toFile ) [static]:void
[ run-time name: org/aspectj/util/FileUtil.copyFile:(Ljava/io/File;Ljava/io/File;)V ]
FileUtil.copyFiles ( java.io.File srcDir, String[] relativePaths, java.io.File destDir ) [static]:java.io.File[]
[ run-time name: org/aspectj/util/FileUtil.copyFiles:(Ljava/io/File;[Ljava/lang/String;Ljava/io/File;)[Ljava/io/File; ]
FileUtil.copyStream ( java.io.DataInputStream in, java.io.PrintStream out ) [static]:void
[ run-time name: org/aspectj/util/FileUtil.copyStream:(Ljava/io/DataInputStream;Ljava/io/PrintStream;)V ]
FileUtil.copyStream ( java.io.InputStream in, java.io.OutputStream out ) [static]:void
[ run-time name: org/aspectj/util/FileUtil.copyStream:(Ljava/io/InputStream;Ljava/io/OutputStream;)V ]
FileUtil.copyStream ( java.io.Reader in, java.io.Writer out ) [static]:void
[ run-time name: org/aspectj/util/FileUtil.copyStream:(Ljava/io/Reader;Ljava/io/Writer;)V ]
FileUtil.copyValidFiles ( java.io.File fromFile, java.io.File toFile ) [static]:void
[ run-time name: org/aspectj/util/FileUtil.copyValidFiles:(Ljava/io/File;Ljava/io/File;)V ]
FileUtil.deleteContents ( java.io.File dir ) [static]:int
[ run-time name: org/aspectj/util/FileUtil.deleteContents:(Ljava/io/File;)I ]
FileUtil.deleteContents ( java.io.File dir, java.io.FileFilter filter ) [static]:int
[ run-time name: org/aspectj/util/FileUtil.deleteContents:(Ljava/io/File;Ljava/io/FileFilter;)I ]
FileUtil.deleteContents ( java.io.File dir, java.io.FileFilter filter, boolean deleteEmptyDirs ) [static]:int
[ run-time name: org/aspectj/util/FileUtil.deleteContents:(Ljava/io/File;Ljava/io/FileFilter;Z)I ]
FileUtil.ensureParentWritable ( java.io.File path ) [static]:java.io.File
[ run-time name: org/aspectj/util/FileUtil.ensureParentWritable:(Ljava/io/File;)Ljava/io/File; ]
FileUtil.extractJar ( String zipFile, String outDir ) [static]:void
[ run-time name: org/aspectj/util/FileUtil.extractJar:(Ljava/lang/String;Ljava/lang/String;)V ]
FileUtil.fileToClassName ( java.io.File basedir, java.io.File classFile ) [static]:String
[ run-time name: org/aspectj/util/FileUtil.fileToClassName:(Ljava/io/File;Ljava/io/File;)Ljava/lang/String; ]
FileUtil.flatten ( java.io.File[] files, String infix ) [static]:String
[ run-time name: org/aspectj/util/FileUtil.flatten:([Ljava/io/File;Ljava/lang/String;)Ljava/lang/String; ]
FileUtil.flatten ( String[] paths, String infix ) [static]:String
[ run-time name: org/aspectj/util/FileUtil.flatten:([Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
FileUtil.getAbsolutePaths ( java.io.File[] files ) [static]:String[]
[ run-time name: org/aspectj/util/FileUtil.getAbsolutePaths:([Ljava/io/File;)[Ljava/lang/String; ]
FileUtil.getBaseDirFiles ( java.io.File basedir, String[] paths ) [static]:java.io.File[]
[ run-time name: org/aspectj/util/FileUtil.getBaseDirFiles:(Ljava/io/File;[Ljava/lang/String;)[Ljava/io/File; ]
FileUtil.getBaseDirFiles ( java.io.File basedir, String[] paths, String[] suffixes ) [static]:java.io.File[]
[ run-time name: org/aspectj/util/FileUtil.getBaseDirFiles:(Ljava/io/File;[Ljava/lang/String;[Ljava/lang/String;)[Ljava/io/File; ]
FileUtil.getBestFile ( java.io.File file ) [static]:java.io.File
[ run-time name: org/aspectj/util/FileUtil.getBestFile:(Ljava/io/File;)Ljava/io/File; ]
FileUtil.getBestFile ( String[] paths ) [static]:java.io.File
[ run-time name: org/aspectj/util/FileUtil.getBestFile:([Ljava/lang/String;)Ljava/io/File; ]
FileUtil.getBestPath ( java.io.File file ) [static]:String
[ run-time name: org/aspectj/util/FileUtil.getBestPath:(Ljava/io/File;)Ljava/lang/String; ]
FileUtil.getFileURL ( java.io.File file ) [static]:java.net.URL
[ run-time name: org/aspectj/util/FileUtil.getFileURL:(Ljava/io/File;)Ljava/net/URL; ]
FileUtil.getFileURLs ( java.io.File[] files ) [static]:java.net.URL[]
[ run-time name: org/aspectj/util/FileUtil.getFileURLs:([Ljava/io/File;)[Ljava/net/URL; ]
FileUtil.getPaths ( java.io.File[] files ) [static]:String[]
[ run-time name: org/aspectj/util/FileUtil.getPaths:([Ljava/io/File;)[Ljava/lang/String; ]
FileUtil.getPaths ( java.util.List files ) [static]:String[]
[ run-time name: org/aspectj/util/FileUtil.getPaths:(Ljava/util/List;)[Ljava/lang/String; ]
FileUtil.getStreamFromZip ( String zipFile, String name ) [static]:java.io.InputStream
[ run-time name: org/aspectj/util/FileUtil.getStreamFromZip:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/InputStream; ]
FileUtil.getTempDir ( String name ) [static]:java.io.File
[ run-time name: org/aspectj/util/FileUtil.getTempDir:(Ljava/lang/String;)Ljava/io/File; ]
FileUtil.hasSourceSuffix ( java.io.File file ) [static]:boolean
[ run-time name: org/aspectj/util/FileUtil.hasSourceSuffix:(Ljava/io/File;)Z ]
FileUtil.hasSourceSuffix ( String path ) [static]:boolean
[ run-time name: org/aspectj/util/FileUtil.hasSourceSuffix:(Ljava/lang/String;)Z ]
FileUtil.isZipFile ( java.io.File file ) [static]:boolean
[ run-time name: org/aspectj/util/FileUtil.isZipFile:(Ljava/io/File;)Z ]
FileUtil.lineSeek ( String sought, java.util.List sources, boolean listAll, java.io.PrintStream errorSink ) [static]:java.util.List
[ run-time name: org/aspectj/util/FileUtil.lineSeek:(Ljava/lang/String;Ljava/util/List;ZLjava/io/PrintStream;)Ljava/util/List; ]
FileUtil.lineSeek ( String sought, String sourcePath, boolean listAll, java.util.ArrayList sink ) [static]:String
[ run-time name: org/aspectj/util/FileUtil.lineSeek:(Ljava/lang/String;Ljava/lang/String;ZLjava/util/ArrayList;)Ljava/lang/String; ]
FileUtil.listFiles ( java.io.File srcDir ) [static]:String[]
[ run-time name: org/aspectj/util/FileUtil.listFiles:(Ljava/io/File;)[Ljava/lang/String; ]
FileUtil.listFiles ( java.io.File srcDir, java.io.FileFilter fileFilter ) [static]:java.io.File[]
[ run-time name: org/aspectj/util/FileUtil.listFiles:(Ljava/io/File;Ljava/io/FileFilter;)[Ljava/io/File; ]
FileUtil.makeClasspath ( java.net.URL[] urls ) [static]:java.util.List
[ run-time name: org/aspectj/util/FileUtil.makeClasspath:([Ljava/net/URL;)Ljava/util/List; ]
FileUtil.makeNewChildDir ( java.io.File parent, String child ) [static]:java.io.File
[ run-time name: org/aspectj/util/FileUtil.makeNewChildDir:(Ljava/io/File;Ljava/lang/String;)Ljava/io/File; ]
FileUtil.makeOutputStream ( java.io.File file ) [static]:java.io.BufferedOutputStream
[ run-time name: org/aspectj/util/FileUtil.makeOutputStream:(Ljava/io/File;)Ljava/io/BufferedOutputStream; ]
FileUtil.normalizedPath ( java.io.File file ) [static]:String
[ run-time name: org/aspectj/util/FileUtil.normalizedPath:(Ljava/io/File;)Ljava/lang/String; ]
FileUtil.normalizedPath ( java.io.File file, java.io.File basedir ) [static]:String
[ run-time name: org/aspectj/util/FileUtil.normalizedPath:(Ljava/io/File;Ljava/io/File;)Ljava/lang/String; ]
FileUtil.readAsByteArray ( java.io.File file ) [static]:byte[]
[ run-time name: org/aspectj/util/FileUtil.readAsByteArray:(Ljava/io/File;)[B ]
FileUtil.readAsByteArray ( java.io.InputStream inStream ) [static]:byte[]
[ run-time name: org/aspectj/util/FileUtil.readAsByteArray:(Ljava/io/InputStream;)[B ]
FileUtil.readAsString ( java.io.File file ) [static]:String
[ run-time name: org/aspectj/util/FileUtil.readAsString:(Ljava/io/File;)Ljava/lang/String; ]
FileUtil.readAsString ( java.io.InputStream in ) [static]:String
[ run-time name: org/aspectj/util/FileUtil.readAsString:(Ljava/io/InputStream;)Ljava/lang/String; ]
FileUtil.readBooleanArray ( java.io.DataInputStream s ) [static]:boolean[]
[ run-time name: org/aspectj/util/FileUtil.readBooleanArray:(Ljava/io/DataInputStream;)[Z ]
FileUtil.readIntArray ( java.io.DataInputStream s ) [static]:int[]
[ run-time name: org/aspectj/util/FileUtil.readIntArray:(Ljava/io/DataInputStream;)[I ]
FileUtil.readStringArray ( java.io.DataInputStream s ) [static]:String[]
[ run-time name: org/aspectj/util/FileUtil.readStringArray:(Ljava/io/DataInputStream;)[Ljava/lang/String; ]
FileUtil.sleepPastFinalModifiedTime ( java.io.File[] files ) [static]:boolean
[ run-time name: org/aspectj/util/FileUtil.sleepPastFinalModifiedTime:([Ljava/io/File;)Z ]
FileUtil.sourceSuffixLength ( java.io.File file ) [static]:int
[ run-time name: org/aspectj/util/FileUtil.sourceSuffixLength:(Ljava/io/File;)I ]
FileUtil.sourceSuffixLength ( String path ) [static]:int
[ run-time name: org/aspectj/util/FileUtil.sourceSuffixLength:(Ljava/lang/String;)I ]
FileUtil.throwIaxUnlessCanReadDir ( java.io.File dir, String label ) [static]:void
[ run-time name: org/aspectj/util/FileUtil.throwIaxUnlessCanReadDir:(Ljava/io/File;Ljava/lang/String;)V ]
FileUtil.throwIaxUnlessCanReadFile ( java.io.File file, String label ) [static]:void
[ run-time name: org/aspectj/util/FileUtil.throwIaxUnlessCanReadFile:(Ljava/io/File;Ljava/lang/String;)V ]
FileUtil.throwIaxUnlessCanWriteDir ( java.io.File dir, String label ) [static]:void
[ run-time name: org/aspectj/util/FileUtil.throwIaxUnlessCanWriteDir:(Ljava/io/File;Ljava/lang/String;)V ]
FileUtil.throwIaxUnlessCanWriteFile ( java.io.File file, String label ) [static]:void
[ run-time name: org/aspectj/util/FileUtil.throwIaxUnlessCanWriteFile:(Ljava/io/File;Ljava/lang/String;)V ]
FileUtil.weakNormalize ( String path ) [static]:String
[ run-time name: org/aspectj/util/FileUtil.weakNormalize:(Ljava/lang/String;)Ljava/lang/String; ]
FileUtil.writeAsString ( java.io.File file, String contents ) [static]:String
[ run-time name: org/aspectj/util/FileUtil.writeAsString:(Ljava/io/File;Ljava/lang/String;)Ljava/lang/String; ]
FileUtil.writeBooleanArray ( boolean[] a, java.io.DataOutputStream s ) [static]:void
[ run-time name: org/aspectj/util/FileUtil.writeBooleanArray:([ZLjava/io/DataOutputStream;)V ]
FileUtil.writeIntArray ( int[] a, java.io.DataOutputStream s ) [static]:void
[ run-time name: org/aspectj/util/FileUtil.writeIntArray:([ILjava/io/DataOutputStream;)V ]
FileUtil.writeStringArray ( String[] a, java.io.DataOutputStream s ) [static]:void
[ run-time name: org/aspectj/util/FileUtil.writeStringArray:([Ljava/lang/String;Ljava/io/DataOutputStream;)V ]
FileUtil.zipSuffixLength ( java.io.File file ) [static]:int
[ run-time name: org/aspectj/util/FileUtil.zipSuffixLength:(Ljava/io/File;)I ]
FileUtil.zipSuffixLength ( String path ) [static]:int
[ run-time name: org/aspectj/util/FileUtil.zipSuffixLength:(Ljava/lang/String;)I ]
xwork-2.1.2.jar, FormalBinding.class
package org.aspectj.weaver.patterns
FormalBinding.FormalBinding ( org.aspectj.weaver.UnresolvedType type, int index )
[ run-time name: org/aspectj/weaver/patterns/FormalBinding."<init>":(Lorg/aspectj/weaver/UnresolvedType;I)V ]
FormalBinding.FormalBinding ( org.aspectj.weaver.UnresolvedType type, String name, int index )
[ run-time name: org/aspectj/weaver/patterns/FormalBinding."<init>":(Lorg/aspectj/weaver/UnresolvedType;Ljava/lang/String;I)V ]
FormalBinding.FormalBinding ( org.aspectj.weaver.UnresolvedType type, String name, int index, int start, int end, String fileName )
[ run-time name: org/aspectj/weaver/patterns/FormalBinding."<init>":(Lorg/aspectj/weaver/UnresolvedType;Ljava/lang/String;IIILjava/lang/String;)V ]
FormalBinding.getEnd ( ):int
[ run-time name: org/aspectj/weaver/patterns/FormalBinding.getEnd:()I ]
FormalBinding.getFileName ( ):String
[ run-time name: org/aspectj/weaver/patterns/FormalBinding.getFileName:()Ljava/lang/String; ]
FormalBinding.getIndex ( ):int
[ run-time name: org/aspectj/weaver/patterns/FormalBinding.getIndex:()I ]
FormalBinding.getName ( ):String
[ run-time name: org/aspectj/weaver/patterns/FormalBinding.getName:()Ljava/lang/String; ]
FormalBinding.getStart ( ):int
[ run-time name: org/aspectj/weaver/patterns/FormalBinding.getStart:()I ]
FormalBinding.getType ( ):org.aspectj.weaver.UnresolvedType
[ run-time name: org/aspectj/weaver/patterns/FormalBinding.getType:()Lorg/aspectj/weaver/UnresolvedType; ]
FormalBinding.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/FormalBinding.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, FuzzyBoolean.class
package org.aspectj.util
FuzzyBoolean.alwaysFalse ( ) [abstract]:boolean
[ run-time name: org/aspectj/util/FuzzyBoolean.alwaysFalse:()Z ]
FuzzyBoolean.alwaysTrue ( ) [abstract]:boolean
[ run-time name: org/aspectj/util/FuzzyBoolean.alwaysTrue:()Z ]
FuzzyBoolean.and ( FuzzyBoolean p1 ) [abstract]:FuzzyBoolean
[ run-time name: org/aspectj/util/FuzzyBoolean.and:(Lorg/aspectj/util/FuzzyBoolean;)Lorg/aspectj/util/FuzzyBoolean; ]
FuzzyBoolean.fromBoolean ( boolean b ) [static]:FuzzyBoolean
[ run-time name: org/aspectj/util/FuzzyBoolean.fromBoolean:(Z)Lorg/aspectj/util/FuzzyBoolean; ]
FuzzyBoolean.FuzzyBoolean ( )
[ run-time name: org/aspectj/util/FuzzyBoolean."<init>":()V ]
FuzzyBoolean.maybeFalse ( ) [abstract]:boolean
[ run-time name: org/aspectj/util/FuzzyBoolean.maybeFalse:()Z ]
FuzzyBoolean.maybeTrue ( ) [abstract]:boolean
[ run-time name: org/aspectj/util/FuzzyBoolean.maybeTrue:()Z ]
FuzzyBoolean.not ( ) [abstract]:FuzzyBoolean
[ run-time name: org/aspectj/util/FuzzyBoolean.not:()Lorg/aspectj/util/FuzzyBoolean; ]
FuzzyBoolean.or ( FuzzyBoolean p1 ) [abstract]:FuzzyBoolean
[ run-time name: org/aspectj/util/FuzzyBoolean.or:(Lorg/aspectj/util/FuzzyBoolean;)Lorg/aspectj/util/FuzzyBoolean; ]
package org.aspectj.weaver.tools
FuzzyBoolean.fromBoolean ( boolean b ) [static]:FuzzyBoolean
[ run-time name: org/aspectj/weaver/tools/FuzzyBoolean.fromBoolean:(Z)Lorg/aspectj/weaver/tools/FuzzyBoolean; ]
FuzzyBoolean.toString ( ):String
[ run-time name: org/aspectj/weaver/tools/FuzzyBoolean.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, GeneratedClassHandler.class
package org.aspectj.weaver.tools
GeneratedClassHandler.acceptClass ( String p1, byte[] p2 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/GeneratedClassHandler.acceptClass:(Ljava/lang/String;[B)V ]
xwork-2.1.2.jar, GenericSignatureInformationProvider.class
package org.aspectj.weaver.reflect
GenericSignatureInformationProvider.getGenericParameterTypes ( ReflectionBasedResolvedMemberImpl p1 ) [abstract]:org.aspectj.weaver.UnresolvedType[]
[ run-time name: org/aspectj/weaver/reflect/GenericSignatureInformationProvider.getGenericParameterTypes:(Lorg/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl;)[Lorg/aspectj/weaver/UnresolvedType; ]
GenericSignatureInformationProvider.getGenericReturnType ( ReflectionBasedResolvedMemberImpl p1 ) [abstract]:org.aspectj.weaver.UnresolvedType
[ run-time name: org/aspectj/weaver/reflect/GenericSignatureInformationProvider.getGenericReturnType:(Lorg/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl;)Lorg/aspectj/weaver/UnresolvedType; ]
GenericSignatureInformationProvider.isBridge ( ReflectionBasedResolvedMemberImpl p1 ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/reflect/GenericSignatureInformationProvider.isBridge:(Lorg/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl;)Z ]
GenericSignatureInformationProvider.isSynthetic ( ReflectionBasedResolvedMemberImpl p1 ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/reflect/GenericSignatureInformationProvider.isSynthetic:(Lorg/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl;)Z ]
GenericSignatureInformationProvider.isVarArgs ( ReflectionBasedResolvedMemberImpl p1 ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/reflect/GenericSignatureInformationProvider.isVarArgs:(Lorg/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl;)Z ]
xwork-2.1.2.jar, GenericSignatureParser.class
package org.aspectj.apache.bcel.classfile
GenericSignatureParser.GenericSignatureParser ( )
[ run-time name: org/aspectj/apache/bcel/classfile/GenericSignatureParser."<init>":()V ]
GenericSignatureParser.parseAsClassSignature ( String sig ):Signature.ClassSignature
[ run-time name: org/aspectj/apache/bcel/classfile/GenericSignatureParser.parseAsClassSignature:(Ljava/lang/String;)Lorg/aspectj/apache/bcel/classfile/Signature$ClassSignature; ]
GenericSignatureParser.parseAsFieldSignature ( String sig ):Signature.FieldTypeSignature
[ run-time name: org/aspectj/apache/bcel/classfile/GenericSignatureParser.parseAsFieldSignature:(Ljava/lang/String;)Lorg/aspectj/apache/bcel/classfile/Signature$FieldTypeSignature; ]
GenericSignatureParser.parseAsMethodSignature ( String sig ):Signature.MethodTypeSignature
[ run-time name: org/aspectj/apache/bcel/classfile/GenericSignatureParser.parseAsMethodSignature:(Ljava/lang/String;)Lorg/aspectj/apache/bcel/classfile/Signature$MethodTypeSignature; ]
GenericSignatureParser.tokenize ( String signatureString ):String[]
[ run-time name: org/aspectj/apache/bcel/classfile/GenericSignatureParser.tokenize:(Ljava/lang/String;)[Ljava/lang/String; ]
xwork-2.1.2.jar, HandlerPointcut.class
package org.aspectj.weaver.patterns
HandlerPointcut.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/HandlerPointcut.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
HandlerPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/HandlerPointcut.concretize1:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/Pointcut; ]
HandlerPointcut.couldMatchKinds ( ):int
[ run-time name: org/aspectj/weaver/patterns/HandlerPointcut.couldMatchKinds:()I ]
HandlerPointcut.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/HandlerPointcut.equals:(Ljava/lang/Object;)Z ]
HandlerPointcut.fastMatch ( FastMatchInfo type ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/HandlerPointcut.fastMatch:(Lorg/aspectj/weaver/patterns/FastMatchInfo;)Lorg/aspectj/util/FuzzyBoolean; ]
HandlerPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):org.aspectj.weaver.ast.Test
[ run-time name: org/aspectj/weaver/patterns/HandlerPointcut.findResidueInternal:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/patterns/ExposedState;)Lorg/aspectj/weaver/ast/Test; ]
HandlerPointcut.HandlerPointcut ( TypePattern exceptionType )
[ run-time name: org/aspectj/weaver/patterns/HandlerPointcut."<init>":(Lorg/aspectj/weaver/patterns/TypePattern;)V ]
HandlerPointcut.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/HandlerPointcut.hashCode:()I ]
HandlerPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/HandlerPointcut.matchInternal:(Lorg/aspectj/weaver/Shadow;)Lorg/aspectj/util/FuzzyBoolean; ]
HandlerPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/HandlerPointcut.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Pointcut; ]
HandlerPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:Pointcut
[ run-time name: org/aspectj/weaver/patterns/HandlerPointcut.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/Pointcut; ]
HandlerPointcut.resolveBindings ( IScope scope, Bindings bindings ):void
[ run-time name: org/aspectj/weaver/patterns/HandlerPointcut.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;)V ]
HandlerPointcut.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/HandlerPointcut.toString:()Ljava/lang/String; ]
HandlerPointcut.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/HandlerPointcut.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, HasAnnotation.class
package org.aspectj.weaver.ast
HasAnnotation.accept ( ITestVisitor v ):void
[ run-time name: org/aspectj/weaver/ast/HasAnnotation.accept:(Lorg/aspectj/weaver/ast/ITestVisitor;)V ]
HasAnnotation.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/ast/HasAnnotation.equals:(Ljava/lang/Object;)Z ]
HasAnnotation.getAnnotationType ( ):org.aspectj.weaver.UnresolvedType
[ run-time name: org/aspectj/weaver/ast/HasAnnotation.getAnnotationType:()Lorg/aspectj/weaver/UnresolvedType; ]
HasAnnotation.getVar ( ):Var
[ run-time name: org/aspectj/weaver/ast/HasAnnotation.getVar:()Lorg/aspectj/weaver/ast/Var; ]
HasAnnotation.HasAnnotation ( Var v, org.aspectj.weaver.ResolvedType annType )
[ run-time name: org/aspectj/weaver/ast/HasAnnotation."<init>":(Lorg/aspectj/weaver/ast/Var;Lorg/aspectj/weaver/ResolvedType;)V ]
HasAnnotation.toString ( ):String
[ run-time name: org/aspectj/weaver/ast/HasAnnotation.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, HasMemberTypePattern.class
package org.aspectj.weaver.patterns
HasMemberTypePattern.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/HasMemberTypePattern.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
HasMemberTypePattern.equals ( Object obj ):boolean
[ run-time name: org/aspectj/weaver/patterns/HasMemberTypePattern.equals:(Ljava/lang/Object;)Z ]
HasMemberTypePattern.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/HasMemberTypePattern.hashCode:()I ]
HasMemberTypePattern.HasMemberTypePattern ( SignaturePattern aSignaturePattern )
[ run-time name: org/aspectj/weaver/patterns/HasMemberTypePattern."<init>":(Lorg/aspectj/weaver/patterns/SignaturePattern;)V ]
HasMemberTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type ):boolean
[ run-time name: org/aspectj/weaver/patterns/HasMemberTypePattern.matchesExactly:(Lorg/aspectj/weaver/ResolvedType;)Z ]
HasMemberTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.ResolvedType annotatedType ):boolean
[ run-time name: org/aspectj/weaver/patterns/HasMemberTypePattern.matchesExactly:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;)Z ]
HasMemberTypePattern.matchesInstanceof ( org.aspectj.weaver.ResolvedType type ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/HasMemberTypePattern.matchesInstanceof:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/util/FuzzyBoolean; ]
HasMemberTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/HasMemberTypePattern.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/TypePattern; ]
HasMemberTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:TypePattern
[ run-time name: org/aspectj/weaver/patterns/HasMemberTypePattern.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/TypePattern; ]
HasMemberTypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/HasMemberTypePattern.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;ZZ)Lorg/aspectj/weaver/patterns/TypePattern; ]
HasMemberTypePattern.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/HasMemberTypePattern.toString:()Ljava/lang/String; ]
HasMemberTypePattern.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/HasMemberTypePattern.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, HasMemberTypePatternFinder.class
package org.aspectj.weaver.patterns
HasMemberTypePatternFinder.hasMemberTypePattern ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/HasMemberTypePatternFinder.hasMemberTypePattern:()Z ]
HasMemberTypePatternFinder.HasMemberTypePatternFinder ( TypePattern aPattern )
[ run-time name: org/aspectj/weaver/patterns/HasMemberTypePatternFinder."<init>":(Lorg/aspectj/weaver/patterns/TypePattern;)V ]
HasMemberTypePatternFinder.visit ( HasMemberTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/HasMemberTypePatternFinder.visit:(Lorg/aspectj/weaver/patterns/HasMemberTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
xwork-2.1.2.jar, HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor.class
package org.aspectj.weaver.patterns
HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor.HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor ( )
[ run-time name: org/aspectj/weaver/patterns/HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor."<init>":()V ]
HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor.visit ( ExactTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor.visit:(Lorg/aspectj/weaver/patterns/ExactTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor.visit ( WildTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor.visit:(Lorg/aspectj/weaver/patterns/WildTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor.wellHasItThen ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor.wellHasItThen:()Z ]
xwork-2.1.2.jar, HierarchyWalker.class
package org.aspectj.asm
HierarchyWalker.HierarchyWalker ( )
[ run-time name: org/aspectj/asm/HierarchyWalker."<init>":()V ]
HierarchyWalker.HierarchyWalker ( IHierarchy hierarchy )
[ run-time name: org/aspectj/asm/HierarchyWalker."<init>":(Lorg/aspectj/asm/IHierarchy;)V ]
HierarchyWalker.postProcess ( IProgramElement node ):void
[ run-time name: org/aspectj/asm/HierarchyWalker.postProcess:(Lorg/aspectj/asm/IProgramElement;)V ]
HierarchyWalker.preProcess ( IProgramElement node ):void
[ run-time name: org/aspectj/asm/HierarchyWalker.preProcess:(Lorg/aspectj/asm/IProgramElement;)V ]
HierarchyWalker.process ( IProgramElement node ):IProgramElement
[ run-time name: org/aspectj/asm/HierarchyWalker.process:(Lorg/aspectj/asm/IProgramElement;)Lorg/aspectj/asm/IProgramElement; ]
xwork-2.1.2.jar, IClassFileProvider.class
package org.aspectj.weaver
IClassFileProvider.getClassFileIterator ( ) [abstract]:java.util.Iterator
[ run-time name: org/aspectj/weaver/IClassFileProvider.getClassFileIterator:()Ljava/util/Iterator; ]
IClassFileProvider.getRequestor ( ) [abstract]:IWeaveRequestor
[ run-time name: org/aspectj/weaver/IClassFileProvider.getRequestor:()Lorg/aspectj/weaver/IWeaveRequestor; ]
IClassFileProvider.isApplyAtAspectJMungersOnly ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/IClassFileProvider.isApplyAtAspectJMungersOnly:()Z ]
xwork-2.1.2.jar, IClassWeaver.class
package org.aspectj.weaver
IClassWeaver.weave ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/IClassWeaver.weave:()Z ]
xwork-2.1.2.jar, ICommand.class
package org.aspectj.bridge
ICommand.repeatCommand ( IMessageHandler p1 ) [abstract]:boolean
[ run-time name: org/aspectj/bridge/ICommand.repeatCommand:(Lorg/aspectj/bridge/IMessageHandler;)Z ]
ICommand.runCommand ( String[] p1, IMessageHandler p2 ) [abstract]:boolean
[ run-time name: org/aspectj/bridge/ICommand.runCommand:([Ljava/lang/String;Lorg/aspectj/bridge/IMessageHandler;)Z ]
xwork-2.1.2.jar, ICrossReferenceHandler.class
package org.aspectj.weaver
ICrossReferenceHandler.addCrossReference ( org.aspectj.bridge.ISourceLocation p1, org.aspectj.bridge.ISourceLocation p2, org.aspectj.asm.IRelationship.Kind p3, boolean p4 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ICrossReferenceHandler.addCrossReference:(Lorg/aspectj/bridge/ISourceLocation;Lorg/aspectj/bridge/ISourceLocation;Lorg/aspectj/asm/IRelationship$Kind;Z)V ]
xwork-2.1.2.jar, IdentityPointcutVisitor.class
package org.aspectj.weaver.patterns
IdentityPointcutVisitor.IdentityPointcutVisitor ( )
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor."<init>":()V ]
IdentityPointcutVisitor.visit ( AndAnnotationTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/AndAnnotationTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( AndPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/AndPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( AndTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/AndTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( AnnotationPatternList node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/AnnotationPatternList;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( AnnotationPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/AnnotationPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( AnyAnnotationTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/AnyAnnotationTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( AnyTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/AnyTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( AnyWithAnnotationTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/AnyWithAnnotationTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( ArgsAnnotationPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/ArgsAnnotationPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( ArgsPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/ArgsPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( BindingAnnotationTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/BindingAnnotationTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( BindingTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/BindingTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( CflowPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/CflowPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( ConcreteCflowPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/ConcreteCflowPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( DeclareAnnotation node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/DeclareAnnotation;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( DeclareErrorOrWarning node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/DeclareErrorOrWarning;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( DeclareParents node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/DeclareParents;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( DeclarePrecedence node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/DeclarePrecedence;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( DeclareSoft node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/DeclareSoft;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( EllipsisAnnotationTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/EllipsisAnnotationTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( EllipsisTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/EllipsisTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( ExactAnnotationTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/ExactAnnotationTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( ExactTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/ExactTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( HandlerPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/HandlerPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( HasMemberTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/HasMemberTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( IfPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/IfPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( KindedPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/KindedPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( ModifiersPattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/ModifiersPattern;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( NamePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/NamePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( NotAnnotationTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/NotAnnotationTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( NotPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/NotPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( NotTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/NotTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( NoTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/NoTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( OrAnnotationTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/OrAnnotationTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( OrPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/OrPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( OrTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/OrTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( PatternNode node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/PatternNode;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( PerCflow node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/PerCflow;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( PerFromSuper node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/PerFromSuper;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( PerObject node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/PerObject;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( PerSingleton node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/PerSingleton;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( PerTypeWithin node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/PerTypeWithin;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( Pointcut.MatchesNothingPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/Pointcut$MatchesNothingPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( ReferencePointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/ReferencePointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( SignaturePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/SignaturePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( ThisOrTargetAnnotationPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/ThisOrTargetAnnotationPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( ThisOrTargetPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/ThisOrTargetPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( ThrowsPattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/ThrowsPattern;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( TypePatternList node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/TypePatternList;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( TypeVariablePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/TypeVariablePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( TypeVariablePatternList node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/TypeVariablePatternList;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( WildAnnotationTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/WildAnnotationTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( WildTypePattern node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/WildTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( WithinAnnotationPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/WithinAnnotationPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( WithinCodeAnnotationPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/WithinCodeAnnotationPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( WithincodePointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/WithincodePointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
IdentityPointcutVisitor.visit ( WithinPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IdentityPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/WithinPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
xwork-2.1.2.jar, IEclipseSourceContext.class
package org.aspectj.weaver
IEclipseSourceContext.removeUnnecessaryProblems ( Member p1, int p2 ) [abstract]:void
[ run-time name: org/aspectj/weaver/IEclipseSourceContext.removeUnnecessaryProblems:(Lorg/aspectj/weaver/Member;I)V ]
xwork-2.1.2.jar, IElementHandleProvider.class
package org.aspectj.asm
IElementHandleProvider.createHandleIdentifier ( java.io.File p1, int p2, int p3, int p4 ) [abstract]:String
[ run-time name: org/aspectj/asm/IElementHandleProvider.createHandleIdentifier:(Ljava/io/File;III)Ljava/lang/String; ]
IElementHandleProvider.createHandleIdentifier ( IProgramElement p1 ) [abstract]:String
[ run-time name: org/aspectj/asm/IElementHandleProvider.createHandleIdentifier:(Lorg/aspectj/asm/IProgramElement;)Ljava/lang/String; ]
IElementHandleProvider.createHandleIdentifier ( org.aspectj.bridge.ISourceLocation p1 ) [abstract]:String
[ run-time name: org/aspectj/asm/IElementHandleProvider.createHandleIdentifier:(Lorg/aspectj/bridge/ISourceLocation;)Ljava/lang/String; ]
IElementHandleProvider.dependsOnLocation ( ) [abstract]:boolean
[ run-time name: org/aspectj/asm/IElementHandleProvider.dependsOnLocation:()Z ]
IElementHandleProvider.getFileForHandle ( String p1 ) [abstract]:String
[ run-time name: org/aspectj/asm/IElementHandleProvider.getFileForHandle:(Ljava/lang/String;)Ljava/lang/String; ]
IElementHandleProvider.getLineNumberForHandle ( String p1 ) [abstract]:int
[ run-time name: org/aspectj/asm/IElementHandleProvider.getLineNumberForHandle:(Ljava/lang/String;)I ]
IElementHandleProvider.getOffSetForHandle ( String p1 ) [abstract]:int
[ run-time name: org/aspectj/asm/IElementHandleProvider.getOffSetForHandle:(Ljava/lang/String;)I ]
IElementHandleProvider.initialize ( ) [abstract]:void
[ run-time name: org/aspectj/asm/IElementHandleProvider.initialize:()V ]
xwork-2.1.2.jar, IExprVisitor.class
package org.aspectj.weaver.ast
IExprVisitor.visit ( CallExpr p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ast/IExprVisitor.visit:(Lorg/aspectj/weaver/ast/CallExpr;)V ]
IExprVisitor.visit ( CastExpr p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ast/IExprVisitor.visit:(Lorg/aspectj/weaver/ast/CastExpr;)V ]
IExprVisitor.visit ( FieldGet p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ast/IExprVisitor.visit:(Lorg/aspectj/weaver/ast/FieldGet;)V ]
IExprVisitor.visit ( FieldGetOn p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ast/IExprVisitor.visit:(Lorg/aspectj/weaver/ast/FieldGetOn;)V ]
IExprVisitor.visit ( StringConstExpr p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ast/IExprVisitor.visit:(Lorg/aspectj/weaver/ast/StringConstExpr;)V ]
IExprVisitor.visit ( Var p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ast/IExprVisitor.visit:(Lorg/aspectj/weaver/ast/Var;)V ]
xwork-2.1.2.jar, IfFinder.class
package org.aspectj.weaver.bcel
IfFinder.visit ( org.aspectj.weaver.patterns.AndPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/bcel/IfFinder.visit:(Lorg/aspectj/weaver/patterns/AndPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
IfFinder.visit ( org.aspectj.weaver.patterns.IfPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/bcel/IfFinder.visit:(Lorg/aspectj/weaver/patterns/IfPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
IfFinder.visit ( org.aspectj.weaver.patterns.NotPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/bcel/IfFinder.visit:(Lorg/aspectj/weaver/patterns/NotPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
IfFinder.visit ( org.aspectj.weaver.patterns.OrPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/bcel/IfFinder.visit:(Lorg/aspectj/weaver/patterns/OrPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
xwork-2.1.2.jar, IfPointcut.class
package org.aspectj.weaver.patterns
IfPointcut.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/IfPointcut.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
IfPointcut.alwaysFalse ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/IfPointcut.alwaysFalse:()Z ]
IfPointcut.alwaysTrue ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/IfPointcut.alwaysTrue:()Z ]
IfPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/IfPointcut.concretize1:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/Pointcut; ]
IfPointcut.couldMatchKinds ( ):int
[ run-time name: org/aspectj/weaver/patterns/IfPointcut.couldMatchKinds:()I ]
IfPointcut.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/IfPointcut.equals:(Ljava/lang/Object;)Z ]
IfPointcut.fastMatch ( FastMatchInfo type ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/IfPointcut.fastMatch:(Lorg/aspectj/weaver/patterns/FastMatchInfo;)Lorg/aspectj/util/FuzzyBoolean; ]
IfPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):org.aspectj.weaver.ast.Test
[ run-time name: org/aspectj/weaver/patterns/IfPointcut.findResidueInternal:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/patterns/ExposedState;)Lorg/aspectj/weaver/ast/Test; ]
IfPointcut.getResidueSource ( ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/IfPointcut.getResidueSource:()Lorg/aspectj/weaver/patterns/Pointcut; ]
IfPointcut.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/IfPointcut.hashCode:()I ]
IfPointcut.IfPointcut ( org.aspectj.weaver.ResolvedMember testMethod, int extraParameterFlags )
[ run-time name: org/aspectj/weaver/patterns/IfPointcut."<init>":(Lorg/aspectj/weaver/ResolvedMember;I)V ]
IfPointcut.IfPointcut ( String enclosingPointcutHint )
[ run-time name: org/aspectj/weaver/patterns/IfPointcut."<init>":(Ljava/lang/String;)V ]
IfPointcut.makeIfFalsePointcut ( Pointcut.State state ) [static]:IfPointcut
[ run-time name: org/aspectj/weaver/patterns/IfPointcut.makeIfFalsePointcut:(Lorg/aspectj/weaver/patterns/Pointcut$State;)Lorg/aspectj/weaver/patterns/IfPointcut; ]
IfPointcut.makeIfTruePointcut ( Pointcut.State state ) [static]:IfPointcut
[ run-time name: org/aspectj/weaver/patterns/IfPointcut.makeIfTruePointcut:(Lorg/aspectj/weaver/patterns/Pointcut$State;)Lorg/aspectj/weaver/patterns/IfPointcut; ]
IfPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/IfPointcut.matchInternal:(Lorg/aspectj/weaver/Shadow;)Lorg/aspectj/util/FuzzyBoolean; ]
IfPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/IfPointcut.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Pointcut; ]
IfPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:Pointcut
[ run-time name: org/aspectj/weaver/patterns/IfPointcut.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/Pointcut; ]
IfPointcut.resolveBindings ( IScope scope, Bindings bindings ):void
[ run-time name: org/aspectj/weaver/patterns/IfPointcut.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;)V ]
IfPointcut.shouldCopyLocationForConcretize ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/IfPointcut.shouldCopyLocationForConcretize:()Z ]
IfPointcut.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/IfPointcut.toString:()Ljava/lang/String; ]
IfPointcut.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/IfPointcut.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, IHasPosition.class
package org.aspectj.weaver
IHasPosition.getEnd ( ) [abstract]:int
[ run-time name: org/aspectj/weaver/IHasPosition.getEnd:()I ]
IHasPosition.getStart ( ) [abstract]:int
[ run-time name: org/aspectj/weaver/IHasPosition.getStart:()I ]
xwork-2.1.2.jar, IHasSourceLocation.class
package org.aspectj.weaver
IHasSourceLocation.getSourceContext ( ) [abstract]:ISourceContext
[ run-time name: org/aspectj/weaver/IHasSourceLocation.getSourceContext:()Lorg/aspectj/weaver/ISourceContext; ]
IHasSourceLocation.getSourceLocation ( ) [abstract]:org.aspectj.bridge.ISourceLocation
[ run-time name: org/aspectj/weaver/IHasSourceLocation.getSourceLocation:()Lorg/aspectj/bridge/ISourceLocation; ]
xwork-2.1.2.jar, IHierarchy.class
package org.aspectj.asm
IHierarchy.addToFileMap ( Object p1, Object p2 ) [abstract]:void
[ run-time name: org/aspectj/asm/IHierarchy.addToFileMap:(Ljava/lang/Object;Ljava/lang/Object;)V ]
IHierarchy.findElementForHandle ( String p1 ) [abstract]:IProgramElement
[ run-time name: org/aspectj/asm/IHierarchy.findElementForHandle:(Ljava/lang/String;)Lorg/aspectj/asm/IProgramElement; ]
IHierarchy.findElementForLabel ( IProgramElement p1, IProgramElement.Kind p2, String p3 ) [abstract]:IProgramElement
[ run-time name: org/aspectj/asm/IHierarchy.findElementForLabel:(Lorg/aspectj/asm/IProgramElement;Lorg/aspectj/asm/IProgramElement$Kind;Ljava/lang/String;)Lorg/aspectj/asm/IProgramElement; ]
IHierarchy.findElementForOffSet ( String p1, int p2, int p3 ) [abstract]:IProgramElement
[ run-time name: org/aspectj/asm/IHierarchy.findElementForOffSet:(Ljava/lang/String;II)Lorg/aspectj/asm/IProgramElement; ]
IHierarchy.findElementForSignature ( IProgramElement p1, IProgramElement.Kind p2, String p3 ) [abstract]:IProgramElement
[ run-time name: org/aspectj/asm/IHierarchy.findElementForSignature:(Lorg/aspectj/asm/IProgramElement;Lorg/aspectj/asm/IProgramElement$Kind;Ljava/lang/String;)Lorg/aspectj/asm/IProgramElement; ]
IHierarchy.findElementForSourceFile ( String p1 ) [abstract]:IProgramElement
[ run-time name: org/aspectj/asm/IHierarchy.findElementForSourceFile:(Ljava/lang/String;)Lorg/aspectj/asm/IProgramElement; ]
IHierarchy.findElementForSourceLine ( org.aspectj.bridge.ISourceLocation p1 ) [abstract]:IProgramElement
[ run-time name: org/aspectj/asm/IHierarchy.findElementForSourceLine:(Lorg/aspectj/bridge/ISourceLocation;)Lorg/aspectj/asm/IProgramElement; ]
IHierarchy.findElementForSourceLine ( String p1, int p2 ) [abstract]:IProgramElement
[ run-time name: org/aspectj/asm/IHierarchy.findElementForSourceLine:(Ljava/lang/String;I)Lorg/aspectj/asm/IProgramElement; ]
IHierarchy.findElementForType ( String p1, String p2 ) [abstract]:IProgramElement
[ run-time name: org/aspectj/asm/IHierarchy.findElementForType:(Ljava/lang/String;Ljava/lang/String;)Lorg/aspectj/asm/IProgramElement; ]
IHierarchy.findInFileMap ( Object p1 ) [abstract]:Object
[ run-time name: org/aspectj/asm/IHierarchy.findInFileMap:(Ljava/lang/Object;)Ljava/lang/Object; ]
IHierarchy.flushHandleMap ( ) [abstract]:void
[ run-time name: org/aspectj/asm/IHierarchy.flushHandleMap:()V ]
IHierarchy.flushTypeMap ( ) [abstract]:void
[ run-time name: org/aspectj/asm/IHierarchy.flushTypeMap:()V ]
IHierarchy.getConfigFile ( ) [abstract]:String
[ run-time name: org/aspectj/asm/IHierarchy.getConfigFile:()Ljava/lang/String; ]
IHierarchy.getElement ( String p1 ) [abstract]:IProgramElement
[ run-time name: org/aspectj/asm/IHierarchy.getElement:(Ljava/lang/String;)Lorg/aspectj/asm/IProgramElement; ]
IHierarchy.getFileMapEntrySet ( ) [abstract]:java.util.Set
[ run-time name: org/aspectj/asm/IHierarchy.getFileMapEntrySet:()Ljava/util/Set; ]
IHierarchy.getRoot ( ) [abstract]:IProgramElement
[ run-time name: org/aspectj/asm/IHierarchy.getRoot:()Lorg/aspectj/asm/IProgramElement; ]
IHierarchy.isValid ( ) [abstract]:boolean
[ run-time name: org/aspectj/asm/IHierarchy.isValid:()Z ]
IHierarchy.removeFromFileMap ( Object p1 ) [abstract]:boolean
[ run-time name: org/aspectj/asm/IHierarchy.removeFromFileMap:(Ljava/lang/Object;)Z ]
IHierarchy.setConfigFile ( String p1 ) [abstract]:void
[ run-time name: org/aspectj/asm/IHierarchy.setConfigFile:(Ljava/lang/String;)V ]
IHierarchy.setFileMap ( java.util.HashMap p1 ) [abstract]:void
[ run-time name: org/aspectj/asm/IHierarchy.setFileMap:(Ljava/util/HashMap;)V ]
IHierarchy.setRoot ( IProgramElement p1 ) [abstract]:void
[ run-time name: org/aspectj/asm/IHierarchy.setRoot:(Lorg/aspectj/asm/IProgramElement;)V ]
IHierarchy.updateHandleMap ( java.util.Set p1 ) [abstract]:void
[ run-time name: org/aspectj/asm/IHierarchy.updateHandleMap:(Ljava/util/Set;)V ]
xwork-2.1.2.jar, IHierarchyListener.class
package org.aspectj.asm
IHierarchyListener.elementsUpdated ( IHierarchy p1 ) [abstract]:void
[ run-time name: org/aspectj/asm/IHierarchyListener.elementsUpdated:(Lorg/aspectj/asm/IHierarchy;)V ]
xwork-2.1.2.jar, IINC.class
package org.aspectj.apache.bcel.generic
IINC.dump ( java.io.DataOutputStream out ):void
[ run-time name: org/aspectj/apache/bcel/generic/IINC.dump:(Ljava/io/DataOutputStream;)V ]
IINC.getIncrement ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/IINC.getIncrement:()I ]
IINC.getLength ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/IINC.getLength:()I ]
IINC.IINC ( int n, int c, boolean w )
[ run-time name: org/aspectj/apache/bcel/generic/IINC."<init>":(IIZ)V ]
IINC.toString ( boolean verbose ):String
[ run-time name: org/aspectj/apache/bcel/generic/IINC.toString:(Z)Ljava/lang/String; ]
xwork-2.1.2.jar, ILifecycleAware.class
package org.aspectj.bridge
ILifecycleAware.buildFinished ( boolean p1 ) [abstract]:void
[ run-time name: org/aspectj/bridge/ILifecycleAware.buildFinished:(Z)V ]
ILifecycleAware.buildStarting ( boolean p1 ) [abstract]:void
[ run-time name: org/aspectj/bridge/ILifecycleAware.buildStarting:(Z)V ]
xwork-2.1.2.jar, IMessage.class
package org.aspectj.bridge
IMessage.getDeclared ( ) [abstract]:boolean
[ run-time name: org/aspectj/bridge/IMessage.getDeclared:()Z ]
IMessage.getDetails ( ) [abstract]:String
[ run-time name: org/aspectj/bridge/IMessage.getDetails:()Ljava/lang/String; ]
IMessage.getExtraSourceLocations ( ) [abstract]:java.util.List
[ run-time name: org/aspectj/bridge/IMessage.getExtraSourceLocations:()Ljava/util/List; ]
IMessage.getID ( ) [abstract]:int
[ run-time name: org/aspectj/bridge/IMessage.getID:()I ]
IMessage.getKind ( ) [abstract]:IMessage.Kind
[ run-time name: org/aspectj/bridge/IMessage.getKind:()Lorg/aspectj/bridge/IMessage$Kind; ]
IMessage.getMessage ( ) [abstract]:String
[ run-time name: org/aspectj/bridge/IMessage.getMessage:()Ljava/lang/String; ]
IMessage.getSourceEnd ( ) [abstract]:int
[ run-time name: org/aspectj/bridge/IMessage.getSourceEnd:()I ]
IMessage.getSourceLocation ( ) [abstract]:ISourceLocation
[ run-time name: org/aspectj/bridge/IMessage.getSourceLocation:()Lorg/aspectj/bridge/ISourceLocation; ]
IMessage.getSourceStart ( ) [abstract]:int
[ run-time name: org/aspectj/bridge/IMessage.getSourceStart:()I ]
IMessage.getThrown ( ) [abstract]:Throwable
[ run-time name: org/aspectj/bridge/IMessage.getThrown:()Ljava/lang/Throwable; ]
IMessage.isAbort ( ) [abstract]:boolean
[ run-time name: org/aspectj/bridge/IMessage.isAbort:()Z ]
IMessage.isDebug ( ) [abstract]:boolean
[ run-time name: org/aspectj/bridge/IMessage.isDebug:()Z ]
IMessage.isError ( ) [abstract]:boolean
[ run-time name: org/aspectj/bridge/IMessage.isError:()Z ]
IMessage.isFailed ( ) [abstract]:boolean
[ run-time name: org/aspectj/bridge/IMessage.isFailed:()Z ]
IMessage.isInfo ( ) [abstract]:boolean
[ run-time name: org/aspectj/bridge/IMessage.isInfo:()Z ]
IMessage.isTaskTag ( ) [abstract]:boolean
[ run-time name: org/aspectj/bridge/IMessage.isTaskTag:()Z ]
IMessage.isWarning ( ) [abstract]:boolean
[ run-time name: org/aspectj/bridge/IMessage.isWarning:()Z ]
xwork-2.1.2.jar, IMessageContext.class
package org.aspectj.bridge
IMessageContext.getContextId ( ) [abstract]:String
[ run-time name: org/aspectj/bridge/IMessageContext.getContextId:()Ljava/lang/String; ]
xwork-2.1.2.jar, IMessageHandler.class
package org.aspectj.bridge
IMessageHandler.dontIgnore ( IMessage.Kind p1 ) [abstract]:void
[ run-time name: org/aspectj/bridge/IMessageHandler.dontIgnore:(Lorg/aspectj/bridge/IMessage$Kind;)V ]
IMessageHandler.handleMessage ( IMessage p1 ) [abstract]:boolean
[ run-time name: org/aspectj/bridge/IMessageHandler.handleMessage:(Lorg/aspectj/bridge/IMessage;)Z ]
IMessageHandler.ignore ( IMessage.Kind p1 ) [abstract]:void
[ run-time name: org/aspectj/bridge/IMessageHandler.ignore:(Lorg/aspectj/bridge/IMessage$Kind;)V ]
IMessageHandler.isIgnoring ( IMessage.Kind p1 ) [abstract]:boolean
[ run-time name: org/aspectj/bridge/IMessageHandler.isIgnoring:(Lorg/aspectj/bridge/IMessage$Kind;)Z ]
xwork-2.1.2.jar, IMessageHolder.class
package org.aspectj.bridge
IMessageHolder.clearMessages ( ) [abstract]:void
[ run-time name: org/aspectj/bridge/IMessageHolder.clearMessages:()V ]
IMessageHolder.getMessages ( IMessage.Kind p1, boolean p2 ) [abstract]:IMessage[]
[ run-time name: org/aspectj/bridge/IMessageHolder.getMessages:(Lorg/aspectj/bridge/IMessage$Kind;Z)[Lorg/aspectj/bridge/IMessage; ]
IMessageHolder.getUnmodifiableListView ( ) [abstract]:java.util.List
[ run-time name: org/aspectj/bridge/IMessageHolder.getUnmodifiableListView:()Ljava/util/List; ]
IMessageHolder.hasAnyMessage ( IMessage.Kind p1, boolean p2 ) [abstract]:boolean
[ run-time name: org/aspectj/bridge/IMessageHolder.hasAnyMessage:(Lorg/aspectj/bridge/IMessage$Kind;Z)Z ]
IMessageHolder.numMessages ( IMessage.Kind p1, boolean p2 ) [abstract]:int
[ run-time name: org/aspectj/bridge/IMessageHolder.numMessages:(Lorg/aspectj/bridge/IMessage$Kind;Z)I ]
xwork-2.1.2.jar, IModelFilter.class
package org.aspectj.asm
IModelFilter.processFilelocation ( String p1 ) [abstract]:String
[ run-time name: org/aspectj/asm/IModelFilter.processFilelocation:(Ljava/lang/String;)Ljava/lang/String; ]
IModelFilter.wantsHandleIds ( ) [abstract]:boolean
[ run-time name: org/aspectj/asm/IModelFilter.wantsHandleIds:()Z ]
xwork-2.1.2.jar, InitializerSignature.class
package org.aspectj.lang.reflect
InitializerSignature.getInitializer ( ) [abstract]:reflect.Constructor
[ run-time name: org/aspectj/lang/reflect/InitializerSignature.getInitializer:()Ljava/lang/reflect/Constructor; ]
xwork-2.1.2.jar, InitializerSignatureImpl.class
package org.aspectj.runtime.reflect
InitializerSignatureImpl.createToString ( StringMaker sm ):String
[ run-time name: org/aspectj/runtime/reflect/InitializerSignatureImpl.createToString:(Lorg/aspectj/runtime/reflect/StringMaker;)Ljava/lang/String; ]
InitializerSignatureImpl.getInitializer ( ):reflect.Constructor
[ run-time name: org/aspectj/runtime/reflect/InitializerSignatureImpl.getInitializer:()Ljava/lang/reflect/Constructor; ]
InitializerSignatureImpl.getName ( ):String
[ run-time name: org/aspectj/runtime/reflect/InitializerSignatureImpl.getName:()Ljava/lang/String; ]
xwork-2.1.2.jar, InnerClass.class
package org.aspectj.apache.bcel.classfile
InnerClass.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/InnerClass.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
InnerClass.copy ( ):InnerClass
[ run-time name: org/aspectj/apache/bcel/classfile/InnerClass.copy:()Lorg/aspectj/apache/bcel/classfile/InnerClass; ]
InnerClass.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/InnerClass.dump:(Ljava/io/DataOutputStream;)V ]
InnerClass.getInnerAccessFlags ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/InnerClass.getInnerAccessFlags:()I ]
InnerClass.getInnerClassIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/InnerClass.getInnerClassIndex:()I ]
InnerClass.getInnerNameIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/InnerClass.getInnerNameIndex:()I ]
InnerClass.getOuterClassIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/InnerClass.getOuterClassIndex:()I ]
InnerClass.InnerClass ( int inner_class_index, int outer_class_index, int inner_name_index, int inner_access_flags )
[ run-time name: org/aspectj/apache/bcel/classfile/InnerClass."<init>":(IIII)V ]
InnerClass.InnerClass ( InnerClass c )
[ run-time name: org/aspectj/apache/bcel/classfile/InnerClass."<init>":(Lorg/aspectj/apache/bcel/classfile/InnerClass;)V ]
InnerClass.setInnerAccessFlags ( int inner_access_flags ):void
[ run-time name: org/aspectj/apache/bcel/classfile/InnerClass.setInnerAccessFlags:(I)V ]
InnerClass.setInnerClassIndex ( int inner_class_index ):void
[ run-time name: org/aspectj/apache/bcel/classfile/InnerClass.setInnerClassIndex:(I)V ]
InnerClass.setInnerNameIndex ( int inner_name_index ):void
[ run-time name: org/aspectj/apache/bcel/classfile/InnerClass.setInnerNameIndex:(I)V ]
InnerClass.setOuterClassIndex ( int outer_class_index ):void
[ run-time name: org/aspectj/apache/bcel/classfile/InnerClass.setOuterClassIndex:(I)V ]
InnerClass.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/InnerClass.toString:()Ljava/lang/String; ]
InnerClass.toString ( ConstantPool constant_pool ):String
[ run-time name: org/aspectj/apache/bcel/classfile/InnerClass.toString:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/String; ]
xwork-2.1.2.jar, InnerClasses.class
package org.aspectj.apache.bcel.classfile
InnerClasses.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/InnerClasses.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
InnerClasses.copy ( ConstantPool constant_pool ):Attribute
[ run-time name: org/aspectj/apache/bcel/classfile/InnerClasses.copy:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Attribute; ]
InnerClasses.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/InnerClasses.dump:(Ljava/io/DataOutputStream;)V ]
InnerClasses.getInnerClasses ( ):InnerClass[]
[ run-time name: org/aspectj/apache/bcel/classfile/InnerClasses.getInnerClasses:()[Lorg/aspectj/apache/bcel/classfile/InnerClass; ]
InnerClasses.InnerClasses ( int name_index, int length, InnerClass[] inner_classes, ConstantPool constant_pool )
[ run-time name: org/aspectj/apache/bcel/classfile/InnerClasses."<init>":(II[Lorg/aspectj/apache/bcel/classfile/InnerClass;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
InnerClasses.InnerClasses ( InnerClasses c )
[ run-time name: org/aspectj/apache/bcel/classfile/InnerClasses."<init>":(Lorg/aspectj/apache/bcel/classfile/InnerClasses;)V ]
InnerClasses.setInnerClasses ( InnerClass[] inner_classes ):void
[ run-time name: org/aspectj/apache/bcel/classfile/InnerClasses.setInnerClasses:([Lorg/aspectj/apache/bcel/classfile/InnerClass;)V ]
InnerClasses.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/InnerClasses.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, Instanceof.class
package org.aspectj.weaver.ast
Instanceof.accept ( ITestVisitor v ):void
[ run-time name: org/aspectj/weaver/ast/Instanceof.accept:(Lorg/aspectj/weaver/ast/ITestVisitor;)V ]
Instanceof.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/ast/Instanceof.equals:(Ljava/lang/Object;)Z ]
Instanceof.getType ( ):org.aspectj.weaver.UnresolvedType
[ run-time name: org/aspectj/weaver/ast/Instanceof.getType:()Lorg/aspectj/weaver/UnresolvedType; ]
Instanceof.getVar ( ):Var
[ run-time name: org/aspectj/weaver/ast/Instanceof.getVar:()Lorg/aspectj/weaver/ast/Var; ]
Instanceof.Instanceof ( Var left, org.aspectj.weaver.UnresolvedType right )
[ run-time name: org/aspectj/weaver/ast/Instanceof."<init>":(Lorg/aspectj/weaver/ast/Var;Lorg/aspectj/weaver/UnresolvedType;)V ]
Instanceof.toString ( ):String
[ run-time name: org/aspectj/weaver/ast/Instanceof.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, Instruction.class
package org.aspectj.apache.bcel.generic
Instruction.accept ( InstVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.accept:(Lorg/aspectj/apache/bcel/generic/InstVisitor;)V ]
Instruction.assertSomething ( long flag ):void
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.assertSomething:(J)V ]
Instruction.consumeStack ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):int
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.consumeStack:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)I ]
Instruction.containsTarget ( InstructionHandle ih ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.containsTarget:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;)Z ]
Instruction.copy ( ):Instruction
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.copy:()Lorg/aspectj/apache/bcel/generic/Instruction; ]
Instruction.dump ( java.io.DataOutputStream out ):void
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.dump:(Ljava/io/DataOutputStream;)V ]
Instruction.equals ( Object that ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.equals:(Ljava/lang/Object;)Z ]
Instruction.getExceptions ( ):Class[]
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.getExceptions:()[Ljava/lang/Class; ]
Instruction.getIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.getIndex:()I ]
Instruction.getLength ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.getLength:()I ]
Instruction.getLoadClassType ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):ObjectType
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.getLoadClassType:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/generic/ObjectType; ]
Instruction.getName ( ):String
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.getName:()Ljava/lang/String; ]
Instruction.getOpcode ( ):short
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.getOpcode:()S ]
Instruction.getType ( ):Type
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.getType:()Lorg/aspectj/apache/bcel/generic/Type; ]
Instruction.getType ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):Type
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.getType:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/generic/Type; ]
Instruction.getValue ( ):Number
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.getValue:()Ljava/lang/Number; ]
Instruction.getValue ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):Object
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.getValue:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/Object; ]
Instruction.Instruction ( short opcode )
[ run-time name: org/aspectj/apache/bcel/generic/Instruction."<init>":(S)V ]
Instruction.isALOAD ( ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.isALOAD:()Z ]
Instruction.isArrayCreationInstruction ( ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.isArrayCreationInstruction:()Z ]
Instruction.isASTORE ( ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.isASTORE:()Z ]
Instruction.isConstantInstruction ( ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.isConstantInstruction:()Z ]
Instruction.isConstantPoolInstruction ( ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.isConstantPoolInstruction:()Z ]
Instruction.isGoto ( ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.isGoto:()Z ]
Instruction.isIndexedInstruction ( ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.isIndexedInstruction:()Z ]
Instruction.isJsrInstruction ( ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.isJsrInstruction:()Z ]
Instruction.isLoadInstruction ( ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.isLoadInstruction:()Z ]
Instruction.isLocalVariableInstruction ( ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.isLocalVariableInstruction:()Z ]
Instruction.isReturnInstruction ( ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.isReturnInstruction:()Z ]
Instruction.isStackConsumer ( ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.isStackConsumer:()Z ]
Instruction.isStackProducer ( ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.isStackProducer:()Z ]
Instruction.isStoreInstruction ( ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.isStoreInstruction:()Z ]
Instruction.produceStack ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):int
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.produceStack:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)I ]
Instruction.readInstruction ( org.aspectj.apache.bcel.util.ByteSequence bytes ) [static]:Instruction
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.readInstruction:(Lorg/aspectj/apache/bcel/util/ByteSequence;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
Instruction.setIndex ( int i ):void
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.setIndex:(I)V ]
Instruction.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.toString:()Ljava/lang/String; ]
Instruction.toString ( boolean verbose ):String
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.toString:(Z)Ljava/lang/String; ]
Instruction.toString ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):String
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.toString:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/String; ]
Instruction.updateTarget ( InstructionHandle old_ih, InstructionHandle new_ih ):void
[ run-time name: org/aspectj/apache/bcel/generic/Instruction.updateTarget:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
xwork-2.1.2.jar, InstructionBranch.class
package org.aspectj.apache.bcel.generic
InstructionBranch.containsTarget ( InstructionHandle ih ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/InstructionBranch.containsTarget:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;)Z ]
InstructionBranch.dump ( java.io.DataOutputStream out ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionBranch.dump:(Ljava/io/DataOutputStream;)V ]
InstructionBranch.getIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/InstructionBranch.getIndex:()I ]
InstructionBranch.getTarget ( ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/InstructionBranch.getTarget:()Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
InstructionBranch.getTargetOffset ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/InstructionBranch.getTargetOffset:()I ]
InstructionBranch.getType ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):Type
[ run-time name: org/aspectj/apache/bcel/generic/InstructionBranch.getType:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/generic/Type; ]
InstructionBranch.InstructionBranch ( short opcode )
[ run-time name: org/aspectj/apache/bcel/generic/InstructionBranch."<init>":(S)V ]
InstructionBranch.InstructionBranch ( short opcode, int index )
[ run-time name: org/aspectj/apache/bcel/generic/InstructionBranch."<init>":(SI)V ]
InstructionBranch.InstructionBranch ( short opcode, InstructionHandle target )
[ run-time name: org/aspectj/apache/bcel/generic/InstructionBranch."<init>":(SLorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
InstructionBranch.isIfInstruction ( ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/InstructionBranch.isIfInstruction:()Z ]
InstructionBranch.physicalSuccessor ( ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/InstructionBranch.physicalSuccessor:()Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
InstructionBranch.setTarget ( InstructionHandle target ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionBranch.setTarget:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
InstructionBranch.toString ( boolean verbose ):String
[ run-time name: org/aspectj/apache/bcel/generic/InstructionBranch.toString:(Z)Ljava/lang/String; ]
InstructionBranch.updatePosition ( int offset, int max_offset ):int
[ run-time name: org/aspectj/apache/bcel/generic/InstructionBranch.updatePosition:(II)I ]
InstructionBranch.updateTarget ( InstructionHandle old_ih, InstructionHandle new_ih ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionBranch.updateTarget:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
xwork-2.1.2.jar, InstructionByte.class
package org.aspectj.apache.bcel.generic
InstructionByte.dump ( java.io.DataOutputStream out ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionByte.dump:(Ljava/io/DataOutputStream;)V ]
InstructionByte.getType ( ):Type
[ run-time name: org/aspectj/apache/bcel/generic/InstructionByte.getType:()Lorg/aspectj/apache/bcel/generic/Type; ]
InstructionByte.getTypecode ( ):byte
[ run-time name: org/aspectj/apache/bcel/generic/InstructionByte.getTypecode:()B ]
InstructionByte.InstructionByte ( short opcode, byte b )
[ run-time name: org/aspectj/apache/bcel/generic/InstructionByte."<init>":(SB)V ]
InstructionByte.toString ( boolean verbose ):String
[ run-time name: org/aspectj/apache/bcel/generic/InstructionByte.toString:(Z)Ljava/lang/String; ]
xwork-2.1.2.jar, InstructionCLV.class
package org.aspectj.apache.bcel.generic
InstructionCLV.InstructionCLV ( short opcode )
[ run-time name: org/aspectj/apache/bcel/generic/InstructionCLV."<init>":(S)V ]
InstructionCLV.InstructionCLV ( short opcode, int localVariableIndex )
[ run-time name: org/aspectj/apache/bcel/generic/InstructionCLV."<init>":(SI)V ]
InstructionCLV.setIndex ( int localVariableIndex ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionCLV.setIndex:(I)V ]
xwork-2.1.2.jar, InstructionComparator.class
package org.aspectj.apache.bcel.generic
InstructionComparator.equals ( Instruction p1, Instruction p2 ) [abstract]:boolean
[ run-time name: org/aspectj/apache/bcel/generic/InstructionComparator.equals:(Lorg/aspectj/apache/bcel/generic/Instruction;Lorg/aspectj/apache/bcel/generic/Instruction;)Z ]
xwork-2.1.2.jar, InstructionCP.class
package org.aspectj.apache.bcel.generic
InstructionCP.dump ( java.io.DataOutputStream out ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionCP.dump:(Ljava/io/DataOutputStream;)V ]
InstructionCP.getExceptions ( ):Class[]
[ run-time name: org/aspectj/apache/bcel/generic/InstructionCP.getExceptions:()[Ljava/lang/Class; ]
InstructionCP.getIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/InstructionCP.getIndex:()I ]
InstructionCP.getLength ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/InstructionCP.getLength:()I ]
InstructionCP.getType ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):Type
[ run-time name: org/aspectj/apache/bcel/generic/InstructionCP.getType:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/generic/Type; ]
InstructionCP.getValue ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):Object
[ run-time name: org/aspectj/apache/bcel/generic/InstructionCP.getValue:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/Object; ]
InstructionCP.InstructionCP ( short opcode, int index )
[ run-time name: org/aspectj/apache/bcel/generic/InstructionCP."<init>":(SI)V ]
InstructionCP.setIndex ( int index ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionCP.setIndex:(I)V ]
InstructionCP.toString ( boolean verbose ):String
[ run-time name: org/aspectj/apache/bcel/generic/InstructionCP.toString:(Z)Ljava/lang/String; ]
InstructionCP.toString ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):String
[ run-time name: org/aspectj/apache/bcel/generic/InstructionCP.toString:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/String; ]
xwork-2.1.2.jar, InstructionFactory.class
package org.aspectj.apache.bcel.generic
InstructionFactory.createALOAD ( int n ) [static]:Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createALOAD:(I)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.createArrayLoad ( Type type ) [static]:Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createArrayLoad:(Lorg/aspectj/apache/bcel/generic/Type;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.createArrayStore ( Type type ) [static]:Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createArrayStore:(Lorg/aspectj/apache/bcel/generic/Type;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.createASTORE ( int n ) [static]:Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createASTORE:(I)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.createBranchInstruction ( short opcode, InstructionHandle target ) [static]:InstructionBranch
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createBranchInstruction:(SLorg/aspectj/apache/bcel/generic/InstructionHandle;)Lorg/aspectj/apache/bcel/generic/InstructionBranch; ]
InstructionFactory.createCast ( Type src_type, Type dest_type ):Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createCast:(Lorg/aspectj/apache/bcel/generic/Type;Lorg/aspectj/apache/bcel/generic/Type;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.createCheckCast ( ReferenceType t ):Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createCheckCast:(Lorg/aspectj/apache/bcel/generic/ReferenceType;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.createConstant ( Object value ):Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createConstant:(Ljava/lang/Object;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.createDup ( int size ) [static]:Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createDup:(I)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.createDup_1 ( int size ) [static]:Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createDup_1:(I)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.createDup_2 ( int size ) [static]:Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createDup_2:(I)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.createFieldAccess ( String class_name, String name, Type type, short kind ):FieldInstruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createFieldAccess:(Ljava/lang/String;Ljava/lang/String;Lorg/aspectj/apache/bcel/generic/Type;S)Lorg/aspectj/apache/bcel/generic/FieldInstruction; ]
InstructionFactory.createGetField ( String class_name, String name, Type t ):FieldInstruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createGetField:(Ljava/lang/String;Ljava/lang/String;Lorg/aspectj/apache/bcel/generic/Type;)Lorg/aspectj/apache/bcel/generic/FieldInstruction; ]
InstructionFactory.createGetStatic ( String class_name, String name, Type t ):FieldInstruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createGetStatic:(Ljava/lang/String;Ljava/lang/String;Lorg/aspectj/apache/bcel/generic/Type;)Lorg/aspectj/apache/bcel/generic/FieldInstruction; ]
InstructionFactory.createInstanceOf ( ReferenceType t ):Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createInstanceOf:(Lorg/aspectj/apache/bcel/generic/ReferenceType;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.createInvoke ( String class_name, String name, Type ret_type, Type[] arg_types, short kind ):InvokeInstruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createInvoke:(Ljava/lang/String;Ljava/lang/String;Lorg/aspectj/apache/bcel/generic/Type;[Lorg/aspectj/apache/bcel/generic/Type;S)Lorg/aspectj/apache/bcel/generic/InvokeInstruction; ]
InstructionFactory.createInvoke ( String class_name, String name, String signature, short kind ):InvokeInstruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createInvoke:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;S)Lorg/aspectj/apache/bcel/generic/InvokeInstruction; ]
InstructionFactory.createLoad ( Type type, int index ) [static]:InstructionLV
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createLoad:(Lorg/aspectj/apache/bcel/generic/Type;I)Lorg/aspectj/apache/bcel/generic/InstructionLV; ]
InstructionFactory.createNew ( ObjectType t ):Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createNew:(Lorg/aspectj/apache/bcel/generic/ObjectType;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.createNew ( String s ):Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createNew:(Ljava/lang/String;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.createNewArray ( Type t, short dim ):Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createNewArray:(Lorg/aspectj/apache/bcel/generic/Type;S)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.createNull ( Type type ) [static]:Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createNull:(Lorg/aspectj/apache/bcel/generic/Type;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.createPop ( int size ) [static]:Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createPop:(I)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.createPutField ( String class_name, String name, Type t ):FieldInstruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createPutField:(Ljava/lang/String;Ljava/lang/String;Lorg/aspectj/apache/bcel/generic/Type;)Lorg/aspectj/apache/bcel/generic/FieldInstruction; ]
InstructionFactory.createPutStatic ( String class_name, String name, Type t ):FieldInstruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createPutStatic:(Ljava/lang/String;Ljava/lang/String;Lorg/aspectj/apache/bcel/generic/Type;)Lorg/aspectj/apache/bcel/generic/FieldInstruction; ]
InstructionFactory.createReturn ( Type type ) [static]:Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createReturn:(Lorg/aspectj/apache/bcel/generic/Type;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.createStore ( Type type, int index ) [static]:InstructionLV
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createStore:(Lorg/aspectj/apache/bcel/generic/Type;I)Lorg/aspectj/apache/bcel/generic/InstructionLV; ]
InstructionFactory.createThis ( ) [static]:Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.createThis:()Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.getClassGen ( ):ClassGen
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.getClassGen:()Lorg/aspectj/apache/bcel/generic/ClassGen; ]
InstructionFactory.getConstantPool ( ):org.aspectj.apache.bcel.classfile.ConstantPool
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.getConstantPool:()Lorg/aspectj/apache/bcel/classfile/ConstantPool; ]
InstructionFactory.InstructionFactory ( org.aspectj.apache.bcel.classfile.ConstantPool cp )
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory."<init>":(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
InstructionFactory.InstructionFactory ( ClassGen cg )
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory."<init>":(Lorg/aspectj/apache/bcel/generic/ClassGen;)V ]
InstructionFactory.InstructionFactory ( ClassGen cg, org.aspectj.apache.bcel.classfile.ConstantPool cp )
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory."<init>":(Lorg/aspectj/apache/bcel/generic/ClassGen;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
InstructionFactory.PUSH ( org.aspectj.apache.bcel.classfile.ConstantPool cp, boolean value ) [static]:Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.PUSH:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;Z)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.PUSH ( org.aspectj.apache.bcel.classfile.ConstantPool cp, Boolean value ) [static]:Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.PUSH:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;Ljava/lang/Boolean;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.PUSH ( org.aspectj.apache.bcel.classfile.ConstantPool cp, Character value ) [static]:Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.PUSH:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;Ljava/lang/Character;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.PUSH ( org.aspectj.apache.bcel.classfile.ConstantPool cp, double value ) [static]:Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.PUSH:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;D)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.PUSH ( org.aspectj.apache.bcel.classfile.ConstantPool cp, float value ) [static]:Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.PUSH:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;F)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.PUSH ( org.aspectj.apache.bcel.classfile.ConstantPool cp, int value ) [static]:Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.PUSH:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;I)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.PUSH ( org.aspectj.apache.bcel.classfile.ConstantPool cp, long value ) [static]:Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.PUSH:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;J)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.PUSH ( org.aspectj.apache.bcel.classfile.ConstantPool cp, Number value ) [static]:Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.PUSH:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;Ljava/lang/Number;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.PUSH ( org.aspectj.apache.bcel.classfile.ConstantPool cp, ObjectType t ) [static]:Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.PUSH:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;Lorg/aspectj/apache/bcel/generic/ObjectType;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.PUSH ( org.aspectj.apache.bcel.classfile.ConstantPool cp, String value ) [static]:Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.PUSH:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;Ljava/lang/String;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionFactory.setClassGen ( ClassGen c ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.setClassGen:(Lorg/aspectj/apache/bcel/generic/ClassGen;)V ]
InstructionFactory.setConstantPool ( org.aspectj.apache.bcel.classfile.ConstantPool c ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionFactory.setConstantPool:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
xwork-2.1.2.jar, InstructionHandle.class
package org.aspectj.apache.bcel.generic
InstructionHandle.accept ( InstVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionHandle.accept:(Lorg/aspectj/apache/bcel/generic/InstVisitor;)V ]
InstructionHandle.addTargeter ( InstructionTargeter t ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionHandle.addTargeter:(Lorg/aspectj/apache/bcel/generic/InstructionTargeter;)V ]
InstructionHandle.getInstruction ( ):Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionHandle.getInstruction:()Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionHandle.getNext ( ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/InstructionHandle.getNext:()Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
InstructionHandle.getPosition ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/InstructionHandle.getPosition:()I ]
InstructionHandle.getPrev ( ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/InstructionHandle.getPrev:()Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
InstructionHandle.getTargeters ( ):InstructionTargeter[]
[ run-time name: org/aspectj/apache/bcel/generic/InstructionHandle.getTargeters:()[Lorg/aspectj/apache/bcel/generic/InstructionTargeter; ]
InstructionHandle.hasTargeters ( ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/InstructionHandle.hasTargeters:()Z ]
InstructionHandle.InstructionHandle ( Instruction i )
[ run-time name: org/aspectj/apache/bcel/generic/InstructionHandle."<init>":(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstructionHandle.removeAllTargeters ( ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionHandle.removeAllTargeters:()V ]
InstructionHandle.removeTargeter ( InstructionTargeter t ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionHandle.removeTargeter:(Lorg/aspectj/apache/bcel/generic/InstructionTargeter;)V ]
InstructionHandle.setInstruction ( Instruction i ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionHandle.setInstruction:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstructionHandle.swapInstruction ( Instruction i ):Instruction
[ run-time name: org/aspectj/apache/bcel/generic/InstructionHandle.swapInstruction:(Lorg/aspectj/apache/bcel/generic/Instruction;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionHandle.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/generic/InstructionHandle.toString:()Ljava/lang/String; ]
InstructionHandle.toString ( boolean verbose ):String
[ run-time name: org/aspectj/apache/bcel/generic/InstructionHandle.toString:(Z)Ljava/lang/String; ]
InstructionHandle.updatePosition ( int offset, int max_offset ):int
[ run-time name: org/aspectj/apache/bcel/generic/InstructionHandle.updatePosition:(II)I ]
xwork-2.1.2.jar, InstructionList.class
package org.aspectj.apache.bcel.generic
InstructionList.append ( Instruction i ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.append:(Lorg/aspectj/apache/bcel/generic/Instruction;)Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
InstructionList.append ( Instruction i, Instruction j ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.append:(Lorg/aspectj/apache/bcel/generic/Instruction;Lorg/aspectj/apache/bcel/generic/Instruction;)Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
InstructionList.append ( Instruction i, InstructionList il ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.append:(Lorg/aspectj/apache/bcel/generic/Instruction;Lorg/aspectj/apache/bcel/generic/InstructionList;)Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
InstructionList.append ( InstructionBranch i ):BranchHandle
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.append:(Lorg/aspectj/apache/bcel/generic/InstructionBranch;)Lorg/aspectj/apache/bcel/generic/BranchHandle; ]
InstructionList.append ( InstructionHandle ih, Instruction i ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.append:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/Instruction;)Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
InstructionList.append ( InstructionHandle ih, InstructionBranch i ):BranchHandle
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.append:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionBranch;)Lorg/aspectj/apache/bcel/generic/BranchHandle; ]
InstructionList.append ( InstructionHandle ih, InstructionList il ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.append:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionList;)Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
InstructionList.append ( InstructionList il ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.append:(Lorg/aspectj/apache/bcel/generic/InstructionList;)Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
InstructionList.contains ( Instruction i ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.contains:(Lorg/aspectj/apache/bcel/generic/Instruction;)Z ]
InstructionList.contains ( InstructionHandle i ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.contains:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;)Z ]
InstructionList.copy ( ):InstructionList
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.copy:()Lorg/aspectj/apache/bcel/generic/InstructionList; ]
InstructionList.delete ( Instruction from, Instruction to ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.delete:(Lorg/aspectj/apache/bcel/generic/Instruction;Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstructionList.delete ( InstructionHandle from, InstructionHandle to ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.delete:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
InstructionList.delete ( InstructionHandle ih ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.delete:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
InstructionList.dispose ( ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.dispose:()V ]
InstructionList.findHandle ( int pos ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.findHandle:(I)Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
InstructionList.findHandle ( int pos, InstructionHandle[] instructionArray ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.findHandle:(I[Lorg/aspectj/apache/bcel/generic/InstructionHandle;)Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
InstructionList.findHandle ( int pos, InstructionHandle[] instructionArray, boolean useClosestApproximationIfNoExactFound ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.findHandle:(I[Lorg/aspectj/apache/bcel/generic/InstructionHandle;Z)Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
InstructionList.findHandle ( InstructionHandle[] ihs, int[] pos, int count, int target ) [static]:InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.findHandle:([Lorg/aspectj/apache/bcel/generic/InstructionHandle;[III)Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
InstructionList.findHandle ( InstructionHandle[] ihs, int[] pos, int count, int target, boolean returnClosestIfNoExactMatch ) [static]:InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.findHandle:([Lorg/aspectj/apache/bcel/generic/InstructionHandle;[IIIZ)Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
InstructionList.getByteCode ( ):byte[]
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.getByteCode:()[B ]
InstructionList.getEnd ( ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.getEnd:()Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
InstructionList.getInstructionHandles ( ):InstructionHandle[]
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.getInstructionHandles:()[Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
InstructionList.getInstructionPositions ( ):int[]
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.getInstructionPositions:()[I ]
InstructionList.getInstructions ( ):Instruction[]
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.getInstructions:()[Lorg/aspectj/apache/bcel/generic/Instruction; ]
InstructionList.getInstructionsAsArray ( ):InstructionHandle[]
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.getInstructionsAsArray:()[Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
InstructionList.getLength ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.getLength:()I ]
InstructionList.getStart ( ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.getStart:()Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
InstructionList.insert ( Instruction i ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.insert:(Lorg/aspectj/apache/bcel/generic/Instruction;)Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
InstructionList.insert ( Instruction i, Instruction j ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.insert:(Lorg/aspectj/apache/bcel/generic/Instruction;Lorg/aspectj/apache/bcel/generic/Instruction;)Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
InstructionList.insert ( Instruction i, InstructionList il ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.insert:(Lorg/aspectj/apache/bcel/generic/Instruction;Lorg/aspectj/apache/bcel/generic/InstructionList;)Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
InstructionList.insert ( InstructionBranch i ):BranchHandle
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.insert:(Lorg/aspectj/apache/bcel/generic/InstructionBranch;)Lorg/aspectj/apache/bcel/generic/BranchHandle; ]
InstructionList.insert ( InstructionHandle ih, Instruction i ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.insert:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/Instruction;)Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
InstructionList.insert ( InstructionHandle ih, InstructionBranch i ):BranchHandle
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.insert:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionBranch;)Lorg/aspectj/apache/bcel/generic/BranchHandle; ]
InstructionList.insert ( InstructionHandle ih, InstructionList il ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.insert:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionList;)Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
InstructionList.insert ( InstructionList il ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.insert:(Lorg/aspectj/apache/bcel/generic/InstructionList;)Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
InstructionList.InstructionList ( )
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList."<init>":()V ]
InstructionList.InstructionList ( byte[] code )
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList."<init>":([B)V ]
InstructionList.InstructionList ( Instruction i )
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList."<init>":(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstructionList.InstructionList ( InstructionBranch i )
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList."<init>":(Lorg/aspectj/apache/bcel/generic/InstructionBranch;)V ]
InstructionList.isEmpty ( ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.isEmpty:()Z ]
InstructionList.iterator ( ):java.util.Iterator
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.iterator:()Ljava/util/Iterator; ]
InstructionList.move ( InstructionHandle ih, InstructionHandle target ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.move:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
InstructionList.move ( InstructionHandle start, InstructionHandle end, InstructionHandle target ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.move:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
InstructionList.redirectBranches ( InstructionHandle old_target, InstructionHandle new_target ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.redirectBranches:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
InstructionList.redirectExceptionHandlers ( CodeExceptionGen[] exceptions, InstructionHandle old_target, InstructionHandle new_target ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.redirectExceptionHandlers:([Lorg/aspectj/apache/bcel/generic/CodeExceptionGen;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
InstructionList.redirectLocalVariables ( LocalVariableGen[] lg, InstructionHandle old_target, InstructionHandle new_target ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.redirectLocalVariables:([Lorg/aspectj/apache/bcel/generic/LocalVariableGen;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
InstructionList.replaceConstantPool ( org.aspectj.apache.bcel.classfile.ConstantPool old_cp, org.aspectj.apache.bcel.classfile.ConstantPool new_cp ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.replaceConstantPool:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
InstructionList.setPositions ( ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.setPositions:()V ]
InstructionList.setPositions ( boolean check ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.setPositions:(Z)V ]
InstructionList.size ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.size:()I ]
InstructionList.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.toString:()Ljava/lang/String; ]
InstructionList.toString ( boolean verbose ):String
[ run-time name: org/aspectj/apache/bcel/generic/InstructionList.toString:(Z)Ljava/lang/String; ]
xwork-2.1.2.jar, InstructionLV.class
package org.aspectj.apache.bcel.generic
InstructionLV.dump ( java.io.DataOutputStream out ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionLV.dump:(Ljava/io/DataOutputStream;)V ]
InstructionLV.getIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/InstructionLV.getIndex:()I ]
InstructionLV.getLength ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/InstructionLV.getLength:()I ]
InstructionLV.InstructionLV ( short opcode )
[ run-time name: org/aspectj/apache/bcel/generic/InstructionLV."<init>":(S)V ]
InstructionLV.InstructionLV ( short opcode, int lvar )
[ run-time name: org/aspectj/apache/bcel/generic/InstructionLV."<init>":(SI)V ]
InstructionLV.isALOAD ( ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/InstructionLV.isALOAD:()Z ]
InstructionLV.isASTORE ( ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/InstructionLV.isASTORE:()Z ]
InstructionLV.setIndex ( int i ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionLV.setIndex:(I)V ]
InstructionLV.toString ( boolean verbose ):String
[ run-time name: org/aspectj/apache/bcel/generic/InstructionLV.toString:(Z)Ljava/lang/String; ]
xwork-2.1.2.jar, InstructionSelect.class
package org.aspectj.apache.bcel.generic
InstructionSelect.containsTarget ( InstructionHandle ih ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/InstructionSelect.containsTarget:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;)Z ]
InstructionSelect.dump ( java.io.DataOutputStream out ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionSelect.dump:(Ljava/io/DataOutputStream;)V ]
InstructionSelect.getIndices ( ):int[]
[ run-time name: org/aspectj/apache/bcel/generic/InstructionSelect.getIndices:()[I ]
InstructionSelect.getLength ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/InstructionSelect.getLength:()I ]
InstructionSelect.getMatchs ( ):int[]
[ run-time name: org/aspectj/apache/bcel/generic/InstructionSelect.getMatchs:()[I ]
InstructionSelect.getTargetOffset ( InstructionHandle target ):int
[ run-time name: org/aspectj/apache/bcel/generic/InstructionSelect.getTargetOffset:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;)I ]
InstructionSelect.getTargets ( ):InstructionHandle[]
[ run-time name: org/aspectj/apache/bcel/generic/InstructionSelect.getTargets:()[Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
InstructionSelect.InstructionSelect ( short opcode, org.aspectj.apache.bcel.util.ByteSequence bytes )
[ run-time name: org/aspectj/apache/bcel/generic/InstructionSelect."<init>":(SLorg/aspectj/apache/bcel/util/ByteSequence;)V ]
InstructionSelect.setTarget ( int i, InstructionHandle target ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionSelect.setTarget:(ILorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
InstructionSelect.toString ( boolean verbose ):String
[ run-time name: org/aspectj/apache/bcel/generic/InstructionSelect.toString:(Z)Ljava/lang/String; ]
InstructionSelect.updatePosition ( int offset, int max_offset ):int
[ run-time name: org/aspectj/apache/bcel/generic/InstructionSelect.updatePosition:(II)I ]
InstructionSelect.updateTarget ( InstructionHandle old_ih, InstructionHandle new_ih ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionSelect.updateTarget:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
xwork-2.1.2.jar, InstructionShort.class
package org.aspectj.apache.bcel.generic
InstructionShort.dump ( java.io.DataOutputStream out ):void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionShort.dump:(Ljava/io/DataOutputStream;)V ]
InstructionShort.InstructionShort ( short opcode, short s )
[ run-time name: org/aspectj/apache/bcel/generic/InstructionShort."<init>":(SS)V ]
InstructionShort.toString ( boolean verbose ):String
[ run-time name: org/aspectj/apache/bcel/generic/InstructionShort.toString:(Z)Ljava/lang/String; ]
xwork-2.1.2.jar, InstructionTargeter.class
package org.aspectj.apache.bcel.generic
InstructionTargeter.containsTarget ( InstructionHandle p1 ) [abstract]:boolean
[ run-time name: org/aspectj/apache/bcel/generic/InstructionTargeter.containsTarget:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;)Z ]
InstructionTargeter.updateTarget ( InstructionHandle p1, InstructionHandle p2 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstructionTargeter.updateTarget:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
xwork-2.1.2.jar, InstVisitor.class
package org.aspectj.apache.bcel.generic
InstVisitor.visitAALOAD ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitAALOAD:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitAASTORE ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitAASTORE:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitACONST_NULL ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitACONST_NULL:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitAllocationInstruction ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitAllocationInstruction:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitALOAD ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitALOAD:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitANEWARRAY ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitANEWARRAY:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitARETURN ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitARETURN:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitArithmeticInstruction ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitArithmeticInstruction:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitArrayInstruction ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitArrayInstruction:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitARRAYLENGTH ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitARRAYLENGTH:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitASTORE ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitASTORE:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitATHROW ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitATHROW:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitBALOAD ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitBALOAD:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitBASTORE ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitBASTORE:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitBIPUSH ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitBIPUSH:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitBranchInstruction ( InstructionBranch p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitBranchInstruction:(Lorg/aspectj/apache/bcel/generic/InstructionBranch;)V ]
InstVisitor.visitBREAKPOINT ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitBREAKPOINT:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitCALOAD ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitCALOAD:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitCASTORE ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitCASTORE:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitCHECKCAST ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitCHECKCAST:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitConstantPushInstruction ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitConstantPushInstruction:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitConversionInstruction ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitConversionInstruction:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitCPInstruction ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitCPInstruction:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitD2F ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitD2F:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitD2I ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitD2I:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitD2L ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitD2L:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitDADD ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitDADD:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitDALOAD ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitDALOAD:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitDASTORE ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitDASTORE:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitDCMPG ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitDCMPG:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitDCMPL ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitDCMPL:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitDCONST ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitDCONST:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitDDIV ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitDDIV:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitDLOAD ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitDLOAD:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitDMUL ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitDMUL:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitDNEG ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitDNEG:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitDREM ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitDREM:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitDRETURN ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitDRETURN:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitDSTORE ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitDSTORE:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitDSUB ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitDSUB:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitDUP ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitDUP:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitDUP2 ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitDUP2:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitDUP2_X1 ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitDUP2_X1:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitDUP2_X2 ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitDUP2_X2:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitDUP_X1 ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitDUP_X1:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitDUP_X2 ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitDUP_X2:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitExceptionThrower ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitExceptionThrower:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitF2D ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitF2D:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitF2I ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitF2I:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitF2L ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitF2L:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitFADD ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitFADD:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitFALOAD ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitFALOAD:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitFASTORE ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitFASTORE:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitFCMPG ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitFCMPG:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitFCMPL ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitFCMPL:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitFCONST ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitFCONST:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitFDIV ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitFDIV:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitFieldInstruction ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitFieldInstruction:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitFieldOrMethod ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitFieldOrMethod:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitFLOAD ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitFLOAD:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitFMUL ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitFMUL:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitFNEG ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitFNEG:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitFREM ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitFREM:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitFRETURN ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitFRETURN:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitFSTORE ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitFSTORE:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitFSUB ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitFSUB:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitGETFIELD ( FieldInstruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitGETFIELD:(Lorg/aspectj/apache/bcel/generic/FieldInstruction;)V ]
InstVisitor.visitGETSTATIC ( FieldInstruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitGETSTATIC:(Lorg/aspectj/apache/bcel/generic/FieldInstruction;)V ]
InstVisitor.visitGOTO ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitGOTO:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitGOTO_W ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitGOTO_W:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitGotoInstruction ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitGotoInstruction:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitI2B ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitI2B:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitI2C ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitI2C:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitI2D ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitI2D:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitI2F ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitI2F:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitI2L ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitI2L:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitI2S ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitI2S:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIADD ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIADD:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIALOAD ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIALOAD:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIAND ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIAND:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIASTORE ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIASTORE:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitICONST ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitICONST:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIDIV ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIDIV:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIF_ACMPEQ ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIF_ACMPEQ:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIF_ACMPNE ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIF_ACMPNE:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIF_ICMPEQ ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIF_ICMPEQ:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIF_ICMPGE ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIF_ICMPGE:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIF_ICMPGT ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIF_ICMPGT:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIF_ICMPLE ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIF_ICMPLE:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIF_ICMPLT ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIF_ICMPLT:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIF_ICMPNE ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIF_ICMPNE:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIFEQ ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIFEQ:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIFGE ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIFGE:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIFGT ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIFGT:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIfInstruction ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIfInstruction:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIFLE ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIFLE:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIFLT ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIFLT:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIFNE ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIFNE:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIFNONNULL ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIFNONNULL:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIFNULL ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIFNULL:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIINC ( IINC p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIINC:(Lorg/aspectj/apache/bcel/generic/IINC;)V ]
InstVisitor.visitILOAD ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitILOAD:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIMPDEP1 ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIMPDEP1:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIMPDEP2 ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIMPDEP2:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIMUL ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIMUL:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitINEG ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitINEG:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitINSTANCEOF ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitINSTANCEOF:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitInvokeInstruction ( InvokeInstruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitInvokeInstruction:(Lorg/aspectj/apache/bcel/generic/InvokeInstruction;)V ]
InstVisitor.visitINVOKEINTERFACE ( INVOKEINTERFACE p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitINVOKEINTERFACE:(Lorg/aspectj/apache/bcel/generic/INVOKEINTERFACE;)V ]
InstVisitor.visitINVOKESPECIAL ( InvokeInstruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitINVOKESPECIAL:(Lorg/aspectj/apache/bcel/generic/InvokeInstruction;)V ]
InstVisitor.visitINVOKESTATIC ( InvokeInstruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitINVOKESTATIC:(Lorg/aspectj/apache/bcel/generic/InvokeInstruction;)V ]
InstVisitor.visitINVOKEVIRTUAL ( InvokeInstruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitINVOKEVIRTUAL:(Lorg/aspectj/apache/bcel/generic/InvokeInstruction;)V ]
InstVisitor.visitIOR ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIOR:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIREM ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIREM:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIRETURN ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIRETURN:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitISHL ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitISHL:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitISHR ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitISHR:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitISTORE ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitISTORE:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitISUB ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitISUB:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIUSHR ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIUSHR:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitIXOR ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitIXOR:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitJSR ( InstructionBranch p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitJSR:(Lorg/aspectj/apache/bcel/generic/InstructionBranch;)V ]
InstVisitor.visitJSR_W ( InstructionBranch p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitJSR_W:(Lorg/aspectj/apache/bcel/generic/InstructionBranch;)V ]
InstVisitor.visitJsrInstruction ( InstructionBranch p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitJsrInstruction:(Lorg/aspectj/apache/bcel/generic/InstructionBranch;)V ]
InstVisitor.visitL2D ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitL2D:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitL2F ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitL2F:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitL2I ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitL2I:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitLADD ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitLADD:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitLALOAD ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitLALOAD:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitLAND ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitLAND:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitLASTORE ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitLASTORE:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitLCMP ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitLCMP:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitLCONST ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitLCONST:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitLDC ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitLDC:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitLDC2_W ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitLDC2_W:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitLDIV ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitLDIV:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitLLOAD ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitLLOAD:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitLMUL ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitLMUL:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitLNEG ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitLNEG:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitLoadClass ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitLoadClass:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitLoadInstruction ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitLoadInstruction:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitLocalVariableInstruction ( InstructionLV p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitLocalVariableInstruction:(Lorg/aspectj/apache/bcel/generic/InstructionLV;)V ]
InstVisitor.visitLOOKUPSWITCH ( LOOKUPSWITCH p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitLOOKUPSWITCH:(Lorg/aspectj/apache/bcel/generic/LOOKUPSWITCH;)V ]
InstVisitor.visitLOR ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitLOR:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitLREM ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitLREM:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitLRETURN ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitLRETURN:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitLSHL ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitLSHL:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitLSHR ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitLSHR:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitLSTORE ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitLSTORE:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitLSUB ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitLSUB:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitLUSHR ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitLUSHR:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitLXOR ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitLXOR:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitMONITORENTER ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitMONITORENTER:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitMONITOREXIT ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitMONITOREXIT:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitMULTIANEWARRAY ( MULTIANEWARRAY p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitMULTIANEWARRAY:(Lorg/aspectj/apache/bcel/generic/MULTIANEWARRAY;)V ]
InstVisitor.visitNEW ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitNEW:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitNEWARRAY ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitNEWARRAY:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitNOP ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitNOP:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitPOP ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitPOP:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitPOP2 ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitPOP2:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitPopInstruction ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitPopInstruction:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitPushInstruction ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitPushInstruction:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitPUTFIELD ( FieldInstruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitPUTFIELD:(Lorg/aspectj/apache/bcel/generic/FieldInstruction;)V ]
InstVisitor.visitPUTSTATIC ( FieldInstruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitPUTSTATIC:(Lorg/aspectj/apache/bcel/generic/FieldInstruction;)V ]
InstVisitor.visitRET ( RET p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitRET:(Lorg/aspectj/apache/bcel/generic/RET;)V ]
InstVisitor.visitRETURN ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitRETURN:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitReturnInstruction ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitReturnInstruction:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitSALOAD ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitSALOAD:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitSASTORE ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitSASTORE:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitSelect ( InstructionSelect p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitSelect:(Lorg/aspectj/apache/bcel/generic/InstructionSelect;)V ]
InstVisitor.visitSIPUSH ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitSIPUSH:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitStackConsumer ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitStackConsumer:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitStackInstruction ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitStackInstruction:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitStackProducer ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitStackProducer:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitStoreInstruction ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitStoreInstruction:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitSWAP ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitSWAP:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitTABLESWITCH ( TABLESWITCH p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitTABLESWITCH:(Lorg/aspectj/apache/bcel/generic/TABLESWITCH;)V ]
InstVisitor.visitTypedInstruction ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitTypedInstruction:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitUnconditionalBranch ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitUnconditionalBranch:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
InstVisitor.visitVariableLengthInstruction ( Instruction p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/generic/InstVisitor.visitVariableLengthInstruction:(Lorg/aspectj/apache/bcel/generic/Instruction;)V ]
xwork-2.1.2.jar, InternalUseOnlyPointcutParser.class
package org.aspectj.weaver.reflect
InternalUseOnlyPointcutParser.concretizePointcutExpression ( org.aspectj.weaver.patterns.Pointcut pc, Class inScope, org.aspectj.weaver.tools.PointcutParameter[] formalParameters ):org.aspectj.weaver.patterns.Pointcut
[ run-time name: org/aspectj/weaver/reflect/InternalUseOnlyPointcutParser.concretizePointcutExpression:(Lorg/aspectj/weaver/patterns/Pointcut;Ljava/lang/Class;[Lorg/aspectj/weaver/tools/PointcutParameter;)Lorg/aspectj/weaver/patterns/Pointcut; ]
InternalUseOnlyPointcutParser.InternalUseOnlyPointcutParser ( ClassLoader classLoader )
[ run-time name: org/aspectj/weaver/reflect/InternalUseOnlyPointcutParser."<init>":(Ljava/lang/ClassLoader;)V ]
InternalUseOnlyPointcutParser.InternalUseOnlyPointcutParser ( ClassLoader classLoader, ReflectionWorld world )
[ run-time name: org/aspectj/weaver/reflect/InternalUseOnlyPointcutParser."<init>":(Ljava/lang/ClassLoader;Lorg/aspectj/weaver/reflect/ReflectionWorld;)V ]
InternalUseOnlyPointcutParser.resolvePointcutExpression ( String expression, Class inScope, org.aspectj.weaver.tools.PointcutParameter[] formalParameters ):org.aspectj.weaver.patterns.Pointcut
[ run-time name: org/aspectj/weaver/reflect/InternalUseOnlyPointcutParser.resolvePointcutExpression:(Ljava/lang/String;Ljava/lang/Class;[Lorg/aspectj/weaver/tools/PointcutParameter;)Lorg/aspectj/weaver/patterns/Pointcut; ]
xwork-2.1.2.jar, InterTypeConstructorDeclaration.class
package org.aspectj.lang.reflect
InterTypeConstructorDeclaration.getExceptionTypes ( ) [abstract]:AjType[]
[ run-time name: org/aspectj/lang/reflect/InterTypeConstructorDeclaration.getExceptionTypes:()[Lorg/aspectj/lang/reflect/AjType; ]
InterTypeConstructorDeclaration.getGenericParameterTypes ( ) [abstract]:reflect.Type[]
[ run-time name: org/aspectj/lang/reflect/InterTypeConstructorDeclaration.getGenericParameterTypes:()[Ljava/lang/reflect/Type; ]
InterTypeConstructorDeclaration.getParameterTypes ( ) [abstract]:AjType[]
[ run-time name: org/aspectj/lang/reflect/InterTypeConstructorDeclaration.getParameterTypes:()[Lorg/aspectj/lang/reflect/AjType; ]
xwork-2.1.2.jar, InterTypeDeclaration.class
package org.aspectj.lang.reflect
InterTypeDeclaration.getDeclaringType ( ) [abstract]:AjType
[ run-time name: org/aspectj/lang/reflect/InterTypeDeclaration.getDeclaringType:()Lorg/aspectj/lang/reflect/AjType; ]
InterTypeDeclaration.getModifiers ( ) [abstract]:int
[ run-time name: org/aspectj/lang/reflect/InterTypeDeclaration.getModifiers:()I ]
InterTypeDeclaration.getTargetType ( ) [abstract]:AjType
[ run-time name: org/aspectj/lang/reflect/InterTypeDeclaration.getTargetType:()Lorg/aspectj/lang/reflect/AjType; ]
xwork-2.1.2.jar, InterTypeFieldDeclaration.class
package org.aspectj.lang.reflect
InterTypeFieldDeclaration.getGenericType ( ) [abstract]:reflect.Type
[ run-time name: org/aspectj/lang/reflect/InterTypeFieldDeclaration.getGenericType:()Ljava/lang/reflect/Type; ]
InterTypeFieldDeclaration.getName ( ) [abstract]:String
[ run-time name: org/aspectj/lang/reflect/InterTypeFieldDeclaration.getName:()Ljava/lang/String; ]
InterTypeFieldDeclaration.getType ( ) [abstract]:AjType
[ run-time name: org/aspectj/lang/reflect/InterTypeFieldDeclaration.getType:()Lorg/aspectj/lang/reflect/AjType; ]
xwork-2.1.2.jar, InterTypeMethodDeclaration.class
package org.aspectj.lang.reflect
InterTypeMethodDeclaration.getExceptionTypes ( ) [abstract]:AjType[]
[ run-time name: org/aspectj/lang/reflect/InterTypeMethodDeclaration.getExceptionTypes:()[Lorg/aspectj/lang/reflect/AjType; ]
InterTypeMethodDeclaration.getGenericParameterTypes ( ) [abstract]:reflect.Type[]
[ run-time name: org/aspectj/lang/reflect/InterTypeMethodDeclaration.getGenericParameterTypes:()[Ljava/lang/reflect/Type; ]
InterTypeMethodDeclaration.getGenericReturnType ( ) [abstract]:reflect.Type
[ run-time name: org/aspectj/lang/reflect/InterTypeMethodDeclaration.getGenericReturnType:()Ljava/lang/reflect/Type; ]
InterTypeMethodDeclaration.getName ( ) [abstract]:String
[ run-time name: org/aspectj/lang/reflect/InterTypeMethodDeclaration.getName:()Ljava/lang/String; ]
InterTypeMethodDeclaration.getParameterTypes ( ) [abstract]:AjType[]
[ run-time name: org/aspectj/lang/reflect/InterTypeMethodDeclaration.getParameterTypes:()[Lorg/aspectj/lang/reflect/AjType; ]
InterTypeMethodDeclaration.getReturnType ( ) [abstract]:AjType
[ run-time name: org/aspectj/lang/reflect/InterTypeMethodDeclaration.getReturnType:()Lorg/aspectj/lang/reflect/AjType; ]
InterTypeMethodDeclaration.getTypeParameters ( ) [abstract]:reflect.TypeVariable[]
[ run-time name: org/aspectj/lang/reflect/InterTypeMethodDeclaration.getTypeParameters:()[Ljava/lang/reflect/TypeVariable; ]
xwork-2.1.2.jar, IntMap.class
package org.aspectj.weaver
IntMap.copyContext ( IntMap bindings ):void
[ run-time name: org/aspectj/weaver/IntMap.copyContext:(Lorg/aspectj/weaver/IntMap;)V ]
IntMap.directlyInAdvice ( ):boolean
[ run-time name: org/aspectj/weaver/IntMap.directlyInAdvice:()Z ]
IntMap.get ( int key ):int
[ run-time name: org/aspectj/weaver/IntMap.get:(I)I ]
IntMap.getAdviceSignature ( ):Member
[ run-time name: org/aspectj/weaver/IntMap.getAdviceSignature:()Lorg/aspectj/weaver/Member; ]
IntMap.getConcreteAspect ( ):ResolvedType
[ run-time name: org/aspectj/weaver/IntMap.getConcreteAspect:()Lorg/aspectj/weaver/ResolvedType; ]
IntMap.getEnclosingAdvice ( ):ShadowMunger
[ run-time name: org/aspectj/weaver/IntMap.getEnclosingAdvice:()Lorg/aspectj/weaver/ShadowMunger; ]
IntMap.hasKey ( int key ):boolean
[ run-time name: org/aspectj/weaver/IntMap.hasKey:(I)Z ]
IntMap.idMap ( int size ) [static]:IntMap
[ run-time name: org/aspectj/weaver/IntMap.idMap:(I)Lorg/aspectj/weaver/IntMap; ]
IntMap.IntMap ( )
[ run-time name: org/aspectj/weaver/IntMap."<init>":()V ]
IntMap.IntMap ( int initialCapacity )
[ run-time name: org/aspectj/weaver/IntMap."<init>":(I)V ]
IntMap.peekEnclosingDefinition ( ):ResolvedPointcutDefinition
[ run-time name: org/aspectj/weaver/IntMap.peekEnclosingDefinition:()Lorg/aspectj/weaver/ResolvedPointcutDefinition; ]
IntMap.popEnclosingDefinitition ( ):void
[ run-time name: org/aspectj/weaver/IntMap.popEnclosingDefinitition:()V ]
IntMap.pushEnclosingDefinition ( ResolvedPointcutDefinition def ):void
[ run-time name: org/aspectj/weaver/IntMap.pushEnclosingDefinition:(Lorg/aspectj/weaver/ResolvedPointcutDefinition;)V ]
IntMap.put ( int key, int val ):void
[ run-time name: org/aspectj/weaver/IntMap.put:(II)V ]
IntMap.setConcreteAspect ( ResolvedType concreteAspect ):void
[ run-time name: org/aspectj/weaver/IntMap.setConcreteAspect:(Lorg/aspectj/weaver/ResolvedType;)V ]
IntMap.setEnclosingAdvice ( ShadowMunger advice ):void
[ run-time name: org/aspectj/weaver/IntMap.setEnclosingAdvice:(Lorg/aspectj/weaver/ShadowMunger;)V ]
IntMap.toString ( ):String
[ run-time name: org/aspectj/weaver/IntMap.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, InvokeInstruction.class
package org.aspectj.apache.bcel.generic
InvokeInstruction.consumeStack ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):int
[ run-time name: org/aspectj/apache/bcel/generic/InvokeInstruction.consumeStack:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)I ]
InvokeInstruction.getArgumentTypes ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):Type[]
[ run-time name: org/aspectj/apache/bcel/generic/InvokeInstruction.getArgumentTypes:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)[Lorg/aspectj/apache/bcel/generic/Type; ]
InvokeInstruction.getMethodName ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):String
[ run-time name: org/aspectj/apache/bcel/generic/InvokeInstruction.getMethodName:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/String; ]
InvokeInstruction.getReturnType ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):Type
[ run-time name: org/aspectj/apache/bcel/generic/InvokeInstruction.getReturnType:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/generic/Type; ]
InvokeInstruction.getType ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):Type
[ run-time name: org/aspectj/apache/bcel/generic/InvokeInstruction.getType:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/generic/Type; ]
InvokeInstruction.InvokeInstruction ( short opcode, int index )
[ run-time name: org/aspectj/apache/bcel/generic/InvokeInstruction."<init>":(SI)V ]
InvokeInstruction.produceStack ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):int
[ run-time name: org/aspectj/apache/bcel/generic/InvokeInstruction.produceStack:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)I ]
InvokeInstruction.toString ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):String
[ run-time name: org/aspectj/apache/bcel/generic/InvokeInstruction.toString:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/String; ]
xwork-2.1.2.jar, INVOKEINTERFACE.class
package org.aspectj.apache.bcel.generic
INVOKEINTERFACE.consumeStack ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):int
[ run-time name: org/aspectj/apache/bcel/generic/INVOKEINTERFACE.consumeStack:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)I ]
INVOKEINTERFACE.dump ( java.io.DataOutputStream out ):void
[ run-time name: org/aspectj/apache/bcel/generic/INVOKEINTERFACE.dump:(Ljava/io/DataOutputStream;)V ]
INVOKEINTERFACE.getCount ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/INVOKEINTERFACE.getCount:()I ]
INVOKEINTERFACE.INVOKEINTERFACE ( int index, int nargs, int zerobyte )
[ run-time name: org/aspectj/apache/bcel/generic/INVOKEINTERFACE."<init>":(III)V ]
INVOKEINTERFACE.toString ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):String
[ run-time name: org/aspectj/apache/bcel/generic/INVOKEINTERFACE.toString:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/String; ]
xwork-2.1.2.jar, IProgramElement.class
package org.aspectj.asm
IProgramElement.addChild ( IProgramElement p1 ) [abstract]:void
[ run-time name: org/aspectj/asm/IProgramElement.addChild:(Lorg/aspectj/asm/IProgramElement;)V ]
IProgramElement.getAccessibility ( ) [abstract]:IProgramElement.Accessibility
[ run-time name: org/aspectj/asm/IProgramElement.getAccessibility:()Lorg/aspectj/asm/IProgramElement$Accessibility; ]
IProgramElement.getBytecodeName ( ) [abstract]:String
[ run-time name: org/aspectj/asm/IProgramElement.getBytecodeName:()Ljava/lang/String; ]
IProgramElement.getBytecodeSignature ( ) [abstract]:String
[ run-time name: org/aspectj/asm/IProgramElement.getBytecodeSignature:()Ljava/lang/String; ]
IProgramElement.getChildren ( ) [abstract]:java.util.List
[ run-time name: org/aspectj/asm/IProgramElement.getChildren:()Ljava/util/List; ]
IProgramElement.getCorrespondingType ( ) [abstract]:String
[ run-time name: org/aspectj/asm/IProgramElement.getCorrespondingType:()Ljava/lang/String; ]
IProgramElement.getCorrespondingType ( boolean p1 ) [abstract]:String
[ run-time name: org/aspectj/asm/IProgramElement.getCorrespondingType:(Z)Ljava/lang/String; ]
IProgramElement.getDeclaringType ( ) [abstract]:String
[ run-time name: org/aspectj/asm/IProgramElement.getDeclaringType:()Ljava/lang/String; ]
IProgramElement.getDetails ( ) [abstract]:String
[ run-time name: org/aspectj/asm/IProgramElement.getDetails:()Ljava/lang/String; ]
IProgramElement.getExtraInfo ( ) [abstract]:IProgramElement.ExtraInformation
[ run-time name: org/aspectj/asm/IProgramElement.getExtraInfo:()Lorg/aspectj/asm/IProgramElement$ExtraInformation; ]
IProgramElement.getFormalComment ( ) [abstract]:String
[ run-time name: org/aspectj/asm/IProgramElement.getFormalComment:()Ljava/lang/String; ]
IProgramElement.getHandleIdentifier ( ) [abstract]:String
[ run-time name: org/aspectj/asm/IProgramElement.getHandleIdentifier:()Ljava/lang/String; ]
IProgramElement.getHandleIdentifier ( boolean p1 ) [abstract]:String
[ run-time name: org/aspectj/asm/IProgramElement.getHandleIdentifier:(Z)Ljava/lang/String; ]
IProgramElement.getKind ( ) [abstract]:IProgramElement.Kind
[ run-time name: org/aspectj/asm/IProgramElement.getKind:()Lorg/aspectj/asm/IProgramElement$Kind; ]
IProgramElement.getMessage ( ) [abstract]:org.aspectj.bridge.IMessage
[ run-time name: org/aspectj/asm/IProgramElement.getMessage:()Lorg/aspectj/bridge/IMessage; ]
IProgramElement.getModifiers ( ) [abstract]:java.util.List
[ run-time name: org/aspectj/asm/IProgramElement.getModifiers:()Ljava/util/List; ]
IProgramElement.getName ( ) [abstract]:String
[ run-time name: org/aspectj/asm/IProgramElement.getName:()Ljava/lang/String; ]
IProgramElement.getPackageName ( ) [abstract]:String
[ run-time name: org/aspectj/asm/IProgramElement.getPackageName:()Ljava/lang/String; ]
IProgramElement.getParameterNames ( ) [abstract]:java.util.List
[ run-time name: org/aspectj/asm/IProgramElement.getParameterNames:()Ljava/util/List; ]
IProgramElement.getParameterSignatures ( ) [abstract]:java.util.List
[ run-time name: org/aspectj/asm/IProgramElement.getParameterSignatures:()Ljava/util/List; ]
IProgramElement.getParameterTypes ( ) [abstract]:java.util.List
[ run-time name: org/aspectj/asm/IProgramElement.getParameterTypes:()Ljava/util/List; ]
IProgramElement.getParent ( ) [abstract]:IProgramElement
[ run-time name: org/aspectj/asm/IProgramElement.getParent:()Lorg/aspectj/asm/IProgramElement; ]
IProgramElement.getSourceLocation ( ) [abstract]:org.aspectj.bridge.ISourceLocation
[ run-time name: org/aspectj/asm/IProgramElement.getSourceLocation:()Lorg/aspectj/bridge/ISourceLocation; ]
IProgramElement.getSourceSignature ( ) [abstract]:String
[ run-time name: org/aspectj/asm/IProgramElement.getSourceSignature:()Ljava/lang/String; ]
IProgramElement.isImplementor ( ) [abstract]:boolean
[ run-time name: org/aspectj/asm/IProgramElement.isImplementor:()Z ]
IProgramElement.isOverrider ( ) [abstract]:boolean
[ run-time name: org/aspectj/asm/IProgramElement.isOverrider:()Z ]
IProgramElement.isRunnable ( ) [abstract]:boolean
[ run-time name: org/aspectj/asm/IProgramElement.isRunnable:()Z ]
IProgramElement.removeChild ( IProgramElement p1 ) [abstract]:boolean
[ run-time name: org/aspectj/asm/IProgramElement.removeChild:(Lorg/aspectj/asm/IProgramElement;)Z ]
IProgramElement.setBytecodeName ( String p1 ) [abstract]:void
[ run-time name: org/aspectj/asm/IProgramElement.setBytecodeName:(Ljava/lang/String;)V ]
IProgramElement.setBytecodeSignature ( String p1 ) [abstract]:void
[ run-time name: org/aspectj/asm/IProgramElement.setBytecodeSignature:(Ljava/lang/String;)V ]
IProgramElement.setChildren ( java.util.List p1 ) [abstract]:void
[ run-time name: org/aspectj/asm/IProgramElement.setChildren:(Ljava/util/List;)V ]
IProgramElement.setCorrespondingType ( String p1 ) [abstract]:void
[ run-time name: org/aspectj/asm/IProgramElement.setCorrespondingType:(Ljava/lang/String;)V ]
IProgramElement.setDetails ( String p1 ) [abstract]:void
[ run-time name: org/aspectj/asm/IProgramElement.setDetails:(Ljava/lang/String;)V ]
IProgramElement.setExtraInfo ( IProgramElement.ExtraInformation p1 ) [abstract]:void
[ run-time name: org/aspectj/asm/IProgramElement.setExtraInfo:(Lorg/aspectj/asm/IProgramElement$ExtraInformation;)V ]
IProgramElement.setFormalComment ( String p1 ) [abstract]:void
[ run-time name: org/aspectj/asm/IProgramElement.setFormalComment:(Ljava/lang/String;)V ]
IProgramElement.setHandleIdentifier ( String p1 ) [abstract]:void
[ run-time name: org/aspectj/asm/IProgramElement.setHandleIdentifier:(Ljava/lang/String;)V ]
IProgramElement.setImplementor ( boolean p1 ) [abstract]:void
[ run-time name: org/aspectj/asm/IProgramElement.setImplementor:(Z)V ]
IProgramElement.setKind ( IProgramElement.Kind p1 ) [abstract]:void
[ run-time name: org/aspectj/asm/IProgramElement.setKind:(Lorg/aspectj/asm/IProgramElement$Kind;)V ]
IProgramElement.setMessage ( org.aspectj.bridge.IMessage p1 ) [abstract]:void
[ run-time name: org/aspectj/asm/IProgramElement.setMessage:(Lorg/aspectj/bridge/IMessage;)V ]
IProgramElement.setModifiers ( int p1 ) [abstract]:void
[ run-time name: org/aspectj/asm/IProgramElement.setModifiers:(I)V ]
IProgramElement.setName ( String p1 ) [abstract]:void
[ run-time name: org/aspectj/asm/IProgramElement.setName:(Ljava/lang/String;)V ]
IProgramElement.setOverrider ( boolean p1 ) [abstract]:void
[ run-time name: org/aspectj/asm/IProgramElement.setOverrider:(Z)V ]
IProgramElement.setParameterNames ( java.util.List p1 ) [abstract]:void
[ run-time name: org/aspectj/asm/IProgramElement.setParameterNames:(Ljava/util/List;)V ]
IProgramElement.setParameterSignatures ( java.util.List p1 ) [abstract]:void
[ run-time name: org/aspectj/asm/IProgramElement.setParameterSignatures:(Ljava/util/List;)V ]
IProgramElement.setParent ( IProgramElement p1 ) [abstract]:void
[ run-time name: org/aspectj/asm/IProgramElement.setParent:(Lorg/aspectj/asm/IProgramElement;)V ]
IProgramElement.setRunnable ( boolean p1 ) [abstract]:void
[ run-time name: org/aspectj/asm/IProgramElement.setRunnable:(Z)V ]
IProgramElement.setSourceLocation ( org.aspectj.bridge.ISourceLocation p1 ) [abstract]:void
[ run-time name: org/aspectj/asm/IProgramElement.setSourceLocation:(Lorg/aspectj/bridge/ISourceLocation;)V ]
IProgramElement.setSourceSignature ( String p1 ) [abstract]:void
[ run-time name: org/aspectj/asm/IProgramElement.setSourceSignature:(Ljava/lang/String;)V ]
IProgramElement.toLabelString ( ) [abstract]:String
[ run-time name: org/aspectj/asm/IProgramElement.toLabelString:()Ljava/lang/String; ]
IProgramElement.toLabelString ( boolean p1 ) [abstract]:String
[ run-time name: org/aspectj/asm/IProgramElement.toLabelString:(Z)Ljava/lang/String; ]
IProgramElement.toLinkLabelString ( ) [abstract]:String
[ run-time name: org/aspectj/asm/IProgramElement.toLinkLabelString:()Ljava/lang/String; ]
IProgramElement.toLinkLabelString ( boolean p1 ) [abstract]:String
[ run-time name: org/aspectj/asm/IProgramElement.toLinkLabelString:(Z)Ljava/lang/String; ]
IProgramElement.toLongString ( ) [abstract]:String
[ run-time name: org/aspectj/asm/IProgramElement.toLongString:()Ljava/lang/String; ]
IProgramElement.toSignatureString ( ) [abstract]:String
[ run-time name: org/aspectj/asm/IProgramElement.toSignatureString:()Ljava/lang/String; ]
IProgramElement.toSignatureString ( boolean p1 ) [abstract]:String
[ run-time name: org/aspectj/asm/IProgramElement.toSignatureString:(Z)Ljava/lang/String; ]
IProgramElement.toString ( ) [abstract]:String
[ run-time name: org/aspectj/asm/IProgramElement.toString:()Ljava/lang/String; ]
IProgramElement.walk ( HierarchyWalker p1 ) [abstract]:IProgramElement
[ run-time name: org/aspectj/asm/IProgramElement.walk:(Lorg/aspectj/asm/HierarchyWalker;)Lorg/aspectj/asm/IProgramElement; ]
xwork-2.1.2.jar, IProgressListener.class
package org.aspectj.bridge
IProgressListener.isCancelledRequested ( ) [abstract]:boolean
[ run-time name: org/aspectj/bridge/IProgressListener.isCancelledRequested:()Z ]
IProgressListener.setCancelledRequested ( boolean p1 ) [abstract]:void
[ run-time name: org/aspectj/bridge/IProgressListener.setCancelledRequested:(Z)V ]
IProgressListener.setProgress ( double p1 ) [abstract]:void
[ run-time name: org/aspectj/bridge/IProgressListener.setProgress:(D)V ]
IProgressListener.setText ( String p1 ) [abstract]:void
[ run-time name: org/aspectj/bridge/IProgressListener.setText:(Ljava/lang/String;)V ]
xwork-2.1.2.jar, IReflectionWorld.class
package org.aspectj.weaver.reflect
IReflectionWorld.getAnnotationFinder ( ) [abstract]:AnnotationFinder
[ run-time name: org/aspectj/weaver/reflect/IReflectionWorld.getAnnotationFinder:()Lorg/aspectj/weaver/reflect/AnnotationFinder; ]
IReflectionWorld.resolve ( Class p1 ) [abstract]:org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/reflect/IReflectionWorld.resolve:(Ljava/lang/Class;)Lorg/aspectj/weaver/ResolvedType; ]
xwork-2.1.2.jar, IRelationship.class
package org.aspectj.asm
IRelationship.addTarget ( String p1 ) [abstract]:boolean
[ run-time name: org/aspectj/asm/IRelationship.addTarget:(Ljava/lang/String;)Z ]
IRelationship.getKind ( ) [abstract]:IRelationship.Kind
[ run-time name: org/aspectj/asm/IRelationship.getKind:()Lorg/aspectj/asm/IRelationship$Kind; ]
IRelationship.getName ( ) [abstract]:String
[ run-time name: org/aspectj/asm/IRelationship.getName:()Ljava/lang/String; ]
IRelationship.getSourceHandle ( ) [abstract]:String
[ run-time name: org/aspectj/asm/IRelationship.getSourceHandle:()Ljava/lang/String; ]
IRelationship.getTargets ( ) [abstract]:java.util.List
[ run-time name: org/aspectj/asm/IRelationship.getTargets:()Ljava/util/List; ]
IRelationship.hasRuntimeTest ( ) [abstract]:boolean
[ run-time name: org/aspectj/asm/IRelationship.hasRuntimeTest:()Z ]
IRelationship.isAffects ( ) [abstract]:boolean
[ run-time name: org/aspectj/asm/IRelationship.isAffects:()Z ]
xwork-2.1.2.jar, IRelationshipMap.class
package org.aspectj.asm
IRelationshipMap.clear ( ) [abstract]:void
[ run-time name: org/aspectj/asm/IRelationshipMap.clear:()V ]
IRelationshipMap.get ( IProgramElement p1 ) [abstract]:java.util.List
[ run-time name: org/aspectj/asm/IRelationshipMap.get:(Lorg/aspectj/asm/IProgramElement;)Ljava/util/List; ]
IRelationshipMap.get ( IProgramElement p1, IRelationship.Kind p2, String p3 ) [abstract]:IRelationship
[ run-time name: org/aspectj/asm/IRelationshipMap.get:(Lorg/aspectj/asm/IProgramElement;Lorg/aspectj/asm/IRelationship$Kind;Ljava/lang/String;)Lorg/aspectj/asm/IRelationship; ]
IRelationshipMap.get ( IProgramElement p1, IRelationship.Kind p2, String p3, boolean p4, boolean p5 ) [abstract]:IRelationship
[ run-time name: org/aspectj/asm/IRelationshipMap.get:(Lorg/aspectj/asm/IProgramElement;Lorg/aspectj/asm/IRelationship$Kind;Ljava/lang/String;ZZ)Lorg/aspectj/asm/IRelationship; ]
IRelationshipMap.get ( String p1 ) [abstract]:java.util.List
[ run-time name: org/aspectj/asm/IRelationshipMap.get:(Ljava/lang/String;)Ljava/util/List; ]
IRelationshipMap.get ( String p1, IRelationship.Kind p2, String p3, boolean p4, boolean p5 ) [abstract]:IRelationship
[ run-time name: org/aspectj/asm/IRelationshipMap.get:(Ljava/lang/String;Lorg/aspectj/asm/IRelationship$Kind;Ljava/lang/String;ZZ)Lorg/aspectj/asm/IRelationship; ]
IRelationshipMap.getEntries ( ) [abstract]:java.util.Set
[ run-time name: org/aspectj/asm/IRelationshipMap.getEntries:()Ljava/util/Set; ]
IRelationshipMap.put ( IProgramElement p1, IRelationship p2 ) [abstract]:void
[ run-time name: org/aspectj/asm/IRelationshipMap.put:(Lorg/aspectj/asm/IProgramElement;Lorg/aspectj/asm/IRelationship;)V ]
IRelationshipMap.put ( String p1, IRelationship p2 ) [abstract]:void
[ run-time name: org/aspectj/asm/IRelationshipMap.put:(Ljava/lang/String;Lorg/aspectj/asm/IRelationship;)V ]
IRelationshipMap.remove ( String p1, IRelationship p2 ) [abstract]:boolean
[ run-time name: org/aspectj/asm/IRelationshipMap.remove:(Ljava/lang/String;Lorg/aspectj/asm/IRelationship;)Z ]
IRelationshipMap.removeAll ( String p1 ) [abstract]:void
[ run-time name: org/aspectj/asm/IRelationshipMap.removeAll:(Ljava/lang/String;)V ]
xwork-2.1.2.jar, IScope.class
package org.aspectj.weaver.patterns
IScope.getEnclosingType ( ) [abstract]:org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/patterns/IScope.getEnclosingType:()Lorg/aspectj/weaver/ResolvedType; ]
IScope.getFormal ( int p1 ) [abstract]:FormalBinding
[ run-time name: org/aspectj/weaver/patterns/IScope.getFormal:(I)Lorg/aspectj/weaver/patterns/FormalBinding; ]
IScope.getFormalCount ( ) [abstract]:int
[ run-time name: org/aspectj/weaver/patterns/IScope.getFormalCount:()I ]
IScope.getImportedNames ( ) [abstract]:String[]
[ run-time name: org/aspectj/weaver/patterns/IScope.getImportedNames:()[Ljava/lang/String; ]
IScope.getImportedPrefixes ( ) [abstract]:String[]
[ run-time name: org/aspectj/weaver/patterns/IScope.getImportedPrefixes:()[Ljava/lang/String; ]
IScope.getMessageHandler ( ) [abstract]:org.aspectj.bridge.IMessageHandler
[ run-time name: org/aspectj/weaver/patterns/IScope.getMessageHandler:()Lorg/aspectj/bridge/IMessageHandler; ]
IScope.getWorld ( ) [abstract]:org.aspectj.weaver.World
[ run-time name: org/aspectj/weaver/patterns/IScope.getWorld:()Lorg/aspectj/weaver/World; ]
IScope.lookupFormal ( String p1 ) [abstract]:FormalBinding
[ run-time name: org/aspectj/weaver/patterns/IScope.lookupFormal:(Ljava/lang/String;)Lorg/aspectj/weaver/patterns/FormalBinding; ]
IScope.lookupType ( String p1, org.aspectj.weaver.IHasPosition p2 ) [abstract]:org.aspectj.weaver.UnresolvedType
[ run-time name: org/aspectj/weaver/patterns/IScope.lookupType:(Ljava/lang/String;Lorg/aspectj/weaver/IHasPosition;)Lorg/aspectj/weaver/UnresolvedType; ]
IScope.message ( org.aspectj.bridge.IMessage p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/patterns/IScope.message:(Lorg/aspectj/bridge/IMessage;)V ]
IScope.message ( org.aspectj.bridge.IMessage.Kind p1, org.aspectj.weaver.IHasPosition p2, org.aspectj.weaver.IHasPosition p3, String p4 ) [abstract]:void
[ run-time name: org/aspectj/weaver/patterns/IScope.message:(Lorg/aspectj/bridge/IMessage$Kind;Lorg/aspectj/weaver/IHasPosition;Lorg/aspectj/weaver/IHasPosition;Ljava/lang/String;)V ]
IScope.message ( org.aspectj.bridge.IMessage.Kind p1, org.aspectj.weaver.IHasPosition p2, String p3 ) [abstract]:void
[ run-time name: org/aspectj/weaver/patterns/IScope.message:(Lorg/aspectj/bridge/IMessage$Kind;Lorg/aspectj/weaver/IHasPosition;Ljava/lang/String;)V ]
xwork-2.1.2.jar, ISourceContext.class
package org.aspectj.weaver
ISourceContext.getOffset ( ) [abstract]:int
[ run-time name: org/aspectj/weaver/ISourceContext.getOffset:()I ]
ISourceContext.makeSourceLocation ( int p1, int p2 ) [abstract]:org.aspectj.bridge.ISourceLocation
[ run-time name: org/aspectj/weaver/ISourceContext.makeSourceLocation:(II)Lorg/aspectj/bridge/ISourceLocation; ]
ISourceContext.makeSourceLocation ( IHasPosition p1 ) [abstract]:org.aspectj.bridge.ISourceLocation
[ run-time name: org/aspectj/weaver/ISourceContext.makeSourceLocation:(Lorg/aspectj/weaver/IHasPosition;)Lorg/aspectj/bridge/ISourceLocation; ]
ISourceContext.tidy ( ) [abstract]:void
[ run-time name: org/aspectj/weaver/ISourceContext.tidy:()V ]
xwork-2.1.2.jar, ISourceLocation.class
package org.aspectj.bridge
ISourceLocation.getColumn ( ) [abstract]:int
[ run-time name: org/aspectj/bridge/ISourceLocation.getColumn:()I ]
ISourceLocation.getContext ( ) [abstract]:String
[ run-time name: org/aspectj/bridge/ISourceLocation.getContext:()Ljava/lang/String; ]
ISourceLocation.getEndLine ( ) [abstract]:int
[ run-time name: org/aspectj/bridge/ISourceLocation.getEndLine:()I ]
ISourceLocation.getLine ( ) [abstract]:int
[ run-time name: org/aspectj/bridge/ISourceLocation.getLine:()I ]
ISourceLocation.getOffset ( ) [abstract]:int
[ run-time name: org/aspectj/bridge/ISourceLocation.getOffset:()I ]
ISourceLocation.getSourceFile ( ) [abstract]:java.io.File
[ run-time name: org/aspectj/bridge/ISourceLocation.getSourceFile:()Ljava/io/File; ]
ISourceLocation.getSourceFileName ( ) [abstract]:String
[ run-time name: org/aspectj/bridge/ISourceLocation.getSourceFileName:()Ljava/lang/String; ]
xwork-2.1.2.jar, ISupportsMessageContext.class
package org.aspectj.weaver.tools
ISupportsMessageContext.setMessageContext ( org.aspectj.bridge.IMessageContext p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/ISupportsMessageContext.setMessageContext:(Lorg/aspectj/bridge/IMessageContext;)V ]
xwork-2.1.2.jar, Iterators.class
package org.aspectj.weaver
Iterators.append ( java.util.Iterator a, java.util.Iterator b ) [static]:java.util.Iterator
[ run-time name: org/aspectj/weaver/Iterators.append:(Ljava/util/Iterator;Ljava/util/Iterator;)Ljava/util/Iterator; ]
Iterators.append1 ( java.util.Iterator a, java.util.Iterator b ) [static]:java.util.Iterator
[ run-time name: org/aspectj/weaver/Iterators.append1:(Ljava/util/Iterator;Ljava/util/Iterator;)Ljava/util/Iterator; ]
Iterators.array ( Object[] o ) [static]:java.util.Iterator
[ run-time name: org/aspectj/weaver/Iterators.array:([Ljava/lang/Object;)Ljava/util/Iterator; ]
Iterators.dupFilter ( ) [static]:Iterators.Filter
[ run-time name: org/aspectj/weaver/Iterators.dupFilter:()Lorg/aspectj/weaver/Iterators$Filter; ]
Iterators.mapOver ( java.util.Iterator a, Iterators.Getter g ) [static]:java.util.Iterator
[ run-time name: org/aspectj/weaver/Iterators.mapOver:(Ljava/util/Iterator;Lorg/aspectj/weaver/Iterators$Getter;)Ljava/util/Iterator; ]
Iterators.one ( Object it ) [static]:java.util.Iterator
[ run-time name: org/aspectj/weaver/Iterators.one:(Ljava/lang/Object;)Ljava/util/Iterator; ]
Iterators.recur ( Object a, Iterators.Getter g ) [static]:java.util.Iterator
[ run-time name: org/aspectj/weaver/Iterators.recur:(Ljava/lang/Object;Lorg/aspectj/weaver/Iterators$Getter;)Ljava/util/Iterator; ]
Iterators.snoc ( java.util.Iterator first, Object last ) [static]:java.util.Iterator
[ run-time name: org/aspectj/weaver/Iterators.snoc:(Ljava/util/Iterator;Ljava/lang/Object;)Ljava/util/Iterator; ]
xwork-2.1.2.jar, ITestVisitor.class
package org.aspectj.weaver.ast
ITestVisitor.visit ( And p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ast/ITestVisitor.visit:(Lorg/aspectj/weaver/ast/And;)V ]
ITestVisitor.visit ( Call p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ast/ITestVisitor.visit:(Lorg/aspectj/weaver/ast/Call;)V ]
ITestVisitor.visit ( FieldGetCall p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ast/ITestVisitor.visit:(Lorg/aspectj/weaver/ast/FieldGetCall;)V ]
ITestVisitor.visit ( HasAnnotation p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ast/ITestVisitor.visit:(Lorg/aspectj/weaver/ast/HasAnnotation;)V ]
ITestVisitor.visit ( Instanceof p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ast/ITestVisitor.visit:(Lorg/aspectj/weaver/ast/Instanceof;)V ]
ITestVisitor.visit ( Literal p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ast/ITestVisitor.visit:(Lorg/aspectj/weaver/ast/Literal;)V ]
ITestVisitor.visit ( Not p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ast/ITestVisitor.visit:(Lorg/aspectj/weaver/ast/Not;)V ]
ITestVisitor.visit ( Or p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ast/ITestVisitor.visit:(Lorg/aspectj/weaver/ast/Or;)V ]
ITestVisitor.visit ( org.aspectj.weaver.internal.tools.MatchingContextBasedTest p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ast/ITestVisitor.visit:(Lorg/aspectj/weaver/internal/tools/MatchingContextBasedTest;)V ]
xwork-2.1.2.jar, IToken.class
package org.aspectj.weaver.patterns
IToken.getLiteralKind ( ) [abstract]:String
[ run-time name: org/aspectj/weaver/patterns/IToken.getLiteralKind:()Ljava/lang/String; ]
IToken.getString ( ) [abstract]:String
[ run-time name: org/aspectj/weaver/patterns/IToken.getString:()Ljava/lang/String; ]
IToken.isIdentifier ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/patterns/IToken.isIdentifier:()Z ]
IToken.maybeGetParsedPointcut ( ) [abstract]:Pointcut
[ run-time name: org/aspectj/weaver/patterns/IToken.maybeGetParsedPointcut:()Lorg/aspectj/weaver/patterns/Pointcut; ]
xwork-2.1.2.jar, ITokenSource.class
package org.aspectj.weaver.patterns
ITokenSource.getIndex ( ) [abstract]:int
[ run-time name: org/aspectj/weaver/patterns/ITokenSource.getIndex:()I ]
ITokenSource.getSourceContext ( ) [abstract]:org.aspectj.weaver.ISourceContext
[ run-time name: org/aspectj/weaver/patterns/ITokenSource.getSourceContext:()Lorg/aspectj/weaver/ISourceContext; ]
ITokenSource.next ( ) [abstract]:IToken
[ run-time name: org/aspectj/weaver/patterns/ITokenSource.next:()Lorg/aspectj/weaver/patterns/IToken; ]
ITokenSource.peek ( ) [abstract]:IToken
[ run-time name: org/aspectj/weaver/patterns/ITokenSource.peek:()Lorg/aspectj/weaver/patterns/IToken; ]
ITokenSource.peek ( int p1 ) [abstract]:IToken
[ run-time name: org/aspectj/weaver/patterns/ITokenSource.peek:(I)Lorg/aspectj/weaver/patterns/IToken; ]
ITokenSource.setIndex ( int p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/patterns/ITokenSource.setIndex:(I)V ]
xwork-2.1.2.jar, IVerificationRequired.class
package org.aspectj.weaver.patterns
IVerificationRequired.verify ( ) [abstract]:void
[ run-time name: org/aspectj/weaver/patterns/IVerificationRequired.verify:()V ]
xwork-2.1.2.jar, IWeaveRequestor.class
package org.aspectj.weaver
IWeaveRequestor.acceptResult ( bcel.UnwovenClassFile p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/IWeaveRequestor.acceptResult:(Lorg/aspectj/weaver/bcel/UnwovenClassFile;)V ]
IWeaveRequestor.addingTypeMungers ( ) [abstract]:void
[ run-time name: org/aspectj/weaver/IWeaveRequestor.addingTypeMungers:()V ]
IWeaveRequestor.processingReweavableState ( ) [abstract]:void
[ run-time name: org/aspectj/weaver/IWeaveRequestor.processingReweavableState:()V ]
IWeaveRequestor.weaveCompleted ( ) [abstract]:void
[ run-time name: org/aspectj/weaver/IWeaveRequestor.weaveCompleted:()V ]
IWeaveRequestor.weavingAspects ( ) [abstract]:void
[ run-time name: org/aspectj/weaver/IWeaveRequestor.weavingAspects:()V ]
IWeaveRequestor.weavingClasses ( ) [abstract]:void
[ run-time name: org/aspectj/weaver/IWeaveRequestor.weavingClasses:()V ]
xwork-2.1.2.jar, IWeavingContext.class
package org.aspectj.weaver.loadtime
IWeavingContext.getBundleIdFromURL ( java.net.URL p1 ) [abstract]:String
[ run-time name: org/aspectj/weaver/loadtime/IWeavingContext.getBundleIdFromURL:(Ljava/net/URL;)Ljava/lang/String; ]
IWeavingContext.getClassLoader ( ) [abstract]:ClassLoader
[ run-time name: org/aspectj/weaver/loadtime/IWeavingContext.getClassLoader:()Ljava/lang/ClassLoader; ]
IWeavingContext.getClassLoaderName ( ) [abstract]:String
[ run-time name: org/aspectj/weaver/loadtime/IWeavingContext.getClassLoaderName:()Ljava/lang/String; ]
IWeavingContext.getDefinitions ( ClassLoader p1, org.aspectj.weaver.tools.WeavingAdaptor p2 ) [abstract]:java.util.List
[ run-time name: org/aspectj/weaver/loadtime/IWeavingContext.getDefinitions:(Ljava/lang/ClassLoader;Lorg/aspectj/weaver/tools/WeavingAdaptor;)Ljava/util/List; ]
IWeavingContext.getFile ( java.net.URL p1 ) [abstract]:String
[ run-time name: org/aspectj/weaver/loadtime/IWeavingContext.getFile:(Ljava/net/URL;)Ljava/lang/String; ]
IWeavingContext.getId ( ) [abstract]:String
[ run-time name: org/aspectj/weaver/loadtime/IWeavingContext.getId:()Ljava/lang/String; ]
IWeavingContext.getResources ( String p1 ) [abstract]:java.util.Enumeration
[ run-time name: org/aspectj/weaver/loadtime/IWeavingContext.getResources:(Ljava/lang/String;)Ljava/util/Enumeration; ]
IWeavingContext.isLocallyDefined ( String p1 ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/loadtime/IWeavingContext.isLocallyDefined:(Ljava/lang/String;)Z ]
xwork-2.1.2.jar, Java14GenericSignatureInformationProvider.class
package org.aspectj.weaver.reflect
Java14GenericSignatureInformationProvider.getGenericParameterTypes ( ReflectionBasedResolvedMemberImpl resolvedMember ):org.aspectj.weaver.UnresolvedType[]
[ run-time name: org/aspectj/weaver/reflect/Java14GenericSignatureInformationProvider.getGenericParameterTypes:(Lorg/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl;)[Lorg/aspectj/weaver/UnresolvedType; ]
Java14GenericSignatureInformationProvider.getGenericReturnType ( ReflectionBasedResolvedMemberImpl resolvedMember ):org.aspectj.weaver.UnresolvedType
[ run-time name: org/aspectj/weaver/reflect/Java14GenericSignatureInformationProvider.getGenericReturnType:(Lorg/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl;)Lorg/aspectj/weaver/UnresolvedType; ]
Java14GenericSignatureInformationProvider.isBridge ( ReflectionBasedResolvedMemberImpl resolvedMember ):boolean
[ run-time name: org/aspectj/weaver/reflect/Java14GenericSignatureInformationProvider.isBridge:(Lorg/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl;)Z ]
Java14GenericSignatureInformationProvider.isSynthetic ( ReflectionBasedResolvedMemberImpl resolvedMember ):boolean
[ run-time name: org/aspectj/weaver/reflect/Java14GenericSignatureInformationProvider.isSynthetic:(Lorg/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl;)Z ]
Java14GenericSignatureInformationProvider.isVarArgs ( ReflectionBasedResolvedMemberImpl resolvedMember ):boolean
[ run-time name: org/aspectj/weaver/reflect/Java14GenericSignatureInformationProvider.isVarArgs:(Lorg/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl;)Z ]
Java14GenericSignatureInformationProvider.Java14GenericSignatureInformationProvider ( )
[ run-time name: org/aspectj/weaver/reflect/Java14GenericSignatureInformationProvider."<init>":()V ]
xwork-2.1.2.jar, Java15AnnotationFinder.class
package org.aspectj.weaver.reflect
Java15AnnotationFinder.getAnnotation ( org.aspectj.weaver.ResolvedType annotationType, Object onObject ):Object
[ run-time name: org/aspectj/weaver/reflect/Java15AnnotationFinder.getAnnotation:(Lorg/aspectj/weaver/ResolvedType;Ljava/lang/Object;)Ljava/lang/Object; ]
Java15AnnotationFinder.getAnnotationDefaultValue ( reflect.Member onMember ):String
[ run-time name: org/aspectj/weaver/reflect/Java15AnnotationFinder.getAnnotationDefaultValue:(Ljava/lang/reflect/Member;)Ljava/lang/String; ]
Java15AnnotationFinder.getAnnotationFromClass ( org.aspectj.weaver.ResolvedType annotationType, Class aClass ):Object
[ run-time name: org/aspectj/weaver/reflect/Java15AnnotationFinder.getAnnotationFromClass:(Lorg/aspectj/weaver/ResolvedType;Ljava/lang/Class;)Ljava/lang/Object; ]
Java15AnnotationFinder.getAnnotationFromMember ( org.aspectj.weaver.ResolvedType annotationType, reflect.Member aMember ):Object
[ run-time name: org/aspectj/weaver/reflect/Java15AnnotationFinder.getAnnotationFromMember:(Lorg/aspectj/weaver/ResolvedType;Ljava/lang/reflect/Member;)Ljava/lang/Object; ]
Java15AnnotationFinder.getAnnotationOfType ( org.aspectj.weaver.UnresolvedType ofType, reflect.Member onMember ):org.aspectj.weaver.AnnotationX
[ run-time name: org/aspectj/weaver/reflect/Java15AnnotationFinder.getAnnotationOfType:(Lorg/aspectj/weaver/UnresolvedType;Ljava/lang/reflect/Member;)Lorg/aspectj/weaver/AnnotationX; ]
Java15AnnotationFinder.getAnnotations ( Class forClass, org.aspectj.weaver.World inWorld ):org.aspectj.weaver.ResolvedType[]
[ run-time name: org/aspectj/weaver/reflect/Java15AnnotationFinder.getAnnotations:(Ljava/lang/Class;Lorg/aspectj/weaver/World;)[Lorg/aspectj/weaver/ResolvedType; ]
Java15AnnotationFinder.getAnnotations ( reflect.Member onMember ):java.util.Set
[ run-time name: org/aspectj/weaver/reflect/Java15AnnotationFinder.getAnnotations:(Ljava/lang/reflect/Member;)Ljava/util/Set; ]
Java15AnnotationFinder.getParameterAnnotationTypes ( reflect.Member onMember ):org.aspectj.weaver.ResolvedType[][]
[ run-time name: org/aspectj/weaver/reflect/Java15AnnotationFinder.getParameterAnnotationTypes:(Ljava/lang/reflect/Member;)[[Lorg/aspectj/weaver/ResolvedType; ]
Java15AnnotationFinder.getParameterNames ( reflect.Member p1 ):String[]
[ run-time name: org/aspectj/weaver/reflect/Java15AnnotationFinder.getParameterNames:(Ljava/lang/reflect/Member;)[Ljava/lang/String; ]
Java15AnnotationFinder.Java15AnnotationFinder ( )
[ run-time name: org/aspectj/weaver/reflect/Java15AnnotationFinder."<init>":()V ]
Java15AnnotationFinder.setClassLoader ( ClassLoader aLoader ):void
[ run-time name: org/aspectj/weaver/reflect/Java15AnnotationFinder.setClassLoader:(Ljava/lang/ClassLoader;)V ]
Java15AnnotationFinder.setWorld ( org.aspectj.weaver.World aWorld ):void
[ run-time name: org/aspectj/weaver/reflect/Java15AnnotationFinder.setWorld:(Lorg/aspectj/weaver/World;)V ]
xwork-2.1.2.jar, Java15GenericSignatureInformationProvider.class
package org.aspectj.weaver.reflect
Java15GenericSignatureInformationProvider.getGenericParameterTypes ( ReflectionBasedResolvedMemberImpl resolvedMember ):org.aspectj.weaver.UnresolvedType[]
[ run-time name: org/aspectj/weaver/reflect/Java15GenericSignatureInformationProvider.getGenericParameterTypes:(Lorg/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl;)[Lorg/aspectj/weaver/UnresolvedType; ]
Java15GenericSignatureInformationProvider.getGenericReturnType ( ReflectionBasedResolvedMemberImpl resolvedMember ):org.aspectj.weaver.UnresolvedType
[ run-time name: org/aspectj/weaver/reflect/Java15GenericSignatureInformationProvider.getGenericReturnType:(Lorg/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl;)Lorg/aspectj/weaver/UnresolvedType; ]
Java15GenericSignatureInformationProvider.isBridge ( ReflectionBasedResolvedMemberImpl resolvedMember ):boolean
[ run-time name: org/aspectj/weaver/reflect/Java15GenericSignatureInformationProvider.isBridge:(Lorg/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl;)Z ]
Java15GenericSignatureInformationProvider.isSynthetic ( ReflectionBasedResolvedMemberImpl resolvedMember ):boolean
[ run-time name: org/aspectj/weaver/reflect/Java15GenericSignatureInformationProvider.isSynthetic:(Lorg/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl;)Z ]
Java15GenericSignatureInformationProvider.isVarArgs ( ReflectionBasedResolvedMemberImpl resolvedMember ):boolean
[ run-time name: org/aspectj/weaver/reflect/Java15GenericSignatureInformationProvider.isVarArgs:(Lorg/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl;)Z ]
Java15GenericSignatureInformationProvider.Java15GenericSignatureInformationProvider ( org.aspectj.weaver.World forWorld )
[ run-time name: org/aspectj/weaver/reflect/Java15GenericSignatureInformationProvider."<init>":(Lorg/aspectj/weaver/World;)V ]
xwork-2.1.2.jar, Java15ReflectionBasedReferenceTypeDelegate.class
package org.aspectj.weaver.reflect
Java15ReflectionBasedReferenceTypeDelegate.buildGenericType ( ):org.aspectj.weaver.ReferenceType
[ run-time name: org/aspectj/weaver/reflect/Java15ReflectionBasedReferenceTypeDelegate.buildGenericType:()Lorg/aspectj/weaver/ReferenceType; ]
Java15ReflectionBasedReferenceTypeDelegate.getAnnotations ( ):org.aspectj.weaver.AnnotationX[]
[ run-time name: org/aspectj/weaver/reflect/Java15ReflectionBasedReferenceTypeDelegate.getAnnotations:()[Lorg/aspectj/weaver/AnnotationX; ]
Java15ReflectionBasedReferenceTypeDelegate.getAnnotationTypes ( ):org.aspectj.weaver.ResolvedType[]
[ run-time name: org/aspectj/weaver/reflect/Java15ReflectionBasedReferenceTypeDelegate.getAnnotationTypes:()[Lorg/aspectj/weaver/ResolvedType; ]
Java15ReflectionBasedReferenceTypeDelegate.getDeclaredFields ( ):org.aspectj.weaver.ResolvedMember[]
[ run-time name: org/aspectj/weaver/reflect/Java15ReflectionBasedReferenceTypeDelegate.getDeclaredFields:()[Lorg/aspectj/weaver/ResolvedMember; ]
Java15ReflectionBasedReferenceTypeDelegate.getDeclaredGenericSignature ( ):String
[ run-time name: org/aspectj/weaver/reflect/Java15ReflectionBasedReferenceTypeDelegate.getDeclaredGenericSignature:()Ljava/lang/String; ]
Java15ReflectionBasedReferenceTypeDelegate.getDeclaredInterfaces ( ):org.aspectj.weaver.ResolvedType[]
[ run-time name: org/aspectj/weaver/reflect/Java15ReflectionBasedReferenceTypeDelegate.getDeclaredInterfaces:()[Lorg/aspectj/weaver/ResolvedType; ]
Java15ReflectionBasedReferenceTypeDelegate.getDeclaredMethods ( ):org.aspectj.weaver.ResolvedMember[]
[ run-time name: org/aspectj/weaver/reflect/Java15ReflectionBasedReferenceTypeDelegate.getDeclaredMethods:()[Lorg/aspectj/weaver/ResolvedMember; ]
Java15ReflectionBasedReferenceTypeDelegate.getDeclaredPointcuts ( ):org.aspectj.weaver.ResolvedMember[]
[ run-time name: org/aspectj/weaver/reflect/Java15ReflectionBasedReferenceTypeDelegate.getDeclaredPointcuts:()[Lorg/aspectj/weaver/ResolvedMember; ]
Java15ReflectionBasedReferenceTypeDelegate.getGenericResolvedType ( ):org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/reflect/Java15ReflectionBasedReferenceTypeDelegate.getGenericResolvedType:()Lorg/aspectj/weaver/ResolvedType; ]
Java15ReflectionBasedReferenceTypeDelegate.getSuperclass ( ):org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/reflect/Java15ReflectionBasedReferenceTypeDelegate.getSuperclass:()Lorg/aspectj/weaver/ResolvedType; ]
Java15ReflectionBasedReferenceTypeDelegate.getTypeVariables ( ):org.aspectj.weaver.TypeVariable[]
[ run-time name: org/aspectj/weaver/reflect/Java15ReflectionBasedReferenceTypeDelegate.getTypeVariables:()[Lorg/aspectj/weaver/TypeVariable; ]
Java15ReflectionBasedReferenceTypeDelegate.hasAnnotation ( org.aspectj.weaver.UnresolvedType ofType ):boolean
[ run-time name: org/aspectj/weaver/reflect/Java15ReflectionBasedReferenceTypeDelegate.hasAnnotation:(Lorg/aspectj/weaver/UnresolvedType;)Z ]
Java15ReflectionBasedReferenceTypeDelegate.initialize ( org.aspectj.weaver.ReferenceType aType, Class aClass, ClassLoader classLoader, org.aspectj.weaver.World aWorld ):void
[ run-time name: org/aspectj/weaver/reflect/Java15ReflectionBasedReferenceTypeDelegate.initialize:(Lorg/aspectj/weaver/ReferenceType;Ljava/lang/Class;Ljava/lang/ClassLoader;Lorg/aspectj/weaver/World;)V ]
Java15ReflectionBasedReferenceTypeDelegate.isAnnotation ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/Java15ReflectionBasedReferenceTypeDelegate.isAnnotation:()Z ]
Java15ReflectionBasedReferenceTypeDelegate.isAnnotationStyleAspect ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/Java15ReflectionBasedReferenceTypeDelegate.isAnnotationStyleAspect:()Z ]
Java15ReflectionBasedReferenceTypeDelegate.isAnnotationWithRuntimeRetention ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/Java15ReflectionBasedReferenceTypeDelegate.isAnnotationWithRuntimeRetention:()Z ]
Java15ReflectionBasedReferenceTypeDelegate.isAnonymous ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/Java15ReflectionBasedReferenceTypeDelegate.isAnonymous:()Z ]
Java15ReflectionBasedReferenceTypeDelegate.isAspect ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/Java15ReflectionBasedReferenceTypeDelegate.isAspect:()Z ]
Java15ReflectionBasedReferenceTypeDelegate.isEnum ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/Java15ReflectionBasedReferenceTypeDelegate.isEnum:()Z ]
Java15ReflectionBasedReferenceTypeDelegate.isGeneric ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/Java15ReflectionBasedReferenceTypeDelegate.isGeneric:()Z ]
Java15ReflectionBasedReferenceTypeDelegate.Java15ReflectionBasedReferenceTypeDelegate ( )
[ run-time name: org/aspectj/weaver/reflect/Java15ReflectionBasedReferenceTypeDelegate."<init>":()V ]
xwork-2.1.2.jar, JavaClass.class
package org.aspectj.apache.bcel.classfile
JavaClass.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
JavaClass.copy ( ):JavaClass
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.copy:()Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
JavaClass.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.dump:(Ljava/io/DataOutputStream;)V ]
JavaClass.dump ( java.io.File file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.dump:(Ljava/io/File;)V ]
JavaClass.dump ( java.io.OutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.dump:(Ljava/io/OutputStream;)V ]
JavaClass.dump ( String file_name ):void
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.dump:(Ljava/lang/String;)V ]
JavaClass.getAllInterfaces ( ):JavaClass[]
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.getAllInterfaces:()[Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
JavaClass.getAnnotations ( ):annotation.AnnotationGen[]
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.getAnnotations:()[Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen; ]
JavaClass.getAttributes ( ):Attribute[]
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.getAttributes:()[Lorg/aspectj/apache/bcel/classfile/Attribute; ]
JavaClass.getBytes ( ):byte[]
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.getBytes:()[B ]
JavaClass.getClassName ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.getClassName:()Ljava/lang/String; ]
JavaClass.getClassNameIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.getClassNameIndex:()I ]
JavaClass.getConstantPool ( ):ConstantPool
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.getConstantPool:()Lorg/aspectj/apache/bcel/classfile/ConstantPool; ]
JavaClass.getField ( reflect.Field field ):Field
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.getField:(Ljava/lang/reflect/Field;)Lorg/aspectj/apache/bcel/classfile/Field; ]
JavaClass.getFields ( ):Field[]
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.getFields:()[Lorg/aspectj/apache/bcel/classfile/Field; ]
JavaClass.getFileName ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.getFileName:()Ljava/lang/String; ]
JavaClass.getGenericClassTypeSignature ( ):Signature.ClassSignature
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.getGenericClassTypeSignature:()Lorg/aspectj/apache/bcel/classfile/Signature$ClassSignature; ]
JavaClass.getGenericSignature ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.getGenericSignature:()Ljava/lang/String; ]
JavaClass.getInterfaceIndices ( ):int[]
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.getInterfaceIndices:()[I ]
JavaClass.getInterfaceNames ( ):String[]
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.getInterfaceNames:()[Ljava/lang/String; ]
JavaClass.getInterfaces ( ):JavaClass[]
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.getInterfaces:()[Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
JavaClass.getMajor ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.getMajor:()I ]
JavaClass.getMethod ( reflect.Constructor c ):Method
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.getMethod:(Ljava/lang/reflect/Constructor;)Lorg/aspectj/apache/bcel/classfile/Method; ]
JavaClass.getMethod ( reflect.Method m ):Method
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.getMethod:(Ljava/lang/reflect/Method;)Lorg/aspectj/apache/bcel/classfile/Method; ]
JavaClass.getMethods ( ):Method[]
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.getMethods:()[Lorg/aspectj/apache/bcel/classfile/Method; ]
JavaClass.getMinor ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.getMinor:()I ]
JavaClass.getPackageName ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.getPackageName:()Ljava/lang/String; ]
JavaClass.getRepository ( ):org.aspectj.apache.bcel.util.Repository
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.getRepository:()Lorg/aspectj/apache/bcel/util/Repository; ]
JavaClass.getSourceFileName ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.getSourceFileName:()Ljava/lang/String; ]
JavaClass.getSuperClass ( ):JavaClass
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.getSuperClass:()Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
JavaClass.getSuperClasses ( ):JavaClass[]
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.getSuperClasses:()[Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
JavaClass.getSuperclassName ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.getSuperclassName:()Ljava/lang/String; ]
JavaClass.getSuperclassNameIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.getSuperclassNameIndex:()I ]
JavaClass.implementationOf ( JavaClass inter ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.implementationOf:(Lorg/aspectj/apache/bcel/classfile/JavaClass;)Z ]
JavaClass.instanceOf ( JavaClass super_class ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.instanceOf:(Lorg/aspectj/apache/bcel/classfile/JavaClass;)Z ]
JavaClass.isAnnotation ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.isAnnotation:()Z ]
JavaClass.isAnonymous ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.isAnonymous:()Z ]
JavaClass.isClass ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.isClass:()Z ]
JavaClass.isEnum ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.isEnum:()Z ]
JavaClass.isGeneric ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.isGeneric:()Z ]
JavaClass.isNested ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.isNested:()Z ]
JavaClass.isSuper ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.isSuper:()Z ]
JavaClass.JavaClass ( int class_name_index, int superclass_name_index, String file_name, int major, int minor, int access_flags, ConstantPool constant_pool, int[] interfaces, Field[] fields, Method[] methods, Attribute[] attributes )
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass."<init>":(IILjava/lang/String;IIILorg/aspectj/apache/bcel/classfile/ConstantPool;[I[Lorg/aspectj/apache/bcel/classfile/Field;[Lorg/aspectj/apache/bcel/classfile/Method;[Lorg/aspectj/apache/bcel/classfile/Attribute;)V ]
JavaClass.setAttributes ( Attribute[] attributes ):void
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.setAttributes:([Lorg/aspectj/apache/bcel/classfile/Attribute;)V ]
JavaClass.setClassName ( String class_name ):void
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.setClassName:(Ljava/lang/String;)V ]
JavaClass.setClassNameIndex ( int class_name_index ):void
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.setClassNameIndex:(I)V ]
JavaClass.setConstantPool ( ConstantPool constant_pool ):void
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.setConstantPool:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
JavaClass.setFields ( Field[] fields ):void
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.setFields:([Lorg/aspectj/apache/bcel/classfile/Field;)V ]
JavaClass.setFileName ( String file_name ):void
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.setFileName:(Ljava/lang/String;)V ]
JavaClass.setInterfaceNames ( String[] interface_names ):void
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.setInterfaceNames:([Ljava/lang/String;)V ]
JavaClass.setInterfaces ( int[] interfaces ):void
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.setInterfaces:([I)V ]
JavaClass.setMajor ( int major ):void
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.setMajor:(I)V ]
JavaClass.setMethods ( Method[] methods ):void
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.setMethods:([Lorg/aspectj/apache/bcel/classfile/Method;)V ]
JavaClass.setMinor ( int minor ):void
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.setMinor:(I)V ]
JavaClass.setRepository ( org.aspectj.apache.bcel.util.Repository repository ):void
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.setRepository:(Lorg/aspectj/apache/bcel/util/Repository;)V ]
JavaClass.setSourceFileName ( String source_file_name ):void
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.setSourceFileName:(Ljava/lang/String;)V ]
JavaClass.setSuperclassName ( String superclass_name ):void
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.setSuperclassName:(Ljava/lang/String;)V ]
JavaClass.setSuperclassNameIndex ( int superclass_name_index ):void
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.setSuperclassNameIndex:(I)V ]
JavaClass.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/JavaClass.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, JavaLangTypeToResolvedTypeConverter.class
package org.aspectj.weaver.reflect
JavaLangTypeToResolvedTypeConverter.fromType ( reflect.Type aType ):org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/reflect/JavaLangTypeToResolvedTypeConverter.fromType:(Ljava/lang/reflect/Type;)Lorg/aspectj/weaver/ResolvedType; ]
JavaLangTypeToResolvedTypeConverter.fromTypes ( reflect.Type[] types ):org.aspectj.weaver.ResolvedType[]
[ run-time name: org/aspectj/weaver/reflect/JavaLangTypeToResolvedTypeConverter.fromTypes:([Ljava/lang/reflect/Type;)[Lorg/aspectj/weaver/ResolvedType; ]
JavaLangTypeToResolvedTypeConverter.JavaLangTypeToResolvedTypeConverter ( org.aspectj.weaver.World aWorld )
[ run-time name: org/aspectj/weaver/reflect/JavaLangTypeToResolvedTypeConverter."<init>":(Lorg/aspectj/weaver/World;)V ]
xwork-2.1.2.jar, Jdk14Trace.class
package org.aspectj.weaver.tools
Jdk14Trace.debug ( String message ):void
[ run-time name: org/aspectj/weaver/tools/Jdk14Trace.debug:(Ljava/lang/String;)V ]
Jdk14Trace.enter ( String methodName, Object thiz ):void
[ run-time name: org/aspectj/weaver/tools/Jdk14Trace.enter:(Ljava/lang/String;Ljava/lang/Object;)V ]
Jdk14Trace.enter ( String methodName, Object thiz, Object[] args ):void
[ run-time name: org/aspectj/weaver/tools/Jdk14Trace.enter:(Ljava/lang/String;Ljava/lang/Object;[Ljava/lang/Object;)V ]
Jdk14Trace.error ( String message, Throwable th ):void
[ run-time name: org/aspectj/weaver/tools/Jdk14Trace.error:(Ljava/lang/String;Ljava/lang/Throwable;)V ]
Jdk14Trace.event ( String methodName ):void
[ run-time name: org/aspectj/weaver/tools/Jdk14Trace.event:(Ljava/lang/String;)V ]
Jdk14Trace.event ( String methodName, Object thiz, Object[] args ):void
[ run-time name: org/aspectj/weaver/tools/Jdk14Trace.event:(Ljava/lang/String;Ljava/lang/Object;[Ljava/lang/Object;)V ]
Jdk14Trace.exit ( String methodName ):void
[ run-time name: org/aspectj/weaver/tools/Jdk14Trace.exit:(Ljava/lang/String;)V ]
Jdk14Trace.exit ( String methodName, Object ret ):void
[ run-time name: org/aspectj/weaver/tools/Jdk14Trace.exit:(Ljava/lang/String;Ljava/lang/Object;)V ]
Jdk14Trace.exit ( String methodName, Throwable th ):void
[ run-time name: org/aspectj/weaver/tools/Jdk14Trace.exit:(Ljava/lang/String;Ljava/lang/Throwable;)V ]
Jdk14Trace.fatal ( String message, Throwable th ):void
[ run-time name: org/aspectj/weaver/tools/Jdk14Trace.fatal:(Ljava/lang/String;Ljava/lang/Throwable;)V ]
Jdk14Trace.info ( String message ):void
[ run-time name: org/aspectj/weaver/tools/Jdk14Trace.info:(Ljava/lang/String;)V ]
Jdk14Trace.isTraceEnabled ( ):boolean
[ run-time name: org/aspectj/weaver/tools/Jdk14Trace.isTraceEnabled:()Z ]
Jdk14Trace.Jdk14Trace ( Class clazz )
[ run-time name: org/aspectj/weaver/tools/Jdk14Trace."<init>":(Ljava/lang/Class;)V ]
Jdk14Trace.setTraceEnabled ( boolean b ):void
[ run-time name: org/aspectj/weaver/tools/Jdk14Trace.setTraceEnabled:(Z)V ]
Jdk14Trace.warn ( String message, Throwable th ):void
[ run-time name: org/aspectj/weaver/tools/Jdk14Trace.warn:(Ljava/lang/String;Ljava/lang/Throwable;)V ]
xwork-2.1.2.jar, Jdk14TraceFactory.class
package org.aspectj.weaver.tools
Jdk14TraceFactory.getTrace ( Class clazz ):Trace
[ run-time name: org/aspectj/weaver/tools/Jdk14TraceFactory.getTrace:(Ljava/lang/Class;)Lorg/aspectj/weaver/tools/Trace; ]
Jdk14TraceFactory.Jdk14TraceFactory ( )
[ run-time name: org/aspectj/weaver/tools/Jdk14TraceFactory."<init>":()V ]
xwork-2.1.2.jar, JoinPoint.class
package org.aspectj.lang
JoinPoint.getArgs ( ) [abstract]:Object[]
[ run-time name: org/aspectj/lang/JoinPoint.getArgs:()[Ljava/lang/Object; ]
JoinPoint.getKind ( ) [abstract]:String
[ run-time name: org/aspectj/lang/JoinPoint.getKind:()Ljava/lang/String; ]
JoinPoint.getSignature ( ) [abstract]:Signature
[ run-time name: org/aspectj/lang/JoinPoint.getSignature:()Lorg/aspectj/lang/Signature; ]
JoinPoint.getSourceLocation ( ) [abstract]:reflect.SourceLocation
[ run-time name: org/aspectj/lang/JoinPoint.getSourceLocation:()Lorg/aspectj/lang/reflect/SourceLocation; ]
JoinPoint.getStaticPart ( ) [abstract]:JoinPoint.StaticPart
[ run-time name: org/aspectj/lang/JoinPoint.getStaticPart:()Lorg/aspectj/lang/JoinPoint$StaticPart; ]
JoinPoint.getTarget ( ) [abstract]:Object
[ run-time name: org/aspectj/lang/JoinPoint.getTarget:()Ljava/lang/Object; ]
JoinPoint.getThis ( ) [abstract]:Object
[ run-time name: org/aspectj/lang/JoinPoint.getThis:()Ljava/lang/Object; ]
JoinPoint.toLongString ( ) [abstract]:String
[ run-time name: org/aspectj/lang/JoinPoint.toLongString:()Ljava/lang/String; ]
JoinPoint.toShortString ( ) [abstract]:String
[ run-time name: org/aspectj/lang/JoinPoint.toShortString:()Ljava/lang/String; ]
JoinPoint.toString ( ) [abstract]:String
[ run-time name: org/aspectj/lang/JoinPoint.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, JoinPointImpl.class
package org.aspectj.runtime.reflect
JoinPointImpl.getArgs ( ):Object[]
[ run-time name: org/aspectj/runtime/reflect/JoinPointImpl.getArgs:()[Ljava/lang/Object; ]
JoinPointImpl.getKind ( ):String
[ run-time name: org/aspectj/runtime/reflect/JoinPointImpl.getKind:()Ljava/lang/String; ]
JoinPointImpl.getSignature ( ):org.aspectj.lang.Signature
[ run-time name: org/aspectj/runtime/reflect/JoinPointImpl.getSignature:()Lorg/aspectj/lang/Signature; ]
JoinPointImpl.getSourceLocation ( ):org.aspectj.lang.reflect.SourceLocation
[ run-time name: org/aspectj/runtime/reflect/JoinPointImpl.getSourceLocation:()Lorg/aspectj/lang/reflect/SourceLocation; ]
JoinPointImpl.getStaticPart ( ):org.aspectj.lang.JoinPoint.StaticPart
[ run-time name: org/aspectj/runtime/reflect/JoinPointImpl.getStaticPart:()Lorg/aspectj/lang/JoinPoint$StaticPart; ]
JoinPointImpl.getTarget ( ):Object
[ run-time name: org/aspectj/runtime/reflect/JoinPointImpl.getTarget:()Ljava/lang/Object; ]
JoinPointImpl.getThis ( ):Object
[ run-time name: org/aspectj/runtime/reflect/JoinPointImpl.getThis:()Ljava/lang/Object; ]
JoinPointImpl.JoinPointImpl ( org.aspectj.lang.JoinPoint.StaticPart staticPart, Object _this, Object target, Object[] args )
[ run-time name: org/aspectj/runtime/reflect/JoinPointImpl."<init>":(Lorg/aspectj/lang/JoinPoint$StaticPart;Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)V ]
JoinPointImpl.proceed ( ):Object
[ run-time name: org/aspectj/runtime/reflect/JoinPointImpl.proceed:()Ljava/lang/Object; ]
JoinPointImpl.proceed ( Object[] adviceBindings ):Object
[ run-time name: org/aspectj/runtime/reflect/JoinPointImpl.proceed:([Ljava/lang/Object;)Ljava/lang/Object; ]
JoinPointImpl.set#AroundClosure ( org.aspectj.runtime.internal.AroundClosure arc ):void
[ run-time name: org/aspectj/runtime/reflect/JoinPointImpl.set#AroundClosure:(Lorg/aspectj/runtime/internal/AroundClosure;)V ]
JoinPointImpl.toLongString ( ):String
[ run-time name: org/aspectj/runtime/reflect/JoinPointImpl.toLongString:()Ljava/lang/String; ]
JoinPointImpl.toShortString ( ):String
[ run-time name: org/aspectj/runtime/reflect/JoinPointImpl.toShortString:()Ljava/lang/String; ]
JoinPointImpl.toString ( ):String
[ run-time name: org/aspectj/runtime/reflect/JoinPointImpl.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, JoinPointMatch.class
package org.aspectj.weaver.tools
JoinPointMatch.getParameterBindings ( ) [abstract]:PointcutParameter[]
[ run-time name: org/aspectj/weaver/tools/JoinPointMatch.getParameterBindings:()[Lorg/aspectj/weaver/tools/PointcutParameter; ]
JoinPointMatch.matches ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/tools/JoinPointMatch.matches:()Z ]
xwork-2.1.2.jar, JoinPointMatchImpl.class
package org.aspectj.weaver.reflect
JoinPointMatchImpl.getParameterBindings ( ):org.aspectj.weaver.tools.PointcutParameter[]
[ run-time name: org/aspectj/weaver/reflect/JoinPointMatchImpl.getParameterBindings:()[Lorg/aspectj/weaver/tools/PointcutParameter; ]
JoinPointMatchImpl.JoinPointMatchImpl ( org.aspectj.weaver.tools.PointcutParameter[] bindings )
[ run-time name: org/aspectj/weaver/reflect/JoinPointMatchImpl."<init>":([Lorg/aspectj/weaver/tools/PointcutParameter;)V ]
JoinPointMatchImpl.matches ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/JoinPointMatchImpl.matches:()Z ]
xwork-2.1.2.jar, JoinPointSignature.class
package org.aspectj.weaver
JoinPointSignature.addAnnotation ( AnnotationX annotation ):void
[ run-time name: org/aspectj/weaver/JoinPointSignature.addAnnotation:(Lorg/aspectj/weaver/AnnotationX;)V ]
JoinPointSignature.canBeParameterized ( ):boolean
[ run-time name: org/aspectj/weaver/JoinPointSignature.canBeParameterized:()Z ]
JoinPointSignature.compareTo ( Object other ):int
[ run-time name: org/aspectj/weaver/JoinPointSignature.compareTo:(Ljava/lang/Object;)I ]
JoinPointSignature.equals ( Object obj ):boolean
[ run-time name: org/aspectj/weaver/JoinPointSignature.equals:(Ljava/lang/Object;)Z ]
JoinPointSignature.evictWeavingState ( ):void
[ run-time name: org/aspectj/weaver/JoinPointSignature.evictWeavingState:()V ]
JoinPointSignature.getAnnotationDefaultValue ( ):String
[ run-time name: org/aspectj/weaver/JoinPointSignature.getAnnotationDefaultValue:()Ljava/lang/String; ]
JoinPointSignature.getAnnotationOfType ( UnresolvedType ofType ):AnnotationX
[ run-time name: org/aspectj/weaver/JoinPointSignature.getAnnotationOfType:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/AnnotationX; ]
JoinPointSignature.getAnnotations ( ):AnnotationX[]
[ run-time name: org/aspectj/weaver/JoinPointSignature.getAnnotations:()[Lorg/aspectj/weaver/AnnotationX; ]
JoinPointSignature.getAnnotationTypes ( ):ResolvedType[]
[ run-time name: org/aspectj/weaver/JoinPointSignature.getAnnotationTypes:()[Lorg/aspectj/weaver/ResolvedType; ]
JoinPointSignature.getArity ( ):int
[ run-time name: org/aspectj/weaver/JoinPointSignature.getArity:()I ]
JoinPointSignature.getAssociatedShadowMunger ( ):ShadowMunger
[ run-time name: org/aspectj/weaver/JoinPointSignature.getAssociatedShadowMunger:()Lorg/aspectj/weaver/ShadowMunger; ]
JoinPointSignature.getBackingGenericMember ( ):ResolvedMember
[ run-time name: org/aspectj/weaver/JoinPointSignature.getBackingGenericMember:()Lorg/aspectj/weaver/ResolvedMember; ]
JoinPointSignature.getDeclaringType ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/JoinPointSignature.getDeclaringType:()Lorg/aspectj/weaver/UnresolvedType; ]
JoinPointSignature.getDeclaringTypes ( World world ):java.util.Collection
[ run-time name: org/aspectj/weaver/JoinPointSignature.getDeclaringTypes:(Lorg/aspectj/weaver/World;)Ljava/util/Collection; ]
JoinPointSignature.getEffectiveSignature ( ):AjAttribute.EffectiveSignatureAttribute
[ run-time name: org/aspectj/weaver/JoinPointSignature.getEffectiveSignature:()Lorg/aspectj/weaver/AjAttribute$EffectiveSignatureAttribute; ]
JoinPointSignature.getEnd ( ):int
[ run-time name: org/aspectj/weaver/JoinPointSignature.getEnd:()I ]
JoinPointSignature.getErasure ( ):ResolvedMember
[ run-time name: org/aspectj/weaver/JoinPointSignature.getErasure:()Lorg/aspectj/weaver/ResolvedMember; ]
JoinPointSignature.getExceptions ( ):UnresolvedType[]
[ run-time name: org/aspectj/weaver/JoinPointSignature.getExceptions:()[Lorg/aspectj/weaver/UnresolvedType; ]
JoinPointSignature.getExceptions ( World world ):UnresolvedType[]
[ run-time name: org/aspectj/weaver/JoinPointSignature.getExceptions:(Lorg/aspectj/weaver/World;)[Lorg/aspectj/weaver/UnresolvedType; ]
JoinPointSignature.getGenericParameterTypes ( ):UnresolvedType[]
[ run-time name: org/aspectj/weaver/JoinPointSignature.getGenericParameterTypes:()[Lorg/aspectj/weaver/UnresolvedType; ]
JoinPointSignature.getGenericReturnType ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/JoinPointSignature.getGenericReturnType:()Lorg/aspectj/weaver/UnresolvedType; ]
JoinPointSignature.getJoinPointSignatures ( World world ):java.util.Iterator
[ run-time name: org/aspectj/weaver/JoinPointSignature.getJoinPointSignatures:(Lorg/aspectj/weaver/World;)Ljava/util/Iterator; ]
JoinPointSignature.getKind ( ):MemberKind
[ run-time name: org/aspectj/weaver/JoinPointSignature.getKind:()Lorg/aspectj/weaver/MemberKind; ]
JoinPointSignature.getModifiers ( ):int
[ run-time name: org/aspectj/weaver/JoinPointSignature.getModifiers:()I ]
JoinPointSignature.getModifiers ( World world ):int
[ run-time name: org/aspectj/weaver/JoinPointSignature.getModifiers:(Lorg/aspectj/weaver/World;)I ]
JoinPointSignature.getName ( ):String
[ run-time name: org/aspectj/weaver/JoinPointSignature.getName:()Ljava/lang/String; ]
JoinPointSignature.getParameterAnnotations ( ):AnnotationX[][]
[ run-time name: org/aspectj/weaver/JoinPointSignature.getParameterAnnotations:()[[Lorg/aspectj/weaver/AnnotationX; ]
JoinPointSignature.getParameterAnnotationTypes ( ):ResolvedType[][]
[ run-time name: org/aspectj/weaver/JoinPointSignature.getParameterAnnotationTypes:()[[Lorg/aspectj/weaver/ResolvedType; ]
JoinPointSignature.getParameterNames ( ):String[]
[ run-time name: org/aspectj/weaver/JoinPointSignature.getParameterNames:()[Ljava/lang/String; ]
JoinPointSignature.getParameterNames ( World world ):String[]
[ run-time name: org/aspectj/weaver/JoinPointSignature.getParameterNames:(Lorg/aspectj/weaver/World;)[Ljava/lang/String; ]
JoinPointSignature.getParameterSignature ( ):String
[ run-time name: org/aspectj/weaver/JoinPointSignature.getParameterSignature:()Ljava/lang/String; ]
JoinPointSignature.getParameterSignatureErased ( ):String
[ run-time name: org/aspectj/weaver/JoinPointSignature.getParameterSignatureErased:()Ljava/lang/String; ]
JoinPointSignature.getParameterTypes ( ):UnresolvedType[]
[ run-time name: org/aspectj/weaver/JoinPointSignature.getParameterTypes:()[Lorg/aspectj/weaver/UnresolvedType; ]
JoinPointSignature.getReturnType ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/JoinPointSignature.getReturnType:()Lorg/aspectj/weaver/UnresolvedType; ]
JoinPointSignature.getSignature ( ):String
[ run-time name: org/aspectj/weaver/JoinPointSignature.getSignature:()Ljava/lang/String; ]
JoinPointSignature.getSignatureErased ( ):String
[ run-time name: org/aspectj/weaver/JoinPointSignature.getSignatureErased:()Ljava/lang/String; ]
JoinPointSignature.getSourceContext ( ):ISourceContext
[ run-time name: org/aspectj/weaver/JoinPointSignature.getSourceContext:()Lorg/aspectj/weaver/ISourceContext; ]
JoinPointSignature.getSourceContext ( World world ):ISourceContext
[ run-time name: org/aspectj/weaver/JoinPointSignature.getSourceContext:(Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ISourceContext; ]
JoinPointSignature.getSourceLocation ( ):org.aspectj.bridge.ISourceLocation
[ run-time name: org/aspectj/weaver/JoinPointSignature.getSourceLocation:()Lorg/aspectj/bridge/ISourceLocation; ]
JoinPointSignature.getStart ( ):int
[ run-time name: org/aspectj/weaver/JoinPointSignature.getStart:()I ]
JoinPointSignature.getType ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/JoinPointSignature.getType:()Lorg/aspectj/weaver/UnresolvedType; ]
JoinPointSignature.getTypeVariableNamed ( String name ):TypeVariable
[ run-time name: org/aspectj/weaver/JoinPointSignature.getTypeVariableNamed:(Ljava/lang/String;)Lorg/aspectj/weaver/TypeVariable; ]
JoinPointSignature.getTypeVariables ( ):TypeVariable[]
[ run-time name: org/aspectj/weaver/JoinPointSignature.getTypeVariables:()[Lorg/aspectj/weaver/TypeVariable; ]
JoinPointSignature.hasAnnotation ( UnresolvedType ofType ):boolean
[ run-time name: org/aspectj/weaver/JoinPointSignature.hasAnnotation:(Lorg/aspectj/weaver/UnresolvedType;)Z ]
JoinPointSignature.hasAnnotations ( ):boolean
[ run-time name: org/aspectj/weaver/JoinPointSignature.hasAnnotations:()Z ]
JoinPointSignature.hasBackingGenericMember ( ):boolean
[ run-time name: org/aspectj/weaver/JoinPointSignature.hasBackingGenericMember:()Z ]
JoinPointSignature.hashCode ( ):int
[ run-time name: org/aspectj/weaver/JoinPointSignature.hashCode:()I ]
JoinPointSignature.isAbstract ( ):boolean
[ run-time name: org/aspectj/weaver/JoinPointSignature.isAbstract:()Z ]
JoinPointSignature.isAjSynthetic ( ):boolean
[ run-time name: org/aspectj/weaver/JoinPointSignature.isAjSynthetic:()Z ]
JoinPointSignature.isAnnotatedElsewhere ( ):boolean
[ run-time name: org/aspectj/weaver/JoinPointSignature.isAnnotatedElsewhere:()Z ]
JoinPointSignature.isBridgeMethod ( ):boolean
[ run-time name: org/aspectj/weaver/JoinPointSignature.isBridgeMethod:()Z ]
JoinPointSignature.isCompatibleWith ( Member am ):boolean
[ run-time name: org/aspectj/weaver/JoinPointSignature.isCompatibleWith:(Lorg/aspectj/weaver/Member;)Z ]
JoinPointSignature.isDefault ( ):boolean
[ run-time name: org/aspectj/weaver/JoinPointSignature.isDefault:()Z ]
JoinPointSignature.isInterface ( ):boolean
[ run-time name: org/aspectj/weaver/JoinPointSignature.isInterface:()Z ]
JoinPointSignature.isNative ( ):boolean
[ run-time name: org/aspectj/weaver/JoinPointSignature.isNative:()Z ]
JoinPointSignature.isPrivate ( ):boolean
[ run-time name: org/aspectj/weaver/JoinPointSignature.isPrivate:()Z ]
JoinPointSignature.isProtected ( ):boolean
[ run-time name: org/aspectj/weaver/JoinPointSignature.isProtected:()Z ]
JoinPointSignature.isPublic ( ):boolean
[ run-time name: org/aspectj/weaver/JoinPointSignature.isPublic:()Z ]
JoinPointSignature.isStatic ( ):boolean
[ run-time name: org/aspectj/weaver/JoinPointSignature.isStatic:()Z ]
JoinPointSignature.isSynthetic ( ):boolean
[ run-time name: org/aspectj/weaver/JoinPointSignature.isSynthetic:()Z ]
JoinPointSignature.isVarargsMethod ( ):boolean
[ run-time name: org/aspectj/weaver/JoinPointSignature.isVarargsMethod:()Z ]
JoinPointSignature.isVisible ( ResolvedType fromType ):boolean
[ run-time name: org/aspectj/weaver/JoinPointSignature.isVisible:(Lorg/aspectj/weaver/ResolvedType;)Z ]
JoinPointSignature.JoinPointSignature ( ResolvedMember backing, ResolvedType aType )
[ run-time name: org/aspectj/weaver/JoinPointSignature."<init>":(Lorg/aspectj/weaver/ResolvedMember;Lorg/aspectj/weaver/ResolvedType;)V ]
JoinPointSignature.matches ( ResolvedMember aCandidateMatch ):boolean
[ run-time name: org/aspectj/weaver/JoinPointSignature.matches:(Lorg/aspectj/weaver/ResolvedMember;)Z ]
JoinPointSignature.parameterizedWith ( java.util.Map m, World w ):ResolvedMember
[ run-time name: org/aspectj/weaver/JoinPointSignature.parameterizedWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ResolvedMember; ]
JoinPointSignature.parameterizedWith ( UnresolvedType[] typeParameters, ResolvedType newDeclaringType, boolean isParameterized ):ResolvedMemberImpl
[ run-time name: org/aspectj/weaver/JoinPointSignature.parameterizedWith:([Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/ResolvedType;Z)Lorg/aspectj/weaver/ResolvedMemberImpl; ]
JoinPointSignature.parameterizedWith ( UnresolvedType[] typeParameters, ResolvedType newDeclaringType, boolean isParameterized, java.util.List aliases ):ResolvedMemberImpl
[ run-time name: org/aspectj/weaver/JoinPointSignature.parameterizedWith:([Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/ResolvedType;ZLjava/util/List;)Lorg/aspectj/weaver/ResolvedMemberImpl; ]
JoinPointSignature.resetKind ( MemberKind newKind ):void
[ run-time name: org/aspectj/weaver/JoinPointSignature.resetKind:(Lorg/aspectj/weaver/MemberKind;)V ]
JoinPointSignature.resetModifiers ( int newModifiers ):void
[ run-time name: org/aspectj/weaver/JoinPointSignature.resetModifiers:(I)V ]
JoinPointSignature.resetName ( String newName ):void
[ run-time name: org/aspectj/weaver/JoinPointSignature.resetName:(Ljava/lang/String;)V ]
JoinPointSignature.resetReturnTypeToObjectArray ( ):void
[ run-time name: org/aspectj/weaver/JoinPointSignature.resetReturnTypeToObjectArray:()V ]
JoinPointSignature.resolve ( World world ):ResolvedMember
[ run-time name: org/aspectj/weaver/JoinPointSignature.resolve:(Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ResolvedMember; ]
JoinPointSignature.setAnnotatedElsewhere ( boolean b ):void
[ run-time name: org/aspectj/weaver/JoinPointSignature.setAnnotatedElsewhere:(Z)V ]
JoinPointSignature.setAnnotationTypes ( UnresolvedType[] annotationtypes ):void
[ run-time name: org/aspectj/weaver/JoinPointSignature.setAnnotationTypes:([Lorg/aspectj/weaver/UnresolvedType;)V ]
JoinPointSignature.setCheckedExceptions ( UnresolvedType[] checkedExceptions ):void
[ run-time name: org/aspectj/weaver/JoinPointSignature.setCheckedExceptions:([Lorg/aspectj/weaver/UnresolvedType;)V ]
JoinPointSignature.setParameterNames ( String[] names ):void
[ run-time name: org/aspectj/weaver/JoinPointSignature.setParameterNames:([Ljava/lang/String;)V ]
JoinPointSignature.setPosition ( int sourceStart, int sourceEnd ):void
[ run-time name: org/aspectj/weaver/JoinPointSignature.setPosition:(II)V ]
JoinPointSignature.setSourceContext ( ISourceContext sourceContext ):void
[ run-time name: org/aspectj/weaver/JoinPointSignature.setSourceContext:(Lorg/aspectj/weaver/ISourceContext;)V ]
JoinPointSignature.setTypeVariables ( TypeVariable[] types ):void
[ run-time name: org/aspectj/weaver/JoinPointSignature.setTypeVariables:([Lorg/aspectj/weaver/TypeVariable;)V ]
JoinPointSignature.toDebugString ( ):String
[ run-time name: org/aspectj/weaver/JoinPointSignature.toDebugString:()Ljava/lang/String; ]
JoinPointSignature.toGenericString ( ):String
[ run-time name: org/aspectj/weaver/JoinPointSignature.toGenericString:()Ljava/lang/String; ]
JoinPointSignature.toString ( ):String
[ run-time name: org/aspectj/weaver/JoinPointSignature.toString:()Ljava/lang/String; ]
JoinPointSignature.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/JoinPointSignature.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, JoinPointSignatureIterator.class
package org.aspectj.weaver
JoinPointSignatureIterator.hasNext ( ):boolean
[ run-time name: org/aspectj/weaver/JoinPointSignatureIterator.hasNext:()Z ]
JoinPointSignatureIterator.JoinPointSignatureIterator ( Member joinPointSignature, World inAWorld )
[ run-time name: org/aspectj/weaver/JoinPointSignatureIterator."<init>":(Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/World;)V ]
JoinPointSignatureIterator.next ( ):Object
[ run-time name: org/aspectj/weaver/JoinPointSignatureIterator.next:()Ljava/lang/Object; ]
JoinPointSignatureIterator.remove ( ):void
[ run-time name: org/aspectj/weaver/JoinPointSignatureIterator.remove:()V ]
JoinPointSignatureIterator.reset ( ):void
[ run-time name: org/aspectj/weaver/JoinPointSignatureIterator.reset:()V ]
xwork-2.1.2.jar, JRockitAgent.class
package org.aspectj.weaver.loadtime
JRockitAgent.JRockitAgent ( )
[ run-time name: org/aspectj/weaver/loadtime/JRockitAgent."<init>":()V ]
JRockitAgent.preProcess ( ClassLoader loader, String className, byte[] bytes ):byte[]
[ run-time name: org/aspectj/weaver/loadtime/JRockitAgent.preProcess:(Ljava/lang/ClassLoader;Ljava/lang/String;[B)[B ]
xwork-2.1.2.jar, KindedPointcut.class
package org.aspectj.weaver.patterns
KindedPointcut.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/KindedPointcut.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
KindedPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/KindedPointcut.concretize1:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/Pointcut; ]
KindedPointcut.couldEverMatchSameJoinPointsAs ( KindedPointcut other ):boolean
[ run-time name: org/aspectj/weaver/patterns/KindedPointcut.couldEverMatchSameJoinPointsAs:(Lorg/aspectj/weaver/patterns/KindedPointcut;)Z ]
KindedPointcut.couldMatchKinds ( ):int
[ run-time name: org/aspectj/weaver/patterns/KindedPointcut.couldMatchKinds:()I ]
KindedPointcut.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/KindedPointcut.equals:(Ljava/lang/Object;)Z ]
KindedPointcut.fastMatch ( FastMatchInfo info ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/KindedPointcut.fastMatch:(Lorg/aspectj/weaver/patterns/FastMatchInfo;)Lorg/aspectj/util/FuzzyBoolean; ]
KindedPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):org.aspectj.weaver.ast.Test
[ run-time name: org/aspectj/weaver/patterns/KindedPointcut.findResidueInternal:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/patterns/ExposedState;)Lorg/aspectj/weaver/ast/Test; ]
KindedPointcut.getKind ( ):org.aspectj.weaver.Shadow.Kind
[ run-time name: org/aspectj/weaver/patterns/KindedPointcut.getKind:()Lorg/aspectj/weaver/Shadow$Kind; ]
KindedPointcut.getSignature ( ):SignaturePattern
[ run-time name: org/aspectj/weaver/patterns/KindedPointcut.getSignature:()Lorg/aspectj/weaver/patterns/SignaturePattern; ]
KindedPointcut.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/KindedPointcut.hashCode:()I ]
KindedPointcut.KindedPointcut ( org.aspectj.weaver.Shadow.Kind kind, SignaturePattern signature )
[ run-time name: org/aspectj/weaver/patterns/KindedPointcut."<init>":(Lorg/aspectj/weaver/Shadow$Kind;Lorg/aspectj/weaver/patterns/SignaturePattern;)V ]
KindedPointcut.KindedPointcut ( org.aspectj.weaver.Shadow.Kind kind, SignaturePattern signature, org.aspectj.weaver.ShadowMunger munger )
[ run-time name: org/aspectj/weaver/patterns/KindedPointcut."<init>":(Lorg/aspectj/weaver/Shadow$Kind;Lorg/aspectj/weaver/patterns/SignaturePattern;Lorg/aspectj/weaver/ShadowMunger;)V ]
KindedPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/KindedPointcut.matchInternal:(Lorg/aspectj/weaver/Shadow;)Lorg/aspectj/util/FuzzyBoolean; ]
KindedPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/KindedPointcut.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Pointcut; ]
KindedPointcut.postRead ( org.aspectj.weaver.ResolvedType enclosingType ):void
[ run-time name: org/aspectj/weaver/patterns/KindedPointcut.postRead:(Lorg/aspectj/weaver/ResolvedType;)V ]
KindedPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:Pointcut
[ run-time name: org/aspectj/weaver/patterns/KindedPointcut.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/Pointcut; ]
KindedPointcut.resolveBindings ( IScope scope, Bindings bindings ):void
[ run-time name: org/aspectj/weaver/patterns/KindedPointcut.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;)V ]
KindedPointcut.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/KindedPointcut.toString:()Ljava/lang/String; ]
KindedPointcut.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/KindedPointcut.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, LangUtil.class
package org.aspectj.util
LangUtil.anySplit ( String input, String delim ) [static]:java.util.List
[ run-time name: org/aspectj/util/LangUtil.anySplit:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List; ]
LangUtil.arrayAsList ( Object[] array ) [static]:java.util.List
[ run-time name: org/aspectj/util/LangUtil.arrayAsList:([Ljava/lang/Object;)Ljava/util/List; ]
LangUtil.commaSplit ( String input ) [static]:java.util.List
[ run-time name: org/aspectj/util/LangUtil.commaSplit:(Ljava/lang/String;)Ljava/util/List; ]
LangUtil.copy ( Object[] source ) [static]:Object[]
[ run-time name: org/aspectj/util/LangUtil.copy:([Ljava/lang/Object;)[Ljava/lang/Object; ]
LangUtil.copyStrings ( String[][] in ) [static]:String[][]
[ run-time name: org/aspectj/util/LangUtil.copyStrings:([[Ljava/lang/String;)[[Ljava/lang/String; ]
LangUtil.endsWith ( String[] inputs, String[] suffixes, boolean ignoreCase ) [static]:String[]
[ run-time name: org/aspectj/util/LangUtil.endsWith:([Ljava/lang/String;[Ljava/lang/String;Z)[Ljava/lang/String; ]
LangUtil.extractOptions ( String[] args, String[] validOptions, int[] optionArgs, java.util.List extracted ) [static]:String[]
[ run-time name: org/aspectj/util/LangUtil.extractOptions:([Ljava/lang/String;[Ljava/lang/String;[ILjava/util/List;)[Ljava/lang/String; ]
LangUtil.extractOptions ( String[] args, String[][] options ) [static]:String[]
[ run-time name: org/aspectj/util/LangUtil.extractOptions:([Ljava/lang/String;[[Ljava/lang/String;)[Ljava/lang/String; ]
LangUtil.getBoolean ( String propertyName, boolean defaultValue ) [static]:boolean
[ run-time name: org/aspectj/util/LangUtil.getBoolean:(Ljava/lang/String;Z)Z ]
LangUtil.getJavaExecutable ( ) [static]:java.io.File
[ run-time name: org/aspectj/util/LangUtil.getJavaExecutable:()Ljava/io/File; ]
LangUtil.is13VMOrGreater ( ) [static]:boolean
[ run-time name: org/aspectj/util/LangUtil.is13VMOrGreater:()Z ]
LangUtil.is14VMOrGreater ( ) [static]:boolean
[ run-time name: org/aspectj/util/LangUtil.is14VMOrGreater:()Z ]
LangUtil.is15VMOrGreater ( ) [static]:boolean
[ run-time name: org/aspectj/util/LangUtil.is15VMOrGreater:()Z ]
LangUtil.is16VMOrGreater ( ) [static]:boolean
[ run-time name: org/aspectj/util/LangUtil.is16VMOrGreater:()Z ]
LangUtil.isEmpty ( java.util.Collection collection ) [static]:boolean
[ run-time name: org/aspectj/util/LangUtil.isEmpty:(Ljava/util/Collection;)Z ]
LangUtil.isEmpty ( Object[] ra ) [static]:boolean
[ run-time name: org/aspectj/util/LangUtil.isEmpty:([Ljava/lang/Object;)Z ]
LangUtil.isEmpty ( String s ) [static]:boolean
[ run-time name: org/aspectj/util/LangUtil.isEmpty:(Ljava/lang/String;)Z ]
LangUtil.isEmptyTrimmed ( String s ) [static]:boolean
[ run-time name: org/aspectj/util/LangUtil.isEmptyTrimmed:(Ljava/lang/String;)Z ]
LangUtil.LangUtil ( )
[ run-time name: org/aspectj/util/LangUtil."<init>":()V ]
LangUtil.makeClasspath ( String bootclasspath, String classpath, String classesDir, String outputJar ) [static]:String
[ run-time name: org/aspectj/util/LangUtil.makeClasspath:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
LangUtil.makeProcess ( LangUtil.ProcessController controller, String classpath, String mainClass, String[] args ) [static]:LangUtil.ProcessController
[ run-time name: org/aspectj/util/LangUtil.makeProcess:(Lorg/aspectj/util/LangUtil$ProcessController;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Lorg/aspectj/util/LangUtil$ProcessController; ]
LangUtil.makeProcess ( LangUtil.ProcessController controller, String[] command, String label ) [static]:LangUtil.ProcessController
[ run-time name: org/aspectj/util/LangUtil.makeProcess:(Lorg/aspectj/util/LangUtil$ProcessController;[Ljava/lang/String;Ljava/lang/String;)Lorg/aspectj/util/LangUtil$ProcessController; ]
LangUtil.optionVariants ( String[] options ) [static]:String[][]
[ run-time name: org/aspectj/util/LangUtil.optionVariants:([Ljava/lang/String;)[[Ljava/lang/String; ]
LangUtil.renderException ( Throwable t ) [static]:String
[ run-time name: org/aspectj/util/LangUtil.renderException:(Ljava/lang/Throwable;)Ljava/lang/String; ]
LangUtil.renderException ( Throwable t, boolean elide ) [static]:String
[ run-time name: org/aspectj/util/LangUtil.renderException:(Ljava/lang/Throwable;Z)Ljava/lang/String; ]
LangUtil.renderExceptionShort ( Throwable e ) [static]:String
[ run-time name: org/aspectj/util/LangUtil.renderExceptionShort:(Ljava/lang/Throwable;)Ljava/lang/String; ]
LangUtil.replace ( String in, String sought, String replace ) [static]:String
[ run-time name: org/aspectj/util/LangUtil.replace:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
LangUtil.safeCopy ( Object[] source, Object[] sink ) [static]:Object[]
[ run-time name: org/aspectj/util/LangUtil.safeCopy:([Ljava/lang/Object;[Ljava/lang/Object;)[Ljava/lang/Object; ]
LangUtil.safeList ( java.util.List list ) [static]:java.util.List
[ run-time name: org/aspectj/util/LangUtil.safeList:(Ljava/util/List;)Ljava/util/List; ]
LangUtil.selectDirectories ( String[] inputs, java.io.File baseDir ) [static]:String[]
[ run-time name: org/aspectj/util/LangUtil.selectDirectories:([Ljava/lang/String;Ljava/io/File;)[Ljava/lang/String; ]
LangUtil.selectOptions ( java.util.List args, String[] validOptions ) [static]:String[]
[ run-time name: org/aspectj/util/LangUtil.selectOptions:(Ljava/util/List;[Ljava/lang/String;)[Ljava/lang/String; ]
LangUtil.selectOptions ( String[] args, String[] validOptions ) [static]:String[]
[ run-time name: org/aspectj/util/LangUtil.selectOptions:([Ljava/lang/String;[Ljava/lang/String;)[Ljava/lang/String; ]
LangUtil.sleep ( long milliseconds ) [static]:boolean
[ run-time name: org/aspectj/util/LangUtil.sleep:(J)Z ]
LangUtil.sleepUntil ( long time ) [static]:boolean
[ run-time name: org/aspectj/util/LangUtil.sleepUntil:(J)Z ]
LangUtil.split ( String text ) [static]:String[]
[ run-time name: org/aspectj/util/LangUtil.split:(Ljava/lang/String;)[Ljava/lang/String; ]
LangUtil.splitClasspath ( String classpath ) [static]:String[]
[ run-time name: org/aspectj/util/LangUtil.splitClasspath:(Ljava/lang/String;)[Ljava/lang/String; ]
LangUtil.stackToString ( Throwable throwable, boolean skipMessage ) [static]:StringBuffer
[ run-time name: org/aspectj/util/LangUtil.stackToString:(Ljava/lang/Throwable;Z)Ljava/lang/StringBuffer; ]
LangUtil.strings ( String text ) [static]:java.util.List
[ run-time name: org/aspectj/util/LangUtil.strings:(Ljava/lang/String;)Ljava/util/List; ]
LangUtil.supportsJava ( String version ) [static]:boolean
[ run-time name: org/aspectj/util/LangUtil.supportsJava:(Ljava/lang/String;)Z ]
LangUtil.throwIaxIfFalse ( boolean test, String message ) [static]:void
[ run-time name: org/aspectj/util/LangUtil.throwIaxIfFalse:(ZLjava/lang/String;)V ]
LangUtil.throwIaxIfNotAllAssignable ( java.util.Collection collection, Class c, String name ) [static]:void
[ run-time name: org/aspectj/util/LangUtil.throwIaxIfNotAllAssignable:(Ljava/util/Collection;Ljava/lang/Class;Ljava/lang/String;)V ]
LangUtil.throwIaxIfNotAssignable ( Object o, Class c, String name ) [static]:void
[ run-time name: org/aspectj/util/LangUtil.throwIaxIfNotAssignable:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/String;)V ]
LangUtil.throwIaxIfNotAssignable ( Object[] ra, Class c, String name ) [static]:void
[ run-time name: org/aspectj/util/LangUtil.throwIaxIfNotAssignable:([Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/String;)V ]
LangUtil.throwIaxIfNull ( Object o, String name ) [static]:void
[ run-time name: org/aspectj/util/LangUtil.throwIaxIfNull:(Ljava/lang/Object;Ljava/lang/String;)V ]
LangUtil.toSizedString ( long i, int width ) [static]:String
[ run-time name: org/aspectj/util/LangUtil.toSizedString:(JI)Ljava/lang/String; ]
LangUtil.unqualifiedClassName ( Class c ) [static]:String
[ run-time name: org/aspectj/util/LangUtil.unqualifiedClassName:(Ljava/lang/Class;)Ljava/lang/String; ]
LangUtil.unqualifiedClassName ( Object o ) [static]:String
[ run-time name: org/aspectj/util/LangUtil.unqualifiedClassName:(Ljava/lang/Object;)Ljava/lang/String; ]
LangUtil.unwrapException ( Throwable t ) [static]:Throwable
[ run-time name: org/aspectj/util/LangUtil.unwrapException:(Ljava/lang/Throwable;)Ljava/lang/Throwable; ]
xwork-2.1.2.jar, LazyClassGen.class
package org.aspectj.weaver.bcel
LazyClassGen.addAnnotation ( org.aspectj.apache.bcel.classfile.annotation.AnnotationGen a ):void
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.addAnnotation:(Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen;)V ]
LazyClassGen.addField ( org.aspectj.apache.bcel.generic.FieldGen field, org.aspectj.bridge.ISourceLocation sourceLocation ):void
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.addField:(Lorg/aspectj/apache/bcel/generic/FieldGen;Lorg/aspectj/bridge/ISourceLocation;)V ]
LazyClassGen.addGeneratedInner ( LazyClassGen newClass ):void
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.addGeneratedInner:(Lorg/aspectj/weaver/bcel/LazyClassGen;)V ]
LazyClassGen.addInterface ( org.aspectj.weaver.UnresolvedType typeX, org.aspectj.bridge.ISourceLocation sourceLocation ):void
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.addInterface:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/bridge/ISourceLocation;)V ]
LazyClassGen.addMethodGen ( LazyMethodGen gen ):void
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.addMethodGen:(Lorg/aspectj/weaver/bcel/LazyMethodGen;)V ]
LazyClassGen.addMethodGen ( LazyMethodGen gen, org.aspectj.bridge.ISourceLocation sourceLocation ):void
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.addMethodGen:(Lorg/aspectj/weaver/bcel/LazyMethodGen;Lorg/aspectj/bridge/ISourceLocation;)V ]
LazyClassGen.allocateField ( String prefix ):String
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.allocateField:(Ljava/lang/String;)Ljava/lang/String; ]
LazyClassGen.disassemble ( String path, String name, java.io.PrintStream out ) [static]:void
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.disassemble:(Ljava/lang/String;Ljava/lang/String;Ljava/io/PrintStream;)V ]
LazyClassGen.errorOnAddedField ( org.aspectj.apache.bcel.generic.FieldGen field, org.aspectj.bridge.ISourceLocation sourceLocation ):void
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.errorOnAddedField:(Lorg/aspectj/apache/bcel/generic/FieldGen;Lorg/aspectj/bridge/ISourceLocation;)V ]
LazyClassGen.forcePublic ( ):void
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.forcePublic:()V ]
LazyClassGen.getAjcPreClinit ( ):LazyMethodGen
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getAjcPreClinit:()Lorg/aspectj/weaver/bcel/LazyMethodGen; ]
LazyClassGen.getAnnotations ( ):java.util.List
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getAnnotations:()Ljava/util/List; ]
LazyClassGen.getAspectsAffectingType ( ):java.util.Set
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getAspectsAffectingType:()Ljava/util/Set; ]
LazyClassGen.getBcelObjectType ( ):BcelObjectType
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getBcelObjectType:()Lorg/aspectj/weaver/bcel/BcelObjectType; ]
LazyClassGen.getChildClasses ( BcelWorld world ):java.util.List
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getChildClasses:(Lorg/aspectj/weaver/bcel/BcelWorld;)Ljava/util/List; ]
LazyClassGen.getClassId ( ):String
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getClassId:()Ljava/lang/String; ]
LazyClassGen.getClassName ( ):String
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getClassName:()Ljava/lang/String; ]
LazyClassGen.getConstantPool ( ):org.aspectj.apache.bcel.classfile.ConstantPool
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getConstantPool:()Lorg/aspectj/apache/bcel/classfile/ConstantPool; ]
LazyClassGen.getFactory ( ):org.aspectj.apache.bcel.generic.InstructionFactory
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getFactory:()Lorg/aspectj/apache/bcel/generic/InstructionFactory; ]
LazyClassGen.getFieldGens ( ):java.util.List
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getFieldGens:()Ljava/util/List; ]
LazyClassGen.getFileName ( ):String
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getFileName:()Ljava/lang/String; ]
LazyClassGen.getInterfaceNames ( ):String[]
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getInterfaceNames:()[Ljava/lang/String; ]
LazyClassGen.getInternalClassName ( ):String
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getInternalClassName:()Ljava/lang/String; ]
LazyClassGen.getInternalFileName ( ):String
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getInternalFileName:()Ljava/lang/String; ]
LazyClassGen.getJavaClass ( BcelWorld world ):org.aspectj.apache.bcel.classfile.JavaClass
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getJavaClass:(Lorg/aspectj/weaver/bcel/BcelWorld;)Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
LazyClassGen.getJavaClassBytesIncludingReweavable ( BcelWorld world ):byte[]
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getJavaClassBytesIncludingReweavable:(Lorg/aspectj/weaver/bcel/BcelWorld;)[B ]
LazyClassGen.getLazyMethodGen ( org.aspectj.weaver.Member m ):LazyMethodGen
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getLazyMethodGen:(Lorg/aspectj/weaver/Member;)Lorg/aspectj/weaver/bcel/LazyMethodGen; ]
LazyClassGen.getLazyMethodGen ( String name, String signature ):LazyMethodGen
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getLazyMethodGen:(Ljava/lang/String;Ljava/lang/String;)Lorg/aspectj/weaver/bcel/LazyMethodGen; ]
LazyClassGen.getLazyMethodGen ( String name, String signature, boolean allowMissing ):LazyMethodGen
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getLazyMethodGen:(Ljava/lang/String;Ljava/lang/String;Z)Lorg/aspectj/weaver/bcel/LazyMethodGen; ]
LazyClassGen.getMethodGens ( ):java.util.List
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getMethodGens:()Ljava/util/List; ]
LazyClassGen.getName ( ):String
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getName:()Ljava/lang/String; ]
LazyClassGen.getNewGeneratedNameTag ( ):int
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getNewGeneratedNameTag:()I ]
LazyClassGen.getOrCreateWeaverStateInfo ( boolean inReweavableMode ):org.aspectj.weaver.WeaverStateInfo
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getOrCreateWeaverStateInfo:(Z)Lorg/aspectj/weaver/WeaverStateInfo; ]
LazyClassGen.getPackageName ( ):String
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getPackageName:()Ljava/lang/String; ]
LazyClassGen.getPackagePath ( java.io.File root ):java.io.File
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getPackagePath:(Ljava/io/File;)Ljava/io/File; ]
LazyClassGen.getStaticInitializer ( ):LazyMethodGen
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getStaticInitializer:()Lorg/aspectj/weaver/bcel/LazyMethodGen; ]
LazyClassGen.getSuperClass ( ):org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getSuperClass:()Lorg/aspectj/weaver/ResolvedType; ]
LazyClassGen.getSuperClassname ( ):String
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getSuperClassname:()Ljava/lang/String; ]
LazyClassGen.getTjpField ( BcelShadow shadow, boolean isEnclosingJp ):org.aspectj.apache.bcel.classfile.Field
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getTjpField:(Lorg/aspectj/weaver/bcel/BcelShadow;Z)Lorg/aspectj/apache/bcel/classfile/Field; ]
LazyClassGen.getType ( ):org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getType:()Lorg/aspectj/weaver/ResolvedType; ]
LazyClassGen.getWorld ( ):org.aspectj.weaver.World
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.getWorld:()Lorg/aspectj/weaver/World; ]
LazyClassGen.hasAnnotation ( org.aspectj.weaver.UnresolvedType t ):boolean
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.hasAnnotation:(Lorg/aspectj/weaver/UnresolvedType;)Z ]
LazyClassGen.hasSerialVersionUIDField ( org.aspectj.weaver.ResolvedType type ) [static]:boolean
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.hasSerialVersionUIDField:(Lorg/aspectj/weaver/ResolvedType;)Z ]
LazyClassGen.isAbstract ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.isAbstract:()Z ]
LazyClassGen.isAtLeastJava5 ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.isAtLeastJava5:()Z ]
LazyClassGen.isInterface ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.isInterface:()Z ]
LazyClassGen.isReweavable ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.isReweavable:()Z ]
LazyClassGen.isWoven ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.isWoven:()Z ]
LazyClassGen.LazyClassGen ( BcelObjectType myType )
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen."<init>":(Lorg/aspectj/weaver/bcel/BcelObjectType;)V ]
LazyClassGen.LazyClassGen ( String class_name, String super_class_name, String file_name, int access_flags, String[] interfaces, org.aspectj.weaver.World world )
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I[Ljava/lang/String;Lorg/aspectj/weaver/World;)V ]
LazyClassGen.makeString ( int i ):String
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.makeString:(I)Ljava/lang/String; ]
LazyClassGen.makeString ( org.aspectj.weaver.UnresolvedType t ):String
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.makeString:(Lorg/aspectj/weaver/UnresolvedType;)Ljava/lang/String; ]
LazyClassGen.makeString ( org.aspectj.weaver.UnresolvedType[] types ):String
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.makeString:([Lorg/aspectj/weaver/UnresolvedType;)Ljava/lang/String; ]
LazyClassGen.makeString ( String[] names ):String
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.makeString:([Ljava/lang/String;)Ljava/lang/String; ]
LazyClassGen.print ( ):void
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.print:()V ]
LazyClassGen.print ( java.io.PrintStream out ):void
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.print:(Ljava/io/PrintStream;)V ]
LazyClassGen.setSuperClass ( org.aspectj.weaver.ResolvedType typeX ):void
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.setSuperClass:(Lorg/aspectj/weaver/ResolvedType;)V ]
LazyClassGen.toLongString ( ):String
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.toLongString:()Ljava/lang/String; ]
LazyClassGen.toShortString ( ):String
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.toShortString:()Ljava/lang/String; ]
LazyClassGen.toString ( ):String
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.toString:()Ljava/lang/String; ]
LazyClassGen.warnOnAddedInterface ( String name, org.aspectj.bridge.ISourceLocation sourceLocation ):void
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.warnOnAddedInterface:(Ljava/lang/String;Lorg/aspectj/bridge/ISourceLocation;)V ]
LazyClassGen.warnOnAddedMethod ( org.aspectj.apache.bcel.classfile.Method method, org.aspectj.bridge.ISourceLocation sourceLocation ):void
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.warnOnAddedMethod:(Lorg/aspectj/apache/bcel/classfile/Method;Lorg/aspectj/bridge/ISourceLocation;)V ]
LazyClassGen.warnOnAddedStaticInitializer ( org.aspectj.weaver.Shadow shadow, org.aspectj.bridge.ISourceLocation sourceLocation ):void
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.warnOnAddedStaticInitializer:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/bridge/ISourceLocation;)V ]
LazyClassGen.warnOnModifiedSerialVersionUID ( org.aspectj.bridge.ISourceLocation sourceLocation, String reason ):void
[ run-time name: org/aspectj/weaver/bcel/LazyClassGen.warnOnModifiedSerialVersionUID:(Lorg/aspectj/bridge/ISourceLocation;Ljava/lang/String;)V ]
xwork-2.1.2.jar, LazyMethodGen.class
package org.aspectj.weaver.bcel
LazyMethodGen.addAnnotation ( org.aspectj.weaver.AnnotationX ax ):void
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.addAnnotation:(Lorg/aspectj/weaver/AnnotationX;)V ]
LazyMethodGen.addAttribute ( org.aspectj.apache.bcel.classfile.Attribute attr ):void
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.addAttribute:(Lorg/aspectj/apache/bcel/classfile/Attribute;)V ]
LazyMethodGen.addExceptionHandler ( org.aspectj.apache.bcel.generic.InstructionHandle start, org.aspectj.apache.bcel.generic.InstructionHandle end, org.aspectj.apache.bcel.generic.InstructionHandle handlerStart, org.aspectj.apache.bcel.generic.ObjectType catchType, boolean highPriority ):void
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.addExceptionHandler:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/ObjectType;Z)V ]
LazyMethodGen.allocateLocal ( int slots ):int
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.allocateLocal:(I)I ]
LazyMethodGen.allocateLocal ( org.aspectj.apache.bcel.generic.Type type ):int
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.allocateLocal:(Lorg/aspectj/apache/bcel/generic/Type;)I ]
LazyMethodGen.assertGoodBody ( ):void
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.assertGoodBody:()V ]
LazyMethodGen.assertGoodBody ( org.aspectj.apache.bcel.generic.InstructionList il, String from ) [static]:void
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.assertGoodBody:(Lorg/aspectj/apache/bcel/generic/InstructionList;Ljava/lang/String;)V ]
LazyMethodGen.ensureAllLineNumberSetup ( ):void
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.ensureAllLineNumberSetup:()V ]
LazyMethodGen.forcePublic ( ):void
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.forcePublic:()V ]
LazyMethodGen.getAccessFlags ( ):int
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.getAccessFlags:()I ]
LazyMethodGen.getAccessFlagsWithoutSynchronized ( ):int
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.getAccessFlagsWithoutSynchronized:()I ]
LazyMethodGen.getArgumentTypes ( ):org.aspectj.apache.bcel.generic.Type[]
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.getArgumentTypes:()[Lorg/aspectj/apache/bcel/generic/Type; ]
LazyMethodGen.getAttributes ( ):java.util.List
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.getAttributes:()Ljava/util/List; ]
LazyMethodGen.getBody ( ):org.aspectj.apache.bcel.generic.InstructionList
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.getBody:()Lorg/aspectj/apache/bcel/generic/InstructionList; ]
LazyMethodGen.getBodyForPrint ( ):org.aspectj.apache.bcel.generic.InstructionList
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.getBodyForPrint:()Lorg/aspectj/apache/bcel/generic/InstructionList; ]
LazyMethodGen.getCanInline ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.getCanInline:()Z ]
LazyMethodGen.getClassName ( ):String
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.getClassName:()Ljava/lang/String; ]
LazyMethodGen.getDeclarationLineNumber ( ):int
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.getDeclarationLineNumber:()I ]
LazyMethodGen.getDeclarationOffset ( ):int
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.getDeclarationOffset:()I ]
LazyMethodGen.getDeclaredExceptions ( ):String[]
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.getDeclaredExceptions:()[Ljava/lang/String; ]
LazyMethodGen.getEffectiveSignature ( ):org.aspectj.weaver.AjAttribute.EffectiveSignatureAttribute
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.getEffectiveSignature:()Lorg/aspectj/weaver/AjAttribute$EffectiveSignatureAttribute; ]
LazyMethodGen.getEnclosingClass ( ):LazyClassGen
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.getEnclosingClass:()Lorg/aspectj/weaver/bcel/LazyClassGen; ]
LazyMethodGen.getGenericReturnTypeSignature ( ):String
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.getGenericReturnTypeSignature:()Ljava/lang/String; ]
LazyMethodGen.getMaxLocals ( ):int
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.getMaxLocals:()I ]
LazyMethodGen.getMemberView ( ):BcelMethod
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.getMemberView:()Lorg/aspectj/weaver/bcel/BcelMethod; ]
LazyMethodGen.getMethod ( ):org.aspectj.apache.bcel.classfile.Method
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.getMethod:()Lorg/aspectj/apache/bcel/classfile/Method; ]
LazyMethodGen.getName ( ):String
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.getName:()Ljava/lang/String; ]
LazyMethodGen.getParameterSignature ( ):String
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.getParameterSignature:()Ljava/lang/String; ]
LazyMethodGen.getReturnType ( ):org.aspectj.apache.bcel.generic.Type
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.getReturnType:()Lorg/aspectj/apache/bcel/generic/Type; ]
LazyMethodGen.getSignature ( ):String
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.getSignature:()Ljava/lang/String; ]
LazyMethodGen.getSourceLocation ( ):org.aspectj.bridge.ISourceLocation
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.getSourceLocation:()Lorg/aspectj/bridge/ISourceLocation; ]
LazyMethodGen.hasAnnotation ( org.aspectj.weaver.UnresolvedType annotationTypeX ):boolean
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.hasAnnotation:(Lorg/aspectj/weaver/UnresolvedType;)Z ]
LazyMethodGen.hasBody ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.hasBody:()Z ]
LazyMethodGen.hasDeclaredLineNumberInfo ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.hasDeclaredLineNumberInfo:()Z ]
LazyMethodGen.isAbstract ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.isAbstract:()Z ]
LazyMethodGen.isBridgeMethod ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.isBridgeMethod:()Z ]
LazyMethodGen.isDefault ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.isDefault:()Z ]
LazyMethodGen.isPrivate ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.isPrivate:()Z ]
LazyMethodGen.isProtected ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.isProtected:()Z ]
LazyMethodGen.isPublic ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.isPublic:()Z ]
LazyMethodGen.isStatic ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.isStatic:()Z ]
LazyMethodGen.isSynchronized ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.isSynchronized:()Z ]
LazyMethodGen.LazyMethodGen ( int accessFlags, org.aspectj.apache.bcel.generic.Type returnType, String name, org.aspectj.apache.bcel.generic.Type[] paramTypes, String[] declaredExceptions, LazyClassGen enclosingClass )
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen."<init>":(ILorg/aspectj/apache/bcel/generic/Type;Ljava/lang/String;[Lorg/aspectj/apache/bcel/generic/Type;[Ljava/lang/String;Lorg/aspectj/weaver/bcel/LazyClassGen;)V ]
LazyMethodGen.LazyMethodGen ( org.aspectj.apache.bcel.classfile.Method m, LazyClassGen enclosingClass )
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen."<init>":(Lorg/aspectj/apache/bcel/classfile/Method;Lorg/aspectj/weaver/bcel/LazyClassGen;)V ]
LazyMethodGen.LazyMethodGen ( BcelMethod m, LazyClassGen enclosingClass )
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen."<init>":(Lorg/aspectj/weaver/bcel/BcelMethod;Lorg/aspectj/weaver/bcel/LazyClassGen;)V ]
LazyMethodGen.makeSynthetic ( ):void
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.makeSynthetic:()V ]
LazyMethodGen.markAsChanged ( ):void
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.markAsChanged:()V ]
LazyMethodGen.optimizedPackBody ( org.aspectj.apache.bcel.generic.MethodGen gen ):void
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.optimizedPackBody:(Lorg/aspectj/apache/bcel/generic/MethodGen;)V ]
LazyMethodGen.pack ( ):org.aspectj.apache.bcel.generic.MethodGen
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.pack:()Lorg/aspectj/apache/bcel/generic/MethodGen; ]
LazyMethodGen.packBody ( org.aspectj.apache.bcel.generic.MethodGen gen ):void
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.packBody:(Lorg/aspectj/apache/bcel/generic/MethodGen;)V ]
LazyMethodGen.print ( java.io.PrintStream out, org.aspectj.weaver.AjAttribute.WeaverVersionInfo weaverVersion ):void
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.print:(Ljava/io/PrintStream;Lorg/aspectj/weaver/AjAttribute$WeaverVersionInfo;)V ]
LazyMethodGen.print ( org.aspectj.weaver.AjAttribute.WeaverVersionInfo weaverVersion ):void
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.print:(Lorg/aspectj/weaver/AjAttribute$WeaverVersionInfo;)V ]
LazyMethodGen.setAccessFlags ( int newFlags ):void
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.setAccessFlags:(I)V ]
LazyMethodGen.setCanInline ( boolean canInline ):void
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.setCanInline:(Z)V ]
LazyMethodGen.setEffectiveSignature ( org.aspectj.weaver.ResolvedMember member, org.aspectj.weaver.Shadow.Kind kind, boolean shouldWeave ):void
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.setEffectiveSignature:(Lorg/aspectj/weaver/ResolvedMember;Lorg/aspectj/weaver/Shadow$Kind;Z)V ]
LazyMethodGen.setMaxLocals ( int maxLocals ):void
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.setMaxLocals:(I)V ]
LazyMethodGen.toLongString ( org.aspectj.weaver.AjAttribute.WeaverVersionInfo weaverVersion ):String
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.toLongString:(Lorg/aspectj/weaver/AjAttribute$WeaverVersionInfo;)Ljava/lang/String; ]
LazyMethodGen.toShortString ( ):String
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.toShortString:()Ljava/lang/String; ]
LazyMethodGen.toString ( ):String
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.toString:()Ljava/lang/String; ]
LazyMethodGen.toTraceString ( ):String
[ run-time name: org/aspectj/weaver/bcel/LazyMethodGen.toTraceString:()Ljava/lang/String; ]
xwork-2.1.2.jar, LineNumber.class
package org.aspectj.apache.bcel.classfile
LineNumber.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/LineNumber.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
LineNumber.copy ( ):LineNumber
[ run-time name: org/aspectj/apache/bcel/classfile/LineNumber.copy:()Lorg/aspectj/apache/bcel/classfile/LineNumber; ]
LineNumber.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/LineNumber.dump:(Ljava/io/DataOutputStream;)V ]
LineNumber.getLineNumber ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/LineNumber.getLineNumber:()I ]
LineNumber.getStartPC ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/LineNumber.getStartPC:()I ]
LineNumber.LineNumber ( int start_pc, int line_number )
[ run-time name: org/aspectj/apache/bcel/classfile/LineNumber."<init>":(II)V ]
LineNumber.LineNumber ( LineNumber c )
[ run-time name: org/aspectj/apache/bcel/classfile/LineNumber."<init>":(Lorg/aspectj/apache/bcel/classfile/LineNumber;)V ]
LineNumber.setLineNumber ( int line_number ):void
[ run-time name: org/aspectj/apache/bcel/classfile/LineNumber.setLineNumber:(I)V ]
LineNumber.setStartPC ( int start_pc ):void
[ run-time name: org/aspectj/apache/bcel/classfile/LineNumber.setStartPC:(I)V ]
LineNumber.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/LineNumber.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, LineNumberGen.class
package org.aspectj.apache.bcel.generic
LineNumberGen.clone ( ):Object
[ run-time name: org/aspectj/apache/bcel/generic/LineNumberGen.clone:()Ljava/lang/Object; ]
LineNumberGen.containsTarget ( InstructionHandle ih ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/LineNumberGen.containsTarget:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;)Z ]
LineNumberGen.getInstruction ( ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/LineNumberGen.getInstruction:()Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
LineNumberGen.getLineNumber ( ):org.aspectj.apache.bcel.classfile.LineNumber
[ run-time name: org/aspectj/apache/bcel/generic/LineNumberGen.getLineNumber:()Lorg/aspectj/apache/bcel/classfile/LineNumber; ]
LineNumberGen.getSourceLine ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/LineNumberGen.getSourceLine:()I ]
LineNumberGen.LineNumberGen ( InstructionHandle ih, int src_line )
[ run-time name: org/aspectj/apache/bcel/generic/LineNumberGen."<init>":(Lorg/aspectj/apache/bcel/generic/InstructionHandle;I)V ]
LineNumberGen.setInstruction ( InstructionHandle ih ):void
[ run-time name: org/aspectj/apache/bcel/generic/LineNumberGen.setInstruction:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
LineNumberGen.setSourceLine ( int src_line ):void
[ run-time name: org/aspectj/apache/bcel/generic/LineNumberGen.setSourceLine:(I)V ]
LineNumberGen.updateTarget ( InstructionHandle old_ih, InstructionHandle new_ih ):void
[ run-time name: org/aspectj/apache/bcel/generic/LineNumberGen.updateTarget:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
xwork-2.1.2.jar, LineNumberTable.class
package org.aspectj.apache.bcel.classfile
LineNumberTable.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/LineNumberTable.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
LineNumberTable.copy ( ConstantPool constant_pool ):Attribute
[ run-time name: org/aspectj/apache/bcel/classfile/LineNumberTable.copy:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Attribute; ]
LineNumberTable.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/LineNumberTable.dump:(Ljava/io/DataOutputStream;)V ]
LineNumberTable.getLineNumberTable ( ):LineNumber[]
[ run-time name: org/aspectj/apache/bcel/classfile/LineNumberTable.getLineNumberTable:()[Lorg/aspectj/apache/bcel/classfile/LineNumber; ]
LineNumberTable.getSourceLine ( int pos ):int
[ run-time name: org/aspectj/apache/bcel/classfile/LineNumberTable.getSourceLine:(I)I ]
LineNumberTable.getTableLength ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/LineNumberTable.getTableLength:()I ]
LineNumberTable.LineNumberTable ( int name_index, int length, LineNumber[] line_number_table, ConstantPool constant_pool )
[ run-time name: org/aspectj/apache/bcel/classfile/LineNumberTable."<init>":(II[Lorg/aspectj/apache/bcel/classfile/LineNumber;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
LineNumberTable.LineNumberTable ( LineNumberTable c )
[ run-time name: org/aspectj/apache/bcel/classfile/LineNumberTable."<init>":(Lorg/aspectj/apache/bcel/classfile/LineNumberTable;)V ]
LineNumberTable.setLineNumberTable ( LineNumber[] line_number_table ):void
[ run-time name: org/aspectj/apache/bcel/classfile/LineNumberTable.setLineNumberTable:([Lorg/aspectj/apache/bcel/classfile/LineNumber;)V ]
LineNumberTable.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/LineNumberTable.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, LineNumberTag.class
package org.aspectj.apache.bcel.generic
LineNumberTag.equals ( Object other ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/LineNumberTag.equals:(Ljava/lang/Object;)Z ]
LineNumberTag.getLineNumber ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/LineNumberTag.getLineNumber:()I ]
LineNumberTag.hashCode ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/LineNumberTag.hashCode:()I ]
LineNumberTag.LineNumberTag ( int lineNumber )
[ run-time name: org/aspectj/apache/bcel/generic/LineNumberTag."<init>":(I)V ]
LineNumberTag.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/generic/LineNumberTag.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, LineReader.class
package org.aspectj.util
LineReader.create ( java.io.File file, String[] leadComments, String[] eolComments ) [static]:LineReader
[ run-time name: org/aspectj/util/LineReader.create:(Ljava/io/File;[Ljava/lang/String;[Ljava/lang/String;)Lorg/aspectj/util/LineReader; ]
LineReader.createTester ( java.io.File file ) [static]:LineReader
[ run-time name: org/aspectj/util/LineReader.createTester:(Ljava/io/File;)Lorg/aspectj/util/LineReader; ]
LineReader.getFile ( ):java.io.File
[ run-time name: org/aspectj/util/LineReader.getFile:()Ljava/io/File; ]
LineReader.lastLine ( ):String
[ run-time name: org/aspectj/util/LineReader.lastLine:()Ljava/lang/String; ]
LineReader.LineReader ( java.io.FileReader reader, java.io.File file )
[ run-time name: org/aspectj/util/LineReader."<init>":(Ljava/io/FileReader;Ljava/io/File;)V ]
LineReader.LineReader ( java.io.FileReader reader, java.io.File file, String[] leadComments, String[] eolComments )
[ run-time name: org/aspectj/util/LineReader."<init>":(Ljava/io/FileReader;Ljava/io/File;[Ljava/lang/String;[Ljava/lang/String;)V ]
LineReader.nextLine ( boolean skipEmpties ):String
[ run-time name: org/aspectj/util/LineReader.nextLine:(Z)Ljava/lang/String; ]
LineReader.readClippedLine ( ):String
[ run-time name: org/aspectj/util/LineReader.readClippedLine:()Ljava/lang/String; ]
LineReader.readLines ( int first, int last ):String[]
[ run-time name: org/aspectj/util/LineReader.readLines:(II)[Ljava/lang/String; ]
LineReader.readToBlankLine ( ):String
[ run-time name: org/aspectj/util/LineReader.readToBlankLine:()Ljava/lang/String; ]
LineReader.toString ( ):String
[ run-time name: org/aspectj/util/LineReader.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, Lint.class
package org.aspectj.weaver
Lint.allKinds ( ):java.util.Collection
[ run-time name: org/aspectj/weaver/Lint.allKinds:()Ljava/util/Collection; ]
Lint.clearAllSuppressions ( ):void
[ run-time name: org/aspectj/weaver/Lint.clearAllSuppressions:()V ]
Lint.clearSuppressions ( java.util.Collection lintKind ):void
[ run-time name: org/aspectj/weaver/Lint.clearSuppressions:(Ljava/util/Collection;)V ]
Lint.fromKey ( String lintkey ):Lint.Kind
[ run-time name: org/aspectj/weaver/Lint.fromKey:(Ljava/lang/String;)Lorg/aspectj/weaver/Lint$Kind; ]
Lint.getLintKind ( String name ):Lint.Kind
[ run-time name: org/aspectj/weaver/Lint.getLintKind:(Ljava/lang/String;)Lorg/aspectj/weaver/Lint$Kind; ]
Lint.Lint ( World world )
[ run-time name: org/aspectj/weaver/Lint."<init>":(Lorg/aspectj/weaver/World;)V ]
Lint.loadDefaultProperties ( ):void
[ run-time name: org/aspectj/weaver/Lint.loadDefaultProperties:()V ]
Lint.setAll ( String messageKind ):void
[ run-time name: org/aspectj/weaver/Lint.setAll:(Ljava/lang/String;)V ]
Lint.setFromProperties ( java.io.File file ):void
[ run-time name: org/aspectj/weaver/Lint.setFromProperties:(Ljava/io/File;)V ]
Lint.setFromProperties ( java.util.Properties properties ):void
[ run-time name: org/aspectj/weaver/Lint.setFromProperties:(Ljava/util/Properties;)V ]
Lint.suppressKinds ( java.util.Collection lintKind ):void
[ run-time name: org/aspectj/weaver/Lint.suppressKinds:(Ljava/util/Collection;)V ]
xwork-2.1.2.jar, LintMessage.class
package org.aspectj.weaver
LintMessage.getLintKind ( ):String
[ run-time name: org/aspectj/weaver/LintMessage.getLintKind:()Ljava/lang/String; ]
LintMessage.LintMessage ( String message, org.aspectj.bridge.IMessage.Kind messageKind, org.aspectj.bridge.ISourceLocation location, org.aspectj.bridge.ISourceLocation[] extraLocations, Lint.Kind lintKind )
[ run-time name: org/aspectj/weaver/LintMessage."<init>":(Ljava/lang/String;Lorg/aspectj/bridge/IMessage$Kind;Lorg/aspectj/bridge/ISourceLocation;[Lorg/aspectj/bridge/ISourceLocation;Lorg/aspectj/weaver/Lint$Kind;)V ]
LintMessage.LintMessage ( String message, String extraDetails, Lint.Kind kind2, org.aspectj.bridge.IMessage.Kind kind, org.aspectj.bridge.ISourceLocation sourceLocation, Throwable object, org.aspectj.bridge.ISourceLocation[] seeAlsoLocations, boolean declared, int id, int sourceStart, int sourceEnd )
[ run-time name: org/aspectj/weaver/LintMessage."<init>":(Ljava/lang/String;Ljava/lang/String;Lorg/aspectj/weaver/Lint$Kind;Lorg/aspectj/bridge/IMessage$Kind;Lorg/aspectj/bridge/ISourceLocation;Ljava/lang/Throwable;[Lorg/aspectj/bridge/ISourceLocation;ZIII)V ]
xwork-2.1.2.jar, Literal.class
package org.aspectj.weaver.ast
Literal.accept ( ITestVisitor v ):void
[ run-time name: org/aspectj/weaver/ast/Literal.accept:(Lorg/aspectj/weaver/ast/ITestVisitor;)V ]
Literal.toString ( ):String
[ run-time name: org/aspectj/weaver/ast/Literal.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, LocalVariable.class
package org.aspectj.apache.bcel.classfile
LocalVariable.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariable.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
LocalVariable.copy ( ):LocalVariable
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariable.copy:()Lorg/aspectj/apache/bcel/classfile/LocalVariable; ]
LocalVariable.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariable.dump:(Ljava/io/DataOutputStream;)V ]
LocalVariable.getConstantPool ( ):ConstantPool
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariable.getConstantPool:()Lorg/aspectj/apache/bcel/classfile/ConstantPool; ]
LocalVariable.getIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariable.getIndex:()I ]
LocalVariable.getLength ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariable.getLength:()I ]
LocalVariable.getName ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariable.getName:()Ljava/lang/String; ]
LocalVariable.getNameIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariable.getNameIndex:()I ]
LocalVariable.getSignature ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariable.getSignature:()Ljava/lang/String; ]
LocalVariable.getSignatureIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariable.getSignatureIndex:()I ]
LocalVariable.getStartPC ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariable.getStartPC:()I ]
LocalVariable.LocalVariable ( int start_pc, int length, int name_index, int signature_index, int index, ConstantPool constant_pool )
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariable."<init>":(IIIIILorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
LocalVariable.LocalVariable ( LocalVariable c )
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariable."<init>":(Lorg/aspectj/apache/bcel/classfile/LocalVariable;)V ]
LocalVariable.setConstantPool ( ConstantPool constant_pool ):void
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariable.setConstantPool:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
LocalVariable.setIndex ( int index ):void
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariable.setIndex:(I)V ]
LocalVariable.setLength ( int length ):void
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariable.setLength:(I)V ]
LocalVariable.setNameIndex ( int name_index ):void
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariable.setNameIndex:(I)V ]
LocalVariable.setSignatureIndex ( int signature_index ):void
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariable.setSignatureIndex:(I)V ]
LocalVariable.setStartPC ( int start_pc ):void
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariable.setStartPC:(I)V ]
LocalVariable.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariable.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, LocalVariableGen.class
package org.aspectj.apache.bcel.generic
LocalVariableGen.clone ( ):Object
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableGen.clone:()Ljava/lang/Object; ]
LocalVariableGen.containsTarget ( InstructionHandle ih ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableGen.containsTarget:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;)Z ]
LocalVariableGen.equals ( Object o ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableGen.equals:(Ljava/lang/Object;)Z ]
LocalVariableGen.getEnd ( ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableGen.getEnd:()Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
LocalVariableGen.getIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableGen.getIndex:()I ]
LocalVariableGen.getLocalVariable ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):org.aspectj.apache.bcel.classfile.LocalVariable
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableGen.getLocalVariable:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/LocalVariable; ]
LocalVariableGen.getName ( ):String
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableGen.getName:()Ljava/lang/String; ]
LocalVariableGen.getStart ( ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableGen.getStart:()Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
LocalVariableGen.getType ( ):Type
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableGen.getType:()Lorg/aspectj/apache/bcel/generic/Type; ]
LocalVariableGen.LocalVariableGen ( int index, String name, Type type, InstructionHandle start, InstructionHandle end )
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableGen."<init>":(ILjava/lang/String;Lorg/aspectj/apache/bcel/generic/Type;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
LocalVariableGen.setEnd ( InstructionHandle end ):void
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableGen.setEnd:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
LocalVariableGen.setIndex ( int index ):void
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableGen.setIndex:(I)V ]
LocalVariableGen.setName ( String name ):void
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableGen.setName:(Ljava/lang/String;)V ]
LocalVariableGen.setStart ( InstructionHandle start ):void
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableGen.setStart:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
LocalVariableGen.setType ( Type type ):void
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableGen.setType:(Lorg/aspectj/apache/bcel/generic/Type;)V ]
LocalVariableGen.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableGen.toString:()Ljava/lang/String; ]
LocalVariableGen.updateTarget ( InstructionHandle old_ih, InstructionHandle new_ih ):void
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableGen.updateTarget:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
xwork-2.1.2.jar, LocalVariableTag.class
package org.aspectj.apache.bcel.generic
LocalVariableTag.equals ( Object other ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableTag.equals:(Ljava/lang/Object;)Z ]
LocalVariableTag.getName ( ):String
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableTag.getName:()Ljava/lang/String; ]
LocalVariableTag.getRealType ( ):Type
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableTag.getRealType:()Lorg/aspectj/apache/bcel/generic/Type; ]
LocalVariableTag.getSlot ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableTag.getSlot:()I ]
LocalVariableTag.getType ( ):String
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableTag.getType:()Ljava/lang/String; ]
LocalVariableTag.hashCode ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableTag.hashCode:()I ]
LocalVariableTag.isRemapped ( ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableTag.isRemapped:()Z ]
LocalVariableTag.LocalVariableTag ( Type t, String sig, String name, int slot, int startPosition )
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableTag."<init>":(Lorg/aspectj/apache/bcel/generic/Type;Ljava/lang/String;Ljava/lang/String;II)V ]
LocalVariableTag.LocalVariableTag ( String sig, String name, int slot, int startPosition )
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableTag."<init>":(Ljava/lang/String;Ljava/lang/String;II)V ]
LocalVariableTag.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableTag.toString:()Ljava/lang/String; ]
LocalVariableTag.updateSlot ( int newSlot ):void
[ run-time name: org/aspectj/apache/bcel/generic/LocalVariableTag.updateSlot:(I)V ]
xwork-2.1.2.jar, LocalVariableTypeTable.class
package org.aspectj.apache.bcel.classfile
LocalVariableTypeTable.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariableTypeTable.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
LocalVariableTypeTable.copy ( ConstantPool constant_pool ):Attribute
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariableTypeTable.copy:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Attribute; ]
LocalVariableTypeTable.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariableTypeTable.dump:(Ljava/io/DataOutputStream;)V ]
LocalVariableTypeTable.getLocalVariable ( int index ):LocalVariable
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariableTypeTable.getLocalVariable:(I)Lorg/aspectj/apache/bcel/classfile/LocalVariable; ]
LocalVariableTypeTable.getLocalVariableTypeTable ( ):LocalVariable[]
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariableTypeTable.getLocalVariableTypeTable:()[Lorg/aspectj/apache/bcel/classfile/LocalVariable; ]
LocalVariableTypeTable.getTableLength ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariableTypeTable.getTableLength:()I ]
LocalVariableTypeTable.LocalVariableTypeTable ( int p1, int p2, LocalVariable[] p3, ConstantPool p4 )
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariableTypeTable."<init>":(II[Lorg/aspectj/apache/bcel/classfile/LocalVariable;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
LocalVariableTypeTable.LocalVariableTypeTable ( LocalVariableTypeTable c )
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariableTypeTable."<init>":(Lorg/aspectj/apache/bcel/classfile/LocalVariableTypeTable;)V ]
LocalVariableTypeTable.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/LocalVariableTypeTable.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, LockSignatureImpl.class
package org.aspectj.runtime.reflect
LockSignatureImpl.createToString ( StringMaker sm ):String
[ run-time name: org/aspectj/runtime/reflect/LockSignatureImpl.createToString:(Lorg/aspectj/runtime/reflect/StringMaker;)Ljava/lang/String; ]
LockSignatureImpl.getParameterType ( ):Class
[ run-time name: org/aspectj/runtime/reflect/LockSignatureImpl.getParameterType:()Ljava/lang/Class; ]
xwork-2.1.2.jar, LOOKUPSWITCH.class
package org.aspectj.apache.bcel.generic
LOOKUPSWITCH.dump ( java.io.DataOutputStream out ):void
[ run-time name: org/aspectj/apache/bcel/generic/LOOKUPSWITCH.dump:(Ljava/io/DataOutputStream;)V ]
LOOKUPSWITCH.LOOKUPSWITCH ( int[] match, InstructionHandle[] targets, InstructionHandle target )
[ run-time name: org/aspectj/apache/bcel/generic/LOOKUPSWITCH."<init>":([I[Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
LOOKUPSWITCH.LOOKUPSWITCH ( org.aspectj.apache.bcel.util.ByteSequence bytes )
[ run-time name: org/aspectj/apache/bcel/generic/LOOKUPSWITCH."<init>":(Lorg/aspectj/apache/bcel/util/ByteSequence;)V ]
xwork-2.1.2.jar, LTWWorld.class
package org.aspectj.weaver.ltw
LTWWorld.accept ( org.aspectj.weaver.Dump.IVisitor visitor ):void
[ run-time name: org/aspectj/weaver/ltw/LTWWorld.accept:(Lorg/aspectj/weaver/Dump$IVisitor;)V ]
LTWWorld.completeBinaryType ( org.aspectj.weaver.ResolvedType ret ):void
[ run-time name: org/aspectj/weaver/ltw/LTWWorld.completeBinaryType:(Lorg/aspectj/weaver/ResolvedType;)V ]
LTWWorld.completeNonLocalType ( org.aspectj.weaver.ResolvedType ret ):org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/ltw/LTWWorld.completeNonLocalType:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ResolvedType; ]
LTWWorld.getAnnotationFinder ( ):org.aspectj.weaver.reflect.AnnotationFinder
[ run-time name: org/aspectj/weaver/ltw/LTWWorld.getAnnotationFinder:()Lorg/aspectj/weaver/reflect/AnnotationFinder; ]
LTWWorld.getClassLoader ( ):ClassLoader
[ run-time name: org/aspectj/weaver/ltw/LTWWorld.getClassLoader:()Ljava/lang/ClassLoader; ]
LTWWorld.isLocallyDefined ( String classname ):boolean
[ run-time name: org/aspectj/weaver/ltw/LTWWorld.isLocallyDefined:(Ljava/lang/String;)Z ]
LTWWorld.isRunMinimalMemory ( ):boolean
[ run-time name: org/aspectj/weaver/ltw/LTWWorld.isRunMinimalMemory:()Z ]
LTWWorld.loadedClass ( Class clazz ):void
[ run-time name: org/aspectj/weaver/ltw/LTWWorld.loadedClass:(Ljava/lang/Class;)V ]
LTWWorld.LTWWorld ( ClassLoader loader, org.aspectj.weaver.loadtime.IWeavingContext weavingContext, org.aspectj.bridge.IMessageHandler handler, org.aspectj.weaver.ICrossReferenceHandler xrefHandler )
[ run-time name: org/aspectj/weaver/ltw/LTWWorld."<init>":(Ljava/lang/ClassLoader;Lorg/aspectj/weaver/loadtime/IWeavingContext;Lorg/aspectj/bridge/IMessageHandler;Lorg/aspectj/weaver/ICrossReferenceHandler;)V ]
LTWWorld.needsCompletion ( ):boolean
[ run-time name: org/aspectj/weaver/ltw/LTWWorld.needsCompletion:()Z ]
LTWWorld.resolve ( Class aClass ):org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/ltw/LTWWorld.resolve:(Ljava/lang/Class;)Lorg/aspectj/weaver/ResolvedType; ]
LTWWorld.resolveDelegate ( org.aspectj.weaver.ReferenceType ty ):org.aspectj.weaver.ReferenceTypeDelegate
[ run-time name: org/aspectj/weaver/ltw/LTWWorld.resolveDelegate:(Lorg/aspectj/weaver/ReferenceType;)Lorg/aspectj/weaver/ReferenceTypeDelegate; ]
LTWWorld.resolveIfBootstrapDelegate ( org.aspectj.weaver.ReferenceType ty ):org.aspectj.weaver.ReferenceTypeDelegate
[ run-time name: org/aspectj/weaver/ltw/LTWWorld.resolveIfBootstrapDelegate:(Lorg/aspectj/weaver/ReferenceType;)Lorg/aspectj/weaver/ReferenceTypeDelegate; ]
LTWWorld.storeClass ( org.aspectj.apache.bcel.classfile.JavaClass clazz ):void
[ run-time name: org/aspectj/weaver/ltw/LTWWorld.storeClass:(Lorg/aspectj/apache/bcel/classfile/JavaClass;)V ]
xwork-2.1.2.jar, MatchingContext.class
package org.aspectj.weaver.tools
MatchingContext.getBinding ( String p1 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/tools/MatchingContext.getBinding:(Ljava/lang/String;)Ljava/lang/Object; ]
MatchingContext.hasContextBinding ( String p1 ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/tools/MatchingContext.hasContextBinding:(Ljava/lang/String;)Z ]
xwork-2.1.2.jar, Member.class
package org.aspectj.weaver
Member.canBeParameterized ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/Member.canBeParameterized:()Z ]
Member.compareTo ( Object p1 ) [abstract]:int
[ run-time name: org/aspectj/weaver/Member.compareTo:(Ljava/lang/Object;)I ]
Member.getAnnotations ( ) [abstract]:AnnotationX[]
[ run-time name: org/aspectj/weaver/Member.getAnnotations:()[Lorg/aspectj/weaver/AnnotationX; ]
Member.getArity ( ) [abstract]:int
[ run-time name: org/aspectj/weaver/Member.getArity:()I ]
Member.getDeclaringType ( ) [abstract]:UnresolvedType
[ run-time name: org/aspectj/weaver/Member.getDeclaringType:()Lorg/aspectj/weaver/UnresolvedType; ]
Member.getDeclaringTypes ( World p1 ) [abstract]:java.util.Collection
[ run-time name: org/aspectj/weaver/Member.getDeclaringTypes:(Lorg/aspectj/weaver/World;)Ljava/util/Collection; ]
Member.getExceptions ( World p1 ) [abstract]:UnresolvedType[]
[ run-time name: org/aspectj/weaver/Member.getExceptions:(Lorg/aspectj/weaver/World;)[Lorg/aspectj/weaver/UnresolvedType; ]
Member.getGenericParameterTypes ( ) [abstract]:UnresolvedType[]
[ run-time name: org/aspectj/weaver/Member.getGenericParameterTypes:()[Lorg/aspectj/weaver/UnresolvedType; ]
Member.getGenericReturnType ( ) [abstract]:UnresolvedType
[ run-time name: org/aspectj/weaver/Member.getGenericReturnType:()Lorg/aspectj/weaver/UnresolvedType; ]
Member.getJoinPointSignatures ( World p1 ) [abstract]:java.util.Iterator
[ run-time name: org/aspectj/weaver/Member.getJoinPointSignatures:(Lorg/aspectj/weaver/World;)Ljava/util/Iterator; ]
Member.getKind ( ) [abstract]:MemberKind
[ run-time name: org/aspectj/weaver/Member.getKind:()Lorg/aspectj/weaver/MemberKind; ]
Member.getModifiers ( ) [abstract]:int
[ run-time name: org/aspectj/weaver/Member.getModifiers:()I ]
Member.getModifiers ( World p1 ) [abstract]:int
[ run-time name: org/aspectj/weaver/Member.getModifiers:(Lorg/aspectj/weaver/World;)I ]
Member.getName ( ) [abstract]:String
[ run-time name: org/aspectj/weaver/Member.getName:()Ljava/lang/String; ]
Member.getParameterNames ( World p1 ) [abstract]:String[]
[ run-time name: org/aspectj/weaver/Member.getParameterNames:(Lorg/aspectj/weaver/World;)[Ljava/lang/String; ]
Member.getParameterSignature ( ) [abstract]:String
[ run-time name: org/aspectj/weaver/Member.getParameterSignature:()Ljava/lang/String; ]
Member.getParameterTypes ( ) [abstract]:UnresolvedType[]
[ run-time name: org/aspectj/weaver/Member.getParameterTypes:()[Lorg/aspectj/weaver/UnresolvedType; ]
Member.getReturnType ( ) [abstract]:UnresolvedType
[ run-time name: org/aspectj/weaver/Member.getReturnType:()Lorg/aspectj/weaver/UnresolvedType; ]
Member.getSignature ( ) [abstract]:String
[ run-time name: org/aspectj/weaver/Member.getSignature:()Ljava/lang/String; ]
Member.getType ( ) [abstract]:UnresolvedType
[ run-time name: org/aspectj/weaver/Member.getType:()Lorg/aspectj/weaver/UnresolvedType; ]
Member.isInterface ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/Member.isInterface:()Z ]
Member.isPrivate ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/Member.isPrivate:()Z ]
Member.isStatic ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/Member.isStatic:()Z ]
Member.resolve ( World p1 ) [abstract]:ResolvedMember
[ run-time name: org/aspectj/weaver/Member.resolve:(Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ResolvedMember; ]
xwork-2.1.2.jar, MemberImpl.class
package org.aspectj.weaver
MemberImpl.canBeParameterized ( ):boolean
[ run-time name: org/aspectj/weaver/MemberImpl.canBeParameterized:()Z ]
MemberImpl.compareTo ( Object other ):int
[ run-time name: org/aspectj/weaver/MemberImpl.compareTo:(Ljava/lang/Object;)I ]
MemberImpl.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/MemberImpl.equals:(Ljava/lang/Object;)Z ]
MemberImpl.field ( UnresolvedType declaring, int mods, String name, UnresolvedType type ) [static]:Member
[ run-time name: org/aspectj/weaver/MemberImpl.field:(Lorg/aspectj/weaver/UnresolvedType;ILjava/lang/String;Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/Member; ]
MemberImpl.field ( String declaring, int mods, String name, String signature ) [static]:MemberImpl
[ run-time name: org/aspectj/weaver/MemberImpl.field:(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)Lorg/aspectj/weaver/MemberImpl; ]
MemberImpl.getAnnotations ( ):AnnotationX[]
[ run-time name: org/aspectj/weaver/MemberImpl.getAnnotations:()[Lorg/aspectj/weaver/AnnotationX; ]
MemberImpl.getArity ( ):int
[ run-time name: org/aspectj/weaver/MemberImpl.getArity:()I ]
MemberImpl.getDeclaringType ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/MemberImpl.getDeclaringType:()Lorg/aspectj/weaver/UnresolvedType; ]
MemberImpl.getDeclaringTypes ( World world ):java.util.Collection
[ run-time name: org/aspectj/weaver/MemberImpl.getDeclaringTypes:(Lorg/aspectj/weaver/World;)Ljava/util/Collection; ]
MemberImpl.getExceptions ( World world ):UnresolvedType[]
[ run-time name: org/aspectj/weaver/MemberImpl.getExceptions:(Lorg/aspectj/weaver/World;)[Lorg/aspectj/weaver/UnresolvedType; ]
MemberImpl.getGenericParameterTypes ( ):UnresolvedType[]
[ run-time name: org/aspectj/weaver/MemberImpl.getGenericParameterTypes:()[Lorg/aspectj/weaver/UnresolvedType; ]
MemberImpl.getGenericReturnType ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/MemberImpl.getGenericReturnType:()Lorg/aspectj/weaver/UnresolvedType; ]
MemberImpl.getJoinPointSignatures ( World inAWorld ):java.util.Iterator
[ run-time name: org/aspectj/weaver/MemberImpl.getJoinPointSignatures:(Lorg/aspectj/weaver/World;)Ljava/util/Iterator; ]
MemberImpl.getKind ( ):MemberKind
[ run-time name: org/aspectj/weaver/MemberImpl.getKind:()Lorg/aspectj/weaver/MemberKind; ]
MemberImpl.getModifiers ( ):int
[ run-time name: org/aspectj/weaver/MemberImpl.getModifiers:()I ]
MemberImpl.getModifiers ( World world ):int
[ run-time name: org/aspectj/weaver/MemberImpl.getModifiers:(Lorg/aspectj/weaver/World;)I ]
MemberImpl.getName ( ):String
[ run-time name: org/aspectj/weaver/MemberImpl.getName:()Ljava/lang/String; ]
MemberImpl.getParameterNames ( World world ):String[]
[ run-time name: org/aspectj/weaver/MemberImpl.getParameterNames:(Lorg/aspectj/weaver/World;)[Ljava/lang/String; ]
MemberImpl.getParameterSignature ( ):String
[ run-time name: org/aspectj/weaver/MemberImpl.getParameterSignature:()Ljava/lang/String; ]
MemberImpl.getParameterTypes ( ):UnresolvedType[]
[ run-time name: org/aspectj/weaver/MemberImpl.getParameterTypes:()[Lorg/aspectj/weaver/UnresolvedType; ]
MemberImpl.getReturnType ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/MemberImpl.getReturnType:()Lorg/aspectj/weaver/UnresolvedType; ]
MemberImpl.getSignature ( ):String
[ run-time name: org/aspectj/weaver/MemberImpl.getSignature:()Ljava/lang/String; ]
MemberImpl.getType ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/MemberImpl.getType:()Lorg/aspectj/weaver/UnresolvedType; ]
MemberImpl.hashCode ( ):int
[ run-time name: org/aspectj/weaver/MemberImpl.hashCode:()I ]
MemberImpl.isInterface ( ):boolean
[ run-time name: org/aspectj/weaver/MemberImpl.isInterface:()Z ]
MemberImpl.isPrivate ( ):boolean
[ run-time name: org/aspectj/weaver/MemberImpl.isPrivate:()Z ]
MemberImpl.isStatic ( ):boolean
[ run-time name: org/aspectj/weaver/MemberImpl.isStatic:()Z ]
MemberImpl.makeExceptionHandlerSignature ( UnresolvedType inType, UnresolvedType catchType ) [static]:ResolvedMemberImpl
[ run-time name: org/aspectj/weaver/MemberImpl.makeExceptionHandlerSignature:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMemberImpl; ]
MemberImpl.MemberImpl ( MemberKind kind, UnresolvedType declaringType, int modifiers, UnresolvedType returnType, String name, UnresolvedType[] parameterTypes )
[ run-time name: org/aspectj/weaver/MemberImpl."<init>":(Lorg/aspectj/weaver/MemberKind;Lorg/aspectj/weaver/UnresolvedType;ILorg/aspectj/weaver/UnresolvedType;Ljava/lang/String;[Lorg/aspectj/weaver/UnresolvedType;)V ]
MemberImpl.MemberImpl ( MemberKind kind, UnresolvedType declaringType, int modifiers, String name, String signature )
[ run-time name: org/aspectj/weaver/MemberImpl."<init>":(Lorg/aspectj/weaver/MemberKind;Lorg/aspectj/weaver/UnresolvedType;ILjava/lang/String;Ljava/lang/String;)V ]
MemberImpl.method ( UnresolvedType declaring, int mods, String name, String signature ) [static]:MemberImpl
[ run-time name: org/aspectj/weaver/MemberImpl.method:(Lorg/aspectj/weaver/UnresolvedType;ILjava/lang/String;Ljava/lang/String;)Lorg/aspectj/weaver/MemberImpl; ]
MemberImpl.method ( UnresolvedType declTy, int mods, UnresolvedType rTy, String name, UnresolvedType[] paramTys ) [static]:MemberImpl
[ run-time name: org/aspectj/weaver/MemberImpl.method:(Lorg/aspectj/weaver/UnresolvedType;ILorg/aspectj/weaver/UnresolvedType;Ljava/lang/String;[Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/MemberImpl; ]
MemberImpl.monitorEnter ( ) [static]:MemberImpl
[ run-time name: org/aspectj/weaver/MemberImpl.monitorEnter:()Lorg/aspectj/weaver/MemberImpl; ]
MemberImpl.monitorExit ( ) [static]:MemberImpl
[ run-time name: org/aspectj/weaver/MemberImpl.monitorExit:()Lorg/aspectj/weaver/MemberImpl; ]
MemberImpl.pointcut ( UnresolvedType declaring, String name, String signature ) [static]:Member
[ run-time name: org/aspectj/weaver/MemberImpl.pointcut:(Lorg/aspectj/weaver/UnresolvedType;Ljava/lang/String;Ljava/lang/String;)Lorg/aspectj/weaver/Member; ]
MemberImpl.resolve ( World world ):ResolvedMember
[ run-time name: org/aspectj/weaver/MemberImpl.resolve:(Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ResolvedMember; ]
MemberImpl.toString ( ):String
[ run-time name: org/aspectj/weaver/MemberImpl.toString:()Ljava/lang/String; ]
MemberImpl.typesToSignature ( UnresolvedType returnType, UnresolvedType[] paramTypes, boolean useRawTypes ) [static]:String
[ run-time name: org/aspectj/weaver/MemberImpl.typesToSignature:(Lorg/aspectj/weaver/UnresolvedType;[Lorg/aspectj/weaver/UnresolvedType;Z)Ljava/lang/String; ]
MemberImpl.typesToSignature ( UnresolvedType[] paramTypes ) [static]:String
[ run-time name: org/aspectj/weaver/MemberImpl.typesToSignature:([Lorg/aspectj/weaver/UnresolvedType;)Ljava/lang/String; ]
MemberImpl.wipeJoinpointSignatures ( ):void
[ run-time name: org/aspectj/weaver/MemberImpl.wipeJoinpointSignatures:()V ]
xwork-2.1.2.jar, MemberKind.class
package org.aspectj.weaver
MemberKind.MemberKind ( String name, int key )
[ run-time name: org/aspectj/weaver/MemberKind."<init>":(Ljava/lang/String;I)V ]
MemberKind.read ( java.io.DataInputStream s ) [static]:MemberKind
[ run-time name: org/aspectj/weaver/MemberKind.read:(Ljava/io/DataInputStream;)Lorg/aspectj/weaver/MemberKind; ]
xwork-2.1.2.jar, MemberSignatureImpl.class
package org.aspectj.runtime.reflect
MemberSignatureImpl.MemberSignatureImpl ( String stringRep )
[ run-time name: org/aspectj/runtime/reflect/MemberSignatureImpl."<init>":(Ljava/lang/String;)V ]
xwork-2.1.2.jar, Message.class
package org.aspectj.bridge
Message.getDeclared ( ):boolean
[ run-time name: org/aspectj/bridge/Message.getDeclared:()Z ]
Message.getDetails ( ):String
[ run-time name: org/aspectj/bridge/Message.getDetails:()Ljava/lang/String; ]
Message.getExtraSourceLocations ( ):java.util.List
[ run-time name: org/aspectj/bridge/Message.getExtraSourceLocations:()Ljava/util/List; ]
Message.getID ( ):int
[ run-time name: org/aspectj/bridge/Message.getID:()I ]
Message.getKind ( ):IMessage.Kind
[ run-time name: org/aspectj/bridge/Message.getKind:()Lorg/aspectj/bridge/IMessage$Kind; ]
Message.getMessage ( ):String
[ run-time name: org/aspectj/bridge/Message.getMessage:()Ljava/lang/String; ]
Message.getSourceEnd ( ):int
[ run-time name: org/aspectj/bridge/Message.getSourceEnd:()I ]
Message.getSourceLocation ( ):ISourceLocation
[ run-time name: org/aspectj/bridge/Message.getSourceLocation:()Lorg/aspectj/bridge/ISourceLocation; ]
Message.getSourceStart ( ):int
[ run-time name: org/aspectj/bridge/Message.getSourceStart:()I ]
Message.getThrown ( ):Throwable
[ run-time name: org/aspectj/bridge/Message.getThrown:()Ljava/lang/Throwable; ]
Message.isAbort ( ):boolean
[ run-time name: org/aspectj/bridge/Message.isAbort:()Z ]
Message.isDebug ( ):boolean
[ run-time name: org/aspectj/bridge/Message.isDebug:()Z ]
Message.isError ( ):boolean
[ run-time name: org/aspectj/bridge/Message.isError:()Z ]
Message.isFailed ( ):boolean
[ run-time name: org/aspectj/bridge/Message.isFailed:()Z ]
Message.isInfo ( ):boolean
[ run-time name: org/aspectj/bridge/Message.isInfo:()Z ]
Message.isTaskTag ( ):boolean
[ run-time name: org/aspectj/bridge/Message.isTaskTag:()Z ]
Message.isWarning ( ):boolean
[ run-time name: org/aspectj/bridge/Message.isWarning:()Z ]
Message.Message ( String message, IMessage.Kind kind, Throwable thrown, ISourceLocation sourceLocation )
[ run-time name: org/aspectj/bridge/Message."<init>":(Ljava/lang/String;Lorg/aspectj/bridge/IMessage$Kind;Ljava/lang/Throwable;Lorg/aspectj/bridge/ISourceLocation;)V ]
Message.Message ( String message, ISourceLocation location, boolean isError )
[ run-time name: org/aspectj/bridge/Message."<init>":(Ljava/lang/String;Lorg/aspectj/bridge/ISourceLocation;Z)V ]
Message.Message ( String message, ISourceLocation location, boolean isError, ISourceLocation[] extraSourceLocations )
[ run-time name: org/aspectj/bridge/Message."<init>":(Ljava/lang/String;Lorg/aspectj/bridge/ISourceLocation;Z[Lorg/aspectj/bridge/ISourceLocation;)V ]
Message.Message ( String message, String details, IMessage.Kind kind, ISourceLocation sLoc, Throwable thrown, ISourceLocation[] otherLocs, boolean declared, int id, int sourcestart, int sourceend )
[ run-time name: org/aspectj/bridge/Message."<init>":(Ljava/lang/String;Ljava/lang/String;Lorg/aspectj/bridge/IMessage$Kind;Lorg/aspectj/bridge/ISourceLocation;Ljava/lang/Throwable;[Lorg/aspectj/bridge/ISourceLocation;ZIII)V ]
Message.Message ( String message, String details, IMessage.Kind kind, ISourceLocation sourceLocation, Throwable thrown, ISourceLocation[] extraSourceLocations )
[ run-time name: org/aspectj/bridge/Message."<init>":(Ljava/lang/String;Ljava/lang/String;Lorg/aspectj/bridge/IMessage$Kind;Lorg/aspectj/bridge/ISourceLocation;Ljava/lang/Throwable;[Lorg/aspectj/bridge/ISourceLocation;)V ]
Message.toString ( ):String
[ run-time name: org/aspectj/bridge/Message.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, MessageHandler.class
package org.aspectj.bridge
MessageHandler.clearMessages ( ):void
[ run-time name: org/aspectj/bridge/MessageHandler.clearMessages:()V ]
MessageHandler.dontIgnore ( IMessage.Kind kind ):void
[ run-time name: org/aspectj/bridge/MessageHandler.dontIgnore:(Lorg/aspectj/bridge/IMessage$Kind;)V ]
MessageHandler.getErrors ( ):IMessage[]
[ run-time name: org/aspectj/bridge/MessageHandler.getErrors:()[Lorg/aspectj/bridge/IMessage; ]
MessageHandler.getMessages ( IMessage.Kind kind, boolean orGreater ):IMessage[]
[ run-time name: org/aspectj/bridge/MessageHandler.getMessages:(Lorg/aspectj/bridge/IMessage$Kind;Z)[Lorg/aspectj/bridge/IMessage; ]
MessageHandler.getUnmodifiableListView ( ):java.util.List
[ run-time name: org/aspectj/bridge/MessageHandler.getUnmodifiableListView:()Ljava/util/List; ]
MessageHandler.getWarnings ( ):IMessage[]
[ run-time name: org/aspectj/bridge/MessageHandler.getWarnings:()[Lorg/aspectj/bridge/IMessage; ]
MessageHandler.handleMessage ( IMessage message ):boolean
[ run-time name: org/aspectj/bridge/MessageHandler.handleMessage:(Lorg/aspectj/bridge/IMessage;)Z ]
MessageHandler.hasAnyMessage ( IMessage.Kind kind, boolean orGreater ):boolean
[ run-time name: org/aspectj/bridge/MessageHandler.hasAnyMessage:(Lorg/aspectj/bridge/IMessage$Kind;Z)Z ]
MessageHandler.ignore ( IMessage.Kind kind ):void
[ run-time name: org/aspectj/bridge/MessageHandler.ignore:(Lorg/aspectj/bridge/IMessage$Kind;)V ]
MessageHandler.init ( ):void
[ run-time name: org/aspectj/bridge/MessageHandler.init:()V ]
MessageHandler.init ( boolean accumulateOnly ):void
[ run-time name: org/aspectj/bridge/MessageHandler.init:(Z)V ]
MessageHandler.isIgnoring ( IMessage.Kind kind ):boolean
[ run-time name: org/aspectj/bridge/MessageHandler.isIgnoring:(Lorg/aspectj/bridge/IMessage$Kind;)Z ]
MessageHandler.MessageHandler ( )
[ run-time name: org/aspectj/bridge/MessageHandler."<init>":()V ]
MessageHandler.MessageHandler ( boolean accumulateOnly )
[ run-time name: org/aspectj/bridge/MessageHandler."<init>":(Z)V ]
MessageHandler.numMessages ( IMessage.Kind kind, boolean orGreater ):int
[ run-time name: org/aspectj/bridge/MessageHandler.numMessages:(Lorg/aspectj/bridge/IMessage$Kind;Z)I ]
MessageHandler.setInterceptor ( IMessageHandler interceptor ):void
[ run-time name: org/aspectj/bridge/MessageHandler.setInterceptor:(Lorg/aspectj/bridge/IMessageHandler;)V ]
MessageHandler.toString ( ):String
[ run-time name: org/aspectj/bridge/MessageHandler.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, MessageUtil.class
package org.aspectj.bridge
MessageUtil.abort ( IMessageHandler handler, String message ) [static]:boolean
[ run-time name: org/aspectj/bridge/MessageUtil.abort:(Lorg/aspectj/bridge/IMessageHandler;Ljava/lang/String;)Z ]
MessageUtil.abort ( IMessageHandler handler, String message, Throwable t ) [static]:boolean
[ run-time name: org/aspectj/bridge/MessageUtil.abort:(Lorg/aspectj/bridge/IMessageHandler;Ljava/lang/String;Ljava/lang/Throwable;)Z ]
MessageUtil.abort ( String message ) [static]:IMessage
[ run-time name: org/aspectj/bridge/MessageUtil.abort:(Ljava/lang/String;)Lorg/aspectj/bridge/IMessage; ]
MessageUtil.abort ( String message, Throwable thrown ) [static]:IMessage
[ run-time name: org/aspectj/bridge/MessageUtil.abort:(Ljava/lang/String;Ljava/lang/Throwable;)Lorg/aspectj/bridge/IMessage; ]
MessageUtil.addExtraSourceLocations ( IMessage message, String baseMessage ) [static]:String
[ run-time name: org/aspectj/bridge/MessageUtil.addExtraSourceLocations:(Lorg/aspectj/bridge/IMessage;Ljava/lang/String;)Ljava/lang/String; ]
MessageUtil.debug ( IMessageHandler handler, String message ) [static]:boolean
[ run-time name: org/aspectj/bridge/MessageUtil.debug:(Lorg/aspectj/bridge/IMessageHandler;Ljava/lang/String;)Z ]
MessageUtil.debug ( String message ) [static]:IMessage
[ run-time name: org/aspectj/bridge/MessageUtil.debug:(Ljava/lang/String;)Lorg/aspectj/bridge/IMessage; ]
MessageUtil.error ( IMessageHandler handler, String message ) [static]:boolean
[ run-time name: org/aspectj/bridge/MessageUtil.error:(Lorg/aspectj/bridge/IMessageHandler;Ljava/lang/String;)Z ]
MessageUtil.error ( String message ) [static]:IMessage
[ run-time name: org/aspectj/bridge/MessageUtil.error:(Ljava/lang/String;)Lorg/aspectj/bridge/IMessage; ]
MessageUtil.error ( String message, ISourceLocation location ) [static]:IMessage
[ run-time name: org/aspectj/bridge/MessageUtil.error:(Ljava/lang/String;Lorg/aspectj/bridge/ISourceLocation;)Lorg/aspectj/bridge/IMessage; ]
MessageUtil.fail ( IMessageHandler handler, String message ) [static]:boolean
[ run-time name: org/aspectj/bridge/MessageUtil.fail:(Lorg/aspectj/bridge/IMessageHandler;Ljava/lang/String;)Z ]
MessageUtil.fail ( IMessageHandler handler, String message, org.aspectj.util.LineReader reader ) [static]:boolean
[ run-time name: org/aspectj/bridge/MessageUtil.fail:(Lorg/aspectj/bridge/IMessageHandler;Ljava/lang/String;Lorg/aspectj/util/LineReader;)Z ]
MessageUtil.fail ( IMessageHandler handler, String message, Throwable thrown ) [static]:boolean
[ run-time name: org/aspectj/bridge/MessageUtil.fail:(Lorg/aspectj/bridge/IMessageHandler;Ljava/lang/String;Ljava/lang/Throwable;)Z ]
MessageUtil.fail ( String message ) [static]:IMessage
[ run-time name: org/aspectj/bridge/MessageUtil.fail:(Ljava/lang/String;)Lorg/aspectj/bridge/IMessage; ]
MessageUtil.fail ( String message, org.aspectj.util.LineReader reader ) [static]:IMessage
[ run-time name: org/aspectj/bridge/MessageUtil.fail:(Ljava/lang/String;Lorg/aspectj/util/LineReader;)Lorg/aspectj/bridge/IMessage; ]
MessageUtil.fail ( String message, Throwable thrown ) [static]:IMessage
[ run-time name: org/aspectj/bridge/MessageUtil.fail:(Ljava/lang/String;Ljava/lang/Throwable;)Lorg/aspectj/bridge/IMessage; ]
MessageUtil.getKind ( String kind ) [static]:IMessage.Kind
[ run-time name: org/aspectj/bridge/MessageUtil.getKind:(Ljava/lang/String;)Lorg/aspectj/bridge/IMessage$Kind; ]
MessageUtil.getMessages ( java.util.List messages, IMessage.Kind kind ) [static]:java.util.List
[ run-time name: org/aspectj/bridge/MessageUtil.getMessages:(Ljava/util/List;Lorg/aspectj/bridge/IMessage$Kind;)Ljava/util/List; ]
MessageUtil.getMessages ( IMessageHolder holder, IMessage.Kind kind, boolean orGreater, String infix ) [static]:java.util.List
[ run-time name: org/aspectj/bridge/MessageUtil.getMessages:(Lorg/aspectj/bridge/IMessageHolder;Lorg/aspectj/bridge/IMessage$Kind;ZLjava/lang/String;)Ljava/util/List; ]
MessageUtil.getMessagesExcept ( IMessageHolder holder, IMessage.Kind kind, boolean orGreater ) [static]:IMessage[]
[ run-time name: org/aspectj/bridge/MessageUtil.getMessagesExcept:(Lorg/aspectj/bridge/IMessageHolder;Lorg/aspectj/bridge/IMessage$Kind;Z)[Lorg/aspectj/bridge/IMessage; ]
MessageUtil.handleAll ( IMessageHandler sink, IMessage[] sources, boolean fastFail ) [static]:boolean
[ run-time name: org/aspectj/bridge/MessageUtil.handleAll:(Lorg/aspectj/bridge/IMessageHandler;[Lorg/aspectj/bridge/IMessage;Z)Z ]
MessageUtil.handleAll ( IMessageHandler sink, IMessageHolder source, boolean fastFail ) [static]:boolean
[ run-time name: org/aspectj/bridge/MessageUtil.handleAll:(Lorg/aspectj/bridge/IMessageHandler;Lorg/aspectj/bridge/IMessageHolder;Z)Z ]
MessageUtil.handleAll ( IMessageHandler sink, IMessageHolder source, IMessage.Kind kind, boolean orGreater, boolean fastFail ) [static]:boolean
[ run-time name: org/aspectj/bridge/MessageUtil.handleAll:(Lorg/aspectj/bridge/IMessageHandler;Lorg/aspectj/bridge/IMessageHolder;Lorg/aspectj/bridge/IMessage$Kind;ZZ)Z ]
MessageUtil.handleAllExcept ( IMessageHandler sink, IMessageHolder source, IMessage.Kind kind, boolean orGreater, boolean fastFail ) [static]:boolean
[ run-time name: org/aspectj/bridge/MessageUtil.handleAllExcept:(Lorg/aspectj/bridge/IMessageHandler;Lorg/aspectj/bridge/IMessageHolder;Lorg/aspectj/bridge/IMessage$Kind;ZZ)Z ]
MessageUtil.handlerPrintStream ( IMessageHandler handler, IMessage.Kind kind, java.io.OutputStream overage, String prefix ) [static]:java.io.PrintStream
[ run-time name: org/aspectj/bridge/MessageUtil.handlerPrintStream:(Lorg/aspectj/bridge/IMessageHandler;Lorg/aspectj/bridge/IMessage$Kind;Ljava/io/OutputStream;Ljava/lang/String;)Ljava/io/PrintStream; ]
MessageUtil.info ( IMessageHandler handler, String message ) [static]:boolean
[ run-time name: org/aspectj/bridge/MessageUtil.info:(Lorg/aspectj/bridge/IMessageHandler;Ljava/lang/String;)Z ]
MessageUtil.info ( String message ) [static]:IMessage
[ run-time name: org/aspectj/bridge/MessageUtil.info:(Ljava/lang/String;)Lorg/aspectj/bridge/IMessage; ]
MessageUtil.makeSelector ( IMessage.Kind kind, boolean orGreater, String infix ) [static]:IMessageHandler
[ run-time name: org/aspectj/bridge/MessageUtil.makeSelector:(Lorg/aspectj/bridge/IMessage$Kind;ZLjava/lang/String;)Lorg/aspectj/bridge/IMessageHandler; ]
MessageUtil.makeSourceLocation ( org.aspectj.util.LineReader reader ) [static]:ISourceLocation
[ run-time name: org/aspectj/bridge/MessageUtil.makeSourceLocation:(Lorg/aspectj/util/LineReader;)Lorg/aspectj/bridge/ISourceLocation; ]
MessageUtil.numMessages ( java.util.List messages, IMessage.Kind kind, boolean orGreater ) [static]:int
[ run-time name: org/aspectj/bridge/MessageUtil.numMessages:(Ljava/util/List;Lorg/aspectj/bridge/IMessage$Kind;Z)I ]
MessageUtil.print ( java.io.PrintStream out, IMessageHolder holder, String prefix ) [static]:void
[ run-time name: org/aspectj/bridge/MessageUtil.print:(Ljava/io/PrintStream;Lorg/aspectj/bridge/IMessageHolder;Ljava/lang/String;)V ]
MessageUtil.print ( java.io.PrintStream out, IMessageHolder holder, String prefix, MessageUtil.IMessageRenderer renderer ) [static]:void
[ run-time name: org/aspectj/bridge/MessageUtil.print:(Ljava/io/PrintStream;Lorg/aspectj/bridge/IMessageHolder;Ljava/lang/String;Lorg/aspectj/bridge/MessageUtil$IMessageRenderer;)V ]
MessageUtil.print ( java.io.PrintStream out, IMessageHolder holder, String prefix, MessageUtil.IMessageRenderer renderer, IMessageHandler selector ) [static]:void
[ run-time name: org/aspectj/bridge/MessageUtil.print:(Ljava/io/PrintStream;Lorg/aspectj/bridge/IMessageHolder;Ljava/lang/String;Lorg/aspectj/bridge/MessageUtil$IMessageRenderer;Lorg/aspectj/bridge/IMessageHandler;)V ]
MessageUtil.print ( java.io.PrintStream out, IMessageHolder holder, String prefix, MessageUtil.IMessageRenderer renderer, IMessageHandler selector, boolean printSummary ) [static]:void
[ run-time name: org/aspectj/bridge/MessageUtil.print:(Ljava/io/PrintStream;Lorg/aspectj/bridge/IMessageHolder;Ljava/lang/String;Lorg/aspectj/bridge/MessageUtil$IMessageRenderer;Lorg/aspectj/bridge/IMessageHandler;Z)V ]
MessageUtil.print ( java.io.PrintStream out, IMessageHolder messageHolder ) [static]:void
[ run-time name: org/aspectj/bridge/MessageUtil.print:(Ljava/io/PrintStream;Lorg/aspectj/bridge/IMessageHolder;)V ]
MessageUtil.printMessageCounts ( java.io.PrintStream out, IMessageHolder holder, String prefix ) [static]:void
[ run-time name: org/aspectj/bridge/MessageUtil.printMessageCounts:(Ljava/io/PrintStream;Lorg/aspectj/bridge/IMessageHolder;Ljava/lang/String;)V ]
MessageUtil.printMessageCounts ( java.io.PrintStream out, IMessageHolder messageHolder ) [static]:void
[ run-time name: org/aspectj/bridge/MessageUtil.printMessageCounts:(Ljava/io/PrintStream;Lorg/aspectj/bridge/IMessageHolder;)V ]
MessageUtil.renderCounts ( IMessageHolder holder ) [static]:String
[ run-time name: org/aspectj/bridge/MessageUtil.renderCounts:(Lorg/aspectj/bridge/IMessageHolder;)Ljava/lang/String; ]
MessageUtil.renderMessage ( IMessage message ) [static]:String
[ run-time name: org/aspectj/bridge/MessageUtil.renderMessage:(Lorg/aspectj/bridge/IMessage;)Ljava/lang/String; ]
MessageUtil.renderMessage ( IMessage message, boolean elide ) [static]:String
[ run-time name: org/aspectj/bridge/MessageUtil.renderMessage:(Lorg/aspectj/bridge/IMessage;Z)Ljava/lang/String; ]
MessageUtil.renderMessageLine ( IMessage message, int textScale, int locScale, int max ) [static]:String
[ run-time name: org/aspectj/bridge/MessageUtil.renderMessageLine:(Lorg/aspectj/bridge/IMessage;III)Ljava/lang/String; ]
MessageUtil.renderSourceLocation ( ISourceLocation loc ) [static]:String
[ run-time name: org/aspectj/bridge/MessageUtil.renderSourceLocation:(Lorg/aspectj/bridge/ISourceLocation;)Ljava/lang/String; ]
MessageUtil.toShortString ( IMessage message ) [static]:String
[ run-time name: org/aspectj/bridge/MessageUtil.toShortString:(Lorg/aspectj/bridge/IMessage;)Ljava/lang/String; ]
MessageUtil.visitMessages ( java.util.Collection messages, IMessageHandler visitor, boolean accumulate, boolean abortOnFail ) [static]:IMessage[]
[ run-time name: org/aspectj/bridge/MessageUtil.visitMessages:(Ljava/util/Collection;Lorg/aspectj/bridge/IMessageHandler;ZZ)[Lorg/aspectj/bridge/IMessage; ]
MessageUtil.visitMessages ( IMessage[] messages, IMessageHandler visitor, boolean accumulate, boolean abortOnFail ) [static]:IMessage[]
[ run-time name: org/aspectj/bridge/MessageUtil.visitMessages:([Lorg/aspectj/bridge/IMessage;Lorg/aspectj/bridge/IMessageHandler;ZZ)[Lorg/aspectj/bridge/IMessage; ]
MessageUtil.visitMessages ( IMessageHolder holder, IMessageHandler visitor, boolean accumulate, boolean abortOnFail ) [static]:IMessage[]
[ run-time name: org/aspectj/bridge/MessageUtil.visitMessages:(Lorg/aspectj/bridge/IMessageHolder;Lorg/aspectj/bridge/IMessageHandler;ZZ)[Lorg/aspectj/bridge/IMessage; ]
MessageUtil.warn ( IMessageHandler handler, String message ) [static]:boolean
[ run-time name: org/aspectj/bridge/MessageUtil.warn:(Lorg/aspectj/bridge/IMessageHandler;Ljava/lang/String;)Z ]
MessageUtil.warn ( String message ) [static]:IMessage
[ run-time name: org/aspectj/bridge/MessageUtil.warn:(Ljava/lang/String;)Lorg/aspectj/bridge/IMessage; ]
MessageUtil.warn ( String message, ISourceLocation location ) [static]:IMessage
[ run-time name: org/aspectj/bridge/MessageUtil.warn:(Ljava/lang/String;Lorg/aspectj/bridge/ISourceLocation;)Lorg/aspectj/bridge/IMessage; ]
xwork-2.1.2.jar, MessageWriter.class
package org.aspectj.bridge
MessageWriter.dontIgnore ( IMessage.Kind kind ):void
[ run-time name: org/aspectj/bridge/MessageWriter.dontIgnore:(Lorg/aspectj/bridge/IMessage$Kind;)V ]
MessageWriter.handleMessage ( IMessage message ):boolean
[ run-time name: org/aspectj/bridge/MessageWriter.handleMessage:(Lorg/aspectj/bridge/IMessage;)Z ]
MessageWriter.ignore ( IMessage.Kind kind ):void
[ run-time name: org/aspectj/bridge/MessageWriter.ignore:(Lorg/aspectj/bridge/IMessage$Kind;)V ]
MessageWriter.isIgnoring ( IMessage.Kind kind ):boolean
[ run-time name: org/aspectj/bridge/MessageWriter.isIgnoring:(Lorg/aspectj/bridge/IMessage$Kind;)Z ]
MessageWriter.MessageWriter ( java.io.PrintWriter writer, boolean abortOnFailure )
[ run-time name: org/aspectj/bridge/MessageWriter."<init>":(Ljava/io/PrintWriter;Z)V ]
MessageWriter.render ( IMessage message ):String
[ run-time name: org/aspectj/bridge/MessageWriter.render:(Lorg/aspectj/bridge/IMessage;)Ljava/lang/String; ]
xwork-2.1.2.jar, Method.class
package org.aspectj.apache.bcel.classfile
Method.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/Method.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
Method.copy ( ConstantPool constant_pool ):Method
[ run-time name: org/aspectj/apache/bcel/classfile/Method.copy:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Method; ]
Method.getAnnotationsOnParameter ( int i ):annotation.AnnotationGen[]
[ run-time name: org/aspectj/apache/bcel/classfile/Method.getAnnotationsOnParameter:(I)[Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen; ]
Method.getArgumentTypes ( ):org.aspectj.apache.bcel.generic.Type[]
[ run-time name: org/aspectj/apache/bcel/classfile/Method.getArgumentTypes:()[Lorg/aspectj/apache/bcel/generic/Type; ]
Method.getCode ( ):Code
[ run-time name: org/aspectj/apache/bcel/classfile/Method.getCode:()Lorg/aspectj/apache/bcel/classfile/Code; ]
Method.getExceptionTable ( ):ExceptionTable
[ run-time name: org/aspectj/apache/bcel/classfile/Method.getExceptionTable:()Lorg/aspectj/apache/bcel/classfile/ExceptionTable; ]
Method.getLineNumberTable ( ):LineNumberTable
[ run-time name: org/aspectj/apache/bcel/classfile/Method.getLineNumberTable:()Lorg/aspectj/apache/bcel/classfile/LineNumberTable; ]
Method.getParameterAnnotations ( ):annotation.AnnotationGen[][]
[ run-time name: org/aspectj/apache/bcel/classfile/Method.getParameterAnnotations:()[[Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen; ]
Method.getReturnType ( ):org.aspectj.apache.bcel.generic.Type
[ run-time name: org/aspectj/apache/bcel/classfile/Method.getReturnType:()Lorg/aspectj/apache/bcel/generic/Type; ]
Method.Method ( int access_flags, int name_index, int signature_index, Attribute[] attributes, ConstantPool constant_pool )
[ run-time name: org/aspectj/apache/bcel/classfile/Method."<init>":(III[Lorg/aspectj/apache/bcel/classfile/Attribute;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
Method.Method ( Method c )
[ run-time name: org/aspectj/apache/bcel/classfile/Method."<init>":(Lorg/aspectj/apache/bcel/classfile/Method;)V ]
Method.setAttributes ( Attribute[] attributes ):void
[ run-time name: org/aspectj/apache/bcel/classfile/Method.setAttributes:([Lorg/aspectj/apache/bcel/classfile/Attribute;)V ]
Method.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/Method.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, MethodDelegateTypeMunger.class
package org.aspectj.weaver
MethodDelegateTypeMunger.changesPublicSignature ( ):boolean
[ run-time name: org/aspectj/weaver/MethodDelegateTypeMunger.changesPublicSignature:()Z ]
MethodDelegateTypeMunger.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/MethodDelegateTypeMunger.equals:(Ljava/lang/Object;)Z ]
MethodDelegateTypeMunger.getDelegate ( ResolvedType targetType ):ResolvedMember
[ run-time name: org/aspectj/weaver/MethodDelegateTypeMunger.getDelegate:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
MethodDelegateTypeMunger.getImplClassName ( ):String
[ run-time name: org/aspectj/weaver/MethodDelegateTypeMunger.getImplClassName:()Ljava/lang/String; ]
MethodDelegateTypeMunger.hashCode ( ):int
[ run-time name: org/aspectj/weaver/MethodDelegateTypeMunger.hashCode:()I ]
MethodDelegateTypeMunger.matches ( ResolvedType matchType, ResolvedType aspectType ):boolean
[ run-time name: org/aspectj/weaver/MethodDelegateTypeMunger.matches:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;)Z ]
MethodDelegateTypeMunger.MethodDelegateTypeMunger ( ResolvedMember signature, UnresolvedType aspect, String implClassName, patterns.TypePattern typePattern )
[ run-time name: org/aspectj/weaver/MethodDelegateTypeMunger."<init>":(Lorg/aspectj/weaver/ResolvedMember;Lorg/aspectj/weaver/UnresolvedType;Ljava/lang/String;Lorg/aspectj/weaver/patterns/TypePattern;)V ]
MethodDelegateTypeMunger.readMethod ( VersionedDataInputStream s, ISourceContext context ) [static]:ResolvedTypeMunger
[ run-time name: org/aspectj/weaver/MethodDelegateTypeMunger.readMethod:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/ResolvedTypeMunger; ]
MethodDelegateTypeMunger.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/MethodDelegateTypeMunger.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, MethodGen.class
package org.aspectj.apache.bcel.generic
MethodGen.addCodeAttribute ( org.aspectj.apache.bcel.classfile.Attribute a ):void
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.addCodeAttribute:(Lorg/aspectj/apache/bcel/classfile/Attribute;)V ]
MethodGen.addException ( String class_name ):void
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.addException:(Ljava/lang/String;)V ]
MethodGen.addExceptionHandler ( InstructionHandle start_pc, InstructionHandle end_pc, InstructionHandle handler_pc, ObjectType catch_type ):CodeExceptionGen
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.addExceptionHandler:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/ObjectType;)Lorg/aspectj/apache/bcel/generic/CodeExceptionGen; ]
MethodGen.addLineNumber ( InstructionHandle ih, int src_line ):LineNumberGen
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.addLineNumber:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;I)Lorg/aspectj/apache/bcel/generic/LineNumberGen; ]
MethodGen.addLocalVariable ( String name, Type type, int slot, InstructionHandle start, InstructionHandle end ):LocalVariableGen
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.addLocalVariable:(Ljava/lang/String;Lorg/aspectj/apache/bcel/generic/Type;ILorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)Lorg/aspectj/apache/bcel/generic/LocalVariableGen; ]
MethodGen.addLocalVariable ( String name, Type type, InstructionHandle start, InstructionHandle end ):LocalVariableGen
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.addLocalVariable:(Ljava/lang/String;Lorg/aspectj/apache/bcel/generic/Type;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)Lorg/aspectj/apache/bcel/generic/LocalVariableGen; ]
MethodGen.addParameterAnnotation ( int parameterIndex, org.aspectj.apache.bcel.classfile.annotation.AnnotationGen annotation ):void
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.addParameterAnnotation:(ILorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen;)V ]
MethodGen.addParameterAnnotationsAsAttribute ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):void
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.addParameterAnnotationsAsAttribute:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
MethodGen.copy ( String class_name, org.aspectj.apache.bcel.classfile.ConstantPool cp ):MethodGen
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.copy:(Ljava/lang/String;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/generic/MethodGen; ]
MethodGen.getAnnotationsOnParameter ( int i ):java.util.List
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.getAnnotationsOnParameter:(I)Ljava/util/List; ]
MethodGen.getArgumentName ( int i ):String
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.getArgumentName:(I)Ljava/lang/String; ]
MethodGen.getArgumentNames ( ):String[]
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.getArgumentNames:()[Ljava/lang/String; ]
MethodGen.getArgumentType ( int i ):Type
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.getArgumentType:(I)Lorg/aspectj/apache/bcel/generic/Type; ]
MethodGen.getArgumentTypes ( ):Type[]
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.getArgumentTypes:()[Lorg/aspectj/apache/bcel/generic/Type; ]
MethodGen.getClassName ( ):String
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.getClassName:()Ljava/lang/String; ]
MethodGen.getCodeAttributes ( ):org.aspectj.apache.bcel.classfile.Attribute[]
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.getCodeAttributes:()[Lorg/aspectj/apache/bcel/classfile/Attribute; ]
MethodGen.getExceptionHandlers ( ):CodeExceptionGen[]
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.getExceptionHandlers:()[Lorg/aspectj/apache/bcel/generic/CodeExceptionGen; ]
MethodGen.getExceptions ( ):String[]
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.getExceptions:()[Ljava/lang/String; ]
MethodGen.getHighestlinenumber ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.getHighestlinenumber:()I ]
MethodGen.getInstructionList ( ):InstructionList
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.getInstructionList:()Lorg/aspectj/apache/bcel/generic/InstructionList; ]
MethodGen.getLineNumbers ( ):LineNumberGen[]
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.getLineNumbers:()[Lorg/aspectj/apache/bcel/generic/LineNumberGen; ]
MethodGen.getLineNumberTable ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):org.aspectj.apache.bcel.classfile.LineNumberTable
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.getLineNumberTable:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/LineNumberTable; ]
MethodGen.getLocalVariables ( ):LocalVariableGen[]
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.getLocalVariables:()[Lorg/aspectj/apache/bcel/generic/LocalVariableGen; ]
MethodGen.getMaxLocals ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.getMaxLocals:()I ]
MethodGen.getMaxStack ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.getMaxStack:()I ]
MethodGen.getMaxStack ( org.aspectj.apache.bcel.classfile.ConstantPool cp, InstructionList il, CodeExceptionGen[] et ) [static]:int
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.getMaxStack:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;Lorg/aspectj/apache/bcel/generic/InstructionList;[Lorg/aspectj/apache/bcel/generic/CodeExceptionGen;)I ]
MethodGen.getMethod ( ):org.aspectj.apache.bcel.classfile.Method
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.getMethod:()Lorg/aspectj/apache/bcel/classfile/Method; ]
MethodGen.getReturnType ( ):Type
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.getReturnType:()Lorg/aspectj/apache/bcel/generic/Type; ]
MethodGen.getSignature ( ):String
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.getSignature:()Ljava/lang/String; ]
MethodGen.MethodGen ( int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, org.aspectj.apache.bcel.classfile.ConstantPool cp )
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen."<init>":(ILorg/aspectj/apache/bcel/generic/Type;[Lorg/aspectj/apache/bcel/generic/Type;[Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/aspectj/apache/bcel/generic/InstructionList;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
MethodGen.MethodGen ( org.aspectj.apache.bcel.classfile.Method m, String class_name, org.aspectj.apache.bcel.classfile.ConstantPool cp )
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen."<init>":(Lorg/aspectj/apache/bcel/classfile/Method;Ljava/lang/String;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
MethodGen.MethodGen ( org.aspectj.apache.bcel.classfile.Method p1, String p2, org.aspectj.apache.bcel.classfile.ConstantPool p3, boolean p4 )
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen."<init>":(Lorg/aspectj/apache/bcel/classfile/Method;Ljava/lang/String;Lorg/aspectj/apache/bcel/classfile/ConstantPool;Z)V ]
MethodGen.removeCodeAttribute ( org.aspectj.apache.bcel.classfile.Attribute a ):void
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.removeCodeAttribute:(Lorg/aspectj/apache/bcel/classfile/Attribute;)V ]
MethodGen.removeCodeAttributes ( ):void
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.removeCodeAttributes:()V ]
MethodGen.removeException ( String c ):void
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.removeException:(Ljava/lang/String;)V ]
MethodGen.removeExceptionHandler ( CodeExceptionGen c ):void
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.removeExceptionHandler:(Lorg/aspectj/apache/bcel/generic/CodeExceptionGen;)V ]
MethodGen.removeExceptionHandlers ( ):void
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.removeExceptionHandlers:()V ]
MethodGen.removeExceptions ( ):void
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.removeExceptions:()V ]
MethodGen.removeLineNumber ( LineNumberGen l ):void
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.removeLineNumber:(Lorg/aspectj/apache/bcel/generic/LineNumberGen;)V ]
MethodGen.removeLineNumbers ( ):void
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.removeLineNumbers:()V ]
MethodGen.removeLocalVariable ( LocalVariableGen l ):void
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.removeLocalVariable:(Lorg/aspectj/apache/bcel/generic/LocalVariableGen;)V ]
MethodGen.removeLocalVariables ( ):void
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.removeLocalVariables:()V ]
MethodGen.setArgumentName ( int i, String name ):void
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.setArgumentName:(ILjava/lang/String;)V ]
MethodGen.setArgumentNames ( String[] arg_names ):void
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.setArgumentNames:([Ljava/lang/String;)V ]
MethodGen.setArgumentType ( int i, Type type ):void
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.setArgumentType:(ILorg/aspectj/apache/bcel/generic/Type;)V ]
MethodGen.setArgumentTypes ( Type[] arg_types ):void
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.setArgumentTypes:([Lorg/aspectj/apache/bcel/generic/Type;)V ]
MethodGen.setClassName ( String class_name ):void
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.setClassName:(Ljava/lang/String;)V ]
MethodGen.setInstructionList ( InstructionList il ):void
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.setInstructionList:(Lorg/aspectj/apache/bcel/generic/InstructionList;)V ]
MethodGen.setMaxLocals ( ):void
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.setMaxLocals:()V ]
MethodGen.setMaxLocals ( int m ):void
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.setMaxLocals:(I)V ]
MethodGen.setMaxStack ( ):void
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.setMaxStack:()V ]
MethodGen.setMaxStack ( int m ):void
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.setMaxStack:(I)V ]
MethodGen.setReturnType ( Type return_type ):void
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.setReturnType:(Lorg/aspectj/apache/bcel/generic/Type;)V ]
MethodGen.stripAttributes ( boolean flag ):void
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.stripAttributes:(Z)V ]
MethodGen.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/generic/MethodGen.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, MethodSignature.class
package org.aspectj.lang.reflect
MethodSignature.getMethod ( ) [abstract]:reflect.Method
[ run-time name: org/aspectj/lang/reflect/MethodSignature.getMethod:()Ljava/lang/reflect/Method; ]
MethodSignature.getReturnType ( ) [abstract]:Class
[ run-time name: org/aspectj/lang/reflect/MethodSignature.getReturnType:()Ljava/lang/Class; ]
xwork-2.1.2.jar, MethodSignatureImpl.class
package org.aspectj.runtime.reflect
MethodSignatureImpl.createToString ( StringMaker sm ):String
[ run-time name: org/aspectj/runtime/reflect/MethodSignatureImpl.createToString:(Lorg/aspectj/runtime/reflect/StringMaker;)Ljava/lang/String; ]
MethodSignatureImpl.getMethod ( ):reflect.Method
[ run-time name: org/aspectj/runtime/reflect/MethodSignatureImpl.getMethod:()Ljava/lang/reflect/Method; ]
MethodSignatureImpl.getReturnType ( ):Class
[ run-time name: org/aspectj/runtime/reflect/MethodSignatureImpl.getReturnType:()Ljava/lang/Class; ]
xwork-2.1.2.jar, MissingResolvedTypeWithKnownSignature.class
package org.aspectj.weaver
MissingResolvedTypeWithKnownSignature.collectInterTypeMungers ( java.util.List collector ):void
[ run-time name: org/aspectj/weaver/MissingResolvedTypeWithKnownSignature.collectInterTypeMungers:(Ljava/util/List;)V ]
MissingResolvedTypeWithKnownSignature.getDeclaredFields ( ):ResolvedMember[]
[ run-time name: org/aspectj/weaver/MissingResolvedTypeWithKnownSignature.getDeclaredFields:()[Lorg/aspectj/weaver/ResolvedMember; ]
MissingResolvedTypeWithKnownSignature.getDeclaredInterfaces ( ):ResolvedType[]
[ run-time name: org/aspectj/weaver/MissingResolvedTypeWithKnownSignature.getDeclaredInterfaces:()[Lorg/aspectj/weaver/ResolvedType; ]
MissingResolvedTypeWithKnownSignature.getDeclaredMethods ( ):ResolvedMember[]
[ run-time name: org/aspectj/weaver/MissingResolvedTypeWithKnownSignature.getDeclaredMethods:()[Lorg/aspectj/weaver/ResolvedMember; ]
MissingResolvedTypeWithKnownSignature.getDeclaredPointcuts ( ):ResolvedMember[]
[ run-time name: org/aspectj/weaver/MissingResolvedTypeWithKnownSignature.getDeclaredPointcuts:()[Lorg/aspectj/weaver/ResolvedMember; ]
MissingResolvedTypeWithKnownSignature.getInterTypeMungers ( ):java.util.List
[ run-time name: org/aspectj/weaver/MissingResolvedTypeWithKnownSignature.getInterTypeMungers:()Ljava/util/List; ]
MissingResolvedTypeWithKnownSignature.getInterTypeMungersIncludingSupers ( ):java.util.List
[ run-time name: org/aspectj/weaver/MissingResolvedTypeWithKnownSignature.getInterTypeMungersIncludingSupers:()Ljava/util/List; ]
MissingResolvedTypeWithKnownSignature.getInterTypeParentMungers ( ):java.util.List
[ run-time name: org/aspectj/weaver/MissingResolvedTypeWithKnownSignature.getInterTypeParentMungers:()Ljava/util/List; ]
MissingResolvedTypeWithKnownSignature.getInterTypeParentMungersIncludingSupers ( ):java.util.List
[ run-time name: org/aspectj/weaver/MissingResolvedTypeWithKnownSignature.getInterTypeParentMungersIncludingSupers:()Ljava/util/List; ]
MissingResolvedTypeWithKnownSignature.getModifiers ( ):int
[ run-time name: org/aspectj/weaver/MissingResolvedTypeWithKnownSignature.getModifiers:()I ]
MissingResolvedTypeWithKnownSignature.getSourceContext ( ):ISourceContext
[ run-time name: org/aspectj/weaver/MissingResolvedTypeWithKnownSignature.getSourceContext:()Lorg/aspectj/weaver/ISourceContext; ]
MissingResolvedTypeWithKnownSignature.getSuperclass ( ):ResolvedType
[ run-time name: org/aspectj/weaver/MissingResolvedTypeWithKnownSignature.getSuperclass:()Lorg/aspectj/weaver/ResolvedType; ]
MissingResolvedTypeWithKnownSignature.hasAnnotation ( UnresolvedType ofType ):boolean
[ run-time name: org/aspectj/weaver/MissingResolvedTypeWithKnownSignature.hasAnnotation:(Lorg/aspectj/weaver/UnresolvedType;)Z ]
MissingResolvedTypeWithKnownSignature.isAssignableFrom ( ResolvedType other ):boolean
[ run-time name: org/aspectj/weaver/MissingResolvedTypeWithKnownSignature.isAssignableFrom:(Lorg/aspectj/weaver/ResolvedType;)Z ]
MissingResolvedTypeWithKnownSignature.isAssignableFrom ( ResolvedType other, boolean allowMissing ):boolean
[ run-time name: org/aspectj/weaver/MissingResolvedTypeWithKnownSignature.isAssignableFrom:(Lorg/aspectj/weaver/ResolvedType;Z)Z ]
MissingResolvedTypeWithKnownSignature.isCoerceableFrom ( ResolvedType other ):boolean
[ run-time name: org/aspectj/weaver/MissingResolvedTypeWithKnownSignature.isCoerceableFrom:(Lorg/aspectj/weaver/ResolvedType;)Z ]
MissingResolvedTypeWithKnownSignature.isMissing ( ):boolean
[ run-time name: org/aspectj/weaver/MissingResolvedTypeWithKnownSignature.isMissing:()Z ]
MissingResolvedTypeWithKnownSignature.MissingResolvedTypeWithKnownSignature ( String signature, World world )
[ run-time name: org/aspectj/weaver/MissingResolvedTypeWithKnownSignature."<init>":(Ljava/lang/String;Lorg/aspectj/weaver/World;)V ]
MissingResolvedTypeWithKnownSignature.MissingResolvedTypeWithKnownSignature ( String signature, String signatureErasure, World world )
[ run-time name: org/aspectj/weaver/MissingResolvedTypeWithKnownSignature."<init>":(Ljava/lang/String;Ljava/lang/String;Lorg/aspectj/weaver/World;)V ]
MissingResolvedTypeWithKnownSignature.raiseWarningOnJoinPointSignature ( String signature ):void
[ run-time name: org/aspectj/weaver/MissingResolvedTypeWithKnownSignature.raiseWarningOnJoinPointSignature:(Ljava/lang/String;)V ]
MissingResolvedTypeWithKnownSignature.raiseWarningOnMissingInterfaceWhilstFindingMethods ( ):void
[ run-time name: org/aspectj/weaver/MissingResolvedTypeWithKnownSignature.raiseWarningOnMissingInterfaceWhilstFindingMethods:()V ]
xwork-2.1.2.jar, Modifiers.class
package org.aspectj.apache.bcel.classfile
Modifiers.getModifiers ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/Modifiers.getModifiers:()I ]
Modifiers.isAbstract ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/Modifiers.isAbstract:()Z ]
Modifiers.isBridge ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/Modifiers.isBridge:()Z ]
Modifiers.isFinal ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/Modifiers.isFinal:()Z ]
Modifiers.isInterface ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/Modifiers.isInterface:()Z ]
Modifiers.isNative ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/Modifiers.isNative:()Z ]
Modifiers.isPrivate ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/Modifiers.isPrivate:()Z ]
Modifiers.isProtected ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/Modifiers.isProtected:()Z ]
Modifiers.isPublic ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/Modifiers.isPublic:()Z ]
Modifiers.isStatic ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/Modifiers.isStatic:()Z ]
Modifiers.isStrictfp ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/Modifiers.isStrictfp:()Z ]
Modifiers.isSynchronized ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/Modifiers.isSynchronized:()Z ]
Modifiers.isTransient ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/Modifiers.isTransient:()Z ]
Modifiers.isVarargs ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/Modifiers.isVarargs:()Z ]
Modifiers.isVolatile ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/Modifiers.isVolatile:()Z ]
Modifiers.Modifiers ( )
[ run-time name: org/aspectj/apache/bcel/classfile/Modifiers."<init>":()V ]
Modifiers.Modifiers ( int a )
[ run-time name: org/aspectj/apache/bcel/classfile/Modifiers."<init>":(I)V ]
Modifiers.setModifiers ( int modifiers ):void
[ run-time name: org/aspectj/apache/bcel/classfile/Modifiers.setModifiers:(I)V ]
xwork-2.1.2.jar, ModifiersPattern.class
package org.aspectj.weaver.patterns
ModifiersPattern.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/ModifiersPattern.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
ModifiersPattern.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/ModifiersPattern.equals:(Ljava/lang/Object;)Z ]
ModifiersPattern.getModifierFlag ( String name ) [static]:int
[ run-time name: org/aspectj/weaver/patterns/ModifiersPattern.getModifierFlag:(Ljava/lang/String;)I ]
ModifiersPattern.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/ModifiersPattern.hashCode:()I ]
ModifiersPattern.matches ( int modifiers ):boolean
[ run-time name: org/aspectj/weaver/patterns/ModifiersPattern.matches:(I)Z ]
ModifiersPattern.ModifiersPattern ( int requiredModifiers, int forbiddenModifiers )
[ run-time name: org/aspectj/weaver/patterns/ModifiersPattern."<init>":(II)V ]
ModifiersPattern.read ( org.aspectj.weaver.VersionedDataInputStream s ) [static]:ModifiersPattern
[ run-time name: org/aspectj/weaver/patterns/ModifiersPattern.read:(Lorg/aspectj/weaver/VersionedDataInputStream;)Lorg/aspectj/weaver/patterns/ModifiersPattern; ]
ModifiersPattern.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/ModifiersPattern.toString:()Ljava/lang/String; ]
ModifiersPattern.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/ModifiersPattern.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, MULTIANEWARRAY.class
package org.aspectj.apache.bcel.generic
MULTIANEWARRAY.consumeStack ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):int
[ run-time name: org/aspectj/apache/bcel/generic/MULTIANEWARRAY.consumeStack:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)I ]
MULTIANEWARRAY.dump ( java.io.DataOutputStream out ):void
[ run-time name: org/aspectj/apache/bcel/generic/MULTIANEWARRAY.dump:(Ljava/io/DataOutputStream;)V ]
MULTIANEWARRAY.getDimensions ( ):short
[ run-time name: org/aspectj/apache/bcel/generic/MULTIANEWARRAY.getDimensions:()S ]
MULTIANEWARRAY.getExceptions ( ):Class[]
[ run-time name: org/aspectj/apache/bcel/generic/MULTIANEWARRAY.getExceptions:()[Ljava/lang/Class; ]
MULTIANEWARRAY.getLoadClassType ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):ObjectType
[ run-time name: org/aspectj/apache/bcel/generic/MULTIANEWARRAY.getLoadClassType:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/generic/ObjectType; ]
MULTIANEWARRAY.MULTIANEWARRAY ( int index, short dimensions )
[ run-time name: org/aspectj/apache/bcel/generic/MULTIANEWARRAY."<init>":(IS)V ]
MULTIANEWARRAY.toString ( boolean verbose ):String
[ run-time name: org/aspectj/apache/bcel/generic/MULTIANEWARRAY.toString:(Z)Ljava/lang/String; ]
MULTIANEWARRAY.toString ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):String
[ run-time name: org/aspectj/apache/bcel/generic/MULTIANEWARRAY.toString:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/String; ]
xwork-2.1.2.jar, NameBindingPointcut.class
package org.aspectj.weaver.patterns
NameBindingPointcut.exposeStateForVar ( org.aspectj.weaver.ast.Var var, TypePattern type, ExposedState state, org.aspectj.weaver.World world ):org.aspectj.weaver.ast.Test
[ run-time name: org/aspectj/weaver/patterns/NameBindingPointcut.exposeStateForVar:(Lorg/aspectj/weaver/ast/Var;Lorg/aspectj/weaver/patterns/TypePattern;Lorg/aspectj/weaver/patterns/ExposedState;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ast/Test; ]
NameBindingPointcut.getBindingAnnotationTypePatterns ( ) [abstract]:java.util.List
[ run-time name: org/aspectj/weaver/patterns/NameBindingPointcut.getBindingAnnotationTypePatterns:()Ljava/util/List; ]
NameBindingPointcut.getBindingTypePatterns ( ) [abstract]:java.util.List
[ run-time name: org/aspectj/weaver/patterns/NameBindingPointcut.getBindingTypePatterns:()Ljava/util/List; ]
NameBindingPointcut.NameBindingPointcut ( )
[ run-time name: org/aspectj/weaver/patterns/NameBindingPointcut."<init>":()V ]
xwork-2.1.2.jar, NameMangler.class
package org.aspectj.weaver
NameMangler.adviceName ( String nameAsIdentifier, AdviceKind kind, int adviceSeqNumber, int pcdHash ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.adviceName:(Ljava/lang/String;Lorg/aspectj/weaver/AdviceKind;II)Ljava/lang/String; ]
NameMangler.aroundCallbackMethodName ( Member shadowSig, bcel.LazyClassGen enclosingType ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.aroundCallbackMethodName:(Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/bcel/LazyClassGen;)Ljava/lang/String; ]
NameMangler.cflowCounter ( CrosscuttingMembers xcut ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.cflowCounter:(Lorg/aspectj/weaver/CrosscuttingMembers;)Ljava/lang/String; ]
NameMangler.cflowStack ( CrosscuttingMembers xcut ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.cflowStack:(Lorg/aspectj/weaver/CrosscuttingMembers;)Ljava/lang/String; ]
NameMangler.getExtractableName ( Member shadowSignature ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.getExtractableName:(Lorg/aspectj/weaver/Member;)Ljava/lang/String; ]
NameMangler.inlineAccessMethodForFieldGet ( String name, UnresolvedType objectType, UnresolvedType aspectType ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.inlineAccessMethodForFieldGet:(Ljava/lang/String;Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;)Ljava/lang/String; ]
NameMangler.inlineAccessMethodForFieldSet ( String name, UnresolvedType objectType, UnresolvedType aspectType ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.inlineAccessMethodForFieldSet:(Ljava/lang/String;Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;)Ljava/lang/String; ]
NameMangler.inlineAccessMethodForMethod ( String name, UnresolvedType objectType, UnresolvedType aspectType ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.inlineAccessMethodForMethod:(Ljava/lang/String;Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;)Ljava/lang/String; ]
NameMangler.interFieldClassField ( int modifiers, UnresolvedType aspectType, UnresolvedType classType, String name ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.interFieldClassField:(ILorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;Ljava/lang/String;)Ljava/lang/String; ]
NameMangler.interFieldGetDispatcher ( UnresolvedType aspectType, UnresolvedType onType, String name ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.interFieldGetDispatcher:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;Ljava/lang/String;)Ljava/lang/String; ]
NameMangler.interFieldInitializer ( UnresolvedType aspectType, UnresolvedType classType, String name ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.interFieldInitializer:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;Ljava/lang/String;)Ljava/lang/String; ]
NameMangler.interFieldInterfaceField ( UnresolvedType aspectType, UnresolvedType interfaceType, String name ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.interFieldInterfaceField:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;Ljava/lang/String;)Ljava/lang/String; ]
NameMangler.interFieldInterfaceGetter ( UnresolvedType aspectType, UnresolvedType interfaceType, String name ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.interFieldInterfaceGetter:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;Ljava/lang/String;)Ljava/lang/String; ]
NameMangler.interFieldInterfaceSetter ( UnresolvedType aspectType, UnresolvedType interfaceType, String name ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.interFieldInterfaceSetter:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;Ljava/lang/String;)Ljava/lang/String; ]
NameMangler.interFieldSetDispatcher ( UnresolvedType aspectType, UnresolvedType onType, String name ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.interFieldSetDispatcher:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;Ljava/lang/String;)Ljava/lang/String; ]
NameMangler.interMethod ( int modifiers, UnresolvedType aspectType, UnresolvedType classType, String name ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.interMethod:(ILorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;Ljava/lang/String;)Ljava/lang/String; ]
NameMangler.interMethodBody ( UnresolvedType aspectType, UnresolvedType classType, String name ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.interMethodBody:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;Ljava/lang/String;)Ljava/lang/String; ]
NameMangler.interMethodDispatcher ( UnresolvedType aspectType, UnresolvedType classType, String name ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.interMethodDispatcher:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;Ljava/lang/String;)Ljava/lang/String; ]
NameMangler.isSyntheticMethod ( String methodName, boolean declaredInAspect ) [static]:boolean
[ run-time name: org/aspectj/weaver/NameMangler.isSyntheticMethod:(Ljava/lang/String;Z)Z ]
NameMangler.itdAtDeclareParentsField ( UnresolvedType aspectType, UnresolvedType itdType ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.itdAtDeclareParentsField:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;)Ljava/lang/String; ]
NameMangler.makeClosureClassName ( UnresolvedType enclosingType, int index ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.makeClosureClassName:(Lorg/aspectj/weaver/UnresolvedType;I)Ljava/lang/String; ]
NameMangler.makeName ( String s1, String s2, String s3 ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.makeName:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
NameMangler.makeName ( String s1, String s2, String s3, String s4 ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.makeName:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
NameMangler.NameMangler ( )
[ run-time name: org/aspectj/weaver/NameMangler."<init>":()V ]
NameMangler.perObjectInterfaceField ( UnresolvedType aspectType ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.perObjectInterfaceField:(Lorg/aspectj/weaver/UnresolvedType;)Ljava/lang/String; ]
NameMangler.perObjectInterfaceGet ( UnresolvedType aspectType ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.perObjectInterfaceGet:(Lorg/aspectj/weaver/UnresolvedType;)Ljava/lang/String; ]
NameMangler.perObjectInterfaceSet ( UnresolvedType aspectType ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.perObjectInterfaceSet:(Lorg/aspectj/weaver/UnresolvedType;)Ljava/lang/String; ]
NameMangler.perTypeWithinFieldForTarget ( UnresolvedType aspectType ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.perTypeWithinFieldForTarget:(Lorg/aspectj/weaver/UnresolvedType;)Ljava/lang/String; ]
NameMangler.perTypeWithinLocalAspectOf ( UnresolvedType aspectType ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.perTypeWithinLocalAspectOf:(Lorg/aspectj/weaver/UnresolvedType;)Ljava/lang/String; ]
NameMangler.postIntroducedConstructor ( UnresolvedType aspectType, UnresolvedType targetType ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.postIntroducedConstructor:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;)Ljava/lang/String; ]
NameMangler.preIntroducedConstructor ( UnresolvedType aspectType, UnresolvedType targetType ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.preIntroducedConstructor:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;)Ljava/lang/String; ]
NameMangler.privilegedAccessMethodForFieldGet ( String name, UnresolvedType objectType, UnresolvedType aspectType ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.privilegedAccessMethodForFieldGet:(Ljava/lang/String;Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;)Ljava/lang/String; ]
NameMangler.privilegedAccessMethodForFieldSet ( String name, UnresolvedType objectType, UnresolvedType aspectType ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.privilegedAccessMethodForFieldSet:(Ljava/lang/String;Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;)Ljava/lang/String; ]
NameMangler.privilegedAccessMethodForMethod ( String name, UnresolvedType objectType, UnresolvedType aspectType ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.privilegedAccessMethodForMethod:(Ljava/lang/String;Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;)Ljava/lang/String; ]
NameMangler.proceedMethodName ( String adviceMethodName ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.proceedMethodName:(Ljava/lang/String;)Ljava/lang/String; ]
NameMangler.protectedDispatchMethod ( UnresolvedType classType, String name ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.protectedDispatchMethod:(Lorg/aspectj/weaver/UnresolvedType;Ljava/lang/String;)Ljava/lang/String; ]
NameMangler.superDispatchMethod ( UnresolvedType classType, String name ) [static]:String
[ run-time name: org/aspectj/weaver/NameMangler.superDispatchMethod:(Lorg/aspectj/weaver/UnresolvedType;Ljava/lang/String;)Ljava/lang/String; ]
xwork-2.1.2.jar, NamePattern.class
package org.aspectj.weaver.patterns
NamePattern.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/NamePattern.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
NamePattern.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/NamePattern.equals:(Ljava/lang/Object;)Z ]
NamePattern.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/NamePattern.hashCode:()I ]
NamePattern.isAny ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/NamePattern.isAny:()Z ]
NamePattern.matches ( char[] a2 ):boolean
[ run-time name: org/aspectj/weaver/patterns/NamePattern.matches:([C)Z ]
NamePattern.matches ( String other ):boolean
[ run-time name: org/aspectj/weaver/patterns/NamePattern.matches:(Ljava/lang/String;)Z ]
NamePattern.maybeGetSimpleName ( ):String
[ run-time name: org/aspectj/weaver/patterns/NamePattern.maybeGetSimpleName:()Ljava/lang/String; ]
NamePattern.NamePattern ( char[] pattern )
[ run-time name: org/aspectj/weaver/patterns/NamePattern."<init>":([C)V ]
NamePattern.NamePattern ( String name )
[ run-time name: org/aspectj/weaver/patterns/NamePattern."<init>":(Ljava/lang/String;)V ]
NamePattern.read ( org.aspectj.weaver.VersionedDataInputStream in ) [static]:NamePattern
[ run-time name: org/aspectj/weaver/patterns/NamePattern.read:(Lorg/aspectj/weaver/VersionedDataInputStream;)Lorg/aspectj/weaver/patterns/NamePattern; ]
NamePattern.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/NamePattern.toString:()Ljava/lang/String; ]
NamePattern.write ( java.io.DataOutputStream out ):void
[ run-time name: org/aspectj/weaver/patterns/NamePattern.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, NewConstructorTypeMunger.class
package org.aspectj.weaver
NewConstructorTypeMunger.check ( World world ):void
[ run-time name: org/aspectj/weaver/NewConstructorTypeMunger.check:(Lorg/aspectj/weaver/World;)V ]
NewConstructorTypeMunger.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/NewConstructorTypeMunger.equals:(Ljava/lang/Object;)Z ]
NewConstructorTypeMunger.getExplicitConstructor ( ):ResolvedMember
[ run-time name: org/aspectj/weaver/NewConstructorTypeMunger.getExplicitConstructor:()Lorg/aspectj/weaver/ResolvedMember; ]
NewConstructorTypeMunger.getMatchingSyntheticMember ( Member member, ResolvedType aspectType ):ResolvedMember
[ run-time name: org/aspectj/weaver/NewConstructorTypeMunger.getMatchingSyntheticMember:(Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
NewConstructorTypeMunger.getSyntheticConstructor ( ):ResolvedMember
[ run-time name: org/aspectj/weaver/NewConstructorTypeMunger.getSyntheticConstructor:()Lorg/aspectj/weaver/ResolvedMember; ]
NewConstructorTypeMunger.hashCode ( ):int
[ run-time name: org/aspectj/weaver/NewConstructorTypeMunger.hashCode:()I ]
NewConstructorTypeMunger.NewConstructorTypeMunger ( ResolvedMember signature, ResolvedMember syntheticConstructor, ResolvedMember explicitConstructor, java.util.Set superMethodsCalled, java.util.List typeVariableAliases )
[ run-time name: org/aspectj/weaver/NewConstructorTypeMunger."<init>":(Lorg/aspectj/weaver/ResolvedMember;Lorg/aspectj/weaver/ResolvedMember;Lorg/aspectj/weaver/ResolvedMember;Ljava/util/Set;Ljava/util/List;)V ]
NewConstructorTypeMunger.parameterizedFor ( ResolvedType target ):ResolvedTypeMunger
[ run-time name: org/aspectj/weaver/NewConstructorTypeMunger.parameterizedFor:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ResolvedTypeMunger; ]
NewConstructorTypeMunger.readConstructor ( VersionedDataInputStream s, ISourceContext context ) [static]:ResolvedTypeMunger
[ run-time name: org/aspectj/weaver/NewConstructorTypeMunger.readConstructor:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/ResolvedTypeMunger; ]
NewConstructorTypeMunger.setExplicitConstructor ( ResolvedMember explicitConstructor ):void
[ run-time name: org/aspectj/weaver/NewConstructorTypeMunger.setExplicitConstructor:(Lorg/aspectj/weaver/ResolvedMember;)V ]
NewConstructorTypeMunger.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/NewConstructorTypeMunger.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, NewFieldTypeMunger.class
package org.aspectj.weaver
NewFieldTypeMunger.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/NewFieldTypeMunger.equals:(Ljava/lang/Object;)Z ]
NewFieldTypeMunger.getInitMethod ( UnresolvedType aspectType ):ResolvedMember
[ run-time name: org/aspectj/weaver/NewFieldTypeMunger.getInitMethod:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
NewFieldTypeMunger.getMatchingSyntheticMember ( Member member, ResolvedType aspectType ):ResolvedMember
[ run-time name: org/aspectj/weaver/NewFieldTypeMunger.getMatchingSyntheticMember:(Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
NewFieldTypeMunger.hashCode ( ):int
[ run-time name: org/aspectj/weaver/NewFieldTypeMunger.hashCode:()I ]
NewFieldTypeMunger.NewFieldTypeMunger ( ResolvedMember signature, java.util.Set superMethodsCalled, java.util.List typeVariableAliases )
[ run-time name: org/aspectj/weaver/NewFieldTypeMunger."<init>":(Lorg/aspectj/weaver/ResolvedMember;Ljava/util/Set;Ljava/util/List;)V ]
NewFieldTypeMunger.parameterizedFor ( ResolvedType target ):ResolvedTypeMunger
[ run-time name: org/aspectj/weaver/NewFieldTypeMunger.parameterizedFor:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ResolvedTypeMunger; ]
NewFieldTypeMunger.parameterizeWith ( java.util.Map m, World w ):ResolvedTypeMunger
[ run-time name: org/aspectj/weaver/NewFieldTypeMunger.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ResolvedTypeMunger; ]
NewFieldTypeMunger.readField ( VersionedDataInputStream s, ISourceContext context ) [static]:ResolvedTypeMunger
[ run-time name: org/aspectj/weaver/NewFieldTypeMunger.readField:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/ResolvedTypeMunger; ]
NewFieldTypeMunger.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/NewFieldTypeMunger.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, NewMethodTypeMunger.class
package org.aspectj.weaver
NewMethodTypeMunger.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/NewMethodTypeMunger.equals:(Ljava/lang/Object;)Z ]
NewMethodTypeMunger.getDeclaredInterMethodBody ( UnresolvedType aspectType, World w ):ResolvedMember
[ run-time name: org/aspectj/weaver/NewMethodTypeMunger.getDeclaredInterMethodBody:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ResolvedMember; ]
NewMethodTypeMunger.getDeclaredInterMethodDispatcher ( UnresolvedType aspectType, World w ):ResolvedMember
[ run-time name: org/aspectj/weaver/NewMethodTypeMunger.getDeclaredInterMethodDispatcher:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ResolvedMember; ]
NewMethodTypeMunger.getInterMethodBody ( UnresolvedType aspectType ):ResolvedMember
[ run-time name: org/aspectj/weaver/NewMethodTypeMunger.getInterMethodBody:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
NewMethodTypeMunger.getInterMethodDispatcher ( UnresolvedType aspectType ):ResolvedMember
[ run-time name: org/aspectj/weaver/NewMethodTypeMunger.getInterMethodDispatcher:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
NewMethodTypeMunger.getMatchingSyntheticMember ( Member member, ResolvedType aspectType ):ResolvedMember
[ run-time name: org/aspectj/weaver/NewMethodTypeMunger.getMatchingSyntheticMember:(Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
NewMethodTypeMunger.hashCode ( ):int
[ run-time name: org/aspectj/weaver/NewMethodTypeMunger.hashCode:()I ]
NewMethodTypeMunger.NewMethodTypeMunger ( ResolvedMember signature, java.util.Set superMethodsCalled, java.util.List typeVariableAliases )
[ run-time name: org/aspectj/weaver/NewMethodTypeMunger."<init>":(Lorg/aspectj/weaver/ResolvedMember;Ljava/util/Set;Ljava/util/List;)V ]
NewMethodTypeMunger.parameterizedFor ( ResolvedType target ):ResolvedTypeMunger
[ run-time name: org/aspectj/weaver/NewMethodTypeMunger.parameterizedFor:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ResolvedTypeMunger; ]
NewMethodTypeMunger.parameterizeWith ( java.util.Map m, World w ):ResolvedTypeMunger
[ run-time name: org/aspectj/weaver/NewMethodTypeMunger.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ResolvedTypeMunger; ]
NewMethodTypeMunger.readMethod ( VersionedDataInputStream s, ISourceContext context ) [static]:ResolvedTypeMunger
[ run-time name: org/aspectj/weaver/NewMethodTypeMunger.readMethod:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/ResolvedTypeMunger; ]
NewMethodTypeMunger.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/NewMethodTypeMunger.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, NewParentTypeMunger.class
package org.aspectj.weaver
NewParentTypeMunger.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/NewParentTypeMunger.equals:(Ljava/lang/Object;)Z ]
NewParentTypeMunger.getNewParent ( ):ResolvedType
[ run-time name: org/aspectj/weaver/NewParentTypeMunger.getNewParent:()Lorg/aspectj/weaver/ResolvedType; ]
NewParentTypeMunger.hashCode ( ):int
[ run-time name: org/aspectj/weaver/NewParentTypeMunger.hashCode:()I ]
NewParentTypeMunger.NewParentTypeMunger ( ResolvedType newParent )
[ run-time name: org/aspectj/weaver/NewParentTypeMunger."<init>":(Lorg/aspectj/weaver/ResolvedType;)V ]
NewParentTypeMunger.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/NewParentTypeMunger.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, NoAspectBoundException.class
package org.aspectj.lang
NoAspectBoundException.getCause ( ):Throwable
[ run-time name: org/aspectj/lang/NoAspectBoundException.getCause:()Ljava/lang/Throwable; ]
NoAspectBoundException.NoAspectBoundException ( )
[ run-time name: org/aspectj/lang/NoAspectBoundException."<init>":()V ]
NoAspectBoundException.NoAspectBoundException ( String aspectName, Throwable inner )
[ run-time name: org/aspectj/lang/NoAspectBoundException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V ]
xwork-2.1.2.jar, Node.class
package org.aspectj.apache.bcel.classfile
Node.accept ( ClassVisitor p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/classfile/Node.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
xwork-2.1.2.jar, NonCachingClassLoaderRepository.class
package org.aspectj.apache.bcel.util
NonCachingClassLoaderRepository.clear ( ):void
[ run-time name: org/aspectj/apache/bcel/util/NonCachingClassLoaderRepository.clear:()V ]
NonCachingClassLoaderRepository.findClass ( String className ):org.aspectj.apache.bcel.classfile.JavaClass
[ run-time name: org/aspectj/apache/bcel/util/NonCachingClassLoaderRepository.findClass:(Ljava/lang/String;)Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
NonCachingClassLoaderRepository.loadClass ( Class clazz ):org.aspectj.apache.bcel.classfile.JavaClass
[ run-time name: org/aspectj/apache/bcel/util/NonCachingClassLoaderRepository.loadClass:(Ljava/lang/Class;)Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
NonCachingClassLoaderRepository.loadClass ( String className ):org.aspectj.apache.bcel.classfile.JavaClass
[ run-time name: org/aspectj/apache/bcel/util/NonCachingClassLoaderRepository.loadClass:(Ljava/lang/String;)Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
NonCachingClassLoaderRepository.NonCachingClassLoaderRepository ( ClassLoader loader )
[ run-time name: org/aspectj/apache/bcel/util/NonCachingClassLoaderRepository."<init>":(Ljava/lang/ClassLoader;)V ]
NonCachingClassLoaderRepository.NonCachingClassLoaderRepository ( ClassLoaderReference loaderRef )
[ run-time name: org/aspectj/apache/bcel/util/NonCachingClassLoaderRepository."<init>":(Lorg/aspectj/apache/bcel/util/ClassLoaderReference;)V ]
NonCachingClassLoaderRepository.removeClass ( org.aspectj.apache.bcel.classfile.JavaClass clazz ):void
[ run-time name: org/aspectj/apache/bcel/util/NonCachingClassLoaderRepository.removeClass:(Lorg/aspectj/apache/bcel/classfile/JavaClass;)V ]
NonCachingClassLoaderRepository.storeClass ( org.aspectj.apache.bcel.classfile.JavaClass clazz ):void
[ run-time name: org/aspectj/apache/bcel/util/NonCachingClassLoaderRepository.storeClass:(Lorg/aspectj/apache/bcel/classfile/JavaClass;)V ]
xwork-2.1.2.jar, NoSuchAdviceException.class
package org.aspectj.lang.reflect
NoSuchAdviceException.getName ( ):String
[ run-time name: org/aspectj/lang/reflect/NoSuchAdviceException.getName:()Ljava/lang/String; ]
NoSuchAdviceException.NoSuchAdviceException ( String name )
[ run-time name: org/aspectj/lang/reflect/NoSuchAdviceException."<init>":(Ljava/lang/String;)V ]
xwork-2.1.2.jar, NoSuchPointcutException.class
package org.aspectj.lang.reflect
NoSuchPointcutException.getName ( ):String
[ run-time name: org/aspectj/lang/reflect/NoSuchPointcutException.getName:()Ljava/lang/String; ]
NoSuchPointcutException.NoSuchPointcutException ( String name )
[ run-time name: org/aspectj/lang/reflect/NoSuchPointcutException."<init>":(Ljava/lang/String;)V ]
xwork-2.1.2.jar, Not.class
package org.aspectj.weaver.ast
Not.accept ( ITestVisitor v ):void
[ run-time name: org/aspectj/weaver/ast/Not.accept:(Lorg/aspectj/weaver/ast/ITestVisitor;)V ]
Not.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/ast/Not.equals:(Ljava/lang/Object;)Z ]
Not.getBody ( ):Test
[ run-time name: org/aspectj/weaver/ast/Not.getBody:()Lorg/aspectj/weaver/ast/Test; ]
Not.Not ( Test test )
[ run-time name: org/aspectj/weaver/ast/Not."<init>":(Lorg/aspectj/weaver/ast/Test;)V ]
Not.toString ( ):String
[ run-time name: org/aspectj/weaver/ast/Not.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, NotAnnotationTypePattern.class
package org.aspectj.weaver.patterns
NotAnnotationTypePattern.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/NotAnnotationTypePattern.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
NotAnnotationTypePattern.equals ( Object obj ):boolean
[ run-time name: org/aspectj/weaver/patterns/NotAnnotationTypePattern.equals:(Ljava/lang/Object;)Z ]
NotAnnotationTypePattern.getNegatedPattern ( ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/NotAnnotationTypePattern.getNegatedPattern:()Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
NotAnnotationTypePattern.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/NotAnnotationTypePattern.hashCode:()I ]
NotAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/NotAnnotationTypePattern.matches:(Lorg/aspectj/weaver/AnnotatedElement;)Lorg/aspectj/util/FuzzyBoolean; ]
NotAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated, org.aspectj.weaver.ResolvedType[] parameterAnnotations ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/NotAnnotationTypePattern.matches:(Lorg/aspectj/weaver/AnnotatedElement;[Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/util/FuzzyBoolean; ]
NotAnnotationTypePattern.NotAnnotationTypePattern ( AnnotationTypePattern pattern )
[ run-time name: org/aspectj/weaver/patterns/NotAnnotationTypePattern."<init>":(Lorg/aspectj/weaver/patterns/AnnotationTypePattern;)V ]
NotAnnotationTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/NotAnnotationTypePattern.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
NotAnnotationTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/NotAnnotationTypePattern.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
NotAnnotationTypePattern.resolve ( org.aspectj.weaver.World world ):void
[ run-time name: org/aspectj/weaver/patterns/NotAnnotationTypePattern.resolve:(Lorg/aspectj/weaver/World;)V ]
NotAnnotationTypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/NotAnnotationTypePattern.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;Z)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
NotAnnotationTypePattern.setForParameterAnnotationMatch ( ):void
[ run-time name: org/aspectj/weaver/patterns/NotAnnotationTypePattern.setForParameterAnnotationMatch:()V ]
NotAnnotationTypePattern.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/NotAnnotationTypePattern.toString:()Ljava/lang/String; ]
NotAnnotationTypePattern.traverse ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/NotAnnotationTypePattern.traverse:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
NotAnnotationTypePattern.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/NotAnnotationTypePattern.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, NotPointcut.class
package org.aspectj.weaver.patterns
NotPointcut.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/NotPointcut.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
NotPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/NotPointcut.concretize1:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/Pointcut; ]
NotPointcut.couldMatchKinds ( ):int
[ run-time name: org/aspectj/weaver/patterns/NotPointcut.couldMatchKinds:()I ]
NotPointcut.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/NotPointcut.equals:(Ljava/lang/Object;)Z ]
NotPointcut.fastMatch ( FastMatchInfo type ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/NotPointcut.fastMatch:(Lorg/aspectj/weaver/patterns/FastMatchInfo;)Lorg/aspectj/util/FuzzyBoolean; ]
NotPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):org.aspectj.weaver.ast.Test
[ run-time name: org/aspectj/weaver/patterns/NotPointcut.findResidueInternal:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/patterns/ExposedState;)Lorg/aspectj/weaver/ast/Test; ]
NotPointcut.getNegatedPointcut ( ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/NotPointcut.getNegatedPointcut:()Lorg/aspectj/weaver/patterns/Pointcut; ]
NotPointcut.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/NotPointcut.hashCode:()I ]
NotPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/NotPointcut.matchInternal:(Lorg/aspectj/weaver/Shadow;)Lorg/aspectj/util/FuzzyBoolean; ]
NotPointcut.NotPointcut ( Pointcut negated )
[ run-time name: org/aspectj/weaver/patterns/NotPointcut."<init>":(Lorg/aspectj/weaver/patterns/Pointcut;)V ]
NotPointcut.NotPointcut ( Pointcut pointcut, int startPos )
[ run-time name: org/aspectj/weaver/patterns/NotPointcut."<init>":(Lorg/aspectj/weaver/patterns/Pointcut;I)V ]
NotPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/NotPointcut.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Pointcut; ]
NotPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:Pointcut
[ run-time name: org/aspectj/weaver/patterns/NotPointcut.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/Pointcut; ]
NotPointcut.resolveBindings ( IScope scope, Bindings bindings ):void
[ run-time name: org/aspectj/weaver/patterns/NotPointcut.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;)V ]
NotPointcut.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/NotPointcut.toString:()Ljava/lang/String; ]
NotPointcut.traverse ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/NotPointcut.traverse:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
NotPointcut.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/NotPointcut.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, NotTypePattern.class
package org.aspectj.weaver.patterns
NotTypePattern.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/NotTypePattern.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
NotTypePattern.couldEverMatchSameTypesAs ( TypePattern other ):boolean
[ run-time name: org/aspectj/weaver/patterns/NotTypePattern.couldEverMatchSameTypesAs:(Lorg/aspectj/weaver/patterns/TypePattern;)Z ]
NotTypePattern.equals ( Object obj ):boolean
[ run-time name: org/aspectj/weaver/patterns/NotTypePattern.equals:(Ljava/lang/Object;)Z ]
NotTypePattern.getNegatedPattern ( ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/NotTypePattern.getNegatedPattern:()Lorg/aspectj/weaver/patterns/TypePattern; ]
NotTypePattern.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/NotTypePattern.hashCode:()I ]
NotTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type ):boolean
[ run-time name: org/aspectj/weaver/patterns/NotTypePattern.matchesExactly:(Lorg/aspectj/weaver/ResolvedType;)Z ]
NotTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.ResolvedType annotatedType ):boolean
[ run-time name: org/aspectj/weaver/patterns/NotTypePattern.matchesExactly:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;)Z ]
NotTypePattern.matchesInstanceof ( org.aspectj.weaver.ResolvedType type ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/NotTypePattern.matchesInstanceof:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/util/FuzzyBoolean; ]
NotTypePattern.matchesStatically ( org.aspectj.weaver.ResolvedType type ):boolean
[ run-time name: org/aspectj/weaver/patterns/NotTypePattern.matchesStatically:(Lorg/aspectj/weaver/ResolvedType;)Z ]
NotTypePattern.NotTypePattern ( TypePattern pattern )
[ run-time name: org/aspectj/weaver/patterns/NotTypePattern."<init>":(Lorg/aspectj/weaver/patterns/TypePattern;)V ]
NotTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/NotTypePattern.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/TypePattern; ]
NotTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:TypePattern
[ run-time name: org/aspectj/weaver/patterns/NotTypePattern.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/TypePattern; ]
NotTypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/NotTypePattern.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;ZZ)Lorg/aspectj/weaver/patterns/TypePattern; ]
NotTypePattern.setAnnotationTypePattern ( AnnotationTypePattern annPatt ):void
[ run-time name: org/aspectj/weaver/patterns/NotTypePattern.setAnnotationTypePattern:(Lorg/aspectj/weaver/patterns/AnnotationTypePattern;)V ]
NotTypePattern.setIsVarArgs ( boolean isVarArgs ):void
[ run-time name: org/aspectj/weaver/patterns/NotTypePattern.setIsVarArgs:(Z)V ]
NotTypePattern.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/NotTypePattern.toString:()Ljava/lang/String; ]
NotTypePattern.traverse ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/NotTypePattern.traverse:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
NotTypePattern.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/NotTypePattern.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, NoTypePattern.class
package org.aspectj.weaver.patterns
NoTypePattern.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/NoTypePattern.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
NoTypePattern.couldEverMatchSameTypesAs ( TypePattern other ):boolean
[ run-time name: org/aspectj/weaver/patterns/NoTypePattern.couldEverMatchSameTypesAs:(Lorg/aspectj/weaver/patterns/TypePattern;)Z ]
NoTypePattern.equals ( Object obj ):boolean
[ run-time name: org/aspectj/weaver/patterns/NoTypePattern.equals:(Ljava/lang/Object;)Z ]
NoTypePattern.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/NoTypePattern.hashCode:()I ]
NoTypePattern.isStar ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/NoTypePattern.isStar:()Z ]
NoTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type ):boolean
[ run-time name: org/aspectj/weaver/patterns/NoTypePattern.matchesExactly:(Lorg/aspectj/weaver/ResolvedType;)Z ]
NoTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.ResolvedType annotatedType ):boolean
[ run-time name: org/aspectj/weaver/patterns/NoTypePattern.matchesExactly:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;)Z ]
NoTypePattern.matchesInstanceof ( org.aspectj.weaver.ResolvedType type ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/NoTypePattern.matchesInstanceof:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/util/FuzzyBoolean; ]
NoTypePattern.matchesSubtypes ( org.aspectj.weaver.ResolvedType type ):boolean
[ run-time name: org/aspectj/weaver/patterns/NoTypePattern.matchesSubtypes:(Lorg/aspectj/weaver/ResolvedType;)Z ]
NoTypePattern.NoTypePattern ( )
[ run-time name: org/aspectj/weaver/patterns/NoTypePattern."<init>":()V ]
NoTypePattern.parameterizeWith ( java.util.Map arg0, org.aspectj.weaver.World w ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/NoTypePattern.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/TypePattern; ]
NoTypePattern.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/NoTypePattern.toString:()Ljava/lang/String; ]
NoTypePattern.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/NoTypePattern.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, ObjectType.class
package org.aspectj.apache.bcel.generic
ObjectType.accessibleTo ( ObjectType accessor ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/ObjectType.accessibleTo:(Lorg/aspectj/apache/bcel/generic/ObjectType;)Z ]
ObjectType.equals ( Object type ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/ObjectType.equals:(Ljava/lang/Object;)Z ]
ObjectType.getClassName ( ):String
[ run-time name: org/aspectj/apache/bcel/generic/ObjectType.getClassName:()Ljava/lang/String; ]
ObjectType.hashCode ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/ObjectType.hashCode:()I ]
ObjectType.ObjectType ( String class_name )
[ run-time name: org/aspectj/apache/bcel/generic/ObjectType."<init>":(Ljava/lang/String;)V ]
ObjectType.referencesClass ( ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/ObjectType.referencesClass:()Z ]
ObjectType.referencesInterface ( ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/ObjectType.referencesInterface:()Z ]
ObjectType.subclassOf ( ObjectType superclass ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/ObjectType.subclassOf:(Lorg/aspectj/apache/bcel/generic/ObjectType;)Z ]
xwork-2.1.2.jar, Options.class
package org.aspectj.weaver.loadtime
Options.Options ( )
[ run-time name: org/aspectj/weaver/loadtime/Options."<init>":()V ]
Options.parse ( String options, ClassLoader laoder, org.aspectj.bridge.IMessageHandler imh ) [static]:Options.WeaverOption
[ run-time name: org/aspectj/weaver/loadtime/Options.parse:(Ljava/lang/String;Ljava/lang/ClassLoader;Lorg/aspectj/bridge/IMessageHandler;)Lorg/aspectj/weaver/loadtime/Options$WeaverOption; ]
xwork-2.1.2.jar, Or.class
package org.aspectj.weaver.ast
Or.accept ( ITestVisitor v ):void
[ run-time name: org/aspectj/weaver/ast/Or.accept:(Lorg/aspectj/weaver/ast/ITestVisitor;)V ]
Or.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/ast/Or.equals:(Ljava/lang/Object;)Z ]
Or.getLeft ( ):Test
[ run-time name: org/aspectj/weaver/ast/Or.getLeft:()Lorg/aspectj/weaver/ast/Test; ]
Or.getRight ( ):Test
[ run-time name: org/aspectj/weaver/ast/Or.getRight:()Lorg/aspectj/weaver/ast/Test; ]
Or.Or ( Test left, Test right )
[ run-time name: org/aspectj/weaver/ast/Or."<init>":(Lorg/aspectj/weaver/ast/Test;Lorg/aspectj/weaver/ast/Test;)V ]
Or.toString ( ):String
[ run-time name: org/aspectj/weaver/ast/Or.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, OrAnnotationTypePattern.class
package org.aspectj.weaver.patterns
OrAnnotationTypePattern.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/OrAnnotationTypePattern.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
OrAnnotationTypePattern.equals ( Object obj ):boolean
[ run-time name: org/aspectj/weaver/patterns/OrAnnotationTypePattern.equals:(Ljava/lang/Object;)Z ]
OrAnnotationTypePattern.getLeft ( ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/OrAnnotationTypePattern.getLeft:()Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
OrAnnotationTypePattern.getRight ( ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/OrAnnotationTypePattern.getRight:()Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
OrAnnotationTypePattern.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/OrAnnotationTypePattern.hashCode:()I ]
OrAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/OrAnnotationTypePattern.matches:(Lorg/aspectj/weaver/AnnotatedElement;)Lorg/aspectj/util/FuzzyBoolean; ]
OrAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated, org.aspectj.weaver.ResolvedType[] parameterAnnotations ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/OrAnnotationTypePattern.matches:(Lorg/aspectj/weaver/AnnotatedElement;[Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/util/FuzzyBoolean; ]
OrAnnotationTypePattern.OrAnnotationTypePattern ( AnnotationTypePattern left, AnnotationTypePattern right )
[ run-time name: org/aspectj/weaver/patterns/OrAnnotationTypePattern."<init>":(Lorg/aspectj/weaver/patterns/AnnotationTypePattern;Lorg/aspectj/weaver/patterns/AnnotationTypePattern;)V ]
OrAnnotationTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/OrAnnotationTypePattern.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
OrAnnotationTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/OrAnnotationTypePattern.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
OrAnnotationTypePattern.resolve ( org.aspectj.weaver.World world ):void
[ run-time name: org/aspectj/weaver/patterns/OrAnnotationTypePattern.resolve:(Lorg/aspectj/weaver/World;)V ]
OrAnnotationTypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/OrAnnotationTypePattern.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;Z)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
OrAnnotationTypePattern.setForParameterAnnotationMatch ( ):void
[ run-time name: org/aspectj/weaver/patterns/OrAnnotationTypePattern.setForParameterAnnotationMatch:()V ]
OrAnnotationTypePattern.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/OrAnnotationTypePattern.toString:()Ljava/lang/String; ]
OrAnnotationTypePattern.traverse ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/OrAnnotationTypePattern.traverse:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
OrAnnotationTypePattern.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/OrAnnotationTypePattern.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, OrPointcut.class
package org.aspectj.weaver.patterns
OrPointcut.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/OrPointcut.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
OrPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/OrPointcut.concretize1:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/Pointcut; ]
OrPointcut.couldMatchKinds ( ):int
[ run-time name: org/aspectj/weaver/patterns/OrPointcut.couldMatchKinds:()I ]
OrPointcut.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/OrPointcut.equals:(Ljava/lang/Object;)Z ]
OrPointcut.fastMatch ( FastMatchInfo type ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/OrPointcut.fastMatch:(Lorg/aspectj/weaver/patterns/FastMatchInfo;)Lorg/aspectj/util/FuzzyBoolean; ]
OrPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):org.aspectj.weaver.ast.Test
[ run-time name: org/aspectj/weaver/patterns/OrPointcut.findResidueInternal:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/patterns/ExposedState;)Lorg/aspectj/weaver/ast/Test; ]
OrPointcut.getLeft ( ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/OrPointcut.getLeft:()Lorg/aspectj/weaver/patterns/Pointcut; ]
OrPointcut.getRight ( ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/OrPointcut.getRight:()Lorg/aspectj/weaver/patterns/Pointcut; ]
OrPointcut.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/OrPointcut.hashCode:()I ]
OrPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/OrPointcut.matchInternal:(Lorg/aspectj/weaver/Shadow;)Lorg/aspectj/util/FuzzyBoolean; ]
OrPointcut.OrPointcut ( Pointcut left, Pointcut right )
[ run-time name: org/aspectj/weaver/patterns/OrPointcut."<init>":(Lorg/aspectj/weaver/patterns/Pointcut;Lorg/aspectj/weaver/patterns/Pointcut;)V ]
OrPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/OrPointcut.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Pointcut; ]
OrPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:Pointcut
[ run-time name: org/aspectj/weaver/patterns/OrPointcut.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/Pointcut; ]
OrPointcut.resolveBindings ( IScope scope, Bindings bindings ):void
[ run-time name: org/aspectj/weaver/patterns/OrPointcut.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;)V ]
OrPointcut.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/OrPointcut.toString:()Ljava/lang/String; ]
OrPointcut.traverse ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/OrPointcut.traverse:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
OrPointcut.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/OrPointcut.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, OrTypePattern.class
package org.aspectj.weaver.patterns
OrTypePattern.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/OrTypePattern.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
OrTypePattern.couldEverMatchSameTypesAs ( TypePattern other ):boolean
[ run-time name: org/aspectj/weaver/patterns/OrTypePattern.couldEverMatchSameTypesAs:(Lorg/aspectj/weaver/patterns/TypePattern;)Z ]
OrTypePattern.equals ( Object obj ):boolean
[ run-time name: org/aspectj/weaver/patterns/OrTypePattern.equals:(Ljava/lang/Object;)Z ]
OrTypePattern.getLeft ( ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/OrTypePattern.getLeft:()Lorg/aspectj/weaver/patterns/TypePattern; ]
OrTypePattern.getRight ( ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/OrTypePattern.getRight:()Lorg/aspectj/weaver/patterns/TypePattern; ]
OrTypePattern.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/OrTypePattern.hashCode:()I ]
OrTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type ):boolean
[ run-time name: org/aspectj/weaver/patterns/OrTypePattern.matchesExactly:(Lorg/aspectj/weaver/ResolvedType;)Z ]
OrTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.ResolvedType annotatedType ):boolean
[ run-time name: org/aspectj/weaver/patterns/OrTypePattern.matchesExactly:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;)Z ]
OrTypePattern.matchesInstanceof ( org.aspectj.weaver.ResolvedType type ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/OrTypePattern.matchesInstanceof:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/util/FuzzyBoolean; ]
OrTypePattern.matchesStatically ( org.aspectj.weaver.ResolvedType type ):boolean
[ run-time name: org/aspectj/weaver/patterns/OrTypePattern.matchesStatically:(Lorg/aspectj/weaver/ResolvedType;)Z ]
OrTypePattern.OrTypePattern ( TypePattern left, TypePattern right )
[ run-time name: org/aspectj/weaver/patterns/OrTypePattern."<init>":(Lorg/aspectj/weaver/patterns/TypePattern;Lorg/aspectj/weaver/patterns/TypePattern;)V ]
OrTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/OrTypePattern.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/TypePattern; ]
OrTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:TypePattern
[ run-time name: org/aspectj/weaver/patterns/OrTypePattern.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/TypePattern; ]
OrTypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/OrTypePattern.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;ZZ)Lorg/aspectj/weaver/patterns/TypePattern; ]
OrTypePattern.setAnnotationTypePattern ( AnnotationTypePattern annPatt ):void
[ run-time name: org/aspectj/weaver/patterns/OrTypePattern.setAnnotationTypePattern:(Lorg/aspectj/weaver/patterns/AnnotationTypePattern;)V ]
OrTypePattern.setIsVarArgs ( boolean isVarArgs ):void
[ run-time name: org/aspectj/weaver/patterns/OrTypePattern.setIsVarArgs:(Z)V ]
OrTypePattern.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/OrTypePattern.toString:()Ljava/lang/String; ]
OrTypePattern.traverse ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/OrTypePattern.traverse:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
OrTypePattern.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/OrTypePattern.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, ParserException.class
package org.aspectj.weaver.patterns
ParserException.getLocation ( ):org.aspectj.weaver.IHasPosition
[ run-time name: org/aspectj/weaver/patterns/ParserException.getLocation:()Lorg/aspectj/weaver/IHasPosition; ]
ParserException.ParserException ( String message, org.aspectj.weaver.IHasPosition token )
[ run-time name: org/aspectj/weaver/patterns/ParserException."<init>":(Ljava/lang/String;Lorg/aspectj/weaver/IHasPosition;)V ]
xwork-2.1.2.jar, PartialOrder.class
package org.aspectj.util
PartialOrder.main ( String[] args ) [static]:void
[ run-time name: org/aspectj/util/PartialOrder.main:([Ljava/lang/String;)V ]
PartialOrder.PartialOrder ( )
[ run-time name: org/aspectj/util/PartialOrder."<init>":()V ]
PartialOrder.sort ( java.util.List objects ) [static]:java.util.List
[ run-time name: org/aspectj/util/PartialOrder.sort:(Ljava/util/List;)Ljava/util/List; ]
xwork-2.1.2.jar, PatternNode.class
package org.aspectj.weaver.patterns
PatternNode.accept ( PatternNodeVisitor p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNode.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNode.copyLocationFrom ( PatternNode other ):void
[ run-time name: org/aspectj/weaver/patterns/PatternNode.copyLocationFrom:(Lorg/aspectj/weaver/patterns/PatternNode;)V ]
PatternNode.getEnd ( ):int
[ run-time name: org/aspectj/weaver/patterns/PatternNode.getEnd:()I ]
PatternNode.getFileName ( ):String
[ run-time name: org/aspectj/weaver/patterns/PatternNode.getFileName:()Ljava/lang/String; ]
PatternNode.getSourceContext ( ):org.aspectj.weaver.ISourceContext
[ run-time name: org/aspectj/weaver/patterns/PatternNode.getSourceContext:()Lorg/aspectj/weaver/ISourceContext; ]
PatternNode.getSourceLocation ( ):org.aspectj.bridge.ISourceLocation
[ run-time name: org/aspectj/weaver/patterns/PatternNode.getSourceLocation:()Lorg/aspectj/bridge/ISourceLocation; ]
PatternNode.getStart ( ):int
[ run-time name: org/aspectj/weaver/patterns/PatternNode.getStart:()I ]
PatternNode.PatternNode ( )
[ run-time name: org/aspectj/weaver/patterns/PatternNode."<init>":()V ]
PatternNode.readLocation ( org.aspectj.weaver.ISourceContext context, java.io.DataInputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/PatternNode.readLocation:(Lorg/aspectj/weaver/ISourceContext;Ljava/io/DataInputStream;)V ]
PatternNode.setLocation ( org.aspectj.weaver.ISourceContext sourceContext, int start, int end ):void
[ run-time name: org/aspectj/weaver/patterns/PatternNode.setLocation:(Lorg/aspectj/weaver/ISourceContext;II)V ]
PatternNode.traverse ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/PatternNode.traverse:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNode.write ( java.io.DataOutputStream p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/patterns/PatternNode.write:(Ljava/io/DataOutputStream;)V ]
PatternNode.writeLocation ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/PatternNode.writeLocation:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, PatternNodeVisitor.class
package org.aspectj.weaver.patterns
PatternNodeVisitor.visit ( AndAnnotationTypePattern p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/AndAnnotationTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( AndPointcut p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/AndPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( AndTypePattern p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/AndTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( AnnotationPatternList p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/AnnotationPatternList;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( AnnotationPointcut p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/AnnotationPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( AnyAnnotationTypePattern p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/AnyAnnotationTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( AnyTypePattern p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/AnyTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( AnyWithAnnotationTypePattern p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/AnyWithAnnotationTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( ArgsAnnotationPointcut p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/ArgsAnnotationPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( ArgsPointcut p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/ArgsPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( BindingAnnotationTypePattern p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/BindingAnnotationTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( BindingTypePattern p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/BindingTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( CflowPointcut p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/CflowPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( ConcreteCflowPointcut p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/ConcreteCflowPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( DeclareAnnotation p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/DeclareAnnotation;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( DeclareErrorOrWarning p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/DeclareErrorOrWarning;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( DeclareParents p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/DeclareParents;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( DeclarePrecedence p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/DeclarePrecedence;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( DeclareSoft p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/DeclareSoft;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( EllipsisAnnotationTypePattern p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/EllipsisAnnotationTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( EllipsisTypePattern p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/EllipsisTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( ExactAnnotationTypePattern p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/ExactAnnotationTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( ExactTypePattern p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/ExactTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( HandlerPointcut p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/HandlerPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( HasMemberTypePattern p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/HasMemberTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( IfPointcut p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/IfPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( KindedPointcut p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/KindedPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( ModifiersPattern p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/ModifiersPattern;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( NamePattern p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/NamePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( NotAnnotationTypePattern p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/NotAnnotationTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( NotPointcut p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/NotPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( NotTypePattern p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/NotTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( NoTypePattern p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/NoTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( OrAnnotationTypePattern p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/OrAnnotationTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( OrPointcut p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/OrPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( OrTypePattern p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/OrTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( PatternNode p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/PatternNode;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( PerCflow p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/PerCflow;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( PerFromSuper p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/PerFromSuper;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( PerObject p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/PerObject;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( PerSingleton p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/PerSingleton;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( PerTypeWithin p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/PerTypeWithin;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( Pointcut.MatchesNothingPointcut p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/Pointcut$MatchesNothingPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( ReferencePointcut p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/ReferencePointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( SignaturePattern p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/SignaturePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( ThisOrTargetAnnotationPointcut p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/ThisOrTargetAnnotationPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( ThisOrTargetPointcut p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/ThisOrTargetPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( ThrowsPattern p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/ThrowsPattern;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( TypePatternList p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/TypePatternList;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( TypeVariablePattern p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/TypeVariablePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( TypeVariablePatternList p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/TypeVariablePatternList;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( WildAnnotationTypePattern p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/WildAnnotationTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( WildTypePattern p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/WildTypePattern;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( WithinAnnotationPointcut p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/WithinAnnotationPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( WithinCodeAnnotationPointcut p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/WithinCodeAnnotationPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( WithincodePointcut p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/WithincodePointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PatternNodeVisitor.visit ( WithinPointcut p1, Object p2 ) [abstract]:Object
[ run-time name: org/aspectj/weaver/patterns/PatternNodeVisitor.visit:(Lorg/aspectj/weaver/patterns/WithinPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
xwork-2.1.2.jar, PatternParser.class
package org.aspectj.weaver.patterns
PatternParser.checkEof ( ):void
[ run-time name: org/aspectj/weaver/patterns/PatternParser.checkEof:()V ]
PatternParser.eat ( String expectedValue ):void
[ run-time name: org/aspectj/weaver/patterns/PatternParser.eat:(Ljava/lang/String;)V ]
PatternParser.eatIdentifier ( String expectedValue ):void
[ run-time name: org/aspectj/weaver/patterns/PatternParser.eatIdentifier:(Ljava/lang/String;)V ]
PatternParser.maybeEat ( String token ):boolean
[ run-time name: org/aspectj/weaver/patterns/PatternParser.maybeEat:(Ljava/lang/String;)Z ]
PatternParser.maybeEatAdjacent ( String token ):boolean
[ run-time name: org/aspectj/weaver/patterns/PatternParser.maybeEatAdjacent:(Ljava/lang/String;)Z ]
PatternParser.maybeEatIdentifier ( ):String
[ run-time name: org/aspectj/weaver/patterns/PatternParser.maybeEatIdentifier:()Ljava/lang/String; ]
PatternParser.maybeEatIdentifier ( String expectedValue ):boolean
[ run-time name: org/aspectj/weaver/patterns/PatternParser.maybeEatIdentifier:(Ljava/lang/String;)Z ]
PatternParser.maybeParseAnnotationPattern ( ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/PatternParser.maybeParseAnnotationPattern:()Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
PatternParser.maybeParsePerClause ( ):PerClause
[ run-time name: org/aspectj/weaver/patterns/PatternParser.maybeParsePerClause:()Lorg/aspectj/weaver/patterns/PerClause; ]
PatternParser.maybeParseSimpleTypeVariableList ( ):String[]
[ run-time name: org/aspectj/weaver/patterns/PatternParser.maybeParseSimpleTypeVariableList:()[Ljava/lang/String; ]
PatternParser.maybeParseSingleAnnotationPattern ( ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/PatternParser.maybeParseSingleAnnotationPattern:()Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
PatternParser.maybeParseTypeParameterList ( ):TypePatternList
[ run-time name: org/aspectj/weaver/patterns/PatternParser.maybeParseTypeParameterList:()Lorg/aspectj/weaver/patterns/TypePatternList; ]
PatternParser.maybeParseTypeVariableList ( ):TypeVariablePatternList
[ run-time name: org/aspectj/weaver/patterns/PatternParser.maybeParseTypeVariableList:()Lorg/aspectj/weaver/patterns/TypeVariablePatternList; ]
PatternParser.parseAnnotationNameOrVarTypePattern ( ):ExactAnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseAnnotationNameOrVarTypePattern:()Lorg/aspectj/weaver/patterns/ExactAnnotationTypePattern; ]
PatternParser.parseAnnotationNameValuePattern ( ):String
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseAnnotationNameValuePattern:()Ljava/lang/String; ]
PatternParser.parseAnnotationPointcut ( ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseAnnotationPointcut:()Lorg/aspectj/weaver/patterns/Pointcut; ]
PatternParser.parseAnnotationValues ( ):java.util.Map
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseAnnotationValues:()Ljava/util/Map; ]
PatternParser.parseArgumentsAnnotationPattern ( ):AnnotationPatternList
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseArgumentsAnnotationPattern:()Lorg/aspectj/weaver/patterns/AnnotationPatternList; ]
PatternParser.parseArgumentsPattern ( boolean parameterAnnotationsPossible ):TypePatternList
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseArgumentsPattern:(Z)Lorg/aspectj/weaver/patterns/TypePatternList; ]
PatternParser.parseDeclare ( ):Declare
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseDeclare:()Lorg/aspectj/weaver/patterns/Declare; ]
PatternParser.parseDeclareAnnotation ( ):Declare
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseDeclareAnnotation:()Lorg/aspectj/weaver/patterns/Declare; ]
PatternParser.parseDeclareAtField ( ):DeclareAnnotation
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseDeclareAtField:()Lorg/aspectj/weaver/patterns/DeclareAnnotation; ]
PatternParser.parseDeclareAtMethod ( boolean isMethod ):DeclareAnnotation
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseDeclareAtMethod:(Z)Lorg/aspectj/weaver/patterns/DeclareAnnotation; ]
PatternParser.parseDeclareAtType ( ):DeclareAnnotation
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseDeclareAtType:()Lorg/aspectj/weaver/patterns/DeclareAnnotation; ]
PatternParser.parseDominates ( ):DeclarePrecedence
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseDominates:()Lorg/aspectj/weaver/patterns/DeclarePrecedence; ]
PatternParser.parseDottedIdentifier ( ):java.util.List
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseDottedIdentifier:()Ljava/util/List; ]
PatternParser.parseDottedNamePattern ( ):java.util.List
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseDottedNamePattern:()Ljava/util/List; ]
PatternParser.parseFieldSignaturePattern ( ):SignaturePattern
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseFieldSignaturePattern:()Lorg/aspectj/weaver/patterns/SignaturePattern; ]
PatternParser.parseGenericsWildcardTypePattern ( ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseGenericsWildcardTypePattern:()Lorg/aspectj/weaver/patterns/TypePattern; ]
PatternParser.parseHasFieldTypePattern ( ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseHasFieldTypePattern:()Lorg/aspectj/weaver/patterns/TypePattern; ]
PatternParser.parseHasMethodTypePattern ( ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseHasMethodTypePattern:()Lorg/aspectj/weaver/patterns/TypePattern; ]
PatternParser.parseIdentifier ( ):String
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseIdentifier:()Ljava/lang/String; ]
PatternParser.parseMethodOrConstructorSignaturePattern ( ):SignaturePattern
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseMethodOrConstructorSignaturePattern:()Lorg/aspectj/weaver/patterns/SignaturePattern; ]
PatternParser.parseModifiersPattern ( ):ModifiersPattern
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseModifiersPattern:()Lorg/aspectj/weaver/patterns/ModifiersPattern; ]
PatternParser.parseNamePattern ( ):NamePattern
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseNamePattern:()Lorg/aspectj/weaver/patterns/NamePattern; ]
PatternParser.parseOptionalThrowsPattern ( ):ThrowsPattern
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseOptionalThrowsPattern:()Lorg/aspectj/weaver/patterns/ThrowsPattern; ]
PatternParser.parsePointcut ( ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parsePointcut:()Lorg/aspectj/weaver/patterns/Pointcut; ]
PatternParser.parsePossibleStringSequence ( boolean shouldEnd ):String
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parsePossibleStringSequence:(Z)Ljava/lang/String; ]
PatternParser.parseSinglePointcut ( ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseSinglePointcut:()Lorg/aspectj/weaver/patterns/Pointcut; ]
PatternParser.parseSingleTypePattern ( ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseSingleTypePattern:()Lorg/aspectj/weaver/patterns/TypePattern; ]
PatternParser.parseSingleTypePattern ( boolean insideTypeParameters ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseSingleTypePattern:(Z)Lorg/aspectj/weaver/patterns/TypePattern; ]
PatternParser.parseStringLiteral ( ):String
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseStringLiteral:()Ljava/lang/String; ]
PatternParser.parseTypePattern ( ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseTypePattern:()Lorg/aspectj/weaver/patterns/TypePattern; ]
PatternParser.parseTypePattern ( boolean insideTypeParameters, boolean parameterAnnotationsPossible ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseTypePattern:(ZZ)Lorg/aspectj/weaver/patterns/TypePattern; ]
PatternParser.parseTypeVariable ( ):TypeVariablePattern
[ run-time name: org/aspectj/weaver/patterns/PatternParser.parseTypeVariable:()Lorg/aspectj/weaver/patterns/TypeVariablePattern; ]
PatternParser.PatternParser ( ITokenSource tokenSource )
[ run-time name: org/aspectj/weaver/patterns/PatternParser."<init>":(Lorg/aspectj/weaver/patterns/ITokenSource;)V ]
PatternParser.PatternParser ( String data )
[ run-time name: org/aspectj/weaver/patterns/PatternParser."<init>":(Ljava/lang/String;)V ]
PatternParser.PatternParser ( String data, org.aspectj.weaver.ISourceContext context )
[ run-time name: org/aspectj/weaver/patterns/PatternParser."<init>":(Ljava/lang/String;Lorg/aspectj/weaver/ISourceContext;)V ]
PatternParser.peek ( String token ):boolean
[ run-time name: org/aspectj/weaver/patterns/PatternParser.peek:(Ljava/lang/String;)Z ]
PatternParser.setPointcutDesignatorHandlers ( java.util.Set handlers, org.aspectj.weaver.reflect.ReflectionWorld world ):void
[ run-time name: org/aspectj/weaver/patterns/PatternParser.setPointcutDesignatorHandlers:(Ljava/util/Set;Lorg/aspectj/weaver/reflect/ReflectionWorld;)V ]
xwork-2.1.2.jar, PerCflow.class
package org.aspectj.weaver.patterns
PerCflow.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/PerCflow.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
PerCflow.concretize ( org.aspectj.weaver.ResolvedType inAspect ):PerClause
[ run-time name: org/aspectj/weaver/patterns/PerCflow.concretize:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/patterns/PerClause; ]
PerCflow.couldMatchKinds ( ):int
[ run-time name: org/aspectj/weaver/patterns/PerCflow.couldMatchKinds:()I ]
PerCflow.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/PerCflow.equals:(Ljava/lang/Object;)Z ]
PerCflow.fastMatch ( FastMatchInfo type ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/PerCflow.fastMatch:(Lorg/aspectj/weaver/patterns/FastMatchInfo;)Lorg/aspectj/util/FuzzyBoolean; ]
PerCflow.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):org.aspectj.weaver.ast.Test
[ run-time name: org/aspectj/weaver/patterns/PerCflow.findResidueInternal:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/patterns/ExposedState;)Lorg/aspectj/weaver/ast/Test; ]
PerCflow.getEntry ( ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/PerCflow.getEntry:()Lorg/aspectj/weaver/patterns/Pointcut; ]
PerCflow.getKind ( ):PerClause.Kind
[ run-time name: org/aspectj/weaver/patterns/PerCflow.getKind:()Lorg/aspectj/weaver/patterns/PerClause$Kind; ]
PerCflow.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/PerCflow.hashCode:()I ]
PerCflow.matchInternal ( org.aspectj.weaver.Shadow shadow ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/PerCflow.matchInternal:(Lorg/aspectj/weaver/Shadow;)Lorg/aspectj/util/FuzzyBoolean; ]
PerCflow.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/PerCflow.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Pointcut; ]
PerCflow.PerCflow ( Pointcut entry, boolean isBelow )
[ run-time name: org/aspectj/weaver/patterns/PerCflow."<init>":(Lorg/aspectj/weaver/patterns/Pointcut;Z)V ]
PerCflow.readPerClause ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:PerClause
[ run-time name: org/aspectj/weaver/patterns/PerCflow.readPerClause:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/PerClause; ]
PerCflow.resolveBindings ( IScope scope, Bindings bindings ):void
[ run-time name: org/aspectj/weaver/patterns/PerCflow.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;)V ]
PerCflow.toDeclarationString ( ):String
[ run-time name: org/aspectj/weaver/patterns/PerCflow.toDeclarationString:()Ljava/lang/String; ]
PerCflow.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/PerCflow.toString:()Ljava/lang/String; ]
PerCflow.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/PerCflow.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, PerClause.class
package org.aspectj.lang.reflect
PerClause.getKind ( ) [abstract]:PerClauseKind
[ run-time name: org/aspectj/lang/reflect/PerClause.getKind:()Lorg/aspectj/lang/reflect/PerClauseKind; ]
package org.aspectj.weaver.patterns
PerClause.concretize ( org.aspectj.weaver.ResolvedType p1 ) [abstract]:PerClause
[ run-time name: org/aspectj/weaver/patterns/PerClause.concretize:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/patterns/PerClause; ]
PerClause.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/PerClause.concretize1:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/Pointcut; ]
PerClause.getKind ( ) [abstract]:PerClause.Kind
[ run-time name: org/aspectj/weaver/patterns/PerClause.getKind:()Lorg/aspectj/weaver/patterns/PerClause$Kind; ]
PerClause.PerClause ( )
[ run-time name: org/aspectj/weaver/patterns/PerClause."<init>":()V ]
PerClause.readPerClause ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:PerClause
[ run-time name: org/aspectj/weaver/patterns/PerClause.readPerClause:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/PerClause; ]
PerClause.toDeclarationString ( ) [abstract]:String
[ run-time name: org/aspectj/weaver/patterns/PerClause.toDeclarationString:()Ljava/lang/String; ]
xwork-2.1.2.jar, PerClauseKind.class
package org.aspectj.lang.reflect
PerClauseKind.valueOf ( String name ) [static]:PerClauseKind
[ run-time name: org/aspectj/lang/reflect/PerClauseKind.valueOf:(Ljava/lang/String;)Lorg/aspectj/lang/reflect/PerClauseKind; ]
PerClauseKind.values ( ) [static]:PerClauseKind[]
[ run-time name: org/aspectj/lang/reflect/PerClauseKind.values:()[Lorg/aspectj/lang/reflect/PerClauseKind; ]
xwork-2.1.2.jar, PerFromSuper.class
package org.aspectj.weaver.patterns
PerFromSuper.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/PerFromSuper.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
PerFromSuper.concretize ( org.aspectj.weaver.ResolvedType inAspect ):PerClause
[ run-time name: org/aspectj/weaver/patterns/PerFromSuper.concretize:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/patterns/PerClause; ]
PerFromSuper.couldMatchKinds ( ):int
[ run-time name: org/aspectj/weaver/patterns/PerFromSuper.couldMatchKinds:()I ]
PerFromSuper.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/PerFromSuper.equals:(Ljava/lang/Object;)Z ]
PerFromSuper.fastMatch ( FastMatchInfo type ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/PerFromSuper.fastMatch:(Lorg/aspectj/weaver/patterns/FastMatchInfo;)Lorg/aspectj/util/FuzzyBoolean; ]
PerFromSuper.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):org.aspectj.weaver.ast.Test
[ run-time name: org/aspectj/weaver/patterns/PerFromSuper.findResidueInternal:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/patterns/ExposedState;)Lorg/aspectj/weaver/ast/Test; ]
PerFromSuper.getKind ( ):PerClause.Kind
[ run-time name: org/aspectj/weaver/patterns/PerFromSuper.getKind:()Lorg/aspectj/weaver/patterns/PerClause$Kind; ]
PerFromSuper.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/PerFromSuper.hashCode:()I ]
PerFromSuper.lookupConcretePerClause ( org.aspectj.weaver.ResolvedType lookupType ):PerClause
[ run-time name: org/aspectj/weaver/patterns/PerFromSuper.lookupConcretePerClause:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/patterns/PerClause; ]
PerFromSuper.matchInternal ( org.aspectj.weaver.Shadow shadow ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/PerFromSuper.matchInternal:(Lorg/aspectj/weaver/Shadow;)Lorg/aspectj/util/FuzzyBoolean; ]
PerFromSuper.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/PerFromSuper.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Pointcut; ]
PerFromSuper.PerFromSuper ( PerClause.Kind kind )
[ run-time name: org/aspectj/weaver/patterns/PerFromSuper."<init>":(Lorg/aspectj/weaver/patterns/PerClause$Kind;)V ]
PerFromSuper.readPerClause ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:PerClause
[ run-time name: org/aspectj/weaver/patterns/PerFromSuper.readPerClause:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/PerClause; ]
PerFromSuper.resolveBindings ( IScope scope, Bindings bindings ):void
[ run-time name: org/aspectj/weaver/patterns/PerFromSuper.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;)V ]
PerFromSuper.toDeclarationString ( ):String
[ run-time name: org/aspectj/weaver/patterns/PerFromSuper.toDeclarationString:()Ljava/lang/String; ]
PerFromSuper.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/PerFromSuper.toString:()Ljava/lang/String; ]
PerFromSuper.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/PerFromSuper.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, PerObject.class
package org.aspectj.weaver.patterns
PerObject.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/PerObject.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
PerObject.concretize ( org.aspectj.weaver.ResolvedType inAspect ):PerClause
[ run-time name: org/aspectj/weaver/patterns/PerObject.concretize:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/patterns/PerClause; ]
PerObject.couldMatchKinds ( ):int
[ run-time name: org/aspectj/weaver/patterns/PerObject.couldMatchKinds:()I ]
PerObject.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/PerObject.equals:(Ljava/lang/Object;)Z ]
PerObject.fastMatch ( FastMatchInfo type ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/PerObject.fastMatch:(Lorg/aspectj/weaver/patterns/FastMatchInfo;)Lorg/aspectj/util/FuzzyBoolean; ]
PerObject.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):org.aspectj.weaver.ast.Test
[ run-time name: org/aspectj/weaver/patterns/PerObject.findResidueInternal:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/patterns/ExposedState;)Lorg/aspectj/weaver/ast/Test; ]
PerObject.getEntry ( ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/PerObject.getEntry:()Lorg/aspectj/weaver/patterns/Pointcut; ]
PerObject.getKind ( ):PerClause.Kind
[ run-time name: org/aspectj/weaver/patterns/PerObject.getKind:()Lorg/aspectj/weaver/patterns/PerClause$Kind; ]
PerObject.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/PerObject.hashCode:()I ]
PerObject.isThis ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/PerObject.isThis:()Z ]
PerObject.matchInternal ( org.aspectj.weaver.Shadow shadow ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/PerObject.matchInternal:(Lorg/aspectj/weaver/Shadow;)Lorg/aspectj/util/FuzzyBoolean; ]
PerObject.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/PerObject.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Pointcut; ]
PerObject.PerObject ( Pointcut entry, boolean isThis )
[ run-time name: org/aspectj/weaver/patterns/PerObject."<init>":(Lorg/aspectj/weaver/patterns/Pointcut;Z)V ]
PerObject.readPerClause ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:PerClause
[ run-time name: org/aspectj/weaver/patterns/PerObject.readPerClause:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/PerClause; ]
PerObject.resolveBindings ( IScope scope, Bindings bindings ):void
[ run-time name: org/aspectj/weaver/patterns/PerObject.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;)V ]
PerObject.toDeclarationString ( ):String
[ run-time name: org/aspectj/weaver/patterns/PerObject.toDeclarationString:()Ljava/lang/String; ]
PerObject.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/PerObject.toString:()Ljava/lang/String; ]
PerObject.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/PerObject.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, PerObjectInterfaceTypeMunger.class
package org.aspectj.weaver
PerObjectInterfaceTypeMunger.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/PerObjectInterfaceTypeMunger.equals:(Ljava/lang/Object;)Z ]
PerObjectInterfaceTypeMunger.getInterfaceType ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/PerObjectInterfaceTypeMunger.getInterfaceType:()Lorg/aspectj/weaver/UnresolvedType; ]
PerObjectInterfaceTypeMunger.getTestPointcut ( ):patterns.Pointcut
[ run-time name: org/aspectj/weaver/PerObjectInterfaceTypeMunger.getTestPointcut:()Lorg/aspectj/weaver/patterns/Pointcut; ]
PerObjectInterfaceTypeMunger.hashCode ( ):int
[ run-time name: org/aspectj/weaver/PerObjectInterfaceTypeMunger.hashCode:()I ]
PerObjectInterfaceTypeMunger.isLateMunger ( ):boolean
[ run-time name: org/aspectj/weaver/PerObjectInterfaceTypeMunger.isLateMunger:()Z ]
PerObjectInterfaceTypeMunger.matches ( ResolvedType matchType, ResolvedType aspectType ):boolean
[ run-time name: org/aspectj/weaver/PerObjectInterfaceTypeMunger.matches:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;)Z ]
PerObjectInterfaceTypeMunger.PerObjectInterfaceTypeMunger ( UnresolvedType aspectType, patterns.Pointcut testPointcut )
[ run-time name: org/aspectj/weaver/PerObjectInterfaceTypeMunger."<init>":(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/patterns/Pointcut;)V ]
PerObjectInterfaceTypeMunger.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/PerObjectInterfaceTypeMunger.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, PerSingleton.class
package org.aspectj.weaver.patterns
PerSingleton.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/PerSingleton.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
PerSingleton.concretize ( org.aspectj.weaver.ResolvedType inAspect ):PerClause
[ run-time name: org/aspectj/weaver/patterns/PerSingleton.concretize:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/patterns/PerClause; ]
PerSingleton.couldMatchKinds ( ):int
[ run-time name: org/aspectj/weaver/patterns/PerSingleton.couldMatchKinds:()I ]
PerSingleton.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/PerSingleton.equals:(Ljava/lang/Object;)Z ]
PerSingleton.fastMatch ( FastMatchInfo type ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/PerSingleton.fastMatch:(Lorg/aspectj/weaver/patterns/FastMatchInfo;)Lorg/aspectj/util/FuzzyBoolean; ]
PerSingleton.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):org.aspectj.weaver.ast.Test
[ run-time name: org/aspectj/weaver/patterns/PerSingleton.findResidueInternal:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/patterns/ExposedState;)Lorg/aspectj/weaver/ast/Test; ]
PerSingleton.getKind ( ):PerClause.Kind
[ run-time name: org/aspectj/weaver/patterns/PerSingleton.getKind:()Lorg/aspectj/weaver/patterns/PerClause$Kind; ]
PerSingleton.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/PerSingleton.hashCode:()I ]
PerSingleton.matchInternal ( org.aspectj.weaver.Shadow shadow ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/PerSingleton.matchInternal:(Lorg/aspectj/weaver/Shadow;)Lorg/aspectj/util/FuzzyBoolean; ]
PerSingleton.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/PerSingleton.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Pointcut; ]
PerSingleton.PerSingleton ( )
[ run-time name: org/aspectj/weaver/patterns/PerSingleton."<init>":()V ]
PerSingleton.readPerClause ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:PerClause
[ run-time name: org/aspectj/weaver/patterns/PerSingleton.readPerClause:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/PerClause; ]
PerSingleton.resolveBindings ( IScope scope, Bindings bindings ):void
[ run-time name: org/aspectj/weaver/patterns/PerSingleton.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;)V ]
PerSingleton.toDeclarationString ( ):String
[ run-time name: org/aspectj/weaver/patterns/PerSingleton.toDeclarationString:()Ljava/lang/String; ]
PerSingleton.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/PerSingleton.toString:()Ljava/lang/String; ]
PerSingleton.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/PerSingleton.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, PerThisOrTargetPointcutVisitor.class
package org.aspectj.weaver.patterns
PerThisOrTargetPointcutVisitor.getPerTypePointcut ( Pointcut perClausePointcut ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/PerThisOrTargetPointcutVisitor.getPerTypePointcut:(Lorg/aspectj/weaver/patterns/Pointcut;)Lorg/aspectj/weaver/patterns/TypePattern; ]
PerThisOrTargetPointcutVisitor.PerThisOrTargetPointcutVisitor ( boolean isTarget, org.aspectj.weaver.ResolvedType fromAspectType )
[ run-time name: org/aspectj/weaver/patterns/PerThisOrTargetPointcutVisitor."<init>":(ZLorg/aspectj/weaver/ResolvedType;)V ]
PerThisOrTargetPointcutVisitor.visit ( AndPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/PerThisOrTargetPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/AndPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PerThisOrTargetPointcutVisitor.visit ( AnnotationPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/PerThisOrTargetPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/AnnotationPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PerThisOrTargetPointcutVisitor.visit ( ArgsAnnotationPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/PerThisOrTargetPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/ArgsAnnotationPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PerThisOrTargetPointcutVisitor.visit ( ArgsPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/PerThisOrTargetPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/ArgsPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PerThisOrTargetPointcutVisitor.visit ( CflowPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/PerThisOrTargetPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/CflowPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PerThisOrTargetPointcutVisitor.visit ( ConcreteCflowPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/PerThisOrTargetPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/ConcreteCflowPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PerThisOrTargetPointcutVisitor.visit ( HandlerPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/PerThisOrTargetPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/HandlerPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PerThisOrTargetPointcutVisitor.visit ( IfPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/PerThisOrTargetPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/IfPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PerThisOrTargetPointcutVisitor.visit ( KindedPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/PerThisOrTargetPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/KindedPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PerThisOrTargetPointcutVisitor.visit ( NotPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/PerThisOrTargetPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/NotPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PerThisOrTargetPointcutVisitor.visit ( OrPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/PerThisOrTargetPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/OrPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PerThisOrTargetPointcutVisitor.visit ( Pointcut.MatchesNothingPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/PerThisOrTargetPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/Pointcut$MatchesNothingPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PerThisOrTargetPointcutVisitor.visit ( ReferencePointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/PerThisOrTargetPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/ReferencePointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PerThisOrTargetPointcutVisitor.visit ( ThisOrTargetAnnotationPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/PerThisOrTargetPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/ThisOrTargetAnnotationPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PerThisOrTargetPointcutVisitor.visit ( ThisOrTargetPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/PerThisOrTargetPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/ThisOrTargetPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PerThisOrTargetPointcutVisitor.visit ( WithinAnnotationPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/PerThisOrTargetPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/WithinAnnotationPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PerThisOrTargetPointcutVisitor.visit ( WithinCodeAnnotationPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/PerThisOrTargetPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/WithinCodeAnnotationPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PerThisOrTargetPointcutVisitor.visit ( WithincodePointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/PerThisOrTargetPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/WithincodePointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PerThisOrTargetPointcutVisitor.visit ( WithinPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/PerThisOrTargetPointcutVisitor.visit:(Lorg/aspectj/weaver/patterns/WithinPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
xwork-2.1.2.jar, PerTypeWithin.class
package org.aspectj.weaver.patterns
PerTypeWithin.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/PerTypeWithin.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
PerTypeWithin.concretize ( org.aspectj.weaver.ResolvedType inAspect ):PerClause
[ run-time name: org/aspectj/weaver/patterns/PerTypeWithin.concretize:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/patterns/PerClause; ]
PerTypeWithin.couldMatchKinds ( ):int
[ run-time name: org/aspectj/weaver/patterns/PerTypeWithin.couldMatchKinds:()I ]
PerTypeWithin.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/PerTypeWithin.equals:(Ljava/lang/Object;)Z ]
PerTypeWithin.fastMatch ( FastMatchInfo info ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/PerTypeWithin.fastMatch:(Lorg/aspectj/weaver/patterns/FastMatchInfo;)Lorg/aspectj/util/FuzzyBoolean; ]
PerTypeWithin.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):org.aspectj.weaver.ast.Test
[ run-time name: org/aspectj/weaver/patterns/PerTypeWithin.findResidueInternal:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/patterns/ExposedState;)Lorg/aspectj/weaver/ast/Test; ]
PerTypeWithin.getKind ( ):PerClause.Kind
[ run-time name: org/aspectj/weaver/patterns/PerTypeWithin.getKind:()Lorg/aspectj/weaver/patterns/PerClause$Kind; ]
PerTypeWithin.getTypePattern ( ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/PerTypeWithin.getTypePattern:()Lorg/aspectj/weaver/patterns/TypePattern; ]
PerTypeWithin.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/PerTypeWithin.hashCode:()I ]
PerTypeWithin.matchInternal ( org.aspectj.weaver.Shadow shadow ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/PerTypeWithin.matchInternal:(Lorg/aspectj/weaver/Shadow;)Lorg/aspectj/util/FuzzyBoolean; ]
PerTypeWithin.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/PerTypeWithin.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Pointcut; ]
PerTypeWithin.PerTypeWithin ( TypePattern p )
[ run-time name: org/aspectj/weaver/patterns/PerTypeWithin."<init>":(Lorg/aspectj/weaver/patterns/TypePattern;)V ]
PerTypeWithin.readPerClause ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:PerClause
[ run-time name: org/aspectj/weaver/patterns/PerTypeWithin.readPerClause:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/PerClause; ]
PerTypeWithin.resolveBindings ( IScope scope, Bindings bindings ):void
[ run-time name: org/aspectj/weaver/patterns/PerTypeWithin.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;)V ]
PerTypeWithin.toDeclarationString ( ):String
[ run-time name: org/aspectj/weaver/patterns/PerTypeWithin.toDeclarationString:()Ljava/lang/String; ]
PerTypeWithin.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/PerTypeWithin.toString:()Ljava/lang/String; ]
PerTypeWithin.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/PerTypeWithin.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, PerTypeWithinTargetTypeMunger.class
package org.aspectj.weaver
PerTypeWithinTargetTypeMunger.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/PerTypeWithinTargetTypeMunger.equals:(Ljava/lang/Object;)Z ]
PerTypeWithinTargetTypeMunger.getAspectType ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/PerTypeWithinTargetTypeMunger.getAspectType:()Lorg/aspectj/weaver/UnresolvedType; ]
PerTypeWithinTargetTypeMunger.getTestPointcut ( ):patterns.Pointcut
[ run-time name: org/aspectj/weaver/PerTypeWithinTargetTypeMunger.getTestPointcut:()Lorg/aspectj/weaver/patterns/Pointcut; ]
PerTypeWithinTargetTypeMunger.hashCode ( ):int
[ run-time name: org/aspectj/weaver/PerTypeWithinTargetTypeMunger.hashCode:()I ]
PerTypeWithinTargetTypeMunger.matches ( ResolvedType matchType, ResolvedType aspectType ):boolean
[ run-time name: org/aspectj/weaver/PerTypeWithinTargetTypeMunger.matches:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;)Z ]
PerTypeWithinTargetTypeMunger.PerTypeWithinTargetTypeMunger ( UnresolvedType aspectType, patterns.PerTypeWithin testPointcut )
[ run-time name: org/aspectj/weaver/PerTypeWithinTargetTypeMunger."<init>":(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/patterns/PerTypeWithin;)V ]
PerTypeWithinTargetTypeMunger.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/PerTypeWithinTargetTypeMunger.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, PinpointingMessageHandler.class
package org.aspectj.bridge.context
PinpointingMessageHandler.dontIgnore ( org.aspectj.bridge.IMessage.Kind kind ):void
[ run-time name: org/aspectj/bridge/context/PinpointingMessageHandler.dontIgnore:(Lorg/aspectj/bridge/IMessage$Kind;)V ]
PinpointingMessageHandler.handleMessage ( org.aspectj.bridge.IMessage message ):boolean
[ run-time name: org/aspectj/bridge/context/PinpointingMessageHandler.handleMessage:(Lorg/aspectj/bridge/IMessage;)Z ]
PinpointingMessageHandler.ignore ( org.aspectj.bridge.IMessage.Kind kind ):void
[ run-time name: org/aspectj/bridge/context/PinpointingMessageHandler.ignore:(Lorg/aspectj/bridge/IMessage$Kind;)V ]
PinpointingMessageHandler.isIgnoring ( org.aspectj.bridge.IMessage.Kind kind ):boolean
[ run-time name: org/aspectj/bridge/context/PinpointingMessageHandler.isIgnoring:(Lorg/aspectj/bridge/IMessage$Kind;)Z ]
PinpointingMessageHandler.PinpointingMessageHandler ( org.aspectj.bridge.IMessageHandler delegate )
[ run-time name: org/aspectj/bridge/context/PinpointingMessageHandler."<init>":(Lorg/aspectj/bridge/IMessageHandler;)V ]
xwork-2.1.2.jar, PMGClass.class
package org.aspectj.apache.bcel.classfile
PMGClass.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/PMGClass.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
PMGClass.copy ( ConstantPool constant_pool ):Attribute
[ run-time name: org/aspectj/apache/bcel/classfile/PMGClass.copy:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Attribute; ]
PMGClass.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/PMGClass.dump:(Ljava/io/DataOutputStream;)V ]
PMGClass.getPMGClassIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/PMGClass.getPMGClassIndex:()I ]
PMGClass.getPMGClassName ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/PMGClass.getPMGClassName:()Ljava/lang/String; ]
PMGClass.getPMGIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/PMGClass.getPMGIndex:()I ]
PMGClass.getPMGName ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/PMGClass.getPMGName:()Ljava/lang/String; ]
PMGClass.PMGClass ( int name_index, int length, int pmg_index, int pmg_class_index, ConstantPool constant_pool )
[ run-time name: org/aspectj/apache/bcel/classfile/PMGClass."<init>":(IIIILorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
PMGClass.PMGClass ( PMGClass c )
[ run-time name: org/aspectj/apache/bcel/classfile/PMGClass."<init>":(Lorg/aspectj/apache/bcel/classfile/PMGClass;)V ]
PMGClass.setPMGClassIndex ( int pmg_class_index ):void
[ run-time name: org/aspectj/apache/bcel/classfile/PMGClass.setPMGClassIndex:(I)V ]
PMGClass.setPMGIndex ( int pmg_index ):void
[ run-time name: org/aspectj/apache/bcel/classfile/PMGClass.setPMGIndex:(I)V ]
PMGClass.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/PMGClass.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, Pointcut.class
package org.aspectj.lang.annotation
Pointcut.argNames ( ) [abstract]:String
[ run-time name: org/aspectj/lang/annotation/Pointcut.argNames:()Ljava/lang/String; ]
Pointcut.value ( ) [abstract]:String
[ run-time name: org/aspectj/lang/annotation/Pointcut.value:()Ljava/lang/String; ]
package org.aspectj.lang.reflect
Pointcut.getDeclaringType ( ) [abstract]:AjType
[ run-time name: org/aspectj/lang/reflect/Pointcut.getDeclaringType:()Lorg/aspectj/lang/reflect/AjType; ]
Pointcut.getModifiers ( ) [abstract]:int
[ run-time name: org/aspectj/lang/reflect/Pointcut.getModifiers:()I ]
Pointcut.getName ( ) [abstract]:String
[ run-time name: org/aspectj/lang/reflect/Pointcut.getName:()Ljava/lang/String; ]
Pointcut.getParameterNames ( ) [abstract]:String[]
[ run-time name: org/aspectj/lang/reflect/Pointcut.getParameterNames:()[Ljava/lang/String; ]
Pointcut.getParameterTypes ( ) [abstract]:AjType[]
[ run-time name: org/aspectj/lang/reflect/Pointcut.getParameterTypes:()[Lorg/aspectj/lang/reflect/AjType; ]
Pointcut.getPointcutExpression ( ) [abstract]:PointcutExpression
[ run-time name: org/aspectj/lang/reflect/Pointcut.getPointcutExpression:()Lorg/aspectj/lang/reflect/PointcutExpression; ]
package org.aspectj.weaver.patterns
Pointcut.assertState ( Pointcut.State state ):void
[ run-time name: org/aspectj/weaver/patterns/Pointcut.assertState:(Lorg/aspectj/weaver/patterns/Pointcut$State;)V ]
Pointcut.check ( org.aspectj.weaver.ISourceContext ctx, org.aspectj.weaver.World world ):void
[ run-time name: org/aspectj/weaver/patterns/Pointcut.check:(Lorg/aspectj/weaver/ISourceContext;Lorg/aspectj/weaver/World;)V ]
Pointcut.concretize ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, int arity ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/Pointcut.concretize:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;I)Lorg/aspectj/weaver/patterns/Pointcut; ]
Pointcut.concretize ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, int arity, org.aspectj.weaver.ShadowMunger advice ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/Pointcut.concretize:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;ILorg/aspectj/weaver/ShadowMunger;)Lorg/aspectj/weaver/patterns/Pointcut; ]
Pointcut.concretize ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/Pointcut.concretize:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/Pointcut; ]
Pointcut.concretize1 ( org.aspectj.weaver.ResolvedType p1, org.aspectj.weaver.ResolvedType p2, org.aspectj.weaver.IntMap p3 ) [abstract]:Pointcut
[ run-time name: org/aspectj/weaver/patterns/Pointcut.concretize1:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/Pointcut; ]
Pointcut.couldMatchKinds ( ) [abstract]:int
[ run-time name: org/aspectj/weaver/patterns/Pointcut.couldMatchKinds:()I ]
Pointcut.fastMatch ( FastMatchInfo p1 ) [abstract]:org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/Pointcut.fastMatch:(Lorg/aspectj/weaver/patterns/FastMatchInfo;)Lorg/aspectj/util/FuzzyBoolean; ]
Pointcut.findResidue ( org.aspectj.weaver.Shadow shadow, ExposedState state ):org.aspectj.weaver.ast.Test
[ run-time name: org/aspectj/weaver/patterns/Pointcut.findResidue:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/patterns/ExposedState;)Lorg/aspectj/weaver/ast/Test; ]
Pointcut.findResidueInternal ( org.aspectj.weaver.Shadow p1, ExposedState p2 ) [abstract]:org.aspectj.weaver.ast.Test
[ run-time name: org/aspectj/weaver/patterns/Pointcut.findResidueInternal:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/patterns/ExposedState;)Lorg/aspectj/weaver/ast/Test; ]
Pointcut.fromString ( String str ) [static]:Pointcut
[ run-time name: org/aspectj/weaver/patterns/Pointcut.fromString:(Ljava/lang/String;)Lorg/aspectj/weaver/patterns/Pointcut; ]
Pointcut.getPointcutKind ( ):byte
[ run-time name: org/aspectj/weaver/patterns/Pointcut.getPointcutKind:()B ]
Pointcut.getTypeVariablesInScope ( ):String[]
[ run-time name: org/aspectj/weaver/patterns/Pointcut.getTypeVariablesInScope:()[Ljava/lang/String; ]
Pointcut.isDeclare ( org.aspectj.weaver.ShadowMunger munger ):boolean
[ run-time name: org/aspectj/weaver/patterns/Pointcut.isDeclare:(Lorg/aspectj/weaver/ShadowMunger;)Z ]
Pointcut.makeMatchesNothing ( Pointcut.State state ) [static]:Pointcut
[ run-time name: org/aspectj/weaver/patterns/Pointcut.makeMatchesNothing:(Lorg/aspectj/weaver/patterns/Pointcut$State;)Lorg/aspectj/weaver/patterns/Pointcut; ]
Pointcut.match ( org.aspectj.weaver.Shadow shadow ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/Pointcut.match:(Lorg/aspectj/weaver/Shadow;)Lorg/aspectj/util/FuzzyBoolean; ]
Pointcut.matchInternal ( org.aspectj.weaver.Shadow p1 ) [abstract]:org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/Pointcut.matchInternal:(Lorg/aspectj/weaver/Shadow;)Lorg/aspectj/util/FuzzyBoolean; ]
Pointcut.parameterizeWith ( java.util.Map p1, org.aspectj.weaver.World p2 ) [abstract]:Pointcut
[ run-time name: org/aspectj/weaver/patterns/Pointcut.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Pointcut; ]
Pointcut.Pointcut ( )
[ run-time name: org/aspectj/weaver/patterns/Pointcut."<init>":()V ]
Pointcut.postRead ( org.aspectj.weaver.ResolvedType enclosingType ):void
[ run-time name: org/aspectj/weaver/patterns/Pointcut.postRead:(Lorg/aspectj/weaver/ResolvedType;)V ]
Pointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:Pointcut
[ run-time name: org/aspectj/weaver/patterns/Pointcut.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/Pointcut; ]
Pointcut.resolve ( IScope scope ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/Pointcut.resolve:(Lorg/aspectj/weaver/patterns/IScope;)Lorg/aspectj/weaver/patterns/Pointcut; ]
Pointcut.resolveBindings ( IScope p1, Bindings p2 ) [abstract]:void
[ run-time name: org/aspectj/weaver/patterns/Pointcut.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;)V ]
Pointcut.setTypeVariablesInScope ( String[] typeVars ):void
[ run-time name: org/aspectj/weaver/patterns/Pointcut.setTypeVariablesInScope:([Ljava/lang/String;)V ]
Pointcut.shouldCopyLocationForConcretize ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/Pointcut.shouldCopyLocationForConcretize:()Z ]
xwork-2.1.2.jar, PointcutBasedPerClause.class
package org.aspectj.lang.reflect
PointcutBasedPerClause.getPointcutExpression ( ) [abstract]:PointcutExpression
[ run-time name: org/aspectj/lang/reflect/PointcutBasedPerClause.getPointcutExpression:()Lorg/aspectj/lang/reflect/PointcutExpression; ]
xwork-2.1.2.jar, PointcutDesignatorHandler.class
package org.aspectj.weaver.tools
PointcutDesignatorHandler.getDesignatorName ( ) [abstract]:String
[ run-time name: org/aspectj/weaver/tools/PointcutDesignatorHandler.getDesignatorName:()Ljava/lang/String; ]
PointcutDesignatorHandler.parse ( String p1 ) [abstract]:ContextBasedMatcher
[ run-time name: org/aspectj/weaver/tools/PointcutDesignatorHandler.parse:(Ljava/lang/String;)Lorg/aspectj/weaver/tools/ContextBasedMatcher; ]
xwork-2.1.2.jar, PointcutEvaluationExpenseComparator.class
package org.aspectj.weaver.patterns
PointcutEvaluationExpenseComparator.compare ( Object o1, Object o2 ):int
[ run-time name: org/aspectj/weaver/patterns/PointcutEvaluationExpenseComparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I ]
PointcutEvaluationExpenseComparator.PointcutEvaluationExpenseComparator ( )
[ run-time name: org/aspectj/weaver/patterns/PointcutEvaluationExpenseComparator."<init>":()V ]
xwork-2.1.2.jar, PointcutExpression.class
package org.aspectj.lang.reflect
PointcutExpression.asString ( ) [abstract]:String
[ run-time name: org/aspectj/lang/reflect/PointcutExpression.asString:()Ljava/lang/String; ]
package org.aspectj.weaver.tools
PointcutExpression.couldMatchJoinPointsInType ( Class p1 ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/tools/PointcutExpression.couldMatchJoinPointsInType:(Ljava/lang/Class;)Z ]
PointcutExpression.getPointcutExpression ( ) [abstract]:String
[ run-time name: org/aspectj/weaver/tools/PointcutExpression.getPointcutExpression:()Ljava/lang/String; ]
PointcutExpression.matchesAdviceExecution ( reflect.Method p1 ) [abstract]:ShadowMatch
[ run-time name: org/aspectj/weaver/tools/PointcutExpression.matchesAdviceExecution:(Ljava/lang/reflect/Method;)Lorg/aspectj/weaver/tools/ShadowMatch; ]
PointcutExpression.matchesConstructorCall ( reflect.Constructor p1, Class p2 ) [abstract]:ShadowMatch
[ run-time name: org/aspectj/weaver/tools/PointcutExpression.matchesConstructorCall:(Ljava/lang/reflect/Constructor;Ljava/lang/Class;)Lorg/aspectj/weaver/tools/ShadowMatch; ]
PointcutExpression.matchesConstructorCall ( reflect.Constructor p1, reflect.Member p2 ) [abstract]:ShadowMatch
[ run-time name: org/aspectj/weaver/tools/PointcutExpression.matchesConstructorCall:(Ljava/lang/reflect/Constructor;Ljava/lang/reflect/Member;)Lorg/aspectj/weaver/tools/ShadowMatch; ]
PointcutExpression.matchesConstructorExecution ( reflect.Constructor p1 ) [abstract]:ShadowMatch
[ run-time name: org/aspectj/weaver/tools/PointcutExpression.matchesConstructorExecution:(Ljava/lang/reflect/Constructor;)Lorg/aspectj/weaver/tools/ShadowMatch; ]
PointcutExpression.matchesFieldGet ( reflect.Field p1, Class p2 ) [abstract]:ShadowMatch
[ run-time name: org/aspectj/weaver/tools/PointcutExpression.matchesFieldGet:(Ljava/lang/reflect/Field;Ljava/lang/Class;)Lorg/aspectj/weaver/tools/ShadowMatch; ]
PointcutExpression.matchesFieldGet ( reflect.Field p1, reflect.Member p2 ) [abstract]:ShadowMatch
[ run-time name: org/aspectj/weaver/tools/PointcutExpression.matchesFieldGet:(Ljava/lang/reflect/Field;Ljava/lang/reflect/Member;)Lorg/aspectj/weaver/tools/ShadowMatch; ]
PointcutExpression.matchesFieldSet ( reflect.Field p1, Class p2 ) [abstract]:ShadowMatch
[ run-time name: org/aspectj/weaver/tools/PointcutExpression.matchesFieldSet:(Ljava/lang/reflect/Field;Ljava/lang/Class;)Lorg/aspectj/weaver/tools/ShadowMatch; ]
PointcutExpression.matchesFieldSet ( reflect.Field p1, reflect.Member p2 ) [abstract]:ShadowMatch
[ run-time name: org/aspectj/weaver/tools/PointcutExpression.matchesFieldSet:(Ljava/lang/reflect/Field;Ljava/lang/reflect/Member;)Lorg/aspectj/weaver/tools/ShadowMatch; ]
PointcutExpression.matchesHandler ( Class p1, Class p2 ) [abstract]:ShadowMatch
[ run-time name: org/aspectj/weaver/tools/PointcutExpression.matchesHandler:(Ljava/lang/Class;Ljava/lang/Class;)Lorg/aspectj/weaver/tools/ShadowMatch; ]
PointcutExpression.matchesHandler ( Class p1, reflect.Member p2 ) [abstract]:ShadowMatch
[ run-time name: org/aspectj/weaver/tools/PointcutExpression.matchesHandler:(Ljava/lang/Class;Ljava/lang/reflect/Member;)Lorg/aspectj/weaver/tools/ShadowMatch; ]
PointcutExpression.matchesInitialization ( reflect.Constructor p1 ) [abstract]:ShadowMatch
[ run-time name: org/aspectj/weaver/tools/PointcutExpression.matchesInitialization:(Ljava/lang/reflect/Constructor;)Lorg/aspectj/weaver/tools/ShadowMatch; ]
PointcutExpression.matchesMethodCall ( reflect.Method p1, Class p2 ) [abstract]:ShadowMatch
[ run-time name: org/aspectj/weaver/tools/PointcutExpression.matchesMethodCall:(Ljava/lang/reflect/Method;Ljava/lang/Class;)Lorg/aspectj/weaver/tools/ShadowMatch; ]
PointcutExpression.matchesMethodCall ( reflect.Method p1, reflect.Member p2 ) [abstract]:ShadowMatch
[ run-time name: org/aspectj/weaver/tools/PointcutExpression.matchesMethodCall:(Ljava/lang/reflect/Method;Ljava/lang/reflect/Member;)Lorg/aspectj/weaver/tools/ShadowMatch; ]
PointcutExpression.matchesMethodExecution ( reflect.Method p1 ) [abstract]:ShadowMatch
[ run-time name: org/aspectj/weaver/tools/PointcutExpression.matchesMethodExecution:(Ljava/lang/reflect/Method;)Lorg/aspectj/weaver/tools/ShadowMatch; ]
PointcutExpression.matchesPreInitialization ( reflect.Constructor p1 ) [abstract]:ShadowMatch
[ run-time name: org/aspectj/weaver/tools/PointcutExpression.matchesPreInitialization:(Ljava/lang/reflect/Constructor;)Lorg/aspectj/weaver/tools/ShadowMatch; ]
PointcutExpression.matchesStaticInitialization ( Class p1 ) [abstract]:ShadowMatch
[ run-time name: org/aspectj/weaver/tools/PointcutExpression.matchesStaticInitialization:(Ljava/lang/Class;)Lorg/aspectj/weaver/tools/ShadowMatch; ]
PointcutExpression.mayNeedDynamicTest ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/tools/PointcutExpression.mayNeedDynamicTest:()Z ]
PointcutExpression.setMatchingContext ( MatchingContext p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/PointcutExpression.setMatchingContext:(Lorg/aspectj/weaver/tools/MatchingContext;)V ]
xwork-2.1.2.jar, PointcutParameter.class
package org.aspectj.weaver.tools
PointcutParameter.getBinding ( ) [abstract]:Object
[ run-time name: org/aspectj/weaver/tools/PointcutParameter.getBinding:()Ljava/lang/Object; ]
PointcutParameter.getName ( ) [abstract]:String
[ run-time name: org/aspectj/weaver/tools/PointcutParameter.getName:()Ljava/lang/String; ]
PointcutParameter.getType ( ) [abstract]:Class
[ run-time name: org/aspectj/weaver/tools/PointcutParameter.getType:()Ljava/lang/Class; ]
xwork-2.1.2.jar, PointcutParameterImpl.class
package org.aspectj.weaver.reflect
PointcutParameterImpl.getBinding ( ):Object
[ run-time name: org/aspectj/weaver/reflect/PointcutParameterImpl.getBinding:()Ljava/lang/Object; ]
PointcutParameterImpl.getName ( ):String
[ run-time name: org/aspectj/weaver/reflect/PointcutParameterImpl.getName:()Ljava/lang/String; ]
PointcutParameterImpl.getType ( ):Class
[ run-time name: org/aspectj/weaver/reflect/PointcutParameterImpl.getType:()Ljava/lang/Class; ]
PointcutParameterImpl.PointcutParameterImpl ( String name, Class type )
[ run-time name: org/aspectj/weaver/reflect/PointcutParameterImpl."<init>":(Ljava/lang/String;Ljava/lang/Class;)V ]
xwork-2.1.2.jar, PointcutParser.class
package org.aspectj.weaver.tools
PointcutParser.concretizePointcutExpression ( org.aspectj.weaver.patterns.Pointcut pc, Class inScope, PointcutParameter[] formalParameters ):org.aspectj.weaver.patterns.Pointcut
[ run-time name: org/aspectj/weaver/tools/PointcutParser.concretizePointcutExpression:(Lorg/aspectj/weaver/patterns/Pointcut;Ljava/lang/Class;[Lorg/aspectj/weaver/tools/PointcutParameter;)Lorg/aspectj/weaver/patterns/Pointcut; ]
PointcutParser.createPointcutParameter ( String name, Class type ):PointcutParameter
[ run-time name: org/aspectj/weaver/tools/PointcutParser.createPointcutParameter:(Ljava/lang/String;Ljava/lang/Class;)Lorg/aspectj/weaver/tools/PointcutParameter; ]
PointcutParser.getAllSupportedPointcutPrimitives ( ) [static]:java.util.Set
[ run-time name: org/aspectj/weaver/tools/PointcutParser.getAllSupportedPointcutPrimitives:()Ljava/util/Set; ]
PointcutParser.getPointcutParserSupportingAllPrimitivesAndUsingContextClassloaderForResolution ( ) [static]:PointcutParser
[ run-time name: org/aspectj/weaver/tools/PointcutParser.getPointcutParserSupportingAllPrimitivesAndUsingContextClassloaderForResolution:()Lorg/aspectj/weaver/tools/PointcutParser; ]
PointcutParser.getPointcutParserSupportingAllPrimitivesAndUsingSpecifiedClassloaderForResolution ( ClassLoader classLoader ) [static]:PointcutParser
[ run-time name: org/aspectj/weaver/tools/PointcutParser.getPointcutParserSupportingAllPrimitivesAndUsingSpecifiedClassloaderForResolution:(Ljava/lang/ClassLoader;)Lorg/aspectj/weaver/tools/PointcutParser; ]
PointcutParser.getPointcutParserSupportingSpecifiedPrimitivesAndUsingContextClassloaderForResolution ( java.util.Set supportedPointcutKinds ) [static]:PointcutParser
[ run-time name: org/aspectj/weaver/tools/PointcutParser.getPointcutParserSupportingSpecifiedPrimitivesAndUsingContextClassloaderForResolution:(Ljava/util/Set;)Lorg/aspectj/weaver/tools/PointcutParser; ]
PointcutParser.getPointcutParserSupportingSpecifiedPrimitivesAndUsingSpecifiedClassLoaderForResolution ( java.util.Set supportedPointcutKinds, ClassLoader classLoader ) [static]:PointcutParser
[ run-time name: org/aspectj/weaver/tools/PointcutParser.getPointcutParserSupportingSpecifiedPrimitivesAndUsingSpecifiedClassLoaderForResolution:(Ljava/util/Set;Ljava/lang/ClassLoader;)Lorg/aspectj/weaver/tools/PointcutParser; ]
PointcutParser.parsePointcutExpression ( String expression ):PointcutExpression
[ run-time name: org/aspectj/weaver/tools/PointcutParser.parsePointcutExpression:(Ljava/lang/String;)Lorg/aspectj/weaver/tools/PointcutExpression; ]
PointcutParser.parsePointcutExpression ( String expression, Class inScope, PointcutParameter[] formalParameters ):PointcutExpression
[ run-time name: org/aspectj/weaver/tools/PointcutParser.parsePointcutExpression:(Ljava/lang/String;Ljava/lang/Class;[Lorg/aspectj/weaver/tools/PointcutParameter;)Lorg/aspectj/weaver/tools/PointcutExpression; ]
PointcutParser.parseTypePattern ( String typePattern ):TypePatternMatcher
[ run-time name: org/aspectj/weaver/tools/PointcutParser.parseTypePattern:(Ljava/lang/String;)Lorg/aspectj/weaver/tools/TypePatternMatcher; ]
PointcutParser.PointcutParser ( )
[ run-time name: org/aspectj/weaver/tools/PointcutParser."<init>":()V ]
PointcutParser.registerPointcutDesignatorHandler ( PointcutDesignatorHandler designatorHandler ):void
[ run-time name: org/aspectj/weaver/tools/PointcutParser.registerPointcutDesignatorHandler:(Lorg/aspectj/weaver/tools/PointcutDesignatorHandler;)V ]
PointcutParser.resolvePointcutExpression ( String expression, Class inScope, PointcutParameter[] formalParameters ):org.aspectj.weaver.patterns.Pointcut
[ run-time name: org/aspectj/weaver/tools/PointcutParser.resolvePointcutExpression:(Ljava/lang/String;Ljava/lang/Class;[Lorg/aspectj/weaver/tools/PointcutParameter;)Lorg/aspectj/weaver/patterns/Pointcut; ]
PointcutParser.setClassLoader ( ClassLoader aLoader ):void
[ run-time name: org/aspectj/weaver/tools/PointcutParser.setClassLoader:(Ljava/lang/ClassLoader;)V ]
PointcutParser.setLintProperties ( java.util.Properties properties ):void
[ run-time name: org/aspectj/weaver/tools/PointcutParser.setLintProperties:(Ljava/util/Properties;)V ]
PointcutParser.setLintProperties ( String resourcePath ):void
[ run-time name: org/aspectj/weaver/tools/PointcutParser.setLintProperties:(Ljava/lang/String;)V ]
PointcutParser.setWorld ( org.aspectj.weaver.reflect.ReflectionWorld aWorld ):void
[ run-time name: org/aspectj/weaver/tools/PointcutParser.setWorld:(Lorg/aspectj/weaver/reflect/ReflectionWorld;)V ]
xwork-2.1.2.jar, PointcutRewriter.class
package org.aspectj.weaver.patterns
PointcutRewriter.createAndsFor ( Pointcut[] ps ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/PointcutRewriter.createAndsFor:([Lorg/aspectj/weaver/patterns/Pointcut;)Lorg/aspectj/weaver/patterns/Pointcut; ]
PointcutRewriter.format ( Pointcut p ) [static]:String
[ run-time name: org/aspectj/weaver/patterns/PointcutRewriter.format:(Lorg/aspectj/weaver/patterns/Pointcut;)Ljava/lang/String; ]
PointcutRewriter.not ( Pointcut p ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/PointcutRewriter.not:(Lorg/aspectj/weaver/patterns/Pointcut;)Lorg/aspectj/weaver/patterns/Pointcut; ]
PointcutRewriter.PointcutRewriter ( )
[ run-time name: org/aspectj/weaver/patterns/PointcutRewriter."<init>":()V ]
PointcutRewriter.rewrite ( Pointcut pc ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/PointcutRewriter.rewrite:(Lorg/aspectj/weaver/patterns/Pointcut;)Lorg/aspectj/weaver/patterns/Pointcut; ]
PointcutRewriter.rewrite ( Pointcut pc, boolean forceRewrite ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/PointcutRewriter.rewrite:(Lorg/aspectj/weaver/patterns/Pointcut;Z)Lorg/aspectj/weaver/patterns/Pointcut; ]
xwork-2.1.2.jar, PoliceExtensionUse.class
package org.aspectj.weaver.bcel
PoliceExtensionUse.PoliceExtensionUse ( org.aspectj.weaver.World w, org.aspectj.weaver.patterns.Pointcut p )
[ run-time name: org/aspectj/weaver/bcel/PoliceExtensionUse."<init>":(Lorg/aspectj/weaver/World;Lorg/aspectj/weaver/patterns/Pointcut;)V ]
PoliceExtensionUse.synchronizationDesignatorEncountered ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/PoliceExtensionUse.synchronizationDesignatorEncountered:()Z ]
PoliceExtensionUse.visit ( org.aspectj.weaver.patterns.AndPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/bcel/PoliceExtensionUse.visit:(Lorg/aspectj/weaver/patterns/AndPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PoliceExtensionUse.visit ( org.aspectj.weaver.patterns.KindedPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/bcel/PoliceExtensionUse.visit:(Lorg/aspectj/weaver/patterns/KindedPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PoliceExtensionUse.visit ( org.aspectj.weaver.patterns.NotPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/bcel/PoliceExtensionUse.visit:(Lorg/aspectj/weaver/patterns/NotPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
PoliceExtensionUse.visit ( org.aspectj.weaver.patterns.OrPointcut node, Object data ):Object
[ run-time name: org/aspectj/weaver/bcel/PoliceExtensionUse.visit:(Lorg/aspectj/weaver/patterns/OrPointcut;Ljava/lang/Object;)Ljava/lang/Object; ]
xwork-2.1.2.jar, Position.class
package org.aspectj.weaver
Position.getEnd ( ):int
[ run-time name: org/aspectj/weaver/Position.getEnd:()I ]
Position.getStart ( ):int
[ run-time name: org/aspectj/weaver/Position.getStart:()I ]
Position.Position ( int start, int end )
[ run-time name: org/aspectj/weaver/Position."<init>":(II)V ]
xwork-2.1.2.jar, PrivilegedAccessMunger.class
package org.aspectj.weaver
PrivilegedAccessMunger.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/PrivilegedAccessMunger.equals:(Ljava/lang/Object;)Z ]
PrivilegedAccessMunger.existsToSupportShadowMunging ( ):boolean
[ run-time name: org/aspectj/weaver/PrivilegedAccessMunger.existsToSupportShadowMunging:()Z ]
PrivilegedAccessMunger.getMatchingSyntheticMember ( Member member, ResolvedType aspectType ):ResolvedMember
[ run-time name: org/aspectj/weaver/PrivilegedAccessMunger.getMatchingSyntheticMember:(Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
PrivilegedAccessMunger.getMember ( ):ResolvedMember
[ run-time name: org/aspectj/weaver/PrivilegedAccessMunger.getMember:()Lorg/aspectj/weaver/ResolvedMember; ]
PrivilegedAccessMunger.hashCode ( ):int
[ run-time name: org/aspectj/weaver/PrivilegedAccessMunger.hashCode:()I ]
PrivilegedAccessMunger.PrivilegedAccessMunger ( ResolvedMember member )
[ run-time name: org/aspectj/weaver/PrivilegedAccessMunger."<init>":(Lorg/aspectj/weaver/ResolvedMember;)V ]
PrivilegedAccessMunger.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/PrivilegedAccessMunger.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, ProceedingJoinPoint.class
package org.aspectj.lang
ProceedingJoinPoint.proceed ( ) [abstract]:Object
[ run-time name: org/aspectj/lang/ProceedingJoinPoint.proceed:()Ljava/lang/Object; ]
ProceedingJoinPoint.proceed ( Object[] p1 ) [abstract]:Object
[ run-time name: org/aspectj/lang/ProceedingJoinPoint.proceed:([Ljava/lang/Object;)Ljava/lang/Object; ]
ProceedingJoinPoint.set#AroundClosure ( org.aspectj.runtime.internal.AroundClosure p1 ) [abstract]:void
[ run-time name: org/aspectj/lang/ProceedingJoinPoint.set#AroundClosure:(Lorg/aspectj/runtime/internal/AroundClosure;)V ]
xwork-2.1.2.jar, Range.class
package org.aspectj.weaver.bcel
Range.containsTarget ( org.aspectj.apache.bcel.generic.InstructionHandle ih ):boolean
[ run-time name: org/aspectj/weaver/bcel/Range.containsTarget:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;)Z ]
Range.getRange ( org.aspectj.apache.bcel.generic.InstructionHandle ih ) [static]:Range
[ run-time name: org/aspectj/weaver/bcel/Range.getRange:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;)Lorg/aspectj/weaver/bcel/Range; ]
Range.isRangeHandle ( org.aspectj.apache.bcel.generic.InstructionHandle ih ) [static]:boolean
[ run-time name: org/aspectj/weaver/bcel/Range.isRangeHandle:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;)Z ]
Range.Range ( org.aspectj.apache.bcel.generic.InstructionList il )
[ run-time name: org/aspectj/weaver/bcel/Range."<init>":(Lorg/aspectj/apache/bcel/generic/InstructionList;)V ]
Range.updateTarget ( org.aspectj.apache.bcel.generic.InstructionHandle old_ih, org.aspectj.apache.bcel.generic.InstructionHandle new_ih ):void
[ run-time name: org/aspectj/weaver/bcel/Range.updateTarget:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
Range.updateTarget ( org.aspectj.apache.bcel.generic.InstructionHandle old_ih, org.aspectj.apache.bcel.generic.InstructionHandle new_ih, org.aspectj.apache.bcel.generic.InstructionList new_il ):void
[ run-time name: org/aspectj/weaver/bcel/Range.updateTarget:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionList;)V ]
xwork-2.1.2.jar, ReferencePointcut.class
package org.aspectj.weaver.patterns
ReferencePointcut.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/ReferencePointcut.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
ReferencePointcut.concretize1 ( org.aspectj.weaver.ResolvedType searchStart, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/ReferencePointcut.concretize1:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/Pointcut; ]
ReferencePointcut.couldMatchKinds ( ):int
[ run-time name: org/aspectj/weaver/patterns/ReferencePointcut.couldMatchKinds:()I ]
ReferencePointcut.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/ReferencePointcut.equals:(Ljava/lang/Object;)Z ]
ReferencePointcut.fastMatch ( FastMatchInfo type ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/ReferencePointcut.fastMatch:(Lorg/aspectj/weaver/patterns/FastMatchInfo;)Lorg/aspectj/util/FuzzyBoolean; ]
ReferencePointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):org.aspectj.weaver.ast.Test
[ run-time name: org/aspectj/weaver/patterns/ReferencePointcut.findResidueInternal:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/patterns/ExposedState;)Lorg/aspectj/weaver/ast/Test; ]
ReferencePointcut.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/ReferencePointcut.hashCode:()I ]
ReferencePointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/ReferencePointcut.matchInternal:(Lorg/aspectj/weaver/Shadow;)Lorg/aspectj/util/FuzzyBoolean; ]
ReferencePointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/ReferencePointcut.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Pointcut; ]
ReferencePointcut.postRead ( org.aspectj.weaver.ResolvedType enclosingType ):void
[ run-time name: org/aspectj/weaver/patterns/ReferencePointcut.postRead:(Lorg/aspectj/weaver/ResolvedType;)V ]
ReferencePointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:Pointcut
[ run-time name: org/aspectj/weaver/patterns/ReferencePointcut.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/Pointcut; ]
ReferencePointcut.ReferencePointcut ( TypePattern onTypeSymbolic, String name, TypePatternList arguments )
[ run-time name: org/aspectj/weaver/patterns/ReferencePointcut."<init>":(Lorg/aspectj/weaver/patterns/TypePattern;Ljava/lang/String;Lorg/aspectj/weaver/patterns/TypePatternList;)V ]
ReferencePointcut.ReferencePointcut ( org.aspectj.weaver.UnresolvedType onType, String name, TypePatternList arguments )
[ run-time name: org/aspectj/weaver/patterns/ReferencePointcut."<init>":(Lorg/aspectj/weaver/UnresolvedType;Ljava/lang/String;Lorg/aspectj/weaver/patterns/TypePatternList;)V ]
ReferencePointcut.resolveBindings ( IScope scope, Bindings bindings ):void
[ run-time name: org/aspectj/weaver/patterns/ReferencePointcut.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;)V ]
ReferencePointcut.shouldCopyLocationForConcretize ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/ReferencePointcut.shouldCopyLocationForConcretize:()Z ]
ReferencePointcut.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/ReferencePointcut.toString:()Ljava/lang/String; ]
ReferencePointcut.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/ReferencePointcut.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, ReferenceType.class
package org.aspectj.apache.bcel.generic
ReferenceType.firstCommonSuperclass ( ReferenceType t ):ReferenceType
[ run-time name: org/aspectj/apache/bcel/generic/ReferenceType.firstCommonSuperclass:(Lorg/aspectj/apache/bcel/generic/ReferenceType;)Lorg/aspectj/apache/bcel/generic/ReferenceType; ]
ReferenceType.getFirstCommonSuperclass ( ReferenceType t ):ReferenceType
[ run-time name: org/aspectj/apache/bcel/generic/ReferenceType.getFirstCommonSuperclass:(Lorg/aspectj/apache/bcel/generic/ReferenceType;)Lorg/aspectj/apache/bcel/generic/ReferenceType; ]
ReferenceType.isAssignmentCompatibleWith ( Type t ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/ReferenceType.isAssignmentCompatibleWith:(Lorg/aspectj/apache/bcel/generic/Type;)Z ]
ReferenceType.isCastableTo ( Type t ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/ReferenceType.isCastableTo:(Lorg/aspectj/apache/bcel/generic/Type;)Z ]
ReferenceType.ReferenceType ( byte t, String s )
[ run-time name: org/aspectj/apache/bcel/generic/ReferenceType."<init>":(BLjava/lang/String;)V ]
package org.aspectj.weaver
ReferenceType.addAnnotation ( AnnotationX annotationX ):void
[ run-time name: org/aspectj/weaver/ReferenceType.addAnnotation:(Lorg/aspectj/weaver/AnnotationX;)V ]
ReferenceType.canAnnotationTargetType ( ):boolean
[ run-time name: org/aspectj/weaver/ReferenceType.canAnnotationTargetType:()Z ]
ReferenceType.demoteToSimpleType ( ):void
[ run-time name: org/aspectj/weaver/ReferenceType.demoteToSimpleType:()V ]
ReferenceType.doesNotExposeShadowMungers ( ):boolean
[ run-time name: org/aspectj/weaver/ReferenceType.doesNotExposeShadowMungers:()Z ]
ReferenceType.fromTypeX ( UnresolvedType tx, World world ) [static]:ReferenceType
[ run-time name: org/aspectj/weaver/ReferenceType.fromTypeX:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ReferenceType; ]
ReferenceType.getAnnotations ( ):AnnotationX[]
[ run-time name: org/aspectj/weaver/ReferenceType.getAnnotations:()[Lorg/aspectj/weaver/AnnotationX; ]
ReferenceType.getAnnotationTargetKinds ( ):AnnotationTargetKind[]
[ run-time name: org/aspectj/weaver/ReferenceType.getAnnotationTargetKinds:()[Lorg/aspectj/weaver/AnnotationTargetKind; ]
ReferenceType.getAnnotationTypes ( ):ResolvedType[]
[ run-time name: org/aspectj/weaver/ReferenceType.getAnnotationTypes:()[Lorg/aspectj/weaver/ResolvedType; ]
ReferenceType.getDeclaredFields ( ):ResolvedMember[]
[ run-time name: org/aspectj/weaver/ReferenceType.getDeclaredFields:()[Lorg/aspectj/weaver/ResolvedMember; ]
ReferenceType.getDeclaredGenericSignature ( ):String
[ run-time name: org/aspectj/weaver/ReferenceType.getDeclaredGenericSignature:()Ljava/lang/String; ]
ReferenceType.getDeclaredInterfaces ( ):ResolvedType[]
[ run-time name: org/aspectj/weaver/ReferenceType.getDeclaredInterfaces:()[Lorg/aspectj/weaver/ResolvedType; ]
ReferenceType.getDeclaredMethods ( ):ResolvedMember[]
[ run-time name: org/aspectj/weaver/ReferenceType.getDeclaredMethods:()[Lorg/aspectj/weaver/ResolvedMember; ]
ReferenceType.getDeclaredPointcuts ( ):ResolvedMember[]
[ run-time name: org/aspectj/weaver/ReferenceType.getDeclaredPointcuts:()[Lorg/aspectj/weaver/ResolvedMember; ]
ReferenceType.getDeclares ( ):java.util.Collection
[ run-time name: org/aspectj/weaver/ReferenceType.getDeclares:()Ljava/util/Collection; ]
ReferenceType.getDelegate ( ):ReferenceTypeDelegate
[ run-time name: org/aspectj/weaver/ReferenceType.getDelegate:()Lorg/aspectj/weaver/ReferenceTypeDelegate; ]
ReferenceType.getEndPos ( ):int
[ run-time name: org/aspectj/weaver/ReferenceType.getEndPos:()I ]
ReferenceType.getGenericSignature ( ):String
[ run-time name: org/aspectj/weaver/ReferenceType.getGenericSignature:()Ljava/lang/String; ]
ReferenceType.getGenericType ( ):ResolvedType
[ run-time name: org/aspectj/weaver/ReferenceType.getGenericType:()Lorg/aspectj/weaver/ResolvedType; ]
ReferenceType.getModifiers ( ):int
[ run-time name: org/aspectj/weaver/ReferenceType.getModifiers:()I ]
ReferenceType.getOuterClass ( ):ResolvedType
[ run-time name: org/aspectj/weaver/ReferenceType.getOuterClass:()Lorg/aspectj/weaver/ResolvedType; ]
ReferenceType.getPerClause ( ):patterns.PerClause
[ run-time name: org/aspectj/weaver/ReferenceType.getPerClause:()Lorg/aspectj/weaver/patterns/PerClause; ]
ReferenceType.getPrivilegedAccesses ( ):java.util.Collection
[ run-time name: org/aspectj/weaver/ReferenceType.getPrivilegedAccesses:()Ljava/util/Collection; ]
ReferenceType.getRawType ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/ReferenceType.getRawType:()Lorg/aspectj/weaver/UnresolvedType; ]
ReferenceType.getRetentionPolicy ( ):String
[ run-time name: org/aspectj/weaver/ReferenceType.getRetentionPolicy:()Ljava/lang/String; ]
ReferenceType.getSignatureForAttribute ( ):String
[ run-time name: org/aspectj/weaver/ReferenceType.getSignatureForAttribute:()Ljava/lang/String; ]
ReferenceType.getSourceContext ( ):ISourceContext
[ run-time name: org/aspectj/weaver/ReferenceType.getSourceContext:()Lorg/aspectj/weaver/ISourceContext; ]
ReferenceType.getSourceLocation ( ):org.aspectj.bridge.ISourceLocation
[ run-time name: org/aspectj/weaver/ReferenceType.getSourceLocation:()Lorg/aspectj/bridge/ISourceLocation; ]
ReferenceType.getStartPos ( ):int
[ run-time name: org/aspectj/weaver/ReferenceType.getStartPos:()I ]
ReferenceType.getSuperclass ( ):ResolvedType
[ run-time name: org/aspectj/weaver/ReferenceType.getSuperclass:()Lorg/aspectj/weaver/ResolvedType; ]
ReferenceType.getTypeMungers ( ):java.util.Collection
[ run-time name: org/aspectj/weaver/ReferenceType.getTypeMungers:()Ljava/util/Collection; ]
ReferenceType.getTypeVariables ( ):TypeVariable[]
[ run-time name: org/aspectj/weaver/ReferenceType.getTypeVariables:()[Lorg/aspectj/weaver/TypeVariable; ]
ReferenceType.getWeaverState ( ):WeaverStateInfo
[ run-time name: org/aspectj/weaver/ReferenceType.getWeaverState:()Lorg/aspectj/weaver/WeaverStateInfo; ]
ReferenceType.hasAnnotation ( UnresolvedType ofType ):boolean
[ run-time name: org/aspectj/weaver/ReferenceType.hasAnnotation:(Lorg/aspectj/weaver/UnresolvedType;)Z ]
ReferenceType.isAnnotation ( ):boolean
[ run-time name: org/aspectj/weaver/ReferenceType.isAnnotation:()Z ]
ReferenceType.isAnnotationStyleAspect ( ):boolean
[ run-time name: org/aspectj/weaver/ReferenceType.isAnnotationStyleAspect:()Z ]
ReferenceType.isAnnotationWithRuntimeRetention ( ):boolean
[ run-time name: org/aspectj/weaver/ReferenceType.isAnnotationWithRuntimeRetention:()Z ]
ReferenceType.isAnonymous ( ):boolean
[ run-time name: org/aspectj/weaver/ReferenceType.isAnonymous:()Z ]
ReferenceType.isAspect ( ):boolean
[ run-time name: org/aspectj/weaver/ReferenceType.isAspect:()Z ]
ReferenceType.isAssignableFrom ( ResolvedType other ):boolean
[ run-time name: org/aspectj/weaver/ReferenceType.isAssignableFrom:(Lorg/aspectj/weaver/ResolvedType;)Z ]
ReferenceType.isAssignableFrom ( ResolvedType other, boolean allowMissing ):boolean
[ run-time name: org/aspectj/weaver/ReferenceType.isAssignableFrom:(Lorg/aspectj/weaver/ResolvedType;Z)Z ]
ReferenceType.isClass ( ):boolean
[ run-time name: org/aspectj/weaver/ReferenceType.isClass:()Z ]
ReferenceType.isCoerceableFrom ( ResolvedType o ):boolean
[ run-time name: org/aspectj/weaver/ReferenceType.isCoerceableFrom:(Lorg/aspectj/weaver/ResolvedType;)Z ]
ReferenceType.isEnum ( ):boolean
[ run-time name: org/aspectj/weaver/ReferenceType.isEnum:()Z ]
ReferenceType.isExposedToWeaver ( ):boolean
[ run-time name: org/aspectj/weaver/ReferenceType.isExposedToWeaver:()Z ]
ReferenceType.isGenericType ( ):boolean
[ run-time name: org/aspectj/weaver/ReferenceType.isGenericType:()Z ]
ReferenceType.isNested ( ):boolean
[ run-time name: org/aspectj/weaver/ReferenceType.isNested:()Z ]
ReferenceType.ReferenceType ( ResolvedType theGenericType, ResolvedType[] theParameters, World aWorld )
[ run-time name: org/aspectj/weaver/ReferenceType."<init>":(Lorg/aspectj/weaver/ResolvedType;[Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/World;)V ]
ReferenceType.ReferenceType ( ResolvedType theGenericType, World aWorld )
[ run-time name: org/aspectj/weaver/ReferenceType."<init>":(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/World;)V ]
ReferenceType.ReferenceType ( UnresolvedType genericType, World world )
[ run-time name: org/aspectj/weaver/ReferenceType."<init>":(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/World;)V ]
ReferenceType.ReferenceType ( String signature, World world )
[ run-time name: org/aspectj/weaver/ReferenceType."<init>":(Ljava/lang/String;Lorg/aspectj/weaver/World;)V ]
ReferenceType.ReferenceType ( String signature, String signatureErasure, World world )
[ run-time name: org/aspectj/weaver/ReferenceType."<init>":(Ljava/lang/String;Ljava/lang/String;Lorg/aspectj/weaver/World;)V ]
ReferenceType.setDelegate ( ReferenceTypeDelegate delegate ):void
[ run-time name: org/aspectj/weaver/ReferenceType.setDelegate:(Lorg/aspectj/weaver/ReferenceTypeDelegate;)V ]
ReferenceType.setEndPos ( int endPos ):void
[ run-time name: org/aspectj/weaver/ReferenceType.setEndPos:(I)V ]
ReferenceType.setGenericType ( ReferenceType rt ):void
[ run-time name: org/aspectj/weaver/ReferenceType.setGenericType:(Lorg/aspectj/weaver/ReferenceType;)V ]
ReferenceType.setStartPos ( int startPos ):void
[ run-time name: org/aspectj/weaver/ReferenceType.setStartPos:(I)V ]
xwork-2.1.2.jar, ReferenceTypeDelegate.class
package org.aspectj.weaver
ReferenceTypeDelegate.addAnnotation ( AnnotationX p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.addAnnotation:(Lorg/aspectj/weaver/AnnotationX;)V ]
ReferenceTypeDelegate.canAnnotationTargetType ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.canAnnotationTargetType:()Z ]
ReferenceTypeDelegate.doesNotExposeShadowMungers ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.doesNotExposeShadowMungers:()Z ]
ReferenceTypeDelegate.ensureDelegateConsistent ( ) [abstract]:void
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.ensureDelegateConsistent:()V ]
ReferenceTypeDelegate.getAnnotations ( ) [abstract]:AnnotationX[]
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.getAnnotations:()[Lorg/aspectj/weaver/AnnotationX; ]
ReferenceTypeDelegate.getAnnotationTargetKinds ( ) [abstract]:AnnotationTargetKind[]
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.getAnnotationTargetKinds:()[Lorg/aspectj/weaver/AnnotationTargetKind; ]
ReferenceTypeDelegate.getAnnotationTypes ( ) [abstract]:ResolvedType[]
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.getAnnotationTypes:()[Lorg/aspectj/weaver/ResolvedType; ]
ReferenceTypeDelegate.getDeclaredFields ( ) [abstract]:ResolvedMember[]
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.getDeclaredFields:()[Lorg/aspectj/weaver/ResolvedMember; ]
ReferenceTypeDelegate.getDeclaredGenericSignature ( ) [abstract]:String
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.getDeclaredGenericSignature:()Ljava/lang/String; ]
ReferenceTypeDelegate.getDeclaredInterfaces ( ) [abstract]:ResolvedType[]
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.getDeclaredInterfaces:()[Lorg/aspectj/weaver/ResolvedType; ]
ReferenceTypeDelegate.getDeclaredMethods ( ) [abstract]:ResolvedMember[]
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.getDeclaredMethods:()[Lorg/aspectj/weaver/ResolvedMember; ]
ReferenceTypeDelegate.getDeclaredPointcuts ( ) [abstract]:ResolvedMember[]
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.getDeclaredPointcuts:()[Lorg/aspectj/weaver/ResolvedMember; ]
ReferenceTypeDelegate.getDeclares ( ) [abstract]:java.util.Collection
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.getDeclares:()Ljava/util/Collection; ]
ReferenceTypeDelegate.getModifiers ( ) [abstract]:int
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.getModifiers:()I ]
ReferenceTypeDelegate.getOuterClass ( ) [abstract]:ResolvedType
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.getOuterClass:()Lorg/aspectj/weaver/ResolvedType; ]
ReferenceTypeDelegate.getPerClause ( ) [abstract]:patterns.PerClause
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.getPerClause:()Lorg/aspectj/weaver/patterns/PerClause; ]
ReferenceTypeDelegate.getPrivilegedAccesses ( ) [abstract]:java.util.Collection
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.getPrivilegedAccesses:()Ljava/util/Collection; ]
ReferenceTypeDelegate.getResolvedTypeX ( ) [abstract]:ReferenceType
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.getResolvedTypeX:()Lorg/aspectj/weaver/ReferenceType; ]
ReferenceTypeDelegate.getRetentionPolicy ( ) [abstract]:String
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.getRetentionPolicy:()Ljava/lang/String; ]
ReferenceTypeDelegate.getSourceContext ( ) [abstract]:ISourceContext
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.getSourceContext:()Lorg/aspectj/weaver/ISourceContext; ]
ReferenceTypeDelegate.getSourcefilename ( ) [abstract]:String
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.getSourcefilename:()Ljava/lang/String; ]
ReferenceTypeDelegate.getSuperclass ( ) [abstract]:ResolvedType
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.getSuperclass:()Lorg/aspectj/weaver/ResolvedType; ]
ReferenceTypeDelegate.getTypeMungers ( ) [abstract]:java.util.Collection
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.getTypeMungers:()Ljava/util/Collection; ]
ReferenceTypeDelegate.getTypeVariables ( ) [abstract]:TypeVariable[]
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.getTypeVariables:()[Lorg/aspectj/weaver/TypeVariable; ]
ReferenceTypeDelegate.getWeaverState ( ) [abstract]:WeaverStateInfo
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.getWeaverState:()Lorg/aspectj/weaver/WeaverStateInfo; ]
ReferenceTypeDelegate.hasAnnotation ( UnresolvedType p1 ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.hasAnnotation:(Lorg/aspectj/weaver/UnresolvedType;)Z ]
ReferenceTypeDelegate.isAnnotation ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.isAnnotation:()Z ]
ReferenceTypeDelegate.isAnnotationStyleAspect ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.isAnnotationStyleAspect:()Z ]
ReferenceTypeDelegate.isAnnotationWithRuntimeRetention ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.isAnnotationWithRuntimeRetention:()Z ]
ReferenceTypeDelegate.isAnonymous ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.isAnonymous:()Z ]
ReferenceTypeDelegate.isAspect ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.isAspect:()Z ]
ReferenceTypeDelegate.isClass ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.isClass:()Z ]
ReferenceTypeDelegate.isEnum ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.isEnum:()Z ]
ReferenceTypeDelegate.isExposedToWeaver ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.isExposedToWeaver:()Z ]
ReferenceTypeDelegate.isGeneric ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.isGeneric:()Z ]
ReferenceTypeDelegate.isInterface ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.isInterface:()Z ]
ReferenceTypeDelegate.isNested ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ReferenceTypeDelegate.isNested:()Z ]
xwork-2.1.2.jar, Reflection.class
package org.aspectj.util
Reflection.getMatchingMethod ( Class class_, String name, Object[] args ) [static]:reflect.Method
[ run-time name: org/aspectj/util/Reflection.getMatchingMethod:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/reflect/Method; ]
Reflection.getStaticField ( Class class_, String name ) [static]:Object
[ run-time name: org/aspectj/util/Reflection.getStaticField:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object; ]
Reflection.invoke ( Class class_, Object target, String name, Object arg1 ) [static]:Object
[ run-time name: org/aspectj/util/Reflection.invoke:(Ljava/lang/Class;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object; ]
Reflection.invoke ( Class class_, Object target, String name, Object arg1, Object arg2 ) [static]:Object
[ run-time name: org/aspectj/util/Reflection.invoke:(Ljava/lang/Class;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; ]
Reflection.invoke ( Class class_, Object target, String name, Object arg1, Object arg2, Object arg3 ) [static]:Object
[ run-time name: org/aspectj/util/Reflection.invoke:(Ljava/lang/Class;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; ]
Reflection.invokeN ( Class class_, String name, Object target, Object[] args ) [static]:Object
[ run-time name: org/aspectj/util/Reflection.invokeN:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; ]
Reflection.invokestatic ( Class class_, String name ) [static]:Object
[ run-time name: org/aspectj/util/Reflection.invokestatic:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object; ]
Reflection.invokestatic ( Class class_, String name, Object arg1 ) [static]:Object
[ run-time name: org/aspectj/util/Reflection.invokestatic:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object; ]
Reflection.invokestatic ( Class class_, String name, Object arg1, Object arg2 ) [static]:Object
[ run-time name: org/aspectj/util/Reflection.invokestatic:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; ]
Reflection.invokestatic ( Class class_, String name, Object arg1, Object arg2, Object arg3 ) [static]:Object
[ run-time name: org/aspectj/util/Reflection.invokestatic:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; ]
Reflection.invokestaticN ( Class class_, String name, Object[] args ) [static]:Object
[ run-time name: org/aspectj/util/Reflection.invokestaticN:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object; ]
Reflection.runMainInSameVM ( Class mainClass, String[] args ) [static]:void
[ run-time name: org/aspectj/util/Reflection.runMainInSameVM:(Ljava/lang/Class;[Ljava/lang/String;)V ]
Reflection.runMainInSameVM ( java.net.URL[] urls, java.io.File[] libs, java.io.File[] dirs, String className, String[] args ) [static]:void
[ run-time name: org/aspectj/util/Reflection.runMainInSameVM:([Ljava/net/URL;[Ljava/io/File;[Ljava/io/File;Ljava/lang/String;[Ljava/lang/String;)V ]
Reflection.runMainInSameVM ( String classpath, String className, String[] args ) [static]:void
[ run-time name: org/aspectj/util/Reflection.runMainInSameVM:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V ]
xwork-2.1.2.jar, ReflectionBasedReferenceTypeDelegate.class
package org.aspectj.weaver.reflect
ReflectionBasedReferenceTypeDelegate.addAnnotation ( org.aspectj.weaver.AnnotationX annotationX ):void
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.addAnnotation:(Lorg/aspectj/weaver/AnnotationX;)V ]
ReflectionBasedReferenceTypeDelegate.buildGenericType ( ):org.aspectj.weaver.ReferenceType
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.buildGenericType:()Lorg/aspectj/weaver/ReferenceType; ]
ReflectionBasedReferenceTypeDelegate.canAnnotationTargetType ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.canAnnotationTargetType:()Z ]
ReflectionBasedReferenceTypeDelegate.createResolvedMemberFor ( reflect.Member aMember ):ReflectionBasedResolvedMemberImpl
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.createResolvedMemberFor:(Ljava/lang/reflect/Member;)Lorg/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl; ]
ReflectionBasedReferenceTypeDelegate.doesNotExposeShadowMungers ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.doesNotExposeShadowMungers:()Z ]
ReflectionBasedReferenceTypeDelegate.ensureDelegateConsistent ( ):void
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.ensureDelegateConsistent:()V ]
ReflectionBasedReferenceTypeDelegate.getAnnotations ( ):org.aspectj.weaver.AnnotationX[]
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.getAnnotations:()[Lorg/aspectj/weaver/AnnotationX; ]
ReflectionBasedReferenceTypeDelegate.getAnnotationTargetKinds ( ):org.aspectj.weaver.AnnotationTargetKind[]
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.getAnnotationTargetKinds:()[Lorg/aspectj/weaver/AnnotationTargetKind; ]
ReflectionBasedReferenceTypeDelegate.getAnnotationTypes ( ):org.aspectj.weaver.ResolvedType[]
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.getAnnotationTypes:()[Lorg/aspectj/weaver/ResolvedType; ]
ReflectionBasedReferenceTypeDelegate.getBaseClass ( ):Class
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.getBaseClass:()Ljava/lang/Class; ]
ReflectionBasedReferenceTypeDelegate.getDeclaredFields ( ):org.aspectj.weaver.ResolvedMember[]
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.getDeclaredFields:()[Lorg/aspectj/weaver/ResolvedMember; ]
ReflectionBasedReferenceTypeDelegate.getDeclaredGenericSignature ( ):String
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.getDeclaredGenericSignature:()Ljava/lang/String; ]
ReflectionBasedReferenceTypeDelegate.getDeclaredInterfaces ( ):org.aspectj.weaver.ResolvedType[]
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.getDeclaredInterfaces:()[Lorg/aspectj/weaver/ResolvedType; ]
ReflectionBasedReferenceTypeDelegate.getDeclaredMethods ( ):org.aspectj.weaver.ResolvedMember[]
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.getDeclaredMethods:()[Lorg/aspectj/weaver/ResolvedMember; ]
ReflectionBasedReferenceTypeDelegate.getDeclaredPointcuts ( ):org.aspectj.weaver.ResolvedMember[]
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.getDeclaredPointcuts:()[Lorg/aspectj/weaver/ResolvedMember; ]
ReflectionBasedReferenceTypeDelegate.getDeclares ( ):java.util.Collection
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.getDeclares:()Ljava/util/Collection; ]
ReflectionBasedReferenceTypeDelegate.getModifiers ( ):int
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.getModifiers:()I ]
ReflectionBasedReferenceTypeDelegate.getOuterClass ( ):org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.getOuterClass:()Lorg/aspectj/weaver/ResolvedType; ]
ReflectionBasedReferenceTypeDelegate.getPerClause ( ):org.aspectj.weaver.patterns.PerClause
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.getPerClause:()Lorg/aspectj/weaver/patterns/PerClause; ]
ReflectionBasedReferenceTypeDelegate.getPrivilegedAccesses ( ):java.util.Collection
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.getPrivilegedAccesses:()Ljava/util/Collection; ]
ReflectionBasedReferenceTypeDelegate.getResolvedTypeX ( ):org.aspectj.weaver.ReferenceType
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.getResolvedTypeX:()Lorg/aspectj/weaver/ReferenceType; ]
ReflectionBasedReferenceTypeDelegate.getRetentionPolicy ( ):String
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.getRetentionPolicy:()Ljava/lang/String; ]
ReflectionBasedReferenceTypeDelegate.getSourceContext ( ):org.aspectj.weaver.ISourceContext
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.getSourceContext:()Lorg/aspectj/weaver/ISourceContext; ]
ReflectionBasedReferenceTypeDelegate.getSourcefilename ( ):String
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.getSourcefilename:()Ljava/lang/String; ]
ReflectionBasedReferenceTypeDelegate.getSuperclass ( ):org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.getSuperclass:()Lorg/aspectj/weaver/ResolvedType; ]
ReflectionBasedReferenceTypeDelegate.getTypeMungers ( ):java.util.Collection
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.getTypeMungers:()Ljava/util/Collection; ]
ReflectionBasedReferenceTypeDelegate.getTypeVariables ( ):org.aspectj.weaver.TypeVariable[]
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.getTypeVariables:()[Lorg/aspectj/weaver/TypeVariable; ]
ReflectionBasedReferenceTypeDelegate.getWeaverState ( ):org.aspectj.weaver.WeaverStateInfo
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.getWeaverState:()Lorg/aspectj/weaver/WeaverStateInfo; ]
ReflectionBasedReferenceTypeDelegate.getWorld ( ):org.aspectj.weaver.World
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.getWorld:()Lorg/aspectj/weaver/World; ]
ReflectionBasedReferenceTypeDelegate.hasAnnotation ( org.aspectj.weaver.UnresolvedType ofType ):boolean
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.hasAnnotation:(Lorg/aspectj/weaver/UnresolvedType;)Z ]
ReflectionBasedReferenceTypeDelegate.initialize ( org.aspectj.weaver.ReferenceType aType, Class aClass, ClassLoader aClassLoader, org.aspectj.weaver.World aWorld ):void
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.initialize:(Lorg/aspectj/weaver/ReferenceType;Ljava/lang/Class;Ljava/lang/ClassLoader;Lorg/aspectj/weaver/World;)V ]
ReflectionBasedReferenceTypeDelegate.isAnnotation ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.isAnnotation:()Z ]
ReflectionBasedReferenceTypeDelegate.isAnnotationStyleAspect ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.isAnnotationStyleAspect:()Z ]
ReflectionBasedReferenceTypeDelegate.isAnnotationWithRuntimeRetention ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.isAnnotationWithRuntimeRetention:()Z ]
ReflectionBasedReferenceTypeDelegate.isAnonymous ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.isAnonymous:()Z ]
ReflectionBasedReferenceTypeDelegate.isAspect ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.isAspect:()Z ]
ReflectionBasedReferenceTypeDelegate.isClass ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.isClass:()Z ]
ReflectionBasedReferenceTypeDelegate.isEnum ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.isEnum:()Z ]
ReflectionBasedReferenceTypeDelegate.isExposedToWeaver ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.isExposedToWeaver:()Z ]
ReflectionBasedReferenceTypeDelegate.isGeneric ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.isGeneric:()Z ]
ReflectionBasedReferenceTypeDelegate.isInterface ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.isInterface:()Z ]
ReflectionBasedReferenceTypeDelegate.isNested ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate.isNested:()Z ]
ReflectionBasedReferenceTypeDelegate.ReflectionBasedReferenceTypeDelegate ( )
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate."<init>":()V ]
ReflectionBasedReferenceTypeDelegate.ReflectionBasedReferenceTypeDelegate ( Class forClass, ClassLoader aClassLoader, org.aspectj.weaver.World inWorld, org.aspectj.weaver.ReferenceType resolvedType )
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate."<init>":(Ljava/lang/Class;Ljava/lang/ClassLoader;Lorg/aspectj/weaver/World;Lorg/aspectj/weaver/ReferenceType;)V ]
xwork-2.1.2.jar, ReflectionBasedReferenceTypeDelegateFactory.class
package org.aspectj.weaver.reflect
ReflectionBasedReferenceTypeDelegateFactory.createDelegate ( org.aspectj.weaver.ReferenceType forReferenceType, org.aspectj.weaver.World inWorld, ClassLoader usingClassLoader ) [static]:ReflectionBasedReferenceTypeDelegate
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegateFactory.createDelegate:(Lorg/aspectj/weaver/ReferenceType;Lorg/aspectj/weaver/World;Ljava/lang/ClassLoader;)Lorg/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegate; ]
ReflectionBasedReferenceTypeDelegateFactory.createHandlerMember ( Class exceptionType, Class inType, org.aspectj.weaver.World inWorld ) [static]:org.aspectj.weaver.ResolvedMember
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegateFactory.createHandlerMember:(Ljava/lang/Class;Ljava/lang/Class;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ResolvedMember; ]
ReflectionBasedReferenceTypeDelegateFactory.createResolvedAdviceMember ( reflect.Method aMethod, org.aspectj.weaver.World inWorld ) [static]:org.aspectj.weaver.ResolvedMember
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegateFactory.createResolvedAdviceMember:(Ljava/lang/reflect/Method;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ResolvedMember; ]
ReflectionBasedReferenceTypeDelegateFactory.createResolvedConstructor ( reflect.Constructor aConstructor, org.aspectj.weaver.World inWorld ) [static]:org.aspectj.weaver.ResolvedMember
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegateFactory.createResolvedConstructor:(Ljava/lang/reflect/Constructor;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ResolvedMember; ]
ReflectionBasedReferenceTypeDelegateFactory.createResolvedField ( reflect.Field aField, org.aspectj.weaver.World inWorld ) [static]:org.aspectj.weaver.ResolvedMember
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegateFactory.createResolvedField:(Ljava/lang/reflect/Field;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ResolvedMember; ]
ReflectionBasedReferenceTypeDelegateFactory.createResolvedMember ( reflect.Member reflectMember, org.aspectj.weaver.World inWorld ) [static]:org.aspectj.weaver.ResolvedMember
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegateFactory.createResolvedMember:(Ljava/lang/reflect/Member;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ResolvedMember; ]
ReflectionBasedReferenceTypeDelegateFactory.createResolvedMethod ( reflect.Method aMethod, org.aspectj.weaver.World inWorld ) [static]:org.aspectj.weaver.ResolvedMember
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegateFactory.createResolvedMethod:(Ljava/lang/reflect/Method;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ResolvedMember; ]
ReflectionBasedReferenceTypeDelegateFactory.createStaticInitMember ( Class forType, org.aspectj.weaver.World inWorld ) [static]:org.aspectj.weaver.ResolvedMember
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegateFactory.createStaticInitMember:(Ljava/lang/Class;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ResolvedMember; ]
ReflectionBasedReferenceTypeDelegateFactory.ReflectionBasedReferenceTypeDelegateFactory ( )
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegateFactory."<init>":()V ]
ReflectionBasedReferenceTypeDelegateFactory.resolveTypeInWorld ( Class aClass, org.aspectj.weaver.World aWorld ) [static]:org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegateFactory.resolveTypeInWorld:(Ljava/lang/Class;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ResolvedType; ]
xwork-2.1.2.jar, ReflectionBasedResolvedMemberImpl.class
package org.aspectj.weaver.reflect
ReflectionBasedResolvedMemberImpl.getAnnotationDefaultValue ( ):String
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl.getAnnotationDefaultValue:()Ljava/lang/String; ]
ReflectionBasedResolvedMemberImpl.getAnnotationOfType ( org.aspectj.weaver.UnresolvedType ofType ):org.aspectj.weaver.AnnotationX
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl.getAnnotationOfType:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/AnnotationX; ]
ReflectionBasedResolvedMemberImpl.getAnnotationTypes ( ):org.aspectj.weaver.ResolvedType[]
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl.getAnnotationTypes:()[Lorg/aspectj/weaver/ResolvedType; ]
ReflectionBasedResolvedMemberImpl.getGenericParameterTypes ( ):org.aspectj.weaver.UnresolvedType[]
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl.getGenericParameterTypes:()[Lorg/aspectj/weaver/UnresolvedType; ]
ReflectionBasedResolvedMemberImpl.getGenericReturnType ( ):org.aspectj.weaver.UnresolvedType
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl.getGenericReturnType:()Lorg/aspectj/weaver/UnresolvedType; ]
ReflectionBasedResolvedMemberImpl.getMember ( ):reflect.Member
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl.getMember:()Ljava/lang/reflect/Member; ]
ReflectionBasedResolvedMemberImpl.getParameterAnnotationTypes ( ):org.aspectj.weaver.ResolvedType[][]
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl.getParameterAnnotationTypes:()[[Lorg/aspectj/weaver/ResolvedType; ]
ReflectionBasedResolvedMemberImpl.hasAnnotation ( org.aspectj.weaver.UnresolvedType ofType ):boolean
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl.hasAnnotation:(Lorg/aspectj/weaver/UnresolvedType;)Z ]
ReflectionBasedResolvedMemberImpl.hasAnnotations ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl.hasAnnotations:()Z ]
ReflectionBasedResolvedMemberImpl.isBridgeMethod ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl.isBridgeMethod:()Z ]
ReflectionBasedResolvedMemberImpl.isSynthetic ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl.isSynthetic:()Z ]
ReflectionBasedResolvedMemberImpl.isVarargsMethod ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl.isVarargsMethod:()Z ]
ReflectionBasedResolvedMemberImpl.ReflectionBasedResolvedMemberImpl ( org.aspectj.weaver.MemberKind kind, org.aspectj.weaver.UnresolvedType declaringType, int modifiers, org.aspectj.weaver.UnresolvedType returnType, String name, org.aspectj.weaver.UnresolvedType[] parameterTypes, org.aspectj.weaver.UnresolvedType[] checkedExceptions, org.aspectj.weaver.ResolvedMember backingGenericMember, reflect.Member reflectMember )
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl."<init>":(Lorg/aspectj/weaver/MemberKind;Lorg/aspectj/weaver/UnresolvedType;ILorg/aspectj/weaver/UnresolvedType;Ljava/lang/String;[Lorg/aspectj/weaver/UnresolvedType;[Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/ResolvedMember;Ljava/lang/reflect/Member;)V ]
ReflectionBasedResolvedMemberImpl.ReflectionBasedResolvedMemberImpl ( org.aspectj.weaver.MemberKind kind, org.aspectj.weaver.UnresolvedType declaringType, int modifiers, org.aspectj.weaver.UnresolvedType returnType, String name, org.aspectj.weaver.UnresolvedType[] parameterTypes, org.aspectj.weaver.UnresolvedType[] checkedExceptions, reflect.Member reflectMember )
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl."<init>":(Lorg/aspectj/weaver/MemberKind;Lorg/aspectj/weaver/UnresolvedType;ILorg/aspectj/weaver/UnresolvedType;Ljava/lang/String;[Lorg/aspectj/weaver/UnresolvedType;[Lorg/aspectj/weaver/UnresolvedType;Ljava/lang/reflect/Member;)V ]
ReflectionBasedResolvedMemberImpl.ReflectionBasedResolvedMemberImpl ( org.aspectj.weaver.MemberKind kind, org.aspectj.weaver.UnresolvedType declaringType, int modifiers, org.aspectj.weaver.UnresolvedType returnType, String name, org.aspectj.weaver.UnresolvedType[] parameterTypes, reflect.Member reflectMember )
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl."<init>":(Lorg/aspectj/weaver/MemberKind;Lorg/aspectj/weaver/UnresolvedType;ILorg/aspectj/weaver/UnresolvedType;Ljava/lang/String;[Lorg/aspectj/weaver/UnresolvedType;Ljava/lang/reflect/Member;)V ]
ReflectionBasedResolvedMemberImpl.ReflectionBasedResolvedMemberImpl ( org.aspectj.weaver.MemberKind kind, org.aspectj.weaver.UnresolvedType declaringType, int modifiers, String name, String signature, reflect.Member reflectMember )
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl."<init>":(Lorg/aspectj/weaver/MemberKind;Lorg/aspectj/weaver/UnresolvedType;ILjava/lang/String;Ljava/lang/String;Ljava/lang/reflect/Member;)V ]
ReflectionBasedResolvedMemberImpl.setAnnotationFinder ( AnnotationFinder finder ):void
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl.setAnnotationFinder:(Lorg/aspectj/weaver/reflect/AnnotationFinder;)V ]
ReflectionBasedResolvedMemberImpl.setGenericSignatureInformationProvider ( GenericSignatureInformationProvider gsigProvider ):void
[ run-time name: org/aspectj/weaver/reflect/ReflectionBasedResolvedMemberImpl.setGenericSignatureInformationProvider:(Lorg/aspectj/weaver/reflect/GenericSignatureInformationProvider;)V ]
xwork-2.1.2.jar, ReflectionFactory.class
package org.aspectj.bridge
ReflectionFactory.makeCommand ( String cname, IMessageHandler errorSink ) [static]:ICommand
[ run-time name: org/aspectj/bridge/ReflectionFactory.makeCommand:(Ljava/lang/String;Lorg/aspectj/bridge/IMessageHandler;)Lorg/aspectj/bridge/ICommand; ]
xwork-2.1.2.jar, ReflectionFastMatchInfo.class
package org.aspectj.weaver.reflect
ReflectionFastMatchInfo.getMatchingContext ( ):org.aspectj.weaver.tools.MatchingContext
[ run-time name: org/aspectj/weaver/reflect/ReflectionFastMatchInfo.getMatchingContext:()Lorg/aspectj/weaver/tools/MatchingContext; ]
ReflectionFastMatchInfo.ReflectionFastMatchInfo ( org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.Shadow.Kind kind, org.aspectj.weaver.tools.MatchingContext context )
[ run-time name: org/aspectj/weaver/reflect/ReflectionFastMatchInfo."<init>":(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/Shadow$Kind;Lorg/aspectj/weaver/tools/MatchingContext;)V ]
xwork-2.1.2.jar, ReflectionShadow.class
package org.aspectj.weaver.reflect
ReflectionShadow.getArgAnnotationVar ( int i, org.aspectj.weaver.UnresolvedType forAnnotationType ):org.aspectj.weaver.ast.Var
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.getArgAnnotationVar:(ILorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ast/Var; ]
ReflectionShadow.getArgVar ( int i ):org.aspectj.weaver.ast.Var
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.getArgVar:(I)Lorg/aspectj/weaver/ast/Var; ]
ReflectionShadow.getEnclosingCodeSignature ( ):org.aspectj.weaver.Member
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.getEnclosingCodeSignature:()Lorg/aspectj/weaver/Member; ]
ReflectionShadow.getEnclosingType ( ):org.aspectj.weaver.UnresolvedType
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.getEnclosingType:()Lorg/aspectj/weaver/UnresolvedType; ]
ReflectionShadow.getIWorld ( ):org.aspectj.weaver.World
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.getIWorld:()Lorg/aspectj/weaver/World; ]
ReflectionShadow.getKindedAnnotationVar ( org.aspectj.weaver.UnresolvedType forAnnotationType ):org.aspectj.weaver.ast.Var
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.getKindedAnnotationVar:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ast/Var; ]
ReflectionShadow.getMatchingContext ( ):org.aspectj.weaver.tools.MatchingContext
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.getMatchingContext:()Lorg/aspectj/weaver/tools/MatchingContext; ]
ReflectionShadow.getSourceLocation ( ):org.aspectj.bridge.ISourceLocation
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.getSourceLocation:()Lorg/aspectj/bridge/ISourceLocation; ]
ReflectionShadow.getTargetAnnotationVar ( org.aspectj.weaver.UnresolvedType forAnnotationType ):org.aspectj.weaver.ast.Var
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.getTargetAnnotationVar:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ast/Var; ]
ReflectionShadow.getTargetVar ( ):org.aspectj.weaver.ast.Var
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.getTargetVar:()Lorg/aspectj/weaver/ast/Var; ]
ReflectionShadow.getThisAnnotationVar ( org.aspectj.weaver.UnresolvedType forAnnotationType ):org.aspectj.weaver.ast.Var
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.getThisAnnotationVar:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ast/Var; ]
ReflectionShadow.getThisEnclosingJoinPointStaticPartVar ( ):org.aspectj.weaver.ast.Var
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.getThisEnclosingJoinPointStaticPartVar:()Lorg/aspectj/weaver/ast/Var; ]
ReflectionShadow.getThisJoinPointStaticPartVar ( ):org.aspectj.weaver.ast.Var
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.getThisJoinPointStaticPartVar:()Lorg/aspectj/weaver/ast/Var; ]
ReflectionShadow.getThisJoinPointVar ( ):org.aspectj.weaver.ast.Var
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.getThisJoinPointVar:()Lorg/aspectj/weaver/ast/Var; ]
ReflectionShadow.getThisVar ( ):org.aspectj.weaver.ast.Var
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.getThisVar:()Lorg/aspectj/weaver/ast/Var; ]
ReflectionShadow.getWithinAnnotationVar ( org.aspectj.weaver.UnresolvedType forAnnotationType ):org.aspectj.weaver.ast.Var
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.getWithinAnnotationVar:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ast/Var; ]
ReflectionShadow.getWithinCodeAnnotationVar ( org.aspectj.weaver.UnresolvedType forAnnotationType ):org.aspectj.weaver.ast.Var
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.getWithinCodeAnnotationVar:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ast/Var; ]
ReflectionShadow.makeAdviceExecutionShadow ( org.aspectj.weaver.World inWorld, reflect.Method forMethod, org.aspectj.weaver.tools.MatchingContext withContext ) [static]:org.aspectj.weaver.Shadow
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.makeAdviceExecutionShadow:(Lorg/aspectj/weaver/World;Ljava/lang/reflect/Method;Lorg/aspectj/weaver/tools/MatchingContext;)Lorg/aspectj/weaver/Shadow; ]
ReflectionShadow.makeCallShadow ( org.aspectj.weaver.World inWorld, reflect.Member aMember, Class thisClass, org.aspectj.weaver.tools.MatchingContext withContext ) [static]:org.aspectj.weaver.Shadow
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.makeCallShadow:(Lorg/aspectj/weaver/World;Ljava/lang/reflect/Member;Ljava/lang/Class;Lorg/aspectj/weaver/tools/MatchingContext;)Lorg/aspectj/weaver/Shadow; ]
ReflectionShadow.makeCallShadow ( org.aspectj.weaver.World inWorld, reflect.Member aMember, reflect.Member withinCode, org.aspectj.weaver.tools.MatchingContext withContext ) [static]:org.aspectj.weaver.Shadow
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.makeCallShadow:(Lorg/aspectj/weaver/World;Ljava/lang/reflect/Member;Ljava/lang/reflect/Member;Lorg/aspectj/weaver/tools/MatchingContext;)Lorg/aspectj/weaver/Shadow; ]
ReflectionShadow.makeExecutionShadow ( org.aspectj.weaver.World inWorld, reflect.Member forMethod, org.aspectj.weaver.tools.MatchingContext withContext ) [static]:org.aspectj.weaver.Shadow
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.makeExecutionShadow:(Lorg/aspectj/weaver/World;Ljava/lang/reflect/Member;Lorg/aspectj/weaver/tools/MatchingContext;)Lorg/aspectj/weaver/Shadow; ]
ReflectionShadow.makeFieldGetShadow ( org.aspectj.weaver.World inWorld, reflect.Field forField, Class callerType, org.aspectj.weaver.tools.MatchingContext withContext ) [static]:org.aspectj.weaver.Shadow
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.makeFieldGetShadow:(Lorg/aspectj/weaver/World;Ljava/lang/reflect/Field;Ljava/lang/Class;Lorg/aspectj/weaver/tools/MatchingContext;)Lorg/aspectj/weaver/Shadow; ]
ReflectionShadow.makeFieldGetShadow ( org.aspectj.weaver.World inWorld, reflect.Field forField, reflect.Member inMember, org.aspectj.weaver.tools.MatchingContext withContext ) [static]:org.aspectj.weaver.Shadow
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.makeFieldGetShadow:(Lorg/aspectj/weaver/World;Ljava/lang/reflect/Field;Ljava/lang/reflect/Member;Lorg/aspectj/weaver/tools/MatchingContext;)Lorg/aspectj/weaver/Shadow; ]
ReflectionShadow.makeFieldSetShadow ( org.aspectj.weaver.World inWorld, reflect.Field forField, Class callerType, org.aspectj.weaver.tools.MatchingContext withContext ) [static]:org.aspectj.weaver.Shadow
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.makeFieldSetShadow:(Lorg/aspectj/weaver/World;Ljava/lang/reflect/Field;Ljava/lang/Class;Lorg/aspectj/weaver/tools/MatchingContext;)Lorg/aspectj/weaver/Shadow; ]
ReflectionShadow.makeFieldSetShadow ( org.aspectj.weaver.World inWorld, reflect.Field forField, reflect.Member inMember, org.aspectj.weaver.tools.MatchingContext withContext ) [static]:org.aspectj.weaver.Shadow
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.makeFieldSetShadow:(Lorg/aspectj/weaver/World;Ljava/lang/reflect/Field;Ljava/lang/reflect/Member;Lorg/aspectj/weaver/tools/MatchingContext;)Lorg/aspectj/weaver/Shadow; ]
ReflectionShadow.makeHandlerShadow ( org.aspectj.weaver.World inWorld, Class exceptionType, Class withinType, org.aspectj.weaver.tools.MatchingContext withContext ) [static]:org.aspectj.weaver.Shadow
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.makeHandlerShadow:(Lorg/aspectj/weaver/World;Ljava/lang/Class;Ljava/lang/Class;Lorg/aspectj/weaver/tools/MatchingContext;)Lorg/aspectj/weaver/Shadow; ]
ReflectionShadow.makeHandlerShadow ( org.aspectj.weaver.World inWorld, Class exceptionType, reflect.Member withinCode, org.aspectj.weaver.tools.MatchingContext withContext ) [static]:org.aspectj.weaver.Shadow
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.makeHandlerShadow:(Lorg/aspectj/weaver/World;Ljava/lang/Class;Ljava/lang/reflect/Member;Lorg/aspectj/weaver/tools/MatchingContext;)Lorg/aspectj/weaver/Shadow; ]
ReflectionShadow.makeInitializationShadow ( org.aspectj.weaver.World inWorld, reflect.Constructor forConstructor, org.aspectj.weaver.tools.MatchingContext withContext ) [static]:org.aspectj.weaver.Shadow
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.makeInitializationShadow:(Lorg/aspectj/weaver/World;Ljava/lang/reflect/Constructor;Lorg/aspectj/weaver/tools/MatchingContext;)Lorg/aspectj/weaver/Shadow; ]
ReflectionShadow.makePreInitializationShadow ( org.aspectj.weaver.World inWorld, reflect.Constructor forConstructor, org.aspectj.weaver.tools.MatchingContext withContext ) [static]:org.aspectj.weaver.Shadow
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.makePreInitializationShadow:(Lorg/aspectj/weaver/World;Ljava/lang/reflect/Constructor;Lorg/aspectj/weaver/tools/MatchingContext;)Lorg/aspectj/weaver/Shadow; ]
ReflectionShadow.makeStaticInitializationShadow ( org.aspectj.weaver.World inWorld, Class forType, org.aspectj.weaver.tools.MatchingContext withContext ) [static]:org.aspectj.weaver.Shadow
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow.makeStaticInitializationShadow:(Lorg/aspectj/weaver/World;Ljava/lang/Class;Lorg/aspectj/weaver/tools/MatchingContext;)Lorg/aspectj/weaver/Shadow; ]
ReflectionShadow.ReflectionShadow ( org.aspectj.weaver.World world, org.aspectj.weaver.Shadow.Kind kind, org.aspectj.weaver.Member signature, org.aspectj.weaver.Shadow enclosingShadow, org.aspectj.weaver.ResolvedType enclosingType, org.aspectj.weaver.ResolvedMember enclosingMember, org.aspectj.weaver.tools.MatchingContext withContext )
[ run-time name: org/aspectj/weaver/reflect/ReflectionShadow."<init>":(Lorg/aspectj/weaver/World;Lorg/aspectj/weaver/Shadow$Kind;Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedMember;Lorg/aspectj/weaver/tools/MatchingContext;)V ]
xwork-2.1.2.jar, ReflectionVar.class
package org.aspectj.weaver.reflect
ReflectionVar.createArgsAnnotationVar ( org.aspectj.weaver.ResolvedType type, int index, AnnotationFinder finder ) [static]:ReflectionVar
[ run-time name: org/aspectj/weaver/reflect/ReflectionVar.createArgsAnnotationVar:(Lorg/aspectj/weaver/ResolvedType;ILorg/aspectj/weaver/reflect/AnnotationFinder;)Lorg/aspectj/weaver/reflect/ReflectionVar; ]
ReflectionVar.createArgsVar ( org.aspectj.weaver.ResolvedType type, int index, AnnotationFinder finder ) [static]:ReflectionVar
[ run-time name: org/aspectj/weaver/reflect/ReflectionVar.createArgsVar:(Lorg/aspectj/weaver/ResolvedType;ILorg/aspectj/weaver/reflect/AnnotationFinder;)Lorg/aspectj/weaver/reflect/ReflectionVar; ]
ReflectionVar.createAtAnnotationVar ( org.aspectj.weaver.ResolvedType annType, AnnotationFinder finder ) [static]:ReflectionVar
[ run-time name: org/aspectj/weaver/reflect/ReflectionVar.createAtAnnotationVar:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/reflect/AnnotationFinder;)Lorg/aspectj/weaver/reflect/ReflectionVar; ]
ReflectionVar.createTargetAnnotationVar ( org.aspectj.weaver.ResolvedType type, AnnotationFinder finder ) [static]:ReflectionVar
[ run-time name: org/aspectj/weaver/reflect/ReflectionVar.createTargetAnnotationVar:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/reflect/AnnotationFinder;)Lorg/aspectj/weaver/reflect/ReflectionVar; ]
ReflectionVar.createTargetVar ( org.aspectj.weaver.ResolvedType type, AnnotationFinder finder ) [static]:ReflectionVar
[ run-time name: org/aspectj/weaver/reflect/ReflectionVar.createTargetVar:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/reflect/AnnotationFinder;)Lorg/aspectj/weaver/reflect/ReflectionVar; ]
ReflectionVar.createThisAnnotationVar ( org.aspectj.weaver.ResolvedType type, AnnotationFinder finder ) [static]:ReflectionVar
[ run-time name: org/aspectj/weaver/reflect/ReflectionVar.createThisAnnotationVar:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/reflect/AnnotationFinder;)Lorg/aspectj/weaver/reflect/ReflectionVar; ]
ReflectionVar.createThisVar ( org.aspectj.weaver.ResolvedType type, AnnotationFinder finder ) [static]:ReflectionVar
[ run-time name: org/aspectj/weaver/reflect/ReflectionVar.createThisVar:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/reflect/AnnotationFinder;)Lorg/aspectj/weaver/reflect/ReflectionVar; ]
ReflectionVar.createWithinAnnotationVar ( org.aspectj.weaver.ResolvedType annType, AnnotationFinder finder ) [static]:ReflectionVar
[ run-time name: org/aspectj/weaver/reflect/ReflectionVar.createWithinAnnotationVar:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/reflect/AnnotationFinder;)Lorg/aspectj/weaver/reflect/ReflectionVar; ]
ReflectionVar.createWithinCodeAnnotationVar ( org.aspectj.weaver.ResolvedType annType, AnnotationFinder finder ) [static]:ReflectionVar
[ run-time name: org/aspectj/weaver/reflect/ReflectionVar.createWithinCodeAnnotationVar:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/reflect/AnnotationFinder;)Lorg/aspectj/weaver/reflect/ReflectionVar; ]
ReflectionVar.getBindingAtJoinPoint ( Object thisObject, Object targetObject, Object[] args ):Object
[ run-time name: org/aspectj/weaver/reflect/ReflectionVar.getBindingAtJoinPoint:(Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; ]
ReflectionVar.getBindingAtJoinPoint ( Object thisObject, Object targetObject, Object[] args, reflect.Member subject, reflect.Member withinCode, Class withinType ):Object
[ run-time name: org/aspectj/weaver/reflect/ReflectionVar.getBindingAtJoinPoint:(Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/reflect/Member;Ljava/lang/reflect/Member;Ljava/lang/Class;)Ljava/lang/Object; ]
xwork-2.1.2.jar, ReflectionWorld.class
package org.aspectj.weaver.reflect
ReflectionWorld.concreteTypeMunger ( org.aspectj.weaver.ResolvedTypeMunger munger, org.aspectj.weaver.ResolvedType aspectType ):org.aspectj.weaver.ConcreteTypeMunger
[ run-time name: org/aspectj/weaver/reflect/ReflectionWorld.concreteTypeMunger:(Lorg/aspectj/weaver/ResolvedTypeMunger;Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ConcreteTypeMunger; ]
ReflectionWorld.createAdviceMunger ( org.aspectj.weaver.AjAttribute.AdviceAttribute attribute, org.aspectj.weaver.patterns.Pointcut pointcut, org.aspectj.weaver.Member signature ):org.aspectj.weaver.Advice
[ run-time name: org/aspectj/weaver/reflect/ReflectionWorld.createAdviceMunger:(Lorg/aspectj/weaver/AjAttribute$AdviceAttribute;Lorg/aspectj/weaver/patterns/Pointcut;Lorg/aspectj/weaver/Member;)Lorg/aspectj/weaver/Advice; ]
ReflectionWorld.getAnnotationFinder ( ):AnnotationFinder
[ run-time name: org/aspectj/weaver/reflect/ReflectionWorld.getAnnotationFinder:()Lorg/aspectj/weaver/reflect/AnnotationFinder; ]
ReflectionWorld.getClassLoader ( ):ClassLoader
[ run-time name: org/aspectj/weaver/reflect/ReflectionWorld.getClassLoader:()Ljava/lang/ClassLoader; ]
ReflectionWorld.makeAnnotationFinderIfAny ( ClassLoader loader, org.aspectj.weaver.World world ) [static]:AnnotationFinder
[ run-time name: org/aspectj/weaver/reflect/ReflectionWorld.makeAnnotationFinderIfAny:(Ljava/lang/ClassLoader;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/reflect/AnnotationFinder; ]
ReflectionWorld.makeCflowCounterFieldAdder ( org.aspectj.weaver.ResolvedMember cflowField ):org.aspectj.weaver.ConcreteTypeMunger
[ run-time name: org/aspectj/weaver/reflect/ReflectionWorld.makeCflowCounterFieldAdder:(Lorg/aspectj/weaver/ResolvedMember;)Lorg/aspectj/weaver/ConcreteTypeMunger; ]
ReflectionWorld.makeCflowStackFieldAdder ( org.aspectj.weaver.ResolvedMember cflowField ):org.aspectj.weaver.ConcreteTypeMunger
[ run-time name: org/aspectj/weaver/reflect/ReflectionWorld.makeCflowStackFieldAdder:(Lorg/aspectj/weaver/ResolvedMember;)Lorg/aspectj/weaver/ConcreteTypeMunger; ]
ReflectionWorld.makePerClauseAspect ( org.aspectj.weaver.ResolvedType aspect, org.aspectj.weaver.patterns.PerClause.Kind kind ):org.aspectj.weaver.ConcreteTypeMunger
[ run-time name: org/aspectj/weaver/reflect/ReflectionWorld.makePerClauseAspect:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/patterns/PerClause$Kind;)Lorg/aspectj/weaver/ConcreteTypeMunger; ]
ReflectionWorld.ReflectionWorld ( ClassLoader aClassLoader )
[ run-time name: org/aspectj/weaver/reflect/ReflectionWorld."<init>":(Ljava/lang/ClassLoader;)V ]
ReflectionWorld.resolve ( Class aClass ):org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/reflect/ReflectionWorld.resolve:(Ljava/lang/Class;)Lorg/aspectj/weaver/ResolvedType; ]
ReflectionWorld.resolve ( org.aspectj.weaver.World world, Class aClass ) [static]:org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/reflect/ReflectionWorld.resolve:(Lorg/aspectj/weaver/World;Ljava/lang/Class;)Lorg/aspectj/weaver/ResolvedType; ]
ReflectionWorld.resolveDelegate ( org.aspectj.weaver.ReferenceType ty ):org.aspectj.weaver.ReferenceTypeDelegate
[ run-time name: org/aspectj/weaver/reflect/ReflectionWorld.resolveDelegate:(Lorg/aspectj/weaver/ReferenceType;)Lorg/aspectj/weaver/ReferenceTypeDelegate; ]
xwork-2.1.2.jar, Repository.class
package org.aspectj.apache.bcel
Repository.addClass ( classfile.JavaClass clazz ) [static]:classfile.JavaClass
[ run-time name: org/aspectj/apache/bcel/Repository.addClass:(Lorg/aspectj/apache/bcel/classfile/JavaClass;)Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
Repository.clearCache ( ) [static]:void
[ run-time name: org/aspectj/apache/bcel/Repository.clearCache:()V ]
Repository.getInterfaces ( classfile.JavaClass clazz ) [static]:classfile.JavaClass[]
[ run-time name: org/aspectj/apache/bcel/Repository.getInterfaces:(Lorg/aspectj/apache/bcel/classfile/JavaClass;)[Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
Repository.getInterfaces ( String class_name ) [static]:classfile.JavaClass[]
[ run-time name: org/aspectj/apache/bcel/Repository.getInterfaces:(Ljava/lang/String;)[Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
Repository.getRepository ( ) [static]:util.Repository
[ run-time name: org/aspectj/apache/bcel/Repository.getRepository:()Lorg/aspectj/apache/bcel/util/Repository; ]
Repository.getSuperClasses ( classfile.JavaClass clazz ) [static]:classfile.JavaClass[]
[ run-time name: org/aspectj/apache/bcel/Repository.getSuperClasses:(Lorg/aspectj/apache/bcel/classfile/JavaClass;)[Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
Repository.getSuperClasses ( String class_name ) [static]:classfile.JavaClass[]
[ run-time name: org/aspectj/apache/bcel/Repository.getSuperClasses:(Ljava/lang/String;)[Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
Repository.implementationOf ( classfile.JavaClass clazz, classfile.JavaClass inter ) [static]:boolean
[ run-time name: org/aspectj/apache/bcel/Repository.implementationOf:(Lorg/aspectj/apache/bcel/classfile/JavaClass;Lorg/aspectj/apache/bcel/classfile/JavaClass;)Z ]
Repository.implementationOf ( classfile.JavaClass clazz, String inter ) [static]:boolean
[ run-time name: org/aspectj/apache/bcel/Repository.implementationOf:(Lorg/aspectj/apache/bcel/classfile/JavaClass;Ljava/lang/String;)Z ]
Repository.implementationOf ( String clazz, classfile.JavaClass inter ) [static]:boolean
[ run-time name: org/aspectj/apache/bcel/Repository.implementationOf:(Ljava/lang/String;Lorg/aspectj/apache/bcel/classfile/JavaClass;)Z ]
Repository.implementationOf ( String clazz, String inter ) [static]:boolean
[ run-time name: org/aspectj/apache/bcel/Repository.implementationOf:(Ljava/lang/String;Ljava/lang/String;)Z ]
Repository.instanceOf ( classfile.JavaClass clazz, classfile.JavaClass super_class ) [static]:boolean
[ run-time name: org/aspectj/apache/bcel/Repository.instanceOf:(Lorg/aspectj/apache/bcel/classfile/JavaClass;Lorg/aspectj/apache/bcel/classfile/JavaClass;)Z ]
Repository.instanceOf ( classfile.JavaClass clazz, String super_class ) [static]:boolean
[ run-time name: org/aspectj/apache/bcel/Repository.instanceOf:(Lorg/aspectj/apache/bcel/classfile/JavaClass;Ljava/lang/String;)Z ]
Repository.instanceOf ( String clazz, classfile.JavaClass super_class ) [static]:boolean
[ run-time name: org/aspectj/apache/bcel/Repository.instanceOf:(Ljava/lang/String;Lorg/aspectj/apache/bcel/classfile/JavaClass;)Z ]
Repository.instanceOf ( String clazz, String super_class ) [static]:boolean
[ run-time name: org/aspectj/apache/bcel/Repository.instanceOf:(Ljava/lang/String;Ljava/lang/String;)Z ]
Repository.lookupClass ( Class clazz ) [static]:classfile.JavaClass
[ run-time name: org/aspectj/apache/bcel/Repository.lookupClass:(Ljava/lang/Class;)Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
Repository.lookupClass ( String class_name ) [static]:classfile.JavaClass
[ run-time name: org/aspectj/apache/bcel/Repository.lookupClass:(Ljava/lang/String;)Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
Repository.lookupClassFile ( String class_name ) [static]:util.ClassPath.ClassFile
[ run-time name: org/aspectj/apache/bcel/Repository.lookupClassFile:(Ljava/lang/String;)Lorg/aspectj/apache/bcel/util/ClassPath$ClassFile; ]
Repository.removeClass ( classfile.JavaClass clazz ) [static]:void
[ run-time name: org/aspectj/apache/bcel/Repository.removeClass:(Lorg/aspectj/apache/bcel/classfile/JavaClass;)V ]
Repository.removeClass ( String clazz ) [static]:void
[ run-time name: org/aspectj/apache/bcel/Repository.removeClass:(Ljava/lang/String;)V ]
Repository.Repository ( )
[ run-time name: org/aspectj/apache/bcel/Repository."<init>":()V ]
Repository.setRepository ( util.Repository rep ) [static]:void
[ run-time name: org/aspectj/apache/bcel/Repository.setRepository:(Lorg/aspectj/apache/bcel/util/Repository;)V ]
package org.aspectj.apache.bcel.util
Repository.clear ( ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/util/Repository.clear:()V ]
Repository.findClass ( String p1 ) [abstract]:org.aspectj.apache.bcel.classfile.JavaClass
[ run-time name: org/aspectj/apache/bcel/util/Repository.findClass:(Ljava/lang/String;)Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
Repository.loadClass ( Class p1 ) [abstract]:org.aspectj.apache.bcel.classfile.JavaClass
[ run-time name: org/aspectj/apache/bcel/util/Repository.loadClass:(Ljava/lang/Class;)Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
Repository.loadClass ( String p1 ) [abstract]:org.aspectj.apache.bcel.classfile.JavaClass
[ run-time name: org/aspectj/apache/bcel/util/Repository.loadClass:(Ljava/lang/String;)Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
Repository.removeClass ( org.aspectj.apache.bcel.classfile.JavaClass p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/util/Repository.removeClass:(Lorg/aspectj/apache/bcel/classfile/JavaClass;)V ]
Repository.storeClass ( org.aspectj.apache.bcel.classfile.JavaClass p1 ) [abstract]:void
[ run-time name: org/aspectj/apache/bcel/util/Repository.storeClass:(Lorg/aspectj/apache/bcel/classfile/JavaClass;)V ]
xwork-2.1.2.jar, ResolvedMember.class
package org.aspectj.weaver
ResolvedMember.addAnnotation ( AnnotationX p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ResolvedMember.addAnnotation:(Lorg/aspectj/weaver/AnnotationX;)V ]
ResolvedMember.evictWeavingState ( ) [abstract]:void
[ run-time name: org/aspectj/weaver/ResolvedMember.evictWeavingState:()V ]
ResolvedMember.getAnnotationDefaultValue ( ) [abstract]:String
[ run-time name: org/aspectj/weaver/ResolvedMember.getAnnotationDefaultValue:()Ljava/lang/String; ]
ResolvedMember.getAnnotations ( ) [abstract]:AnnotationX[]
[ run-time name: org/aspectj/weaver/ResolvedMember.getAnnotations:()[Lorg/aspectj/weaver/AnnotationX; ]
ResolvedMember.getAnnotationTypes ( ) [abstract]:ResolvedType[]
[ run-time name: org/aspectj/weaver/ResolvedMember.getAnnotationTypes:()[Lorg/aspectj/weaver/ResolvedType; ]
ResolvedMember.getAssociatedShadowMunger ( ) [abstract]:ShadowMunger
[ run-time name: org/aspectj/weaver/ResolvedMember.getAssociatedShadowMunger:()Lorg/aspectj/weaver/ShadowMunger; ]
ResolvedMember.getBackingGenericMember ( ) [abstract]:ResolvedMember
[ run-time name: org/aspectj/weaver/ResolvedMember.getBackingGenericMember:()Lorg/aspectj/weaver/ResolvedMember; ]
ResolvedMember.getEffectiveSignature ( ) [abstract]:AjAttribute.EffectiveSignatureAttribute
[ run-time name: org/aspectj/weaver/ResolvedMember.getEffectiveSignature:()Lorg/aspectj/weaver/AjAttribute$EffectiveSignatureAttribute; ]
ResolvedMember.getEnd ( ) [abstract]:int
[ run-time name: org/aspectj/weaver/ResolvedMember.getEnd:()I ]
ResolvedMember.getErasure ( ) [abstract]:ResolvedMember
[ run-time name: org/aspectj/weaver/ResolvedMember.getErasure:()Lorg/aspectj/weaver/ResolvedMember; ]
ResolvedMember.getExceptions ( ) [abstract]:UnresolvedType[]
[ run-time name: org/aspectj/weaver/ResolvedMember.getExceptions:()[Lorg/aspectj/weaver/UnresolvedType; ]
ResolvedMember.getExceptions ( World p1 ) [abstract]:UnresolvedType[]
[ run-time name: org/aspectj/weaver/ResolvedMember.getExceptions:(Lorg/aspectj/weaver/World;)[Lorg/aspectj/weaver/UnresolvedType; ]
ResolvedMember.getGenericParameterTypes ( ) [abstract]:UnresolvedType[]
[ run-time name: org/aspectj/weaver/ResolvedMember.getGenericParameterTypes:()[Lorg/aspectj/weaver/UnresolvedType; ]
ResolvedMember.getGenericReturnType ( ) [abstract]:UnresolvedType
[ run-time name: org/aspectj/weaver/ResolvedMember.getGenericReturnType:()Lorg/aspectj/weaver/UnresolvedType; ]
ResolvedMember.getModifiers ( ) [abstract]:int
[ run-time name: org/aspectj/weaver/ResolvedMember.getModifiers:()I ]
ResolvedMember.getModifiers ( World p1 ) [abstract]:int
[ run-time name: org/aspectj/weaver/ResolvedMember.getModifiers:(Lorg/aspectj/weaver/World;)I ]
ResolvedMember.getParameterAnnotations ( ) [abstract]:AnnotationX[][]
[ run-time name: org/aspectj/weaver/ResolvedMember.getParameterAnnotations:()[[Lorg/aspectj/weaver/AnnotationX; ]
ResolvedMember.getParameterAnnotationTypes ( ) [abstract]:ResolvedType[][]
[ run-time name: org/aspectj/weaver/ResolvedMember.getParameterAnnotationTypes:()[[Lorg/aspectj/weaver/ResolvedType; ]
ResolvedMember.getParameterNames ( ) [abstract]:String[]
[ run-time name: org/aspectj/weaver/ResolvedMember.getParameterNames:()[Ljava/lang/String; ]
ResolvedMember.getParameterNames ( World p1 ) [abstract]:String[]
[ run-time name: org/aspectj/weaver/ResolvedMember.getParameterNames:(Lorg/aspectj/weaver/World;)[Ljava/lang/String; ]
ResolvedMember.getParameterSignatureErased ( ) [abstract]:String
[ run-time name: org/aspectj/weaver/ResolvedMember.getParameterSignatureErased:()Ljava/lang/String; ]
ResolvedMember.getSignatureErased ( ) [abstract]:String
[ run-time name: org/aspectj/weaver/ResolvedMember.getSignatureErased:()Ljava/lang/String; ]
ResolvedMember.getSourceContext ( ) [abstract]:ISourceContext
[ run-time name: org/aspectj/weaver/ResolvedMember.getSourceContext:()Lorg/aspectj/weaver/ISourceContext; ]
ResolvedMember.getSourceContext ( World p1 ) [abstract]:ISourceContext
[ run-time name: org/aspectj/weaver/ResolvedMember.getSourceContext:(Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ISourceContext; ]
ResolvedMember.getSourceLocation ( ) [abstract]:org.aspectj.bridge.ISourceLocation
[ run-time name: org/aspectj/weaver/ResolvedMember.getSourceLocation:()Lorg/aspectj/bridge/ISourceLocation; ]
ResolvedMember.getStart ( ) [abstract]:int
[ run-time name: org/aspectj/weaver/ResolvedMember.getStart:()I ]
ResolvedMember.getTypeVariables ( ) [abstract]:TypeVariable[]
[ run-time name: org/aspectj/weaver/ResolvedMember.getTypeVariables:()[Lorg/aspectj/weaver/TypeVariable; ]
ResolvedMember.hasAnnotation ( UnresolvedType p1 ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ResolvedMember.hasAnnotation:(Lorg/aspectj/weaver/UnresolvedType;)Z ]
ResolvedMember.hasAnnotations ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ResolvedMember.hasAnnotations:()Z ]
ResolvedMember.hasBackingGenericMember ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ResolvedMember.hasBackingGenericMember:()Z ]
ResolvedMember.isAbstract ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ResolvedMember.isAbstract:()Z ]
ResolvedMember.isAjSynthetic ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ResolvedMember.isAjSynthetic:()Z ]
ResolvedMember.isAnnotatedElsewhere ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ResolvedMember.isAnnotatedElsewhere:()Z ]
ResolvedMember.isBridgeMethod ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ResolvedMember.isBridgeMethod:()Z ]
ResolvedMember.isCompatibleWith ( Member p1 ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ResolvedMember.isCompatibleWith:(Lorg/aspectj/weaver/Member;)Z ]
ResolvedMember.isDefault ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ResolvedMember.isDefault:()Z ]
ResolvedMember.isNative ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ResolvedMember.isNative:()Z ]
ResolvedMember.isProtected ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ResolvedMember.isProtected:()Z ]
ResolvedMember.isPublic ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ResolvedMember.isPublic:()Z ]
ResolvedMember.isSynthetic ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ResolvedMember.isSynthetic:()Z ]
ResolvedMember.isVarargsMethod ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ResolvedMember.isVarargsMethod:()Z ]
ResolvedMember.isVisible ( ResolvedType p1 ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ResolvedMember.isVisible:(Lorg/aspectj/weaver/ResolvedType;)Z ]
ResolvedMember.matches ( ResolvedMember p1 ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ResolvedMember.matches:(Lorg/aspectj/weaver/ResolvedMember;)Z ]
ResolvedMember.parameterizedWith ( java.util.Map p1, World p2 ) [abstract]:ResolvedMember
[ run-time name: org/aspectj/weaver/ResolvedMember.parameterizedWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ResolvedMember; ]
ResolvedMember.parameterizedWith ( UnresolvedType[] p1, ResolvedType p2, boolean p3 ) [abstract]:ResolvedMemberImpl
[ run-time name: org/aspectj/weaver/ResolvedMember.parameterizedWith:([Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/ResolvedType;Z)Lorg/aspectj/weaver/ResolvedMemberImpl; ]
ResolvedMember.parameterizedWith ( UnresolvedType[] p1, ResolvedType p2, boolean p3, java.util.List p4 ) [abstract]:ResolvedMemberImpl
[ run-time name: org/aspectj/weaver/ResolvedMember.parameterizedWith:([Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/ResolvedType;ZLjava/util/List;)Lorg/aspectj/weaver/ResolvedMemberImpl; ]
ResolvedMember.resetKind ( MemberKind p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ResolvedMember.resetKind:(Lorg/aspectj/weaver/MemberKind;)V ]
ResolvedMember.resetModifiers ( int p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ResolvedMember.resetModifiers:(I)V ]
ResolvedMember.resetName ( String p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ResolvedMember.resetName:(Ljava/lang/String;)V ]
ResolvedMember.resetReturnTypeToObjectArray ( ) [abstract]:void
[ run-time name: org/aspectj/weaver/ResolvedMember.resetReturnTypeToObjectArray:()V ]
ResolvedMember.setAnnotatedElsewhere ( boolean p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ResolvedMember.setAnnotatedElsewhere:(Z)V ]
ResolvedMember.setAnnotationTypes ( UnresolvedType[] p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ResolvedMember.setAnnotationTypes:([Lorg/aspectj/weaver/UnresolvedType;)V ]
ResolvedMember.setCheckedExceptions ( UnresolvedType[] p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ResolvedMember.setCheckedExceptions:([Lorg/aspectj/weaver/UnresolvedType;)V ]
ResolvedMember.setParameterNames ( String[] p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ResolvedMember.setParameterNames:([Ljava/lang/String;)V ]
ResolvedMember.setPosition ( int p1, int p2 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ResolvedMember.setPosition:(II)V ]
ResolvedMember.setSourceContext ( ISourceContext p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ResolvedMember.setSourceContext:(Lorg/aspectj/weaver/ISourceContext;)V ]
ResolvedMember.setTypeVariables ( TypeVariable[] p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ResolvedMember.setTypeVariables:([Lorg/aspectj/weaver/TypeVariable;)V ]
ResolvedMember.toDebugString ( ) [abstract]:String
[ run-time name: org/aspectj/weaver/ResolvedMember.toDebugString:()Ljava/lang/String; ]
ResolvedMember.toGenericString ( ) [abstract]:String
[ run-time name: org/aspectj/weaver/ResolvedMember.toGenericString:()Ljava/lang/String; ]
ResolvedMember.write ( java.io.DataOutputStream p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ResolvedMember.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, ResolvedMemberImpl.class
package org.aspectj.weaver
ResolvedMemberImpl.addAnnotation ( AnnotationX annotation ):void
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.addAnnotation:(Lorg/aspectj/weaver/AnnotationX;)V ]
ResolvedMemberImpl.appendSigWithTypeVarBoundsRemoved ( UnresolvedType aType, StringBuffer toBuffer, java.util.Set alreadyUsedTypeVars ) [static]:void
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.appendSigWithTypeVarBoundsRemoved:(Lorg/aspectj/weaver/UnresolvedType;Ljava/lang/StringBuffer;Ljava/util/Set;)V ]
ResolvedMemberImpl.evictWeavingState ( ):void
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.evictWeavingState:()V ]
ResolvedMemberImpl.getAnnotationDefaultValue ( ):String
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getAnnotationDefaultValue:()Ljava/lang/String; ]
ResolvedMemberImpl.getAnnotationOfType ( UnresolvedType ofType ):AnnotationX
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getAnnotationOfType:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/AnnotationX; ]
ResolvedMemberImpl.getAnnotations ( ):AnnotationX[]
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getAnnotations:()[Lorg/aspectj/weaver/AnnotationX; ]
ResolvedMemberImpl.getAnnotationTypes ( ):ResolvedType[]
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getAnnotationTypes:()[Lorg/aspectj/weaver/ResolvedType; ]
ResolvedMemberImpl.getAssociatedShadowMunger ( ):ShadowMunger
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getAssociatedShadowMunger:()Lorg/aspectj/weaver/ShadowMunger; ]
ResolvedMemberImpl.getBackingGenericMember ( ):ResolvedMember
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getBackingGenericMember:()Lorg/aspectj/weaver/ResolvedMember; ]
ResolvedMemberImpl.getEffectiveSignature ( ):AjAttribute.EffectiveSignatureAttribute
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getEffectiveSignature:()Lorg/aspectj/weaver/AjAttribute$EffectiveSignatureAttribute; ]
ResolvedMemberImpl.getEnd ( ):int
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getEnd:()I ]
ResolvedMemberImpl.getErasure ( ):ResolvedMember
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getErasure:()Lorg/aspectj/weaver/ResolvedMember; ]
ResolvedMemberImpl.getExceptions ( ):UnresolvedType[]
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getExceptions:()[Lorg/aspectj/weaver/UnresolvedType; ]
ResolvedMemberImpl.getExceptions ( World world ):UnresolvedType[]
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getExceptions:(Lorg/aspectj/weaver/World;)[Lorg/aspectj/weaver/UnresolvedType; ]
ResolvedMemberImpl.getGenericParameterTypes ( ):UnresolvedType[]
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getGenericParameterTypes:()[Lorg/aspectj/weaver/UnresolvedType; ]
ResolvedMemberImpl.getGenericReturnType ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getGenericReturnType:()Lorg/aspectj/weaver/UnresolvedType; ]
ResolvedMemberImpl.getGenericSignature ( ):String
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getGenericSignature:()Ljava/lang/String; ]
ResolvedMemberImpl.getJoinPointSignatures ( Member joinPointSignature, World inAWorld ) [static]:JoinPointSignature[]
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getJoinPointSignatures:(Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/World;)[Lorg/aspectj/weaver/JoinPointSignature; ]
ResolvedMemberImpl.getModifiers ( ):int
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getModifiers:()I ]
ResolvedMemberImpl.getModifiers ( World world ):int
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getModifiers:(Lorg/aspectj/weaver/World;)I ]
ResolvedMemberImpl.getParameterAnnotations ( ):AnnotationX[][]
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getParameterAnnotations:()[[Lorg/aspectj/weaver/AnnotationX; ]
ResolvedMemberImpl.getParameterAnnotationTypes ( ):ResolvedType[][]
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getParameterAnnotationTypes:()[[Lorg/aspectj/weaver/ResolvedType; ]
ResolvedMemberImpl.getParameterNames ( ):String[]
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getParameterNames:()[Ljava/lang/String; ]
ResolvedMemberImpl.getParameterNames ( World world ):String[]
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getParameterNames:(Lorg/aspectj/weaver/World;)[Ljava/lang/String; ]
ResolvedMemberImpl.getParameterSignatureErased ( ):String
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getParameterSignatureErased:()Ljava/lang/String; ]
ResolvedMemberImpl.getSignatureErased ( ):String
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getSignatureErased:()Ljava/lang/String; ]
ResolvedMemberImpl.getSourceContext ( ):ISourceContext
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getSourceContext:()Lorg/aspectj/weaver/ISourceContext; ]
ResolvedMemberImpl.getSourceContext ( World world ):ISourceContext
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getSourceContext:(Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ISourceContext; ]
ResolvedMemberImpl.getSourceLocation ( ):org.aspectj.bridge.ISourceLocation
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getSourceLocation:()Lorg/aspectj/bridge/ISourceLocation; ]
ResolvedMemberImpl.getStart ( ):int
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getStart:()I ]
ResolvedMemberImpl.getTypeVariableNamed ( String name ):TypeVariable
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getTypeVariableNamed:(Ljava/lang/String;)Lorg/aspectj/weaver/TypeVariable; ]
ResolvedMemberImpl.getTypeVariables ( ):TypeVariable[]
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.getTypeVariables:()[Lorg/aspectj/weaver/TypeVariable; ]
ResolvedMemberImpl.hasAnnotation ( UnresolvedType ofType ):boolean
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.hasAnnotation:(Lorg/aspectj/weaver/UnresolvedType;)Z ]
ResolvedMemberImpl.hasAnnotations ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.hasAnnotations:()Z ]
ResolvedMemberImpl.hasBackingGenericMember ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.hasBackingGenericMember:()Z ]
ResolvedMemberImpl.isAbstract ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.isAbstract:()Z ]
ResolvedMemberImpl.isAjSynthetic ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.isAjSynthetic:()Z ]
ResolvedMemberImpl.isAnnotatedElsewhere ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.isAnnotatedElsewhere:()Z ]
ResolvedMemberImpl.isBridgeMethod ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.isBridgeMethod:()Z ]
ResolvedMemberImpl.isCompatibleWith ( Member am ):boolean
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.isCompatibleWith:(Lorg/aspectj/weaver/Member;)Z ]
ResolvedMemberImpl.isDefault ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.isDefault:()Z ]
ResolvedMemberImpl.isNative ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.isNative:()Z ]
ResolvedMemberImpl.isProtected ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.isProtected:()Z ]
ResolvedMemberImpl.isPublic ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.isPublic:()Z ]
ResolvedMemberImpl.isSynthetic ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.isSynthetic:()Z ]
ResolvedMemberImpl.isVarargsMethod ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.isVarargsMethod:()Z ]
ResolvedMemberImpl.isVisible ( ResolvedType fromType ):boolean
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.isVisible:(Lorg/aspectj/weaver/ResolvedType;)Z ]
ResolvedMemberImpl.matches ( ResolvedMember aCandidateMatch ):boolean
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.matches:(Lorg/aspectj/weaver/ResolvedMember;)Z ]
ResolvedMemberImpl.parameterize ( UnresolvedType aType, java.util.Map typeVariableMap, boolean inParameterizedType ):UnresolvedType
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.parameterize:(Lorg/aspectj/weaver/UnresolvedType;Ljava/util/Map;Z)Lorg/aspectj/weaver/UnresolvedType; ]
ResolvedMemberImpl.parameterize ( UnresolvedType aType, java.util.Map typeVariableMap, boolean inParameterizedType, World w ):UnresolvedType
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.parameterize:(Lorg/aspectj/weaver/UnresolvedType;Ljava/util/Map;ZLorg/aspectj/weaver/World;)Lorg/aspectj/weaver/UnresolvedType; ]
ResolvedMemberImpl.parameterizedWith ( java.util.Map m, World w ):ResolvedMember
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.parameterizedWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ResolvedMember; ]
ResolvedMemberImpl.parameterizedWith ( UnresolvedType[] typeParameters, ResolvedType newDeclaringType, boolean isParameterized ):ResolvedMemberImpl
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.parameterizedWith:([Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/ResolvedType;Z)Lorg/aspectj/weaver/ResolvedMemberImpl; ]
ResolvedMemberImpl.parameterizedWith ( UnresolvedType[] typeParameters, ResolvedType newDeclaringType, boolean isParameterized, java.util.List aliases ):ResolvedMemberImpl
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.parameterizedWith:([Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/ResolvedType;ZLjava/util/List;)Lorg/aspectj/weaver/ResolvedMemberImpl; ]
ResolvedMemberImpl.readResolvedMember ( VersionedDataInputStream s, ISourceContext sourceContext ) [static]:ResolvedMemberImpl
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.readResolvedMember:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/ResolvedMemberImpl; ]
ResolvedMemberImpl.readResolvedMemberArray ( VersionedDataInputStream s, ISourceContext context ) [static]:ResolvedMember[]
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.readResolvedMemberArray:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)[Lorg/aspectj/weaver/ResolvedMember; ]
ResolvedMemberImpl.resetKind ( MemberKind newKind ):void
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.resetKind:(Lorg/aspectj/weaver/MemberKind;)V ]
ResolvedMemberImpl.resetModifiers ( int newModifiers ):void
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.resetModifiers:(I)V ]
ResolvedMemberImpl.resetName ( String newName ):void
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.resetName:(Ljava/lang/String;)V ]
ResolvedMemberImpl.resetReturnTypeToObjectArray ( ):void
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.resetReturnTypeToObjectArray:()V ]
ResolvedMemberImpl.resolve ( World world ):ResolvedMember
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.resolve:(Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ResolvedMember; ]
ResolvedMemberImpl.ResolvedMemberImpl ( MemberKind kind, UnresolvedType declaringType, int modifiers, UnresolvedType returnType, String name, UnresolvedType[] parameterTypes )
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl."<init>":(Lorg/aspectj/weaver/MemberKind;Lorg/aspectj/weaver/UnresolvedType;ILorg/aspectj/weaver/UnresolvedType;Ljava/lang/String;[Lorg/aspectj/weaver/UnresolvedType;)V ]
ResolvedMemberImpl.ResolvedMemberImpl ( MemberKind kind, UnresolvedType declaringType, int modifiers, UnresolvedType returnType, String name, UnresolvedType[] parameterTypes, UnresolvedType[] checkedExceptions )
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl."<init>":(Lorg/aspectj/weaver/MemberKind;Lorg/aspectj/weaver/UnresolvedType;ILorg/aspectj/weaver/UnresolvedType;Ljava/lang/String;[Lorg/aspectj/weaver/UnresolvedType;[Lorg/aspectj/weaver/UnresolvedType;)V ]
ResolvedMemberImpl.ResolvedMemberImpl ( MemberKind kind, UnresolvedType declaringType, int modifiers, UnresolvedType returnType, String name, UnresolvedType[] parameterTypes, UnresolvedType[] checkedExceptions, ResolvedMember backingGenericMember )
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl."<init>":(Lorg/aspectj/weaver/MemberKind;Lorg/aspectj/weaver/UnresolvedType;ILorg/aspectj/weaver/UnresolvedType;Ljava/lang/String;[Lorg/aspectj/weaver/UnresolvedType;[Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/ResolvedMember;)V ]
ResolvedMemberImpl.ResolvedMemberImpl ( MemberKind kind, UnresolvedType declaringType, int modifiers, String name, String signature )
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl."<init>":(Lorg/aspectj/weaver/MemberKind;Lorg/aspectj/weaver/UnresolvedType;ILjava/lang/String;Ljava/lang/String;)V ]
ResolvedMemberImpl.setAjSynthetic ( boolean b ):void
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.setAjSynthetic:(Z)V ]
ResolvedMemberImpl.setAnnotatedElsewhere ( boolean b ):void
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.setAnnotatedElsewhere:(Z)V ]
ResolvedMemberImpl.setAnnotationTypes ( UnresolvedType[] annotationtypes ):void
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.setAnnotationTypes:([Lorg/aspectj/weaver/UnresolvedType;)V ]
ResolvedMemberImpl.setCheckedExceptions ( UnresolvedType[] checkedExceptions ):void
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.setCheckedExceptions:([Lorg/aspectj/weaver/UnresolvedType;)V ]
ResolvedMemberImpl.setDeclaringType ( ReferenceType rt ):void
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.setDeclaringType:(Lorg/aspectj/weaver/ReferenceType;)V ]
ResolvedMemberImpl.setParameterNames ( String[] pnames ):void
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.setParameterNames:([Ljava/lang/String;)V ]
ResolvedMemberImpl.setPosition ( int sourceStart, int sourceEnd ):void
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.setPosition:(II)V ]
ResolvedMemberImpl.setSourceContext ( ISourceContext sourceContext ):void
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.setSourceContext:(Lorg/aspectj/weaver/ISourceContext;)V ]
ResolvedMemberImpl.setTypeVariables ( TypeVariable[] tvars ):void
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.setTypeVariables:([Lorg/aspectj/weaver/TypeVariable;)V ]
ResolvedMemberImpl.setVarargsMethod ( ):void
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.setVarargsMethod:()V ]
ResolvedMemberImpl.toDebugString ( ):String
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.toDebugString:()Ljava/lang/String; ]
ResolvedMemberImpl.toGenericString ( ):String
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.toGenericString:()Ljava/lang/String; ]
ResolvedMemberImpl.withSubstituteDeclaringType ( ResolvedType newDeclaringType ):JoinPointSignature
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.withSubstituteDeclaringType:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/JoinPointSignature; ]
ResolvedMemberImpl.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.write:(Ljava/io/DataOutputStream;)V ]
ResolvedMemberImpl.writeArray ( ResolvedMember[] members, java.io.DataOutputStream s ) [static]:void
[ run-time name: org/aspectj/weaver/ResolvedMemberImpl.writeArray:([Lorg/aspectj/weaver/ResolvedMember;Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, ResolvedPointcutDefinition.class
package org.aspectj.weaver
ResolvedPointcutDefinition.getPointcut ( ):patterns.Pointcut
[ run-time name: org/aspectj/weaver/ResolvedPointcutDefinition.getPointcut:()Lorg/aspectj/weaver/patterns/Pointcut; ]
ResolvedPointcutDefinition.isAjSynthetic ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedPointcutDefinition.isAjSynthetic:()Z ]
ResolvedPointcutDefinition.parameterizedWith ( UnresolvedType[] typeParameters, ResolvedType newDeclaringType, boolean isParameterized ):ResolvedMemberImpl
[ run-time name: org/aspectj/weaver/ResolvedPointcutDefinition.parameterizedWith:([Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/ResolvedType;Z)Lorg/aspectj/weaver/ResolvedMemberImpl; ]
ResolvedPointcutDefinition.read ( VersionedDataInputStream s, ISourceContext context ) [static]:ResolvedPointcutDefinition
[ run-time name: org/aspectj/weaver/ResolvedPointcutDefinition.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/ResolvedPointcutDefinition; ]
ResolvedPointcutDefinition.ResolvedPointcutDefinition ( UnresolvedType declaringType, int modifiers, String name, UnresolvedType[] parameterTypes, patterns.Pointcut pointcut )
[ run-time name: org/aspectj/weaver/ResolvedPointcutDefinition."<init>":(Lorg/aspectj/weaver/UnresolvedType;ILjava/lang/String;[Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/patterns/Pointcut;)V ]
ResolvedPointcutDefinition.ResolvedPointcutDefinition ( UnresolvedType declaringType, int modifiers, String name, UnresolvedType[] parameterTypes, UnresolvedType returnType, patterns.Pointcut pointcut )
[ run-time name: org/aspectj/weaver/ResolvedPointcutDefinition."<init>":(Lorg/aspectj/weaver/UnresolvedType;ILjava/lang/String;[Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/patterns/Pointcut;)V ]
ResolvedPointcutDefinition.setPointcut ( patterns.Pointcut pointcut ):void
[ run-time name: org/aspectj/weaver/ResolvedPointcutDefinition.setPointcut:(Lorg/aspectj/weaver/patterns/Pointcut;)V ]
ResolvedPointcutDefinition.toString ( ):String
[ run-time name: org/aspectj/weaver/ResolvedPointcutDefinition.toString:()Ljava/lang/String; ]
ResolvedPointcutDefinition.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/ResolvedPointcutDefinition.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, ResolvedType.class
package org.aspectj.weaver
ResolvedType.addAnnotation ( AnnotationX annotationX ):void
[ run-time name: org/aspectj/weaver/ResolvedType.addAnnotation:(Lorg/aspectj/weaver/AnnotationX;)V ]
ResolvedType.addInterTypeMunger ( ConcreteTypeMunger munger ):void
[ run-time name: org/aspectj/weaver/ResolvedType.addInterTypeMunger:(Lorg/aspectj/weaver/ConcreteTypeMunger;)V ]
ResolvedType.ajMembersNeedParameterization ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedType.ajMembersNeedParameterization:()Z ]
ResolvedType.canAnnotationTargetType ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedType.canAnnotationTargetType:()Z ]
ResolvedType.checkInterTypeMungers ( ):void
[ run-time name: org/aspectj/weaver/ResolvedType.checkInterTypeMungers:()V ]
ResolvedType.checkLegalOverride ( ResolvedMember parent, ResolvedMember child ):boolean
[ run-time name: org/aspectj/weaver/ResolvedType.checkLegalOverride:(Lorg/aspectj/weaver/ResolvedMember;Lorg/aspectj/weaver/ResolvedMember;)Z ]
ResolvedType.clearInterTypeMungers ( ):void
[ run-time name: org/aspectj/weaver/ResolvedType.clearInterTypeMungers:()V ]
ResolvedType.collectCrosscuttingMembers ( boolean shouldConcretizeIfNeeded ):CrosscuttingMembers
[ run-time name: org/aspectj/weaver/ResolvedType.collectCrosscuttingMembers:(Z)Lorg/aspectj/weaver/CrosscuttingMembers; ]
ResolvedType.collectDeclares ( boolean includeAdviceLike ):java.util.Collection
[ run-time name: org/aspectj/weaver/ResolvedType.collectDeclares:(Z)Ljava/util/Collection; ]
ResolvedType.collectInterTypeMungers ( java.util.List collector ):void
[ run-time name: org/aspectj/weaver/ResolvedType.collectInterTypeMungers:(Ljava/util/List;)V ]
ResolvedType.collectTypeMungers ( ):java.util.Collection
[ run-time name: org/aspectj/weaver/ResolvedType.collectTypeMungers:()Ljava/util/Collection; ]
ResolvedType.conflictingSignature ( Member m1, Member m2 ) [static]:boolean
[ run-time name: org/aspectj/weaver/ResolvedType.conflictingSignature:(Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/Member;)Z ]
ResolvedType.discoverActualOccurrenceOfTypeInHierarchy ( ResolvedType lookingFor ):ResolvedType
[ run-time name: org/aspectj/weaver/ResolvedType.discoverActualOccurrenceOfTypeInHierarchy:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ResolvedType; ]
ResolvedType.doesNotExposeShadowMungers ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedType.doesNotExposeShadowMungers:()Z ]
ResolvedType.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/ResolvedType.equals:(Ljava/lang/Object;)Z ]
ResolvedType.fillInAnyTypeParameters ( ConcreteTypeMunger munger ):ConcreteTypeMunger
[ run-time name: org/aspectj/weaver/ResolvedType.fillInAnyTypeParameters:(Lorg/aspectj/weaver/ConcreteTypeMunger;)Lorg/aspectj/weaver/ConcreteTypeMunger; ]
ResolvedType.findPointcut ( String name ):ResolvedPointcutDefinition
[ run-time name: org/aspectj/weaver/ResolvedType.findPointcut:(Ljava/lang/String;)Lorg/aspectj/weaver/ResolvedPointcutDefinition; ]
ResolvedType.findPointcut ( String name, World world ):ResolvedPointcutDefinition
[ run-time name: org/aspectj/weaver/ResolvedType.findPointcut:(Ljava/lang/String;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ResolvedPointcutDefinition; ]
ResolvedType.getAjMemberParameterizationMap ( ):java.util.Map
[ run-time name: org/aspectj/weaver/ResolvedType.getAjMemberParameterizationMap:()Ljava/util/Map; ]
ResolvedType.getAnnotationOfType ( UnresolvedType ofType ):AnnotationX
[ run-time name: org/aspectj/weaver/ResolvedType.getAnnotationOfType:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/AnnotationX; ]
ResolvedType.getAnnotations ( ):AnnotationX[]
[ run-time name: org/aspectj/weaver/ResolvedType.getAnnotations:()[Lorg/aspectj/weaver/AnnotationX; ]
ResolvedType.getAnnotationTargetKinds ( ):AnnotationTargetKind[]
[ run-time name: org/aspectj/weaver/ResolvedType.getAnnotationTargetKinds:()[Lorg/aspectj/weaver/AnnotationTargetKind; ]
ResolvedType.getAnnotationTypes ( ):ResolvedType[]
[ run-time name: org/aspectj/weaver/ResolvedType.getAnnotationTypes:()[Lorg/aspectj/weaver/ResolvedType; ]
ResolvedType.getBinaryPath ( ):String
[ run-time name: org/aspectj/weaver/ResolvedType.getBinaryPath:()Ljava/lang/String; ]
ResolvedType.getDeclaredAdvice ( ):java.util.Collection
[ run-time name: org/aspectj/weaver/ResolvedType.getDeclaredAdvice:()Ljava/util/Collection; ]
ResolvedType.getDeclaredFields ( ) [abstract]:ResolvedMember[]
[ run-time name: org/aspectj/weaver/ResolvedType.getDeclaredFields:()[Lorg/aspectj/weaver/ResolvedMember; ]
ResolvedType.getDeclaredInterfaces ( ) [abstract]:ResolvedType[]
[ run-time name: org/aspectj/weaver/ResolvedType.getDeclaredInterfaces:()[Lorg/aspectj/weaver/ResolvedType; ]
ResolvedType.getDeclaredJavaFields ( ):ResolvedMember[]
[ run-time name: org/aspectj/weaver/ResolvedType.getDeclaredJavaFields:()[Lorg/aspectj/weaver/ResolvedMember; ]
ResolvedType.getDeclaredJavaMethods ( ):ResolvedMember[]
[ run-time name: org/aspectj/weaver/ResolvedType.getDeclaredJavaMethods:()[Lorg/aspectj/weaver/ResolvedMember; ]
ResolvedType.getDeclaredMethods ( ) [abstract]:ResolvedMember[]
[ run-time name: org/aspectj/weaver/ResolvedType.getDeclaredMethods:()[Lorg/aspectj/weaver/ResolvedMember; ]
ResolvedType.getDeclaredPointcuts ( ) [abstract]:ResolvedMember[]
[ run-time name: org/aspectj/weaver/ResolvedType.getDeclaredPointcuts:()[Lorg/aspectj/weaver/ResolvedMember; ]
ResolvedType.getDeclaredShadowMungers ( ):java.util.Collection
[ run-time name: org/aspectj/weaver/ResolvedType.getDeclaredShadowMungers:()Ljava/util/Collection; ]
ResolvedType.getDeclaredShadowMungersArray ( ):ShadowMunger[]
[ run-time name: org/aspectj/weaver/ResolvedType.getDeclaredShadowMungersArray:()[Lorg/aspectj/weaver/ShadowMunger; ]
ResolvedType.getDeclares ( ):java.util.Collection
[ run-time name: org/aspectj/weaver/ResolvedType.getDeclares:()Ljava/util/Collection; ]
ResolvedType.getDeclaringType ( ):ResolvedType
[ run-time name: org/aspectj/weaver/ResolvedType.getDeclaringType:()Lorg/aspectj/weaver/ResolvedType; ]
ResolvedType.getDirectSupertypes ( ):java.util.Iterator
[ run-time name: org/aspectj/weaver/ResolvedType.getDirectSupertypes:()Ljava/util/Iterator; ]
ResolvedType.getExposedPointcuts ( ):java.util.List
[ run-time name: org/aspectj/weaver/ResolvedType.getExposedPointcuts:()Ljava/util/List; ]
ResolvedType.getFields ( ):java.util.Iterator
[ run-time name: org/aspectj/weaver/ResolvedType.getFields:()Ljava/util/Iterator; ]
ResolvedType.getGenericSignature ( ):String
[ run-time name: org/aspectj/weaver/ResolvedType.getGenericSignature:()Ljava/lang/String; ]
ResolvedType.getGenericType ( ):ResolvedType
[ run-time name: org/aspectj/weaver/ResolvedType.getGenericType:()Lorg/aspectj/weaver/ResolvedType; ]
ResolvedType.getInterTypeMungers ( ):java.util.List
[ run-time name: org/aspectj/weaver/ResolvedType.getInterTypeMungers:()Ljava/util/List; ]
ResolvedType.getInterTypeMungersIncludingSupers ( ):java.util.List
[ run-time name: org/aspectj/weaver/ResolvedType.getInterTypeMungersIncludingSupers:()Ljava/util/List; ]
ResolvedType.getInterTypeParentMungers ( ):java.util.List
[ run-time name: org/aspectj/weaver/ResolvedType.getInterTypeParentMungers:()Ljava/util/List; ]
ResolvedType.getInterTypeParentMungersIncludingSupers ( ):java.util.List
[ run-time name: org/aspectj/weaver/ResolvedType.getInterTypeParentMungersIncludingSupers:()Ljava/util/List; ]
ResolvedType.getMemberParameterizationMap ( ):java.util.Map
[ run-time name: org/aspectj/weaver/ResolvedType.getMemberParameterizationMap:()Ljava/util/Map; ]
ResolvedType.getMethods ( ):java.util.Iterator
[ run-time name: org/aspectj/weaver/ResolvedType.getMethods:()Ljava/util/Iterator; ]
ResolvedType.getMethodsWithoutIterator ( boolean includeITDs, boolean allowMissing ):java.util.List
[ run-time name: org/aspectj/weaver/ResolvedType.getMethodsWithoutIterator:(ZZ)Ljava/util/List; ]
ResolvedType.getModifiers ( ) [abstract]:int
[ run-time name: org/aspectj/weaver/ResolvedType.getModifiers:()I ]
ResolvedType.getParameterizedSuperTypes ( ):ResolvedType[]
[ run-time name: org/aspectj/weaver/ResolvedType.getParameterizedSuperTypes:()[Lorg/aspectj/weaver/ResolvedType; ]
ResolvedType.getPerClause ( ):patterns.PerClause
[ run-time name: org/aspectj/weaver/ResolvedType.getPerClause:()Lorg/aspectj/weaver/patterns/PerClause; ]
ResolvedType.getPointcuts ( ):java.util.Iterator
[ run-time name: org/aspectj/weaver/ResolvedType.getPointcuts:()Ljava/util/Iterator; ]
ResolvedType.getPrivilegedAccesses ( ):java.util.Collection
[ run-time name: org/aspectj/weaver/ResolvedType.getPrivilegedAccesses:()Ljava/util/Collection; ]
ResolvedType.getResolvedComponentType ( ):ResolvedType
[ run-time name: org/aspectj/weaver/ResolvedType.getResolvedComponentType:()Lorg/aspectj/weaver/ResolvedType; ]
ResolvedType.getResolvedTypeParameters ( ):ResolvedType[]
[ run-time name: org/aspectj/weaver/ResolvedType.getResolvedTypeParameters:()[Lorg/aspectj/weaver/ResolvedType; ]
ResolvedType.getSignatureForAttribute ( ):String
[ run-time name: org/aspectj/weaver/ResolvedType.getSignatureForAttribute:()Ljava/lang/String; ]
ResolvedType.getSourceContext ( ) [abstract]:ISourceContext
[ run-time name: org/aspectj/weaver/ResolvedType.getSourceContext:()Lorg/aspectj/weaver/ISourceContext; ]
ResolvedType.getSourceLocation ( ):org.aspectj.bridge.ISourceLocation
[ run-time name: org/aspectj/weaver/ResolvedType.getSourceLocation:()Lorg/aspectj/bridge/ISourceLocation; ]
ResolvedType.getSuperclass ( ) [abstract]:ResolvedType
[ run-time name: org/aspectj/weaver/ResolvedType.getSuperclass:()Lorg/aspectj/weaver/ResolvedType; ]
ResolvedType.getSuperclass ( World world ):UnresolvedType
[ run-time name: org/aspectj/weaver/ResolvedType.getSuperclass:(Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/UnresolvedType; ]
ResolvedType.getTopmostImplementor ( ResolvedType interfaceType ):ResolvedType
[ run-time name: org/aspectj/weaver/ResolvedType.getTopmostImplementor:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ResolvedType; ]
ResolvedType.getTypeMungers ( ):java.util.Collection
[ run-time name: org/aspectj/weaver/ResolvedType.getTypeMungers:()Ljava/util/Collection; ]
ResolvedType.getWeaverState ( ):WeaverStateInfo
[ run-time name: org/aspectj/weaver/ResolvedType.getWeaverState:()Lorg/aspectj/weaver/WeaverStateInfo; ]
ResolvedType.getWorld ( ):World
[ run-time name: org/aspectj/weaver/ResolvedType.getWorld:()Lorg/aspectj/weaver/World; ]
ResolvedType.hasAnnotation ( UnresolvedType p1 ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ResolvedType.hasAnnotation:(Lorg/aspectj/weaver/UnresolvedType;)Z ]
ResolvedType.hasBridgeModifier ( int modifiers ) [static]:boolean
[ run-time name: org/aspectj/weaver/ResolvedType.hasBridgeModifier:(I)Z ]
ResolvedType.hasGenericSuperType ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedType.hasGenericSuperType:()Z ]
ResolvedType.hasParameterizedSuperType ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedType.hasParameterizedSuperType:()Z ]
ResolvedType.isAbstract ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedType.isAbstract:()Z ]
ResolvedType.isAnnotation ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedType.isAnnotation:()Z ]
ResolvedType.isAnnotationStyleAspect ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedType.isAnnotationStyleAspect:()Z ]
ResolvedType.isAnnotationWithRuntimeRetention ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedType.isAnnotationWithRuntimeRetention:()Z ]
ResolvedType.isAnonymous ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedType.isAnonymous:()Z ]
ResolvedType.isAspect ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedType.isAspect:()Z ]
ResolvedType.isAssignableFrom ( ResolvedType p1 ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ResolvedType.isAssignableFrom:(Lorg/aspectj/weaver/ResolvedType;)Z ]
ResolvedType.isAssignableFrom ( ResolvedType p1, boolean p2 ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ResolvedType.isAssignableFrom:(Lorg/aspectj/weaver/ResolvedType;Z)Z ]
ResolvedType.isCheckedException ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedType.isCheckedException:()Z ]
ResolvedType.isClass ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedType.isClass:()Z ]
ResolvedType.isCoerceableFrom ( ResolvedType p1 ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ResolvedType.isCoerceableFrom:(Lorg/aspectj/weaver/ResolvedType;)Z ]
ResolvedType.isConvertableFrom ( ResolvedType other ):boolean
[ run-time name: org/aspectj/weaver/ResolvedType.isConvertableFrom:(Lorg/aspectj/weaver/ResolvedType;)Z ]
ResolvedType.isEnum ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedType.isEnum:()Z ]
ResolvedType.isException ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedType.isException:()Z ]
ResolvedType.isExposedToWeaver ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedType.isExposedToWeaver:()Z ]
ResolvedType.isFinal ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedType.isFinal:()Z ]
ResolvedType.isInterface ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedType.isInterface:()Z ]
ResolvedType.isMissing ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedType.isMissing:()Z ]
ResolvedType.isMissing ( UnresolvedType unresolved ) [static]:boolean
[ run-time name: org/aspectj/weaver/ResolvedType.isMissing:(Lorg/aspectj/weaver/UnresolvedType;)Z ]
ResolvedType.isMoreVisible ( int m1, int m2 ) [static]:boolean
[ run-time name: org/aspectj/weaver/ResolvedType.isMoreVisible:(II)Z ]
ResolvedType.isNested ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedType.isNested:()Z ]
ResolvedType.isParameterizedWithAMemberTypeVariable ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedType.isParameterizedWithAMemberTypeVariable:()Z ]
ResolvedType.isSynthetic ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedType.isSynthetic:()Z ]
ResolvedType.isTopmostImplementor ( ResolvedType interfaceType ):boolean
[ run-time name: org/aspectj/weaver/ResolvedType.isTopmostImplementor:(Lorg/aspectj/weaver/ResolvedType;)Z ]
ResolvedType.isVisible ( int modifiers, ResolvedType targetType, ResolvedType fromType ) [static]:boolean
[ run-time name: org/aspectj/weaver/ResolvedType.isVisible:(ILorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;)Z ]
ResolvedType.lookupDirectlyDeclaredMemberNoSupers ( Member member ):ResolvedMember
[ run-time name: org/aspectj/weaver/ResolvedType.lookupDirectlyDeclaredMemberNoSupers:(Lorg/aspectj/weaver/Member;)Lorg/aspectj/weaver/ResolvedMember; ]
ResolvedType.lookupField ( Member m ):ResolvedMember
[ run-time name: org/aspectj/weaver/ResolvedType.lookupField:(Lorg/aspectj/weaver/Member;)Lorg/aspectj/weaver/ResolvedMember; ]
ResolvedType.lookupMemberIncludingITDsOnInterfaces ( Member member ):ResolvedMember
[ run-time name: org/aspectj/weaver/ResolvedType.lookupMemberIncludingITDsOnInterfaces:(Lorg/aspectj/weaver/Member;)Lorg/aspectj/weaver/ResolvedMember; ]
ResolvedType.lookupMemberNoSupers ( Member member ):ResolvedMember
[ run-time name: org/aspectj/weaver/ResolvedType.lookupMemberNoSupers:(Lorg/aspectj/weaver/Member;)Lorg/aspectj/weaver/ResolvedMember; ]
ResolvedType.lookupMemberWithSupersAndITDs ( Member member ):ResolvedMember
[ run-time name: org/aspectj/weaver/ResolvedType.lookupMemberWithSupersAndITDs:(Lorg/aspectj/weaver/Member;)Lorg/aspectj/weaver/ResolvedMember; ]
ResolvedType.lookupMethod ( Member m ):ResolvedMember
[ run-time name: org/aspectj/weaver/ResolvedType.lookupMethod:(Lorg/aspectj/weaver/Member;)Lorg/aspectj/weaver/ResolvedMember; ]
ResolvedType.lookupMethodInITDs ( Member m ):ResolvedMember
[ run-time name: org/aspectj/weaver/ResolvedType.lookupMethodInITDs:(Lorg/aspectj/weaver/Member;)Lorg/aspectj/weaver/ResolvedMember; ]
ResolvedType.lookupResolvedMember ( ResolvedMember aMember, boolean allowMissing ):ResolvedMember
[ run-time name: org/aspectj/weaver/ResolvedType.lookupResolvedMember:(Lorg/aspectj/weaver/ResolvedMember;Z)Lorg/aspectj/weaver/ResolvedMember; ]
ResolvedType.lookupSyntheticMember ( Member member ):ResolvedMember
[ run-time name: org/aspectj/weaver/ResolvedType.lookupSyntheticMember:(Lorg/aspectj/weaver/Member;)Lorg/aspectj/weaver/ResolvedMember; ]
ResolvedType.makeArray ( ResolvedType type, int dim ) [static]:ResolvedType
[ run-time name: org/aspectj/weaver/ResolvedType.makeArray:(Lorg/aspectj/weaver/ResolvedType;I)Lorg/aspectj/weaver/ResolvedType; ]
ResolvedType.matches ( Member m1, Member m2 ) [static]:boolean
[ run-time name: org/aspectj/weaver/ResolvedType.matches:(Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/Member;)Z ]
ResolvedType.needsNoConversionFrom ( ResolvedType o ):boolean
[ run-time name: org/aspectj/weaver/ResolvedType.needsNoConversionFrom:(Lorg/aspectj/weaver/ResolvedType;)Z ]
ResolvedType.parameterize ( java.util.Map typeBindings ):UnresolvedType
[ run-time name: org/aspectj/weaver/ResolvedType.parameterize:(Ljava/util/Map;)Lorg/aspectj/weaver/UnresolvedType; ]
ResolvedType.parameterizedWith ( UnresolvedType[] typeParameters ):ResolvedType
[ run-time name: org/aspectj/weaver/ResolvedType.parameterizedWith:([Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedType; ]
ResolvedType.resetPrimitives ( ) [static]:void
[ run-time name: org/aspectj/weaver/ResolvedType.resetPrimitives:()V ]
ResolvedType.ResolvedType ( String signature, World world )
[ run-time name: org/aspectj/weaver/ResolvedType."<init>":(Ljava/lang/String;Lorg/aspectj/weaver/World;)V ]
ResolvedType.ResolvedType ( String signature, String signatureErasure, World world )
[ run-time name: org/aspectj/weaver/ResolvedType."<init>":(Ljava/lang/String;Ljava/lang/String;Lorg/aspectj/weaver/World;)V ]
ResolvedType.setBinaryPath ( String binaryPath ):void
[ run-time name: org/aspectj/weaver/ResolvedType.setBinaryPath:(Ljava/lang/String;)V ]
xwork-2.1.2.jar, ResolvedTypeMunger.class
package org.aspectj.weaver
ResolvedTypeMunger.changesPublicSignature ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.changesPublicSignature:()Z ]
ResolvedTypeMunger.concretize ( World world, ResolvedType aspectType ):ConcreteTypeMunger
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.concretize:(Lorg/aspectj/weaver/World;Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ConcreteTypeMunger; ]
ResolvedTypeMunger.existsToSupportShadowMunging ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.existsToSupportShadowMunging:()Z ]
ResolvedTypeMunger.getDeclaredSignature ( ):ResolvedMember
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.getDeclaredSignature:()Lorg/aspectj/weaver/ResolvedMember; ]
ResolvedTypeMunger.getKind ( ):ResolvedTypeMunger.Kind
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.getKind:()Lorg/aspectj/weaver/ResolvedTypeMunger$Kind; ]
ResolvedTypeMunger.getMatchingSyntheticMember ( Member member, ResolvedType aspectType ):ResolvedMember
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.getMatchingSyntheticMember:(Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ResolvedMember; ]
ResolvedTypeMunger.getSignature ( ):ResolvedMember
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.getSignature:()Lorg/aspectj/weaver/ResolvedMember; ]
ResolvedTypeMunger.getSourceLocation ( ):org.aspectj.bridge.ISourceLocation
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.getSourceLocation:()Lorg/aspectj/bridge/ISourceLocation; ]
ResolvedTypeMunger.getSuperMethodsCalled ( ):java.util.Set
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.getSuperMethodsCalled:()Ljava/util/Set; ]
ResolvedTypeMunger.getTypeVariableAliases ( ):java.util.List
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.getTypeVariableAliases:()Ljava/util/List; ]
ResolvedTypeMunger.hasTypeVariableAliases ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.hasTypeVariableAliases:()Z ]
ResolvedTypeMunger.isLateMunger ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.isLateMunger:()Z ]
ResolvedTypeMunger.matches ( ResolvedType matchType, ResolvedType aspectType ):boolean
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.matches:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;)Z ]
ResolvedTypeMunger.needsAccessToTopmostImplementor ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.needsAccessToTopmostImplementor:()Z ]
ResolvedTypeMunger.parameterizedFor ( ResolvedType target ):ResolvedTypeMunger
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.parameterizedFor:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ResolvedTypeMunger; ]
ResolvedTypeMunger.parameterizeWith ( java.util.Map m, World w ):ResolvedTypeMunger
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ResolvedTypeMunger; ]
ResolvedTypeMunger.read ( VersionedDataInputStream s, ISourceContext context ) [static]:ResolvedTypeMunger
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/ResolvedTypeMunger; ]
ResolvedTypeMunger.readInTypeAliases ( VersionedDataInputStream s ) [static]:java.util.List
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.readInTypeAliases:(Lorg/aspectj/weaver/VersionedDataInputStream;)Ljava/util/List; ]
ResolvedTypeMunger.readSourceLocation ( VersionedDataInputStream s ) [static]:org.aspectj.bridge.ISourceLocation
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.readSourceLocation:(Lorg/aspectj/weaver/VersionedDataInputStream;)Lorg/aspectj/bridge/ISourceLocation; ]
ResolvedTypeMunger.readSuperMethodsCalled ( VersionedDataInputStream s ) [static]:java.util.Set
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.readSuperMethodsCalled:(Lorg/aspectj/weaver/VersionedDataInputStream;)Ljava/util/Set; ]
ResolvedTypeMunger.ResolvedTypeMunger ( ResolvedTypeMunger.Kind kind, ResolvedMember signature )
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger."<init>":(Lorg/aspectj/weaver/ResolvedTypeMunger$Kind;Lorg/aspectj/weaver/ResolvedMember;)V ]
ResolvedTypeMunger.setDeclaredSignature ( ResolvedMember rm ):void
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.setDeclaredSignature:(Lorg/aspectj/weaver/ResolvedMember;)V ]
ResolvedTypeMunger.setSourceLocation ( org.aspectj.bridge.ISourceLocation isl ):void
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.setSourceLocation:(Lorg/aspectj/bridge/ISourceLocation;)V ]
ResolvedTypeMunger.setSuperMethodsCalled ( java.util.Set c ):void
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.setSuperMethodsCalled:(Ljava/util/Set;)V ]
ResolvedTypeMunger.sharesTypeVariablesWithGenericType ( ):boolean
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.sharesTypeVariablesWithGenericType:()Z ]
ResolvedTypeMunger.toString ( ):String
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.toString:()Ljava/lang/String; ]
ResolvedTypeMunger.write ( java.io.DataOutputStream p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.write:(Ljava/io/DataOutputStream;)V ]
ResolvedTypeMunger.writeOutTypeAliases ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.writeOutTypeAliases:(Ljava/io/DataOutputStream;)V ]
ResolvedTypeMunger.writeSourceLocation ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.writeSourceLocation:(Ljava/io/DataOutputStream;)V ]
ResolvedTypeMunger.writeSuperMethodsCalled ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/ResolvedTypeMunger.writeSuperMethodsCalled:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, ResourceFinder.class
package com.opensymphony.xwork2.util.finder
ResourceFinder.ResourceFinder ( String path, ClassLoader classLoader )
[ run-time name: com/opensymphony/xwork2/util/finder/ResourceFinder."<init>":(Ljava/lang/String;Ljava/lang/ClassLoader;)V ]
ResourceFinder.ResourceFinder ( String path, ClassLoader classLoader, java.net.URL[] urls )
[ run-time name: com/opensymphony/xwork2/util/finder/ResourceFinder."<init>":(Ljava/lang/String;Ljava/lang/ClassLoader;[Ljava/net/URL;)V ]
xwork-2.1.2.jar, RET.class
package org.aspectj.apache.bcel.generic
RET.dump ( java.io.DataOutputStream out ):void
[ run-time name: org/aspectj/apache/bcel/generic/RET.dump:(Ljava/io/DataOutputStream;)V ]
RET.getIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/RET.getIndex:()I ]
RET.getLength ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/RET.getLength:()I ]
RET.getType ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):Type
[ run-time name: org/aspectj/apache/bcel/generic/RET.getType:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/generic/Type; ]
RET.RET ( int index, boolean wide )
[ run-time name: org/aspectj/apache/bcel/generic/RET."<init>":(IZ)V ]
RET.setIndex ( int index ):void
[ run-time name: org/aspectj/apache/bcel/generic/RET.setIndex:(I)V ]
RET.toString ( boolean verbose ):String
[ run-time name: org/aspectj/apache/bcel/generic/RET.toString:(Z)Ljava/lang/String; ]
xwork-2.1.2.jar, ReturnaddressType.class
package org.aspectj.apache.bcel.generic
ReturnaddressType.equals ( Object rat ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/ReturnaddressType.equals:(Ljava/lang/Object;)Z ]
ReturnaddressType.getTarget ( ):InstructionHandle
[ run-time name: org/aspectj/apache/bcel/generic/ReturnaddressType.getTarget:()Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
ReturnaddressType.ReturnaddressType ( InstructionHandle returnTarget )
[ run-time name: org/aspectj/apache/bcel/generic/ReturnaddressType."<init>":(Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
xwork-2.1.2.jar, RuntimeAnnotations.class
package org.aspectj.apache.bcel.classfile.annotation
RuntimeAnnotations.areVisible ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeAnnotations.areVisible:()Z ]
RuntimeAnnotations.getAnnotations ( ):java.util.List
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeAnnotations.getAnnotations:()Ljava/util/List; ]
RuntimeAnnotations.isInflated ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeAnnotations.isInflated:()Z ]
RuntimeAnnotations.readAnnotations ( java.io.DataInputStream dis, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):void
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeAnnotations.readAnnotations:(Ljava/io/DataInputStream;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
RuntimeAnnotations.RuntimeAnnotations ( byte attrid, boolean visible, int nameIdx, int len, byte[] data, org.aspectj.apache.bcel.classfile.ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeAnnotations."<init>":(BZII[BLorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
RuntimeAnnotations.RuntimeAnnotations ( byte attrid, boolean visible, int nameIdx, int len, org.aspectj.apache.bcel.classfile.ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeAnnotations."<init>":(BZIILorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
RuntimeAnnotations.writeAnnotations ( java.io.DataOutputStream dos ):void
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeAnnotations.writeAnnotations:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, RuntimeInvisibleAnnotations.class
package org.aspectj.apache.bcel.classfile.annotation
RuntimeInvisibleAnnotations.accept ( org.aspectj.apache.bcel.classfile.ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeInvisibleAnnotations.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
RuntimeInvisibleAnnotations.copy ( org.aspectj.apache.bcel.classfile.ConstantPool constant_pool ):org.aspectj.apache.bcel.classfile.Attribute
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeInvisibleAnnotations.copy:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Attribute; ]
RuntimeInvisibleAnnotations.dump ( java.io.DataOutputStream dos ):void
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeInvisibleAnnotations.dump:(Ljava/io/DataOutputStream;)V ]
RuntimeInvisibleAnnotations.RuntimeInvisibleAnnotations ( int nameIdx, int len, java.io.DataInputStream dis, org.aspectj.apache.bcel.classfile.ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeInvisibleAnnotations."<init>":(IILjava/io/DataInputStream;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
RuntimeInvisibleAnnotations.RuntimeInvisibleAnnotations ( int nameIdx, int len, org.aspectj.apache.bcel.classfile.ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeInvisibleAnnotations."<init>":(IILorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
RuntimeInvisibleAnnotations.RuntimeInvisibleAnnotations ( int nameIndex, int len, byte[] rvaData, org.aspectj.apache.bcel.classfile.ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeInvisibleAnnotations."<init>":(II[BLorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
xwork-2.1.2.jar, RuntimeInvisibleParameterAnnotations.class
package org.aspectj.apache.bcel.classfile.annotation
RuntimeInvisibleParameterAnnotations.accept ( org.aspectj.apache.bcel.classfile.ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeInvisibleParameterAnnotations.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
RuntimeInvisibleParameterAnnotations.copy ( org.aspectj.apache.bcel.classfile.ConstantPool constant_pool ):org.aspectj.apache.bcel.classfile.Attribute
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeInvisibleParameterAnnotations.copy:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Attribute; ]
RuntimeInvisibleParameterAnnotations.RuntimeInvisibleParameterAnnotations ( int nameIdx, int len, java.io.DataInputStream dis, org.aspectj.apache.bcel.classfile.ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeInvisibleParameterAnnotations."<init>":(IILjava/io/DataInputStream;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
RuntimeInvisibleParameterAnnotations.RuntimeInvisibleParameterAnnotations ( int nameIdx, int len, org.aspectj.apache.bcel.classfile.ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeInvisibleParameterAnnotations."<init>":(IILorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
RuntimeInvisibleParameterAnnotations.RuntimeInvisibleParameterAnnotations ( int nameIndex, int len, byte[] rvaData, org.aspectj.apache.bcel.classfile.ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeInvisibleParameterAnnotations."<init>":(II[BLorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
xwork-2.1.2.jar, RuntimeParameterAnnotations.class
package org.aspectj.apache.bcel.classfile.annotation
RuntimeParameterAnnotations.areVisible ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeParameterAnnotations.areVisible:()Z ]
RuntimeParameterAnnotations.copy ( org.aspectj.apache.bcel.classfile.ConstantPool constant_pool ):org.aspectj.apache.bcel.classfile.Attribute
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeParameterAnnotations.copy:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Attribute; ]
RuntimeParameterAnnotations.dump ( java.io.DataOutputStream dos ):void
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeParameterAnnotations.dump:(Ljava/io/DataOutputStream;)V ]
RuntimeParameterAnnotations.getAnnotationsOnParameter ( int parameterIndex ):AnnotationGen[]
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeParameterAnnotations.getAnnotationsOnParameter:(I)[Lorg/aspectj/apache/bcel/classfile/annotation/AnnotationGen; ]
RuntimeParameterAnnotations.getParameterAnnotations ( ):java.util.List
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeParameterAnnotations.getParameterAnnotations:()Ljava/util/List; ]
RuntimeParameterAnnotations.isInflated ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeParameterAnnotations.isInflated:()Z ]
RuntimeParameterAnnotations.readParameterAnnotations ( java.io.DataInputStream dis, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):void
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeParameterAnnotations.readParameterAnnotations:(Ljava/io/DataInputStream;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
RuntimeParameterAnnotations.RuntimeParameterAnnotations ( byte attrid, boolean visible, int nameIdx, int len, byte[] data, org.aspectj.apache.bcel.classfile.ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeParameterAnnotations."<init>":(BZII[BLorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
RuntimeParameterAnnotations.RuntimeParameterAnnotations ( byte attrid, boolean visible, int nameIdx, int len, org.aspectj.apache.bcel.classfile.ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeParameterAnnotations."<init>":(BZIILorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
RuntimeParameterAnnotations.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeParameterAnnotations.toString:()Ljava/lang/String; ]
RuntimeParameterAnnotations.writeAnnotations ( java.io.DataOutputStream dos ):void
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeParameterAnnotations.writeAnnotations:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, RuntimeVisibleAnnotations.class
package org.aspectj.apache.bcel.classfile.annotation
RuntimeVisibleAnnotations.accept ( org.aspectj.apache.bcel.classfile.ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeVisibleAnnotations.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
RuntimeVisibleAnnotations.copy ( org.aspectj.apache.bcel.classfile.ConstantPool constant_pool ):org.aspectj.apache.bcel.classfile.Attribute
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeVisibleAnnotations.copy:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Attribute; ]
RuntimeVisibleAnnotations.dump ( java.io.DataOutputStream dos ):void
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeVisibleAnnotations.dump:(Ljava/io/DataOutputStream;)V ]
RuntimeVisibleAnnotations.RuntimeVisibleAnnotations ( int nameIdx, int len, java.io.DataInputStream dis, org.aspectj.apache.bcel.classfile.ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeVisibleAnnotations."<init>":(IILjava/io/DataInputStream;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
RuntimeVisibleAnnotations.RuntimeVisibleAnnotations ( int nameIdx, int len, org.aspectj.apache.bcel.classfile.ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeVisibleAnnotations."<init>":(IILorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
RuntimeVisibleAnnotations.RuntimeVisibleAnnotations ( int nameIndex, int len, byte[] rvaData, org.aspectj.apache.bcel.classfile.ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeVisibleAnnotations."<init>":(II[BLorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
xwork-2.1.2.jar, RuntimeVisibleParameterAnnotations.class
package org.aspectj.apache.bcel.classfile.annotation
RuntimeVisibleParameterAnnotations.accept ( org.aspectj.apache.bcel.classfile.ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeVisibleParameterAnnotations.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
RuntimeVisibleParameterAnnotations.copy ( org.aspectj.apache.bcel.classfile.ConstantPool constant_pool ):org.aspectj.apache.bcel.classfile.Attribute
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeVisibleParameterAnnotations.copy:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Attribute; ]
RuntimeVisibleParameterAnnotations.RuntimeVisibleParameterAnnotations ( int nameIdx, int len, java.io.DataInputStream dis, org.aspectj.apache.bcel.classfile.ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeVisibleParameterAnnotations."<init>":(IILjava/io/DataInputStream;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
RuntimeVisibleParameterAnnotations.RuntimeVisibleParameterAnnotations ( int nameIdx, int len, org.aspectj.apache.bcel.classfile.ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeVisibleParameterAnnotations."<init>":(IILorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
RuntimeVisibleParameterAnnotations.RuntimeVisibleParameterAnnotations ( int nameIndex, int len, byte[] rvaData, org.aspectj.apache.bcel.classfile.ConstantPool cpool )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/RuntimeVisibleParameterAnnotations."<init>":(II[BLorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
xwork-2.1.2.jar, ScopeWithTypeVariables.class
package org.aspectj.weaver.patterns
ScopeWithTypeVariables.getEnclosingType ( ):org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/patterns/ScopeWithTypeVariables.getEnclosingType:()Lorg/aspectj/weaver/ResolvedType; ]
ScopeWithTypeVariables.getFormal ( int i ):FormalBinding
[ run-time name: org/aspectj/weaver/patterns/ScopeWithTypeVariables.getFormal:(I)Lorg/aspectj/weaver/patterns/FormalBinding; ]
ScopeWithTypeVariables.getFormalCount ( ):int
[ run-time name: org/aspectj/weaver/patterns/ScopeWithTypeVariables.getFormalCount:()I ]
ScopeWithTypeVariables.getImportedNames ( ):String[]
[ run-time name: org/aspectj/weaver/patterns/ScopeWithTypeVariables.getImportedNames:()[Ljava/lang/String; ]
ScopeWithTypeVariables.getImportedPrefixes ( ):String[]
[ run-time name: org/aspectj/weaver/patterns/ScopeWithTypeVariables.getImportedPrefixes:()[Ljava/lang/String; ]
ScopeWithTypeVariables.getMessageHandler ( ):org.aspectj.bridge.IMessageHandler
[ run-time name: org/aspectj/weaver/patterns/ScopeWithTypeVariables.getMessageHandler:()Lorg/aspectj/bridge/IMessageHandler; ]
ScopeWithTypeVariables.getWorld ( ):org.aspectj.weaver.World
[ run-time name: org/aspectj/weaver/patterns/ScopeWithTypeVariables.getWorld:()Lorg/aspectj/weaver/World; ]
ScopeWithTypeVariables.lookupFormal ( String name ):FormalBinding
[ run-time name: org/aspectj/weaver/patterns/ScopeWithTypeVariables.lookupFormal:(Ljava/lang/String;)Lorg/aspectj/weaver/patterns/FormalBinding; ]
ScopeWithTypeVariables.lookupType ( String name, org.aspectj.weaver.IHasPosition location ):org.aspectj.weaver.UnresolvedType
[ run-time name: org/aspectj/weaver/patterns/ScopeWithTypeVariables.lookupType:(Ljava/lang/String;Lorg/aspectj/weaver/IHasPosition;)Lorg/aspectj/weaver/UnresolvedType; ]
ScopeWithTypeVariables.message ( org.aspectj.bridge.IMessage aMessage ):void
[ run-time name: org/aspectj/weaver/patterns/ScopeWithTypeVariables.message:(Lorg/aspectj/bridge/IMessage;)V ]
ScopeWithTypeVariables.message ( org.aspectj.bridge.IMessage.Kind kind, org.aspectj.weaver.IHasPosition location, String message ):void
[ run-time name: org/aspectj/weaver/patterns/ScopeWithTypeVariables.message:(Lorg/aspectj/bridge/IMessage$Kind;Lorg/aspectj/weaver/IHasPosition;Ljava/lang/String;)V ]
ScopeWithTypeVariables.message ( org.aspectj.bridge.IMessage.Kind kind, org.aspectj.weaver.IHasPosition location1, org.aspectj.weaver.IHasPosition location2, String message ):void
[ run-time name: org/aspectj/weaver/patterns/ScopeWithTypeVariables.message:(Lorg/aspectj/bridge/IMessage$Kind;Lorg/aspectj/weaver/IHasPosition;Lorg/aspectj/weaver/IHasPosition;Ljava/lang/String;)V ]
ScopeWithTypeVariables.ScopeWithTypeVariables ( String[] typeVarNames, IScope delegate )
[ run-time name: org/aspectj/weaver/patterns/ScopeWithTypeVariables."<init>":([Ljava/lang/String;Lorg/aspectj/weaver/patterns/IScope;)V ]
xwork-2.1.2.jar, Shadow.class
package org.aspectj.weaver
Shadow.addMunger ( ShadowMunger munger ):void
[ run-time name: org/aspectj/weaver/Shadow.addMunger:(Lorg/aspectj/weaver/ShadowMunger;)V ]
Shadow.checkCanThrow ( ShadowMunger munger, ResolvedType resolvedTypeX ):boolean
[ run-time name: org/aspectj/weaver/Shadow.checkCanThrow:(Lorg/aspectj/weaver/ShadowMunger;Lorg/aspectj/weaver/ResolvedType;)Z ]
Shadow.checkMunger ( ShadowMunger munger ):boolean
[ run-time name: org/aspectj/weaver/Shadow.checkMunger:(Lorg/aspectj/weaver/ShadowMunger;)Z ]
Shadow.determineRelKind ( ShadowMunger munger ):org.aspectj.asm.IRelationship.Kind
[ run-time name: org/aspectj/weaver/Shadow.determineRelKind:(Lorg/aspectj/weaver/ShadowMunger;)Lorg/aspectj/asm/IRelationship$Kind; ]
Shadow.getArgAnnotationVar ( int p1, UnresolvedType p2 ) [abstract]:ast.Var
[ run-time name: org/aspectj/weaver/Shadow.getArgAnnotationVar:(ILorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ast/Var; ]
Shadow.getArgCount ( ):int
[ run-time name: org/aspectj/weaver/Shadow.getArgCount:()I ]
Shadow.getArgName ( int i, World w ):String
[ run-time name: org/aspectj/weaver/Shadow.getArgName:(ILorg/aspectj/weaver/World;)Ljava/lang/String; ]
Shadow.getArgType ( int arg ):UnresolvedType
[ run-time name: org/aspectj/weaver/Shadow.getArgType:(I)Lorg/aspectj/weaver/UnresolvedType; ]
Shadow.getArgTypes ( ):UnresolvedType[]
[ run-time name: org/aspectj/weaver/Shadow.getArgTypes:()[Lorg/aspectj/weaver/UnresolvedType; ]
Shadow.getArgumentTypesForArrayConstructionShadow ( ):ResolvedType[]
[ run-time name: org/aspectj/weaver/Shadow.getArgumentTypesForArrayConstructionShadow:()[Lorg/aspectj/weaver/ResolvedType; ]
Shadow.getArgVar ( int p1 ) [abstract]:ast.Var
[ run-time name: org/aspectj/weaver/Shadow.getArgVar:(I)Lorg/aspectj/weaver/ast/Var; ]
Shadow.getEnclosingCodeSignature ( ) [abstract]:Member
[ run-time name: org/aspectj/weaver/Shadow.getEnclosingCodeSignature:()Lorg/aspectj/weaver/Member; ]
Shadow.getEnclosingType ( ) [abstract]:UnresolvedType
[ run-time name: org/aspectj/weaver/Shadow.getEnclosingType:()Lorg/aspectj/weaver/UnresolvedType; ]
Shadow.getGenericArgTypes ( ):UnresolvedType[]
[ run-time name: org/aspectj/weaver/Shadow.getGenericArgTypes:()[Lorg/aspectj/weaver/UnresolvedType; ]
Shadow.getIWorld ( ) [abstract]:World
[ run-time name: org/aspectj/weaver/Shadow.getIWorld:()Lorg/aspectj/weaver/World; ]
Shadow.getKind ( ):Shadow.Kind
[ run-time name: org/aspectj/weaver/Shadow.getKind:()Lorg/aspectj/weaver/Shadow$Kind; ]
Shadow.getKindedAnnotationVar ( UnresolvedType p1 ) [abstract]:ast.Var
[ run-time name: org/aspectj/weaver/Shadow.getKindedAnnotationVar:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ast/Var; ]
Shadow.getMatchingSignature ( ):Member
[ run-time name: org/aspectj/weaver/Shadow.getMatchingSignature:()Lorg/aspectj/weaver/Member; ]
Shadow.getMungers ( ):java.util.List
[ run-time name: org/aspectj/weaver/Shadow.getMungers:()Ljava/util/List; ]
Shadow.getResolvedSignature ( ):ResolvedMember
[ run-time name: org/aspectj/weaver/Shadow.getResolvedSignature:()Lorg/aspectj/weaver/ResolvedMember; ]
Shadow.getReturnType ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/Shadow.getReturnType:()Lorg/aspectj/weaver/UnresolvedType; ]
Shadow.getSignature ( ):Member
[ run-time name: org/aspectj/weaver/Shadow.getSignature:()Lorg/aspectj/weaver/Member; ]
Shadow.getSourceLocation ( ) [abstract]:org.aspectj.bridge.ISourceLocation
[ run-time name: org/aspectj/weaver/Shadow.getSourceLocation:()Lorg/aspectj/bridge/ISourceLocation; ]
Shadow.getTargetAnnotationVar ( UnresolvedType p1 ) [abstract]:ast.Var
[ run-time name: org/aspectj/weaver/Shadow.getTargetAnnotationVar:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ast/Var; ]
Shadow.getTargetType ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/Shadow.getTargetType:()Lorg/aspectj/weaver/UnresolvedType; ]
Shadow.getTargetVar ( ) [abstract]:ast.Var
[ run-time name: org/aspectj/weaver/Shadow.getTargetVar:()Lorg/aspectj/weaver/ast/Var; ]
Shadow.getThisAnnotationVar ( UnresolvedType p1 ) [abstract]:ast.Var
[ run-time name: org/aspectj/weaver/Shadow.getThisAnnotationVar:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ast/Var; ]
Shadow.getThisEnclosingJoinPointStaticPartVar ( ) [abstract]:ast.Var
[ run-time name: org/aspectj/weaver/Shadow.getThisEnclosingJoinPointStaticPartVar:()Lorg/aspectj/weaver/ast/Var; ]
Shadow.getThisJoinPointStaticPartVar ( ) [abstract]:ast.Var
[ run-time name: org/aspectj/weaver/Shadow.getThisJoinPointStaticPartVar:()Lorg/aspectj/weaver/ast/Var; ]
Shadow.getThisJoinPointVar ( ) [abstract]:ast.Var
[ run-time name: org/aspectj/weaver/Shadow.getThisJoinPointVar:()Lorg/aspectj/weaver/ast/Var; ]
Shadow.getThisType ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/Shadow.getThisType:()Lorg/aspectj/weaver/UnresolvedType; ]
Shadow.getThisVar ( ) [abstract]:ast.Var
[ run-time name: org/aspectj/weaver/Shadow.getThisVar:()Lorg/aspectj/weaver/ast/Var; ]
Shadow.getWithinAnnotationVar ( UnresolvedType p1 ) [abstract]:ast.Var
[ run-time name: org/aspectj/weaver/Shadow.getWithinAnnotationVar:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ast/Var; ]
Shadow.getWithinCodeAnnotationVar ( UnresolvedType p1 ) [abstract]:ast.Var
[ run-time name: org/aspectj/weaver/Shadow.getWithinCodeAnnotationVar:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ast/Var; ]
Shadow.hasTarget ( ):boolean
[ run-time name: org/aspectj/weaver/Shadow.hasTarget:()Z ]
Shadow.hasThis ( ):boolean
[ run-time name: org/aspectj/weaver/Shadow.hasThis:()Z ]
Shadow.howMany ( int i ) [static]:int
[ run-time name: org/aspectj/weaver/Shadow.howMany:(I)I ]
Shadow.implement ( ):void
[ run-time name: org/aspectj/weaver/Shadow.implement:()V ]
Shadow.isShadowForArrayConstructionJoinpoint ( ):boolean
[ run-time name: org/aspectj/weaver/Shadow.isShadowForArrayConstructionJoinpoint:()Z ]
Shadow.isShadowForMonitor ( ):boolean
[ run-time name: org/aspectj/weaver/Shadow.isShadowForMonitor:()Z ]
Shadow.makeReflectiveFactoryString ( ):String
[ run-time name: org/aspectj/weaver/Shadow.makeReflectiveFactoryString:()Ljava/lang/String; ]
Shadow.prepareForMungers ( ):void
[ run-time name: org/aspectj/weaver/Shadow.prepareForMungers:()V ]
Shadow.setMatchingSignature ( Member member ):void
[ run-time name: org/aspectj/weaver/Shadow.setMatchingSignature:(Lorg/aspectj/weaver/Member;)V ]
Shadow.Shadow ( Shadow.Kind kind, Member signature, Shadow enclosingShadow )
[ run-time name: org/aspectj/weaver/Shadow."<init>":(Lorg/aspectj/weaver/Shadow$Kind;Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/Shadow;)V ]
Shadow.toResolvedString ( World world ):String
[ run-time name: org/aspectj/weaver/Shadow.toResolvedString:(Lorg/aspectj/weaver/World;)Ljava/lang/String; ]
Shadow.toSet ( int i ) [static]:java.util.Set
[ run-time name: org/aspectj/weaver/Shadow.toSet:(I)Ljava/util/Set; ]
Shadow.toString ( ):String
[ run-time name: org/aspectj/weaver/Shadow.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, ShadowMatch.class
package org.aspectj.weaver.tools
ShadowMatch.alwaysMatches ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/tools/ShadowMatch.alwaysMatches:()Z ]
ShadowMatch.matchesJoinPoint ( Object p1, Object p2, Object[] p3 ) [abstract]:JoinPointMatch
[ run-time name: org/aspectj/weaver/tools/ShadowMatch.matchesJoinPoint:(Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Lorg/aspectj/weaver/tools/JoinPointMatch; ]
ShadowMatch.maybeMatches ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/tools/ShadowMatch.maybeMatches:()Z ]
ShadowMatch.neverMatches ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/tools/ShadowMatch.neverMatches:()Z ]
ShadowMatch.setMatchingContext ( MatchingContext p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/ShadowMatch.setMatchingContext:(Lorg/aspectj/weaver/tools/MatchingContext;)V ]
xwork-2.1.2.jar, ShadowMatchImpl.class
package org.aspectj.weaver.reflect
ShadowMatchImpl.alwaysMatches ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/ShadowMatchImpl.alwaysMatches:()Z ]
ShadowMatchImpl.matchesJoinPoint ( Object thisObject, Object targetObject, Object[] args ):org.aspectj.weaver.tools.JoinPointMatch
[ run-time name: org/aspectj/weaver/reflect/ShadowMatchImpl.matchesJoinPoint:(Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Lorg/aspectj/weaver/tools/JoinPointMatch; ]
ShadowMatchImpl.maybeMatches ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/ShadowMatchImpl.maybeMatches:()Z ]
ShadowMatchImpl.neverMatches ( ):boolean
[ run-time name: org/aspectj/weaver/reflect/ShadowMatchImpl.neverMatches:()Z ]
ShadowMatchImpl.setMatchingContext ( org.aspectj.weaver.tools.MatchingContext aMatchContext ):void
[ run-time name: org/aspectj/weaver/reflect/ShadowMatchImpl.setMatchingContext:(Lorg/aspectj/weaver/tools/MatchingContext;)V ]
ShadowMatchImpl.setSubject ( reflect.Member aMember ):void
[ run-time name: org/aspectj/weaver/reflect/ShadowMatchImpl.setSubject:(Ljava/lang/reflect/Member;)V ]
ShadowMatchImpl.setWithinCode ( reflect.Member aMember ):void
[ run-time name: org/aspectj/weaver/reflect/ShadowMatchImpl.setWithinCode:(Ljava/lang/reflect/Member;)V ]
ShadowMatchImpl.setWithinType ( Class aClass ):void
[ run-time name: org/aspectj/weaver/reflect/ShadowMatchImpl.setWithinType:(Ljava/lang/Class;)V ]
ShadowMatchImpl.ShadowMatchImpl ( org.aspectj.util.FuzzyBoolean match, org.aspectj.weaver.ast.Test test, org.aspectj.weaver.patterns.ExposedState state, org.aspectj.weaver.tools.PointcutParameter[] params )
[ run-time name: org/aspectj/weaver/reflect/ShadowMatchImpl."<init>":(Lorg/aspectj/util/FuzzyBoolean;Lorg/aspectj/weaver/ast/Test;Lorg/aspectj/weaver/patterns/ExposedState;[Lorg/aspectj/weaver/tools/PointcutParameter;)V ]
xwork-2.1.2.jar, ShadowMunger.class
package org.aspectj.weaver
ShadowMunger.compareTo ( Object p1 ) [abstract]:int
[ run-time name: org/aspectj/weaver/ShadowMunger.compareTo:(Ljava/lang/Object;)I ]
ShadowMunger.concretize ( ResolvedType p1, World p2, patterns.PerClause p3 ) [abstract]:ShadowMunger
[ run-time name: org/aspectj/weaver/ShadowMunger.concretize:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/World;Lorg/aspectj/weaver/patterns/PerClause;)Lorg/aspectj/weaver/ShadowMunger; ]
ShadowMunger.createHierarchy ( ):void
[ run-time name: org/aspectj/weaver/ShadowMunger.createHierarchy:()V ]
ShadowMunger.fallbackCompareTo ( Object other ):int
[ run-time name: org/aspectj/weaver/ShadowMunger.fallbackCompareTo:(Ljava/lang/Object;)I ]
ShadowMunger.getDeclaringType ( ):ResolvedType
[ run-time name: org/aspectj/weaver/ShadowMunger.getDeclaringType:()Lorg/aspectj/weaver/ResolvedType; ]
ShadowMunger.getEnd ( ):int
[ run-time name: org/aspectj/weaver/ShadowMunger.getEnd:()I ]
ShadowMunger.getHandle ( ):String
[ run-time name: org/aspectj/weaver/ShadowMunger.getHandle:()Ljava/lang/String; ]
ShadowMunger.getPointcut ( ):patterns.Pointcut
[ run-time name: org/aspectj/weaver/ShadowMunger.getPointcut:()Lorg/aspectj/weaver/patterns/Pointcut; ]
ShadowMunger.getSourceLocation ( ):org.aspectj.bridge.ISourceLocation
[ run-time name: org/aspectj/weaver/ShadowMunger.getSourceLocation:()Lorg/aspectj/bridge/ISourceLocation; ]
ShadowMunger.getStart ( ):int
[ run-time name: org/aspectj/weaver/ShadowMunger.getStart:()I ]
ShadowMunger.getThrownExceptions ( ) [abstract]:java.util.Collection
[ run-time name: org/aspectj/weaver/ShadowMunger.getThrownExceptions:()Ljava/util/Collection; ]
ShadowMunger.implementOn ( Shadow p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ShadowMunger.implementOn:(Lorg/aspectj/weaver/Shadow;)V ]
ShadowMunger.isBinary ( ):boolean
[ run-time name: org/aspectj/weaver/ShadowMunger.isBinary:()Z ]
ShadowMunger.match ( Shadow shadow, World world ):boolean
[ run-time name: org/aspectj/weaver/ShadowMunger.match:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/World;)Z ]
ShadowMunger.mustCheckExceptions ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/ShadowMunger.mustCheckExceptions:()Z ]
ShadowMunger.parameterizeWith ( ResolvedType p1, java.util.Map p2 ) [abstract]:ShadowMunger
[ run-time name: org/aspectj/weaver/ShadowMunger.parameterizeWith:(Lorg/aspectj/weaver/ResolvedType;Ljava/util/Map;)Lorg/aspectj/weaver/ShadowMunger; ]
ShadowMunger.setDeclaringType ( ResolvedType aType ):void
[ run-time name: org/aspectj/weaver/ShadowMunger.setDeclaringType:(Lorg/aspectj/weaver/ResolvedType;)V ]
ShadowMunger.setPointcut ( patterns.Pointcut pointcut ):void
[ run-time name: org/aspectj/weaver/ShadowMunger.setPointcut:(Lorg/aspectj/weaver/patterns/Pointcut;)V ]
ShadowMunger.ShadowMunger ( patterns.Pointcut pointcut, int start, int end, ISourceContext sourceContext )
[ run-time name: org/aspectj/weaver/ShadowMunger."<init>":(Lorg/aspectj/weaver/patterns/Pointcut;IILorg/aspectj/weaver/ISourceContext;)V ]
ShadowMunger.specializeOn ( Shadow p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ShadowMunger.specializeOn:(Lorg/aspectj/weaver/Shadow;)V ]
xwork-2.1.2.jar, ShadowRange.class
package org.aspectj.weaver.bcel
ShadowRange.associateWithShadow ( BcelShadow shadow ):void
[ run-time name: org/aspectj/weaver/bcel/ShadowRange.associateWithShadow:(Lorg/aspectj/weaver/bcel/BcelShadow;)V ]
ShadowRange.associateWithTargets ( org.aspectj.apache.bcel.generic.InstructionHandle start, org.aspectj.apache.bcel.generic.InstructionHandle end ):void
[ run-time name: org/aspectj/weaver/bcel/ShadowRange.associateWithTargets:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
ShadowRange.getKind ( ):org.aspectj.weaver.Shadow.Kind
[ run-time name: org/aspectj/weaver/bcel/ShadowRange.getKind:()Lorg/aspectj/weaver/Shadow$Kind; ]
ShadowRange.getShadow ( ):BcelShadow
[ run-time name: org/aspectj/weaver/bcel/ShadowRange.getShadow:()Lorg/aspectj/weaver/bcel/BcelShadow; ]
ShadowRange.ShadowRange ( org.aspectj.apache.bcel.generic.InstructionList body )
[ run-time name: org/aspectj/weaver/bcel/ShadowRange."<init>":(Lorg/aspectj/apache/bcel/generic/InstructionList;)V ]
ShadowRange.toString ( ):String
[ run-time name: org/aspectj/weaver/bcel/ShadowRange.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, Signature.class
package org.aspectj.apache.bcel.classfile
Signature.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/Signature.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
Signature.asClassSignature ( ):Signature.ClassSignature
[ run-time name: org/aspectj/apache/bcel/classfile/Signature.asClassSignature:()Lorg/aspectj/apache/bcel/classfile/Signature$ClassSignature; ]
Signature.asFieldTypeSignature ( ):Signature.FieldTypeSignature
[ run-time name: org/aspectj/apache/bcel/classfile/Signature.asFieldTypeSignature:()Lorg/aspectj/apache/bcel/classfile/Signature$FieldTypeSignature; ]
Signature.asMethodTypeSignature ( ):Signature.MethodTypeSignature
[ run-time name: org/aspectj/apache/bcel/classfile/Signature.asMethodTypeSignature:()Lorg/aspectj/apache/bcel/classfile/Signature$MethodTypeSignature; ]
Signature.copy ( ConstantPool constant_pool ):Attribute
[ run-time name: org/aspectj/apache/bcel/classfile/Signature.copy:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Attribute; ]
Signature.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/Signature.dump:(Ljava/io/DataOutputStream;)V ]
Signature.getSignature ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/Signature.getSignature:()Ljava/lang/String; ]
Signature.getSignatureIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/Signature.getSignatureIndex:()I ]
Signature.isActualParameterList ( String s ) [static]:boolean
[ run-time name: org/aspectj/apache/bcel/classfile/Signature.isActualParameterList:(Ljava/lang/String;)Z ]
Signature.isFormalParameterList ( String s ) [static]:boolean
[ run-time name: org/aspectj/apache/bcel/classfile/Signature.isFormalParameterList:(Ljava/lang/String;)Z ]
Signature.setSignatureIndex ( int signature_index ):void
[ run-time name: org/aspectj/apache/bcel/classfile/Signature.setSignatureIndex:(I)V ]
Signature.Signature ( int name_index, int length, int signature_index, ConstantPool constant_pool )
[ run-time name: org/aspectj/apache/bcel/classfile/Signature."<init>":(IIILorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
Signature.Signature ( Signature c )
[ run-time name: org/aspectj/apache/bcel/classfile/Signature."<init>":(Lorg/aspectj/apache/bcel/classfile/Signature;)V ]
Signature.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/Signature.toString:()Ljava/lang/String; ]
Signature.translate ( String s ) [static]:String
[ run-time name: org/aspectj/apache/bcel/classfile/Signature.translate:(Ljava/lang/String;)Ljava/lang/String; ]
package org.aspectj.lang
Signature.getDeclaringType ( ) [abstract]:Class
[ run-time name: org/aspectj/lang/Signature.getDeclaringType:()Ljava/lang/Class; ]
Signature.getDeclaringTypeName ( ) [abstract]:String
[ run-time name: org/aspectj/lang/Signature.getDeclaringTypeName:()Ljava/lang/String; ]
Signature.getModifiers ( ) [abstract]:int
[ run-time name: org/aspectj/lang/Signature.getModifiers:()I ]
Signature.getName ( ) [abstract]:String
[ run-time name: org/aspectj/lang/Signature.getName:()Ljava/lang/String; ]
Signature.toLongString ( ) [abstract]:String
[ run-time name: org/aspectj/lang/Signature.toLongString:()Ljava/lang/String; ]
Signature.toShortString ( ) [abstract]:String
[ run-time name: org/aspectj/lang/Signature.toShortString:()Ljava/lang/String; ]
Signature.toString ( ) [abstract]:String
[ run-time name: org/aspectj/lang/Signature.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, SignatureImpl.class
package org.aspectj.runtime.reflect
SignatureImpl.createToString ( StringMaker p1 ) [abstract]:String
[ run-time name: org/aspectj/runtime/reflect/SignatureImpl.createToString:(Lorg/aspectj/runtime/reflect/StringMaker;)Ljava/lang/String; ]
SignatureImpl.getDeclaringType ( ):Class
[ run-time name: org/aspectj/runtime/reflect/SignatureImpl.getDeclaringType:()Ljava/lang/Class; ]
SignatureImpl.getDeclaringTypeName ( ):String
[ run-time name: org/aspectj/runtime/reflect/SignatureImpl.getDeclaringTypeName:()Ljava/lang/String; ]
SignatureImpl.getModifiers ( ):int
[ run-time name: org/aspectj/runtime/reflect/SignatureImpl.getModifiers:()I ]
SignatureImpl.getName ( ):String
[ run-time name: org/aspectj/runtime/reflect/SignatureImpl.getName:()Ljava/lang/String; ]
SignatureImpl.setLookupClassLoader ( ClassLoader loader ):void
[ run-time name: org/aspectj/runtime/reflect/SignatureImpl.setLookupClassLoader:(Ljava/lang/ClassLoader;)V ]
SignatureImpl.SignatureImpl ( String stringRep )
[ run-time name: org/aspectj/runtime/reflect/SignatureImpl."<init>":(Ljava/lang/String;)V ]
SignatureImpl.toLongString ( ):String
[ run-time name: org/aspectj/runtime/reflect/SignatureImpl.toLongString:()Ljava/lang/String; ]
SignatureImpl.toShortString ( ):String
[ run-time name: org/aspectj/runtime/reflect/SignatureImpl.toShortString:()Ljava/lang/String; ]
SignatureImpl.toString ( ):String
[ run-time name: org/aspectj/runtime/reflect/SignatureImpl.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, SignaturePattern.class
package org.aspectj.lang.reflect
SignaturePattern.asString ( ) [abstract]:String
[ run-time name: org/aspectj/lang/reflect/SignaturePattern.asString:()Ljava/lang/String; ]
package org.aspectj.weaver.patterns
SignaturePattern.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/SignaturePattern.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
SignaturePattern.declaringTypeMatchAllowingForCovariance ( org.aspectj.weaver.Member member, org.aspectj.weaver.UnresolvedType shadowDeclaringType, org.aspectj.weaver.World world, TypePattern returnTypePattern, org.aspectj.weaver.ResolvedType sigReturn ):boolean
[ run-time name: org/aspectj/weaver/patterns/SignaturePattern.declaringTypeMatchAllowingForCovariance:(Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/World;Lorg/aspectj/weaver/patterns/TypePattern;Lorg/aspectj/weaver/ResolvedType;)Z ]
SignaturePattern.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/SignaturePattern.equals:(Ljava/lang/Object;)Z ]
SignaturePattern.getAnnotationPattern ( ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/SignaturePattern.getAnnotationPattern:()Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
SignaturePattern.getDeclaringType ( ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/SignaturePattern.getDeclaringType:()Lorg/aspectj/weaver/patterns/TypePattern; ]
SignaturePattern.getKind ( ):org.aspectj.weaver.MemberKind
[ run-time name: org/aspectj/weaver/patterns/SignaturePattern.getKind:()Lorg/aspectj/weaver/MemberKind; ]
SignaturePattern.getModifiers ( ):ModifiersPattern
[ run-time name: org/aspectj/weaver/patterns/SignaturePattern.getModifiers:()Lorg/aspectj/weaver/patterns/ModifiersPattern; ]
SignaturePattern.getName ( ):NamePattern
[ run-time name: org/aspectj/weaver/patterns/SignaturePattern.getName:()Lorg/aspectj/weaver/patterns/NamePattern; ]
SignaturePattern.getParameterTypes ( ):TypePatternList
[ run-time name: org/aspectj/weaver/patterns/SignaturePattern.getParameterTypes:()Lorg/aspectj/weaver/patterns/TypePatternList; ]
SignaturePattern.getReturnType ( ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/SignaturePattern.getReturnType:()Lorg/aspectj/weaver/patterns/TypePattern; ]
SignaturePattern.getThrowsPattern ( ):ThrowsPattern
[ run-time name: org/aspectj/weaver/patterns/SignaturePattern.getThrowsPattern:()Lorg/aspectj/weaver/patterns/ThrowsPattern; ]
SignaturePattern.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/SignaturePattern.hashCode:()I ]
SignaturePattern.isStarAnnotation ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/SignaturePattern.isStarAnnotation:()Z ]
SignaturePattern.matches ( org.aspectj.weaver.Member joinPointSignature, org.aspectj.weaver.World world, boolean allowBridgeMethods ):boolean
[ run-time name: org/aspectj/weaver/patterns/SignaturePattern.matches:(Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/World;Z)Z ]
SignaturePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):SignaturePattern
[ run-time name: org/aspectj/weaver/patterns/SignaturePattern.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/SignaturePattern; ]
SignaturePattern.postRead ( org.aspectj.weaver.ResolvedType enclosingType ):void
[ run-time name: org/aspectj/weaver/patterns/SignaturePattern.postRead:(Lorg/aspectj/weaver/ResolvedType;)V ]
SignaturePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:SignaturePattern
[ run-time name: org/aspectj/weaver/patterns/SignaturePattern.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/SignaturePattern; ]
SignaturePattern.resolveBindings ( IScope scope, Bindings bindings ):SignaturePattern
[ run-time name: org/aspectj/weaver/patterns/SignaturePattern.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;)Lorg/aspectj/weaver/patterns/SignaturePattern; ]
SignaturePattern.SignaturePattern ( org.aspectj.weaver.MemberKind kind, ModifiersPattern modifiers, TypePattern returnType, TypePattern declaringType, NamePattern name, TypePatternList parameterTypes, ThrowsPattern throwsPattern, AnnotationTypePattern annotationPattern )
[ run-time name: org/aspectj/weaver/patterns/SignaturePattern."<init>":(Lorg/aspectj/weaver/MemberKind;Lorg/aspectj/weaver/patterns/ModifiersPattern;Lorg/aspectj/weaver/patterns/TypePattern;Lorg/aspectj/weaver/patterns/TypePattern;Lorg/aspectj/weaver/patterns/NamePattern;Lorg/aspectj/weaver/patterns/TypePatternList;Lorg/aspectj/weaver/patterns/ThrowsPattern;Lorg/aspectj/weaver/patterns/AnnotationTypePattern;)V ]
SignaturePattern.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/SignaturePattern.toString:()Ljava/lang/String; ]
SignaturePattern.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/SignaturePattern.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, SignatureUtils.class
package org.aspectj.weaver
SignatureUtils.getAdviceSignatureString ( Member m, World world ) [static]:String
[ run-time name: org/aspectj/weaver/SignatureUtils.getAdviceSignatureString:(Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/World;)Ljava/lang/String; ]
SignatureUtils.getConstructorSignatureString ( Member m, World world ) [static]:String
[ run-time name: org/aspectj/weaver/SignatureUtils.getConstructorSignatureString:(Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/World;)Ljava/lang/String; ]
SignatureUtils.getFieldSignatureString ( Member m, World world ) [static]:String
[ run-time name: org/aspectj/weaver/SignatureUtils.getFieldSignatureString:(Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/World;)Ljava/lang/String; ]
SignatureUtils.getMethodSignatureString ( Member m, World world ) [static]:String
[ run-time name: org/aspectj/weaver/SignatureUtils.getMethodSignatureString:(Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/World;)Ljava/lang/String; ]
SignatureUtils.getMonitorSignatureString ( Member m, World world ) [static]:String
[ run-time name: org/aspectj/weaver/SignatureUtils.getMonitorSignatureString:(Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/World;)Ljava/lang/String; ]
SignatureUtils.getSignatureMakerName ( Member m ) [static]:String
[ run-time name: org/aspectj/weaver/SignatureUtils.getSignatureMakerName:(Lorg/aspectj/weaver/Member;)Ljava/lang/String; ]
SignatureUtils.getSignatureString ( Member m, World world ) [static]:String
[ run-time name: org/aspectj/weaver/SignatureUtils.getSignatureString:(Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/World;)Ljava/lang/String; ]
SignatureUtils.getSignatureType ( Member m ) [static]:String
[ run-time name: org/aspectj/weaver/SignatureUtils.getSignatureType:(Lorg/aspectj/weaver/Member;)Ljava/lang/String; ]
SignatureUtils.makeString ( int i ) [static]:String
[ run-time name: org/aspectj/weaver/SignatureUtils.makeString:(I)Ljava/lang/String; ]
SignatureUtils.makeString ( UnresolvedType t ) [static]:String
[ run-time name: org/aspectj/weaver/SignatureUtils.makeString:(Lorg/aspectj/weaver/UnresolvedType;)Ljava/lang/String; ]
SignatureUtils.makeString ( UnresolvedType[] types ) [static]:String
[ run-time name: org/aspectj/weaver/SignatureUtils.makeString:([Lorg/aspectj/weaver/UnresolvedType;)Ljava/lang/String; ]
SignatureUtils.makeString ( String[] names ) [static]:String
[ run-time name: org/aspectj/weaver/SignatureUtils.makeString:([Ljava/lang/String;)Ljava/lang/String; ]
SignatureUtils.SignatureUtils ( )
[ run-time name: org/aspectj/weaver/SignatureUtils."<init>":()V ]
xwork-2.1.2.jar, SimpleAnnotationValue.class
package org.aspectj.weaver
SimpleAnnotationValue.setValueByte ( byte b ):void
[ run-time name: org/aspectj/weaver/SimpleAnnotationValue.setValueByte:(B)V ]
SimpleAnnotationValue.setValueChar ( char c ):void
[ run-time name: org/aspectj/weaver/SimpleAnnotationValue.setValueChar:(C)V ]
SimpleAnnotationValue.setValueInt ( int i ):void
[ run-time name: org/aspectj/weaver/SimpleAnnotationValue.setValueInt:(I)V ]
SimpleAnnotationValue.setValueString ( String s ):void
[ run-time name: org/aspectj/weaver/SimpleAnnotationValue.setValueString:(Ljava/lang/String;)V ]
SimpleAnnotationValue.SimpleAnnotationValue ( int kind )
[ run-time name: org/aspectj/weaver/SimpleAnnotationValue."<init>":(I)V ]
SimpleAnnotationValue.SimpleAnnotationValue ( int kind, Object value )
[ run-time name: org/aspectj/weaver/SimpleAnnotationValue."<init>":(ILjava/lang/Object;)V ]
SimpleAnnotationValue.stringify ( ):String
[ run-time name: org/aspectj/weaver/SimpleAnnotationValue.stringify:()Ljava/lang/String; ]
SimpleAnnotationValue.toString ( ):String
[ run-time name: org/aspectj/weaver/SimpleAnnotationValue.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, SimpleElementValueGen.class
package org.aspectj.apache.bcel.classfile.annotation
SimpleElementValueGen.dump ( java.io.DataOutputStream dos ):void
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/SimpleElementValueGen.dump:(Ljava/io/DataOutputStream;)V ]
SimpleElementValueGen.getElementValue ( ):ElementValueGen
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/SimpleElementValueGen.getElementValue:()Lorg/aspectj/apache/bcel/classfile/annotation/ElementValueGen; ]
SimpleElementValueGen.getIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/SimpleElementValueGen.getIndex:()I ]
SimpleElementValueGen.getValueBoolean ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/SimpleElementValueGen.getValueBoolean:()Z ]
SimpleElementValueGen.getValueByte ( ):byte
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/SimpleElementValueGen.getValueByte:()B ]
SimpleElementValueGen.getValueChar ( ):char
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/SimpleElementValueGen.getValueChar:()C ]
SimpleElementValueGen.getValueDouble ( ):double
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/SimpleElementValueGen.getValueDouble:()D ]
SimpleElementValueGen.getValueFloat ( ):float
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/SimpleElementValueGen.getValueFloat:()F ]
SimpleElementValueGen.getValueInt ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/SimpleElementValueGen.getValueInt:()I ]
SimpleElementValueGen.getValueLong ( ):long
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/SimpleElementValueGen.getValueLong:()J ]
SimpleElementValueGen.getValueShort ( ):short
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/SimpleElementValueGen.getValueShort:()S ]
SimpleElementValueGen.getValueString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/SimpleElementValueGen.getValueString:()Ljava/lang/String; ]
SimpleElementValueGen.SimpleElementValueGen ( int type, int idx, org.aspectj.apache.bcel.classfile.ConstantPool cpGen )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/SimpleElementValueGen."<init>":(IILorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
SimpleElementValueGen.SimpleElementValueGen ( int type, org.aspectj.apache.bcel.classfile.ConstantPool cpGen, boolean value )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/SimpleElementValueGen."<init>":(ILorg/aspectj/apache/bcel/classfile/ConstantPool;Z)V ]
SimpleElementValueGen.SimpleElementValueGen ( int type, org.aspectj.apache.bcel.classfile.ConstantPool cpGen, byte value )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/SimpleElementValueGen."<init>":(ILorg/aspectj/apache/bcel/classfile/ConstantPool;B)V ]
SimpleElementValueGen.SimpleElementValueGen ( int type, org.aspectj.apache.bcel.classfile.ConstantPool cpGen, char value )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/SimpleElementValueGen."<init>":(ILorg/aspectj/apache/bcel/classfile/ConstantPool;C)V ]
SimpleElementValueGen.SimpleElementValueGen ( int type, org.aspectj.apache.bcel.classfile.ConstantPool cpGen, double value )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/SimpleElementValueGen."<init>":(ILorg/aspectj/apache/bcel/classfile/ConstantPool;D)V ]
SimpleElementValueGen.SimpleElementValueGen ( int type, org.aspectj.apache.bcel.classfile.ConstantPool cpGen, float value )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/SimpleElementValueGen."<init>":(ILorg/aspectj/apache/bcel/classfile/ConstantPool;F)V ]
SimpleElementValueGen.SimpleElementValueGen ( int type, org.aspectj.apache.bcel.classfile.ConstantPool cpGen, int value )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/SimpleElementValueGen."<init>":(ILorg/aspectj/apache/bcel/classfile/ConstantPool;I)V ]
SimpleElementValueGen.SimpleElementValueGen ( int type, org.aspectj.apache.bcel.classfile.ConstantPool cpGen, long value )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/SimpleElementValueGen."<init>":(ILorg/aspectj/apache/bcel/classfile/ConstantPool;J)V ]
SimpleElementValueGen.SimpleElementValueGen ( int type, org.aspectj.apache.bcel.classfile.ConstantPool cpGen, short value )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/SimpleElementValueGen."<init>":(ILorg/aspectj/apache/bcel/classfile/ConstantPool;S)V ]
SimpleElementValueGen.SimpleElementValueGen ( int type, org.aspectj.apache.bcel.classfile.ConstantPool cpGen, String value )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/SimpleElementValueGen."<init>":(ILorg/aspectj/apache/bcel/classfile/ConstantPool;Ljava/lang/String;)V ]
SimpleElementValueGen.SimpleElementValueGen ( SimpleElementValueGen value, org.aspectj.apache.bcel.classfile.ConstantPool cpool, boolean copyPoolEntries )
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/SimpleElementValueGen."<init>":(Lorg/aspectj/apache/bcel/classfile/annotation/SimpleElementValueGen;Lorg/aspectj/apache/bcel/classfile/ConstantPool;Z)V ]
SimpleElementValueGen.stringifyValue ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/annotation/SimpleElementValueGen.stringifyValue:()Ljava/lang/String; ]
xwork-2.1.2.jar, SimpleScope.class
package org.aspectj.weaver.patterns
SimpleScope.getEnclosingType ( ):org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/patterns/SimpleScope.getEnclosingType:()Lorg/aspectj/weaver/ResolvedType; ]
SimpleScope.getFormal ( int i ):FormalBinding
[ run-time name: org/aspectj/weaver/patterns/SimpleScope.getFormal:(I)Lorg/aspectj/weaver/patterns/FormalBinding; ]
SimpleScope.getFormalCount ( ):int
[ run-time name: org/aspectj/weaver/patterns/SimpleScope.getFormalCount:()I ]
SimpleScope.getImportedNames ( ):String[]
[ run-time name: org/aspectj/weaver/patterns/SimpleScope.getImportedNames:()[Ljava/lang/String; ]
SimpleScope.getImportedPrefixes ( ):String[]
[ run-time name: org/aspectj/weaver/patterns/SimpleScope.getImportedPrefixes:()[Ljava/lang/String; ]
SimpleScope.getMessageHandler ( ):org.aspectj.bridge.IMessageHandler
[ run-time name: org/aspectj/weaver/patterns/SimpleScope.getMessageHandler:()Lorg/aspectj/bridge/IMessageHandler; ]
SimpleScope.getWorld ( ):org.aspectj.weaver.World
[ run-time name: org/aspectj/weaver/patterns/SimpleScope.getWorld:()Lorg/aspectj/weaver/World; ]
SimpleScope.lookupFormal ( String name ):FormalBinding
[ run-time name: org/aspectj/weaver/patterns/SimpleScope.lookupFormal:(Ljava/lang/String;)Lorg/aspectj/weaver/patterns/FormalBinding; ]
SimpleScope.lookupType ( String name, org.aspectj.weaver.IHasPosition location ):org.aspectj.weaver.UnresolvedType
[ run-time name: org/aspectj/weaver/patterns/SimpleScope.lookupType:(Ljava/lang/String;Lorg/aspectj/weaver/IHasPosition;)Lorg/aspectj/weaver/UnresolvedType; ]
SimpleScope.makeFormalBindings ( org.aspectj.weaver.UnresolvedType[] types, String[] names ) [static]:FormalBinding[]
[ run-time name: org/aspectj/weaver/patterns/SimpleScope.makeFormalBindings:([Lorg/aspectj/weaver/UnresolvedType;[Ljava/lang/String;)[Lorg/aspectj/weaver/patterns/FormalBinding; ]
SimpleScope.makeSourceLocation ( org.aspectj.weaver.IHasPosition location ):org.aspectj.bridge.ISourceLocation
[ run-time name: org/aspectj/weaver/patterns/SimpleScope.makeSourceLocation:(Lorg/aspectj/weaver/IHasPosition;)Lorg/aspectj/bridge/ISourceLocation; ]
SimpleScope.message ( org.aspectj.bridge.IMessage aMessage ):void
[ run-time name: org/aspectj/weaver/patterns/SimpleScope.message:(Lorg/aspectj/bridge/IMessage;)V ]
SimpleScope.message ( org.aspectj.bridge.IMessage.Kind kind, org.aspectj.weaver.IHasPosition location, String message ):void
[ run-time name: org/aspectj/weaver/patterns/SimpleScope.message:(Lorg/aspectj/bridge/IMessage$Kind;Lorg/aspectj/weaver/IHasPosition;Ljava/lang/String;)V ]
SimpleScope.message ( org.aspectj.bridge.IMessage.Kind kind, org.aspectj.weaver.IHasPosition location1, org.aspectj.weaver.IHasPosition location2, String message ):void
[ run-time name: org/aspectj/weaver/patterns/SimpleScope.message:(Lorg/aspectj/bridge/IMessage$Kind;Lorg/aspectj/weaver/IHasPosition;Lorg/aspectj/weaver/IHasPosition;Ljava/lang/String;)V ]
SimpleScope.setImportedNames ( String[] importedNames ):void
[ run-time name: org/aspectj/weaver/patterns/SimpleScope.setImportedNames:([Ljava/lang/String;)V ]
SimpleScope.setImportedPrefixes ( String[] importedPrefixes ):void
[ run-time name: org/aspectj/weaver/patterns/SimpleScope.setImportedPrefixes:([Ljava/lang/String;)V ]
SimpleScope.SimpleScope ( org.aspectj.weaver.World world, FormalBinding[] bindings )
[ run-time name: org/aspectj/weaver/patterns/SimpleScope."<init>":(Lorg/aspectj/weaver/World;[Lorg/aspectj/weaver/patterns/FormalBinding;)V ]
xwork-2.1.2.jar, SoftException.class
package org.aspectj.lang
SoftException.getCause ( ):Throwable
[ run-time name: org/aspectj/lang/SoftException.getCause:()Ljava/lang/Throwable; ]
SoftException.getWrappedThrowable ( ):Throwable
[ run-time name: org/aspectj/lang/SoftException.getWrappedThrowable:()Ljava/lang/Throwable; ]
SoftException.printStackTrace ( ):void
[ run-time name: org/aspectj/lang/SoftException.printStackTrace:()V ]
SoftException.printStackTrace ( java.io.PrintStream stream ):void
[ run-time name: org/aspectj/lang/SoftException.printStackTrace:(Ljava/io/PrintStream;)V ]
SoftException.printStackTrace ( java.io.PrintWriter stream ):void
[ run-time name: org/aspectj/lang/SoftException.printStackTrace:(Ljava/io/PrintWriter;)V ]
SoftException.SoftException ( Throwable inner )
[ run-time name: org/aspectj/lang/SoftException."<init>":(Ljava/lang/Throwable;)V ]
xwork-2.1.2.jar, SourceContextImpl.class
package org.aspectj.weaver
SourceContextImpl.configureFromAttribute ( String name, int[] linebreaks ):void
[ run-time name: org/aspectj/weaver/SourceContextImpl.configureFromAttribute:(Ljava/lang/String;[I)V ]
SourceContextImpl.getOffset ( ):int
[ run-time name: org/aspectj/weaver/SourceContextImpl.getOffset:()I ]
SourceContextImpl.makeSourceLocation ( int line, int offset ):org.aspectj.bridge.ISourceLocation
[ run-time name: org/aspectj/weaver/SourceContextImpl.makeSourceLocation:(II)Lorg/aspectj/bridge/ISourceLocation; ]
SourceContextImpl.makeSourceLocation ( IHasPosition position ):org.aspectj.bridge.ISourceLocation
[ run-time name: org/aspectj/weaver/SourceContextImpl.makeSourceLocation:(Lorg/aspectj/weaver/IHasPosition;)Lorg/aspectj/bridge/ISourceLocation; ]
SourceContextImpl.setSourceFileName ( String name ):void
[ run-time name: org/aspectj/weaver/SourceContextImpl.setSourceFileName:(Ljava/lang/String;)V ]
SourceContextImpl.SourceContextImpl ( AbstractReferenceTypeDelegate delegate )
[ run-time name: org/aspectj/weaver/SourceContextImpl."<init>":(Lorg/aspectj/weaver/AbstractReferenceTypeDelegate;)V ]
SourceContextImpl.tidy ( ):void
[ run-time name: org/aspectj/weaver/SourceContextImpl.tidy:()V ]
xwork-2.1.2.jar, SourceFile.class
package org.aspectj.apache.bcel.classfile
SourceFile.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/SourceFile.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
SourceFile.copy ( ConstantPool constant_pool ):Attribute
[ run-time name: org/aspectj/apache/bcel/classfile/SourceFile.copy:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Attribute; ]
SourceFile.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/SourceFile.dump:(Ljava/io/DataOutputStream;)V ]
SourceFile.getSourceFileIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/SourceFile.getSourceFileIndex:()I ]
SourceFile.getSourceFileName ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/SourceFile.getSourceFileName:()Ljava/lang/String; ]
SourceFile.setSourceFileIndex ( int sourcefile_index ):void
[ run-time name: org/aspectj/apache/bcel/classfile/SourceFile.setSourceFileIndex:(I)V ]
SourceFile.SourceFile ( int name_index, int length, int sourcefile_index, ConstantPool constant_pool )
[ run-time name: org/aspectj/apache/bcel/classfile/SourceFile."<init>":(IIILorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
SourceFile.SourceFile ( SourceFile c )
[ run-time name: org/aspectj/apache/bcel/classfile/SourceFile."<init>":(Lorg/aspectj/apache/bcel/classfile/SourceFile;)V ]
SourceFile.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/SourceFile.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, SourceLocation.class
package org.aspectj.bridge
SourceLocation.getColumn ( ):int
[ run-time name: org/aspectj/bridge/SourceLocation.getColumn:()I ]
SourceLocation.getContext ( ):String
[ run-time name: org/aspectj/bridge/SourceLocation.getContext:()Ljava/lang/String; ]
SourceLocation.getEndLine ( ):int
[ run-time name: org/aspectj/bridge/SourceLocation.getEndLine:()I ]
SourceLocation.getLine ( ):int
[ run-time name: org/aspectj/bridge/SourceLocation.getLine:()I ]
SourceLocation.getOffset ( ):int
[ run-time name: org/aspectj/bridge/SourceLocation.getOffset:()I ]
SourceLocation.getSourceFile ( ):java.io.File
[ run-time name: org/aspectj/bridge/SourceLocation.getSourceFile:()Ljava/io/File; ]
SourceLocation.getSourceFileName ( ):String
[ run-time name: org/aspectj/bridge/SourceLocation.getSourceFileName:()Ljava/lang/String; ]
SourceLocation.setOffset ( int i ):void
[ run-time name: org/aspectj/bridge/SourceLocation.setOffset:(I)V ]
SourceLocation.SourceLocation ( java.io.File file, int line )
[ run-time name: org/aspectj/bridge/SourceLocation."<init>":(Ljava/io/File;I)V ]
SourceLocation.SourceLocation ( java.io.File file, int line, int endLine )
[ run-time name: org/aspectj/bridge/SourceLocation."<init>":(Ljava/io/File;II)V ]
SourceLocation.SourceLocation ( java.io.File file, int line, int endLine, int column )
[ run-time name: org/aspectj/bridge/SourceLocation."<init>":(Ljava/io/File;III)V ]
SourceLocation.SourceLocation ( java.io.File file, int line, int endLine, int column, String context )
[ run-time name: org/aspectj/bridge/SourceLocation."<init>":(Ljava/io/File;IIILjava/lang/String;)V ]
SourceLocation.SourceLocation ( java.io.File file, int line, int endLine, int column, String context, String sourceFileName )
[ run-time name: org/aspectj/bridge/SourceLocation."<init>":(Ljava/io/File;IIILjava/lang/String;Ljava/lang/String;)V ]
SourceLocation.toString ( ):String
[ run-time name: org/aspectj/bridge/SourceLocation.toString:()Ljava/lang/String; ]
SourceLocation.validColumn ( int column ) [static]:void
[ run-time name: org/aspectj/bridge/SourceLocation.validColumn:(I)V ]
SourceLocation.validLine ( int line ) [static]:void
[ run-time name: org/aspectj/bridge/SourceLocation.validLine:(I)V ]
package org.aspectj.lang.reflect
SourceLocation.getColumn ( ) [abstract]:int
[ run-time name: org/aspectj/lang/reflect/SourceLocation.getColumn:()I ]
SourceLocation.getFileName ( ) [abstract]:String
[ run-time name: org/aspectj/lang/reflect/SourceLocation.getFileName:()Ljava/lang/String; ]
SourceLocation.getLine ( ) [abstract]:int
[ run-time name: org/aspectj/lang/reflect/SourceLocation.getLine:()I ]
SourceLocation.getWithinType ( ) [abstract]:Class
[ run-time name: org/aspectj/lang/reflect/SourceLocation.getWithinType:()Ljava/lang/Class; ]
xwork-2.1.2.jar, SourceLocationImpl.class
package org.aspectj.runtime.reflect
SourceLocationImpl.getColumn ( ):int
[ run-time name: org/aspectj/runtime/reflect/SourceLocationImpl.getColumn:()I ]
SourceLocationImpl.getFileName ( ):String
[ run-time name: org/aspectj/runtime/reflect/SourceLocationImpl.getFileName:()Ljava/lang/String; ]
SourceLocationImpl.getLine ( ):int
[ run-time name: org/aspectj/runtime/reflect/SourceLocationImpl.getLine:()I ]
SourceLocationImpl.getWithinType ( ):Class
[ run-time name: org/aspectj/runtime/reflect/SourceLocationImpl.getWithinType:()Ljava/lang/Class; ]
SourceLocationImpl.toString ( ):String
[ run-time name: org/aspectj/runtime/reflect/SourceLocationImpl.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, StackMap.class
package org.aspectj.apache.bcel.classfile
StackMap.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/StackMap.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
StackMap.copy ( ConstantPool constant_pool ):Attribute
[ run-time name: org/aspectj/apache/bcel/classfile/StackMap.copy:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Attribute; ]
StackMap.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/StackMap.dump:(Ljava/io/DataOutputStream;)V ]
StackMap.getMapLength ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/StackMap.getMapLength:()I ]
StackMap.getStackMap ( ):StackMapEntry[]
[ run-time name: org/aspectj/apache/bcel/classfile/StackMap.getStackMap:()[Lorg/aspectj/apache/bcel/classfile/StackMapEntry; ]
StackMap.setStackMap ( StackMapEntry[] map ):void
[ run-time name: org/aspectj/apache/bcel/classfile/StackMap.setStackMap:([Lorg/aspectj/apache/bcel/classfile/StackMapEntry;)V ]
StackMap.StackMap ( int name_index, int length, StackMapEntry[] map, ConstantPool constant_pool )
[ run-time name: org/aspectj/apache/bcel/classfile/StackMap."<init>":(II[Lorg/aspectj/apache/bcel/classfile/StackMapEntry;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
StackMap.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/StackMap.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, StackMapEntry.class
package org.aspectj.apache.bcel.classfile
StackMapEntry.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapEntry.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
StackMapEntry.copy ( ):StackMapEntry
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapEntry.copy:()Lorg/aspectj/apache/bcel/classfile/StackMapEntry; ]
StackMapEntry.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapEntry.dump:(Ljava/io/DataOutputStream;)V ]
StackMapEntry.getByteCodeOffset ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapEntry.getByteCodeOffset:()I ]
StackMapEntry.getConstantPool ( ):ConstantPool
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapEntry.getConstantPool:()Lorg/aspectj/apache/bcel/classfile/ConstantPool; ]
StackMapEntry.getNumberOfLocals ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapEntry.getNumberOfLocals:()I ]
StackMapEntry.getNumberOfStackItems ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapEntry.getNumberOfStackItems:()I ]
StackMapEntry.getTypesOfLocals ( ):StackMapType[]
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapEntry.getTypesOfLocals:()[Lorg/aspectj/apache/bcel/classfile/StackMapType; ]
StackMapEntry.getTypesOfStackItems ( ):StackMapType[]
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapEntry.getTypesOfStackItems:()[Lorg/aspectj/apache/bcel/classfile/StackMapType; ]
StackMapEntry.setByteCodeOffset ( int b ):void
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapEntry.setByteCodeOffset:(I)V ]
StackMapEntry.setConstantPool ( ConstantPool constant_pool ):void
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapEntry.setConstantPool:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
StackMapEntry.setNumberOfLocals ( int n ):void
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapEntry.setNumberOfLocals:(I)V ]
StackMapEntry.setNumberOfStackItems ( int n ):void
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapEntry.setNumberOfStackItems:(I)V ]
StackMapEntry.setTypesOfLocals ( StackMapType[] t ):void
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapEntry.setTypesOfLocals:([Lorg/aspectj/apache/bcel/classfile/StackMapType;)V ]
StackMapEntry.setTypesOfStackItems ( StackMapType[] t ):void
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapEntry.setTypesOfStackItems:([Lorg/aspectj/apache/bcel/classfile/StackMapType;)V ]
StackMapEntry.StackMapEntry ( int byte_code_offset, int number_of_locals, StackMapType[] types_of_locals, int number_of_stack_items, StackMapType[] types_of_stack_items, ConstantPool constant_pool )
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapEntry."<init>":(II[Lorg/aspectj/apache/bcel/classfile/StackMapType;I[Lorg/aspectj/apache/bcel/classfile/StackMapType;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
StackMapEntry.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapEntry.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, StackMapType.class
package org.aspectj.apache.bcel.classfile
StackMapType.copy ( ):StackMapType
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapType.copy:()Lorg/aspectj/apache/bcel/classfile/StackMapType; ]
StackMapType.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapType.dump:(Ljava/io/DataOutputStream;)V ]
StackMapType.getConstantPool ( ):ConstantPool
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapType.getConstantPool:()Lorg/aspectj/apache/bcel/classfile/ConstantPool; ]
StackMapType.getIndex ( ):int
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapType.getIndex:()I ]
StackMapType.getType ( ):byte
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapType.getType:()B ]
StackMapType.hasIndex ( ):boolean
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapType.hasIndex:()Z ]
StackMapType.setConstantPool ( ConstantPool constant_pool ):void
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapType.setConstantPool:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
StackMapType.setIndex ( int t ):void
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapType.setIndex:(I)V ]
StackMapType.setType ( byte t ):void
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapType.setType:(B)V ]
StackMapType.StackMapType ( byte type, int index, ConstantPool constant_pool )
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapType."<init>":(BILorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
StackMapType.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/StackMapType.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, StaticJoinPointFactory.class
package org.aspectj.weaver
StaticJoinPointFactory.StaticJoinPointFactory ( )
[ run-time name: org/aspectj/weaver/StaticJoinPointFactory."<init>":()V ]
xwork-2.1.2.jar, StringConstExpr.class
package org.aspectj.weaver.ast
StringConstExpr.accept ( IExprVisitor v ):void
[ run-time name: org/aspectj/weaver/ast/StringConstExpr.accept:(Lorg/aspectj/weaver/ast/IExprVisitor;)V ]
StringConstExpr.getStringConst ( ):String
[ run-time name: org/aspectj/weaver/ast/StringConstExpr.getStringConst:()Ljava/lang/String; ]
StringConstExpr.getType ( ):org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/ast/StringConstExpr.getType:()Lorg/aspectj/weaver/ResolvedType; ]
StringConstExpr.StringConstExpr ( String stringConst )
[ run-time name: org/aspectj/weaver/ast/StringConstExpr."<init>":(Ljava/lang/String;)V ]
xwork-2.1.2.jar, StringMaker.class
package org.aspectj.runtime.reflect
StringMaker.addSignature ( StringBuffer buf, Class[] types ):void
[ run-time name: org/aspectj/runtime/reflect/StringMaker.addSignature:(Ljava/lang/StringBuffer;[Ljava/lang/Class;)V ]
StringMaker.addThrows ( StringBuffer buf, Class[] types ):void
[ run-time name: org/aspectj/runtime/reflect/StringMaker.addThrows:(Ljava/lang/StringBuffer;[Ljava/lang/Class;)V ]
StringMaker.addTypeNames ( StringBuffer buf, Class[] types ):void
[ run-time name: org/aspectj/runtime/reflect/StringMaker.addTypeNames:(Ljava/lang/StringBuffer;[Ljava/lang/Class;)V ]
StringMaker.makePrimaryTypeName ( Class type, String typeName ):String
[ run-time name: org/aspectj/runtime/reflect/StringMaker.makePrimaryTypeName:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/String; ]
StringMaker.makeTypeName ( Class type ):String
[ run-time name: org/aspectj/runtime/reflect/StringMaker.makeTypeName:(Ljava/lang/Class;)Ljava/lang/String; ]
xwork-2.1.2.jar, SuppressAjWarnings.class
package org.aspectj.lang.annotation
SuppressAjWarnings.value ( ) [abstract]:String[]
[ run-time name: org/aspectj/lang/annotation/SuppressAjWarnings.value:()[Ljava/lang/String; ]
xwork-2.1.2.jar, SwitchBuilder.class
package org.aspectj.apache.bcel.generic
SwitchBuilder.getInstruction ( ):InstructionSelect
[ run-time name: org/aspectj/apache/bcel/generic/SwitchBuilder.getInstruction:()Lorg/aspectj/apache/bcel/generic/InstructionSelect; ]
SwitchBuilder.SwitchBuilder ( int[] match, InstructionHandle[] targets, InstructionHandle target )
[ run-time name: org/aspectj/apache/bcel/generic/SwitchBuilder."<init>":([I[Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
SwitchBuilder.SwitchBuilder ( int[] match, InstructionHandle[] targets, InstructionHandle target, int max_gap )
[ run-time name: org/aspectj/apache/bcel/generic/SwitchBuilder."<init>":([I[Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;I)V ]
xwork-2.1.2.jar, Synthetic.class
package org.aspectj.apache.bcel.classfile
Synthetic.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/Synthetic.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
Synthetic.copy ( ConstantPool constant_pool ):Attribute
[ run-time name: org/aspectj/apache/bcel/classfile/Synthetic.copy:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Attribute; ]
Synthetic.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/Synthetic.dump:(Ljava/io/DataOutputStream;)V ]
Synthetic.getBytes ( ):byte[]
[ run-time name: org/aspectj/apache/bcel/classfile/Synthetic.getBytes:()[B ]
Synthetic.setBytes ( byte[] bytes ):void
[ run-time name: org/aspectj/apache/bcel/classfile/Synthetic.setBytes:([B)V ]
Synthetic.Synthetic ( int name_index, int length, byte[] bytes, ConstantPool constant_pool )
[ run-time name: org/aspectj/apache/bcel/classfile/Synthetic."<init>":(II[BLorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
Synthetic.Synthetic ( Synthetic c )
[ run-time name: org/aspectj/apache/bcel/classfile/Synthetic."<init>":(Lorg/aspectj/apache/bcel/classfile/Synthetic;)V ]
Synthetic.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/Synthetic.toString:()Ljava/lang/String; ]
xwork-2.1.2.jar, SyntheticRepository.class
package org.aspectj.apache.bcel.util
SyntheticRepository.clear ( ):void
[ run-time name: org/aspectj/apache/bcel/util/SyntheticRepository.clear:()V ]
SyntheticRepository.findClass ( String className ):org.aspectj.apache.bcel.classfile.JavaClass
[ run-time name: org/aspectj/apache/bcel/util/SyntheticRepository.findClass:(Ljava/lang/String;)Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
SyntheticRepository.getInstance ( ) [static]:SyntheticRepository
[ run-time name: org/aspectj/apache/bcel/util/SyntheticRepository.getInstance:()Lorg/aspectj/apache/bcel/util/SyntheticRepository; ]
SyntheticRepository.getInstance ( ClassPath classPath ) [static]:SyntheticRepository
[ run-time name: org/aspectj/apache/bcel/util/SyntheticRepository.getInstance:(Lorg/aspectj/apache/bcel/util/ClassPath;)Lorg/aspectj/apache/bcel/util/SyntheticRepository; ]
SyntheticRepository.loadClass ( Class clazz ):org.aspectj.apache.bcel.classfile.JavaClass
[ run-time name: org/aspectj/apache/bcel/util/SyntheticRepository.loadClass:(Ljava/lang/Class;)Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
SyntheticRepository.loadClass ( String className ):org.aspectj.apache.bcel.classfile.JavaClass
[ run-time name: org/aspectj/apache/bcel/util/SyntheticRepository.loadClass:(Ljava/lang/String;)Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
SyntheticRepository.removeClass ( org.aspectj.apache.bcel.classfile.JavaClass clazz ):void
[ run-time name: org/aspectj/apache/bcel/util/SyntheticRepository.removeClass:(Lorg/aspectj/apache/bcel/classfile/JavaClass;)V ]
SyntheticRepository.storeClass ( org.aspectj.apache.bcel.classfile.JavaClass clazz ):void
[ run-time name: org/aspectj/apache/bcel/util/SyntheticRepository.storeClass:(Lorg/aspectj/apache/bcel/classfile/JavaClass;)V ]
xwork-2.1.2.jar, TABLESWITCH.class
package org.aspectj.apache.bcel.generic
TABLESWITCH.dump ( java.io.DataOutputStream out ):void
[ run-time name: org/aspectj/apache/bcel/generic/TABLESWITCH.dump:(Ljava/io/DataOutputStream;)V ]
TABLESWITCH.TABLESWITCH ( int[] match, InstructionHandle[] targets, InstructionHandle target )
[ run-time name: org/aspectj/apache/bcel/generic/TABLESWITCH."<init>":([I[Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
TABLESWITCH.TABLESWITCH ( org.aspectj.apache.bcel.util.ByteSequence bytes )
[ run-time name: org/aspectj/apache/bcel/generic/TABLESWITCH."<init>":(Lorg/aspectj/apache/bcel/util/ByteSequence;)V ]
xwork-2.1.2.jar, Tag.class
package org.aspectj.apache.bcel.generic
Tag.containsTarget ( InstructionHandle ih ):boolean
[ run-time name: org/aspectj/apache/bcel/generic/Tag.containsTarget:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;)Z ]
Tag.copy ( ):Tag
[ run-time name: org/aspectj/apache/bcel/generic/Tag.copy:()Lorg/aspectj/apache/bcel/generic/Tag; ]
Tag.Tag ( )
[ run-time name: org/aspectj/apache/bcel/generic/Tag."<init>":()V ]
Tag.updateTarget ( InstructionHandle oldHandle, InstructionHandle newHandle ):void
[ run-time name: org/aspectj/apache/bcel/generic/Tag.updateTarget:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;)V ]
xwork-2.1.2.jar, TargetLostException.class
package org.aspectj.apache.bcel.generic
TargetLostException.getTargets ( ):InstructionHandle[]
[ run-time name: org/aspectj/apache/bcel/generic/TargetLostException.getTargets:()[Lorg/aspectj/apache/bcel/generic/InstructionHandle; ]
xwork-2.1.2.jar, Test.class
package org.aspectj.weaver.ast
Test.accept ( ITestVisitor p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/ast/Test.accept:(Lorg/aspectj/weaver/ast/ITestVisitor;)V ]
Test.makeAnd ( Test a, Test b ) [static]:Test
[ run-time name: org/aspectj/weaver/ast/Test.makeAnd:(Lorg/aspectj/weaver/ast/Test;Lorg/aspectj/weaver/ast/Test;)Lorg/aspectj/weaver/ast/Test; ]
Test.makeCall ( org.aspectj.weaver.Member m, Expr[] args ) [static]:Test
[ run-time name: org/aspectj/weaver/ast/Test.makeCall:(Lorg/aspectj/weaver/Member;[Lorg/aspectj/weaver/ast/Expr;)Lorg/aspectj/weaver/ast/Test; ]
Test.makeFieldGetCall ( org.aspectj.weaver.Member f, org.aspectj.weaver.Member m, Expr[] args ) [static]:Test
[ run-time name: org/aspectj/weaver/ast/Test.makeFieldGetCall:(Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/Member;[Lorg/aspectj/weaver/ast/Expr;)Lorg/aspectj/weaver/ast/Test; ]
Test.makeHasAnnotation ( Var v, org.aspectj.weaver.ResolvedType annTy ) [static]:Test
[ run-time name: org/aspectj/weaver/ast/Test.makeHasAnnotation:(Lorg/aspectj/weaver/ast/Var;Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ast/Test; ]
Test.makeInstanceof ( Var v, org.aspectj.weaver.ResolvedType ty ) [static]:Test
[ run-time name: org/aspectj/weaver/ast/Test.makeInstanceof:(Lorg/aspectj/weaver/ast/Var;Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ast/Test; ]
Test.makeNot ( Test a ) [static]:Test
[ run-time name: org/aspectj/weaver/ast/Test.makeNot:(Lorg/aspectj/weaver/ast/Test;)Lorg/aspectj/weaver/ast/Test; ]
Test.makeOr ( Test a, Test b ) [static]:Test
[ run-time name: org/aspectj/weaver/ast/Test.makeOr:(Lorg/aspectj/weaver/ast/Test;Lorg/aspectj/weaver/ast/Test;)Lorg/aspectj/weaver/ast/Test; ]
Test.Test ( )
[ run-time name: org/aspectj/weaver/ast/Test."<init>":()V ]
xwork-2.1.2.jar, TextUtils.class
package com.opensymphony.xwork2.util
TextUtils.escapeJavaScript ( String s ) [static]:String
[ run-time name: com/opensymphony/xwork2/util/TextUtils.escapeJavaScript:(Ljava/lang/String;)Ljava/lang/String; ]
TextUtils.htmlEncode ( String s ) [static]:String
[ run-time name: com/opensymphony/xwork2/util/TextUtils.htmlEncode:(Ljava/lang/String;)Ljava/lang/String; ]
TextUtils.htmlEncode ( String s, boolean encodeSpecialChars ) [static]:String
[ run-time name: com/opensymphony/xwork2/util/TextUtils.htmlEncode:(Ljava/lang/String;Z)Ljava/lang/String; ]
TextUtils.join ( String glue, java.util.Collection pieces ) [static]:String
[ run-time name: com/opensymphony/xwork2/util/TextUtils.join:(Ljava/lang/String;Ljava/util/Collection;)Ljava/lang/String; ]
TextUtils.join ( String glue, java.util.Iterator pieces ) [static]:String
[ run-time name: com/opensymphony/xwork2/util/TextUtils.join:(Ljava/lang/String;Ljava/util/Iterator;)Ljava/lang/String; ]
TextUtils.join ( String glue, String[] pieces ) [static]:String
[ run-time name: com/opensymphony/xwork2/util/TextUtils.join:(Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/String; ]
TextUtils.noNull ( String string ) [static]:String
[ run-time name: com/opensymphony/xwork2/util/TextUtils.noNull:(Ljava/lang/String;)Ljava/lang/String; ]
TextUtils.noNull ( String string, String defaultString ) [static]:String
[ run-time name: com/opensymphony/xwork2/util/TextUtils.noNull:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
TextUtils.stringSet ( String string ) [static]:boolean
[ run-time name: com/opensymphony/xwork2/util/TextUtils.stringSet:(Ljava/lang/String;)Z ]
TextUtils.TextUtils ( )
[ run-time name: com/opensymphony/xwork2/util/TextUtils."<init>":()V ]
TextUtils.verifyUrl ( String url ) [static]:boolean
[ run-time name: com/opensymphony/xwork2/util/TextUtils.verifyUrl:(Ljava/lang/String;)Z ]
xwork-2.1.2.jar, ThisOrTargetAnnotationPointcut.class
package org.aspectj.weaver.patterns
ThisOrTargetAnnotationPointcut.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetAnnotationPointcut.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
ThisOrTargetAnnotationPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetAnnotationPointcut.concretize1:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/Pointcut; ]
ThisOrTargetAnnotationPointcut.couldMatchKinds ( ):int
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetAnnotationPointcut.couldMatchKinds:()I ]
ThisOrTargetAnnotationPointcut.equals ( Object obj ):boolean
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetAnnotationPointcut.equals:(Ljava/lang/Object;)Z ]
ThisOrTargetAnnotationPointcut.fastMatch ( FastMatchInfo info ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetAnnotationPointcut.fastMatch:(Lorg/aspectj/weaver/patterns/FastMatchInfo;)Lorg/aspectj/util/FuzzyBoolean; ]
ThisOrTargetAnnotationPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):org.aspectj.weaver.ast.Test
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetAnnotationPointcut.findResidueInternal:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/patterns/ExposedState;)Lorg/aspectj/weaver/ast/Test; ]
ThisOrTargetAnnotationPointcut.getAnnotationTypePattern ( ):ExactAnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetAnnotationPointcut.getAnnotationTypePattern:()Lorg/aspectj/weaver/patterns/ExactAnnotationTypePattern; ]
ThisOrTargetAnnotationPointcut.getBindingAnnotationTypePatterns ( ):java.util.List
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetAnnotationPointcut.getBindingAnnotationTypePatterns:()Ljava/util/List; ]
ThisOrTargetAnnotationPointcut.getBindingTypePatterns ( ):java.util.List
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetAnnotationPointcut.getBindingTypePatterns:()Ljava/util/List; ]
ThisOrTargetAnnotationPointcut.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetAnnotationPointcut.hashCode:()I ]
ThisOrTargetAnnotationPointcut.isThis ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetAnnotationPointcut.isThis:()Z ]
ThisOrTargetAnnotationPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetAnnotationPointcut.matchInternal:(Lorg/aspectj/weaver/Shadow;)Lorg/aspectj/util/FuzzyBoolean; ]
ThisOrTargetAnnotationPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetAnnotationPointcut.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Pointcut; ]
ThisOrTargetAnnotationPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:Pointcut
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetAnnotationPointcut.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/Pointcut; ]
ThisOrTargetAnnotationPointcut.resolveBindings ( IScope scope, Bindings bindings ):void
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetAnnotationPointcut.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;)V ]
ThisOrTargetAnnotationPointcut.ThisOrTargetAnnotationPointcut ( boolean isThis, ExactAnnotationTypePattern type )
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetAnnotationPointcut."<init>":(ZLorg/aspectj/weaver/patterns/ExactAnnotationTypePattern;)V ]
ThisOrTargetAnnotationPointcut.ThisOrTargetAnnotationPointcut ( boolean isThis, ExactAnnotationTypePattern type, org.aspectj.weaver.ShadowMunger munger )
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetAnnotationPointcut."<init>":(ZLorg/aspectj/weaver/patterns/ExactAnnotationTypePattern;Lorg/aspectj/weaver/ShadowMunger;)V ]
ThisOrTargetAnnotationPointcut.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetAnnotationPointcut.toString:()Ljava/lang/String; ]
ThisOrTargetAnnotationPointcut.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetAnnotationPointcut.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, ThisOrTargetPointcut.class
package org.aspectj.weaver.patterns
ThisOrTargetPointcut.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetPointcut.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
ThisOrTargetPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetPointcut.concretize1:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/Pointcut; ]
ThisOrTargetPointcut.couldMatchKinds ( ):int
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetPointcut.couldMatchKinds:()I ]
ThisOrTargetPointcut.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetPointcut.equals:(Ljava/lang/Object;)Z ]
ThisOrTargetPointcut.fastMatch ( FastMatchInfo type ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetPointcut.fastMatch:(Lorg/aspectj/weaver/patterns/FastMatchInfo;)Lorg/aspectj/util/FuzzyBoolean; ]
ThisOrTargetPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):org.aspectj.weaver.ast.Test
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetPointcut.findResidueInternal:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/patterns/ExposedState;)Lorg/aspectj/weaver/ast/Test; ]
ThisOrTargetPointcut.getBindingAnnotationTypePatterns ( ):java.util.List
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetPointcut.getBindingAnnotationTypePatterns:()Ljava/util/List; ]
ThisOrTargetPointcut.getBindingTypePatterns ( ):java.util.List
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetPointcut.getBindingTypePatterns:()Ljava/util/List; ]
ThisOrTargetPointcut.getType ( ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetPointcut.getType:()Lorg/aspectj/weaver/patterns/TypePattern; ]
ThisOrTargetPointcut.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetPointcut.hashCode:()I ]
ThisOrTargetPointcut.isBinding ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetPointcut.isBinding:()Z ]
ThisOrTargetPointcut.isThis ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetPointcut.isThis:()Z ]
ThisOrTargetPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetPointcut.matchInternal:(Lorg/aspectj/weaver/Shadow;)Lorg/aspectj/util/FuzzyBoolean; ]
ThisOrTargetPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetPointcut.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Pointcut; ]
ThisOrTargetPointcut.postRead ( org.aspectj.weaver.ResolvedType enclosingType ):void
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetPointcut.postRead:(Lorg/aspectj/weaver/ResolvedType;)V ]
ThisOrTargetPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:Pointcut
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetPointcut.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/Pointcut; ]
ThisOrTargetPointcut.resolveBindings ( IScope scope, Bindings bindings ):void
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetPointcut.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;)V ]
ThisOrTargetPointcut.ThisOrTargetPointcut ( boolean isThis, TypePattern type )
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetPointcut."<init>":(ZLorg/aspectj/weaver/patterns/TypePattern;)V ]
ThisOrTargetPointcut.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetPointcut.toString:()Ljava/lang/String; ]
ThisOrTargetPointcut.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/ThisOrTargetPointcut.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, ThrowsPattern.class
package org.aspectj.weaver.patterns
ThrowsPattern.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/ThrowsPattern.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
ThrowsPattern.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/ThrowsPattern.equals:(Ljava/lang/Object;)Z ]
ThrowsPattern.getForbidden ( ):TypePatternList
[ run-time name: org/aspectj/weaver/patterns/ThrowsPattern.getForbidden:()Lorg/aspectj/weaver/patterns/TypePatternList; ]
ThrowsPattern.getRequired ( ):TypePatternList
[ run-time name: org/aspectj/weaver/patterns/ThrowsPattern.getRequired:()Lorg/aspectj/weaver/patterns/TypePatternList; ]
ThrowsPattern.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/ThrowsPattern.hashCode:()I ]
ThrowsPattern.matches ( org.aspectj.weaver.UnresolvedType[] tys, org.aspectj.weaver.World world ):boolean
[ run-time name: org/aspectj/weaver/patterns/ThrowsPattern.matches:([Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/World;)Z ]
ThrowsPattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):ThrowsPattern
[ run-time name: org/aspectj/weaver/patterns/ThrowsPattern.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/ThrowsPattern; ]
ThrowsPattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:ThrowsPattern
[ run-time name: org/aspectj/weaver/patterns/ThrowsPattern.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/ThrowsPattern; ]
ThrowsPattern.resolveBindings ( IScope scope, Bindings bindings ):ThrowsPattern
[ run-time name: org/aspectj/weaver/patterns/ThrowsPattern.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;)Lorg/aspectj/weaver/patterns/ThrowsPattern; ]
ThrowsPattern.ThrowsPattern ( TypePatternList required, TypePatternList forbidden )
[ run-time name: org/aspectj/weaver/patterns/ThrowsPattern."<init>":(Lorg/aspectj/weaver/patterns/TypePatternList;Lorg/aspectj/weaver/patterns/TypePatternList;)V ]
ThrowsPattern.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/ThrowsPattern.toString:()Ljava/lang/String; ]
ThrowsPattern.traverse ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/ThrowsPattern.traverse:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
ThrowsPattern.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/ThrowsPattern.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, Trace.class
package org.aspectj.weaver.tools
Trace.debug ( String p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/Trace.debug:(Ljava/lang/String;)V ]
Trace.enter ( String p1, Object p2 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/Trace.enter:(Ljava/lang/String;Ljava/lang/Object;)V ]
Trace.enter ( String p1, Object p2, boolean p3 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/Trace.enter:(Ljava/lang/String;Ljava/lang/Object;Z)V ]
Trace.enter ( String p1, Object p2, Object p3 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/Trace.enter:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V ]
Trace.enter ( String p1, Object p2, Object[] p3 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/Trace.enter:(Ljava/lang/String;Ljava/lang/Object;[Ljava/lang/Object;)V ]
Trace.error ( String p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/Trace.error:(Ljava/lang/String;)V ]
Trace.error ( String p1, Throwable p2 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/Trace.error:(Ljava/lang/String;Ljava/lang/Throwable;)V ]
Trace.event ( String p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/Trace.event:(Ljava/lang/String;)V ]
Trace.event ( String p1, Object p2, Object p3 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/Trace.event:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V ]
Trace.event ( String p1, Object p2, Object[] p3 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/Trace.event:(Ljava/lang/String;Ljava/lang/Object;[Ljava/lang/Object;)V ]
Trace.exit ( String p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/Trace.exit:(Ljava/lang/String;)V ]
Trace.exit ( String p1, boolean p2 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/Trace.exit:(Ljava/lang/String;Z)V ]
Trace.exit ( String p1, int p2 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/Trace.exit:(Ljava/lang/String;I)V ]
Trace.exit ( String p1, Object p2 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/Trace.exit:(Ljava/lang/String;Ljava/lang/Object;)V ]
Trace.exit ( String p1, Throwable p2 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/Trace.exit:(Ljava/lang/String;Ljava/lang/Throwable;)V ]
Trace.fatal ( String p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/Trace.fatal:(Ljava/lang/String;)V ]
Trace.fatal ( String p1, Throwable p2 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/Trace.fatal:(Ljava/lang/String;Ljava/lang/Throwable;)V ]
Trace.info ( String p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/Trace.info:(Ljava/lang/String;)V ]
Trace.isTraceEnabled ( ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/tools/Trace.isTraceEnabled:()Z ]
Trace.setTraceEnabled ( boolean p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/Trace.setTraceEnabled:(Z)V ]
Trace.warn ( String p1 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/Trace.warn:(Ljava/lang/String;)V ]
Trace.warn ( String p1, Throwable p2 ) [abstract]:void
[ run-time name: org/aspectj/weaver/tools/Trace.warn:(Ljava/lang/String;Ljava/lang/Throwable;)V ]
xwork-2.1.2.jar, Traceable.class
package org.aspectj.weaver.tools
Traceable.toTraceString ( ) [abstract]:String
[ run-time name: org/aspectj/weaver/tools/Traceable.toTraceString:()Ljava/lang/String; ]
xwork-2.1.2.jar, TraceFactory.class
package org.aspectj.weaver.tools
TraceFactory.getBoolean ( String name, boolean def ) [static]:boolean
[ run-time name: org/aspectj/weaver/tools/TraceFactory.getBoolean:(Ljava/lang/String;Z)Z ]
TraceFactory.getTrace ( Class clazz ):Trace
[ run-time name: org/aspectj/weaver/tools/TraceFactory.getTrace:(Ljava/lang/Class;)Lorg/aspectj/weaver/tools/Trace; ]
TraceFactory.getTraceFactory ( ) [static]:TraceFactory
[ run-time name: org/aspectj/weaver/tools/TraceFactory.getTraceFactory:()Lorg/aspectj/weaver/tools/TraceFactory; ]
TraceFactory.TraceFactory ( )
[ run-time name: org/aspectj/weaver/tools/TraceFactory."<init>":()V ]
xwork-2.1.2.jar, Type.class
package org.aspectj.apache.bcel.generic
Type.getArgumentSizes ( String signature ) [static]:int
[ run-time name: org/aspectj/apache/bcel/generic/Type.getArgumentSizes:(Ljava/lang/String;)I ]
Type.getArgumentTypes ( String signature ) [static]:Type[]
[ run-time name: org/aspectj/apache/bcel/generic/Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/aspectj/apache/bcel/generic/Type; ]
Type.getMethodSignature ( Type return_type, Type[] arg_types ) [static]:String
[ run-time name: org/aspectj/apache/bcel/generic/Type.getMethodSignature:(Lorg/aspectj/apache/bcel/generic/Type;[Lorg/aspectj/apache/bcel/generic/Type;)Ljava/lang/String; ]
Type.getReturnType ( String signature ) [static]:Type
[ run-time name: org/aspectj/apache/bcel/generic/Type.getReturnType:(Ljava/lang/String;)Lorg/aspectj/apache/bcel/generic/Type; ]
Type.getSignature ( ):String
[ run-time name: org/aspectj/apache/bcel/generic/Type.getSignature:()Ljava/lang/String; ]
Type.getSignature ( reflect.Constructor cons ) [static]:String
[ run-time name: org/aspectj/apache/bcel/generic/Type.getSignature:(Ljava/lang/reflect/Constructor;)Ljava/lang/String; ]
Type.getSignature ( reflect.Method meth ) [static]:String
[ run-time name: org/aspectj/apache/bcel/generic/Type.getSignature:(Ljava/lang/reflect/Method;)Ljava/lang/String; ]
Type.getSize ( ):int
[ run-time name: org/aspectj/apache/bcel/generic/Type.getSize:()I ]
Type.getType ( ):byte
[ run-time name: org/aspectj/apache/bcel/generic/Type.getType:()B ]
Type.getType ( Class cl ) [static]:Type
[ run-time name: org/aspectj/apache/bcel/generic/Type.getType:(Ljava/lang/Class;)Lorg/aspectj/apache/bcel/generic/Type; ]
Type.getType ( String signature ) [static]:Type
[ run-time name: org/aspectj/apache/bcel/generic/Type.getType:(Ljava/lang/String;)Lorg/aspectj/apache/bcel/generic/Type; ]
Type.getTypeInternal ( String signature ) [static]:Type.TypeHolder
[ run-time name: org/aspectj/apache/bcel/generic/Type.getTypeInternal:(Ljava/lang/String;)Lorg/aspectj/apache/bcel/generic/Type$TypeHolder; ]
Type.getTypeSize ( String signature ) [static]:int
[ run-time name: org/aspectj/apache/bcel/generic/Type.getTypeSize:(Ljava/lang/String;)I ]
Type.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/generic/Type.toString:()Ljava/lang/String; ]
Type.Type ( byte t, String s )
[ run-time name: org/aspectj/apache/bcel/generic/Type."<init>":(BLjava/lang/String;)V ]
xwork-2.1.2.jar, TypeAnnotationAccessVar.class
package org.aspectj.weaver.bcel
TypeAnnotationAccessVar.appendLoad ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact ):void
[ run-time name: org/aspectj/weaver/bcel/TypeAnnotationAccessVar.appendLoad:(Lorg/aspectj/apache/bcel/generic/InstructionList;Lorg/aspectj/apache/bcel/generic/InstructionFactory;)V ]
TypeAnnotationAccessVar.appendLoadAndConvert ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact, org.aspectj.weaver.ResolvedType toType ):void
[ run-time name: org/aspectj/weaver/bcel/TypeAnnotationAccessVar.appendLoadAndConvert:(Lorg/aspectj/apache/bcel/generic/InstructionList;Lorg/aspectj/apache/bcel/generic/InstructionFactory;Lorg/aspectj/weaver/ResolvedType;)V ]
TypeAnnotationAccessVar.createCopyFrom ( org.aspectj.apache.bcel.generic.InstructionFactory fact, int oldSlot ):org.aspectj.apache.bcel.generic.InstructionList
[ run-time name: org/aspectj/weaver/bcel/TypeAnnotationAccessVar.createCopyFrom:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;I)Lorg/aspectj/apache/bcel/generic/InstructionList; ]
TypeAnnotationAccessVar.createLoad ( org.aspectj.apache.bcel.generic.InstructionFactory fact ):org.aspectj.apache.bcel.generic.Instruction
[ run-time name: org/aspectj/weaver/bcel/TypeAnnotationAccessVar.createLoad:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
TypeAnnotationAccessVar.createLoadInstructions ( org.aspectj.weaver.ResolvedType toType, org.aspectj.apache.bcel.generic.InstructionFactory fact ):org.aspectj.apache.bcel.generic.InstructionList
[ run-time name: org/aspectj/weaver/bcel/TypeAnnotationAccessVar.createLoadInstructions:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/apache/bcel/generic/InstructionFactory;)Lorg/aspectj/apache/bcel/generic/InstructionList; ]
TypeAnnotationAccessVar.createStore ( org.aspectj.apache.bcel.generic.InstructionFactory fact ):org.aspectj.apache.bcel.generic.Instruction
[ run-time name: org/aspectj/weaver/bcel/TypeAnnotationAccessVar.createStore:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
TypeAnnotationAccessVar.insertLoad ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact ):void
[ run-time name: org/aspectj/weaver/bcel/TypeAnnotationAccessVar.insertLoad:(Lorg/aspectj/apache/bcel/generic/InstructionList;Lorg/aspectj/apache/bcel/generic/InstructionFactory;)V ]
TypeAnnotationAccessVar.toString ( ):String
[ run-time name: org/aspectj/weaver/bcel/TypeAnnotationAccessVar.toString:()Ljava/lang/String; ]
TypeAnnotationAccessVar.TypeAnnotationAccessVar ( org.aspectj.weaver.ResolvedType type, BcelVar theAnnotatedTargetIsStoredHere )
[ run-time name: org/aspectj/weaver/bcel/TypeAnnotationAccessVar."<init>":(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/bcel/BcelVar;)V ]
xwork-2.1.2.jar, TypeFactory.class
package org.aspectj.weaver
TypeFactory.createParameterizedType ( ResolvedType aBaseType, UnresolvedType[] someTypeParameters, World inAWorld ) [static]:ReferenceType
[ run-time name: org/aspectj/weaver/TypeFactory.createParameterizedType:(Lorg/aspectj/weaver/ResolvedType;[Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ReferenceType; ]
TypeFactory.createRawType ( ResolvedType aBaseType, World inAWorld ) [static]:ReferenceType
[ run-time name: org/aspectj/weaver/TypeFactory.createRawType:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ReferenceType; ]
TypeFactory.createTypeFromSignature ( String signature ) [static]:UnresolvedType
[ run-time name: org/aspectj/weaver/TypeFactory.createTypeFromSignature:(Ljava/lang/String;)Lorg/aspectj/weaver/UnresolvedType; ]
TypeFactory.createUnresolvedParameterizedType ( String baseTypeSignature, UnresolvedType[] arguments ) [static]:UnresolvedType
[ run-time name: org/aspectj/weaver/TypeFactory.createUnresolvedParameterizedType:(Ljava/lang/String;[Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/UnresolvedType; ]
TypeFactory.createUnresolvedParameterizedType ( String sig, String erasuresig, UnresolvedType[] arguments ) [static]:UnresolvedType
[ run-time name: org/aspectj/weaver/TypeFactory.createUnresolvedParameterizedType:(Ljava/lang/String;Ljava/lang/String;[Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/UnresolvedType; ]
TypeFactory.TypeFactory ( )
[ run-time name: org/aspectj/weaver/TypeFactory."<init>":()V ]
xwork-2.1.2.jar, TypePattern.class
package org.aspectj.lang.reflect
TypePattern.asString ( ) [abstract]:String
[ run-time name: org/aspectj/lang/reflect/TypePattern.asString:()Ljava/lang/String; ]
package org.aspectj.weaver.patterns
TypePattern.couldEverMatchSameTypesAs ( TypePattern other ):boolean
[ run-time name: org/aspectj/weaver/patterns/TypePattern.couldEverMatchSameTypesAs:(Lorg/aspectj/weaver/patterns/TypePattern;)Z ]
TypePattern.getAnnotationPattern ( ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/TypePattern.getAnnotationPattern:()Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
TypePattern.getExactType ( ):org.aspectj.weaver.UnresolvedType
[ run-time name: org/aspectj/weaver/patterns/TypePattern.getExactType:()Lorg/aspectj/weaver/UnresolvedType; ]
TypePattern.getTypeParameters ( ):TypePatternList
[ run-time name: org/aspectj/weaver/patterns/TypePattern.getTypeParameters:()Lorg/aspectj/weaver/patterns/TypePatternList; ]
TypePattern.isArray ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/TypePattern.isArray:()Z ]
TypePattern.isIncludeSubtypes ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/TypePattern.isIncludeSubtypes:()Z ]
TypePattern.isStar ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/TypePattern.isStar:()Z ]
TypePattern.isStarAnnotation ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/TypePattern.isStarAnnotation:()Z ]
TypePattern.isVarArgs ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/TypePattern.isVarArgs:()Z ]
TypePattern.matches ( org.aspectj.weaver.ResolvedType type, TypePattern.MatchKind kind ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/TypePattern.matches:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/patterns/TypePattern$MatchKind;)Lorg/aspectj/util/FuzzyBoolean; ]
TypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType p1 ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/patterns/TypePattern.matchesExactly:(Lorg/aspectj/weaver/ResolvedType;)Z ]
TypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType p1, org.aspectj.weaver.ResolvedType p2 ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/patterns/TypePattern.matchesExactly:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;)Z ]
TypePattern.matchesInstanceof ( org.aspectj.weaver.ResolvedType p1 ) [abstract]:org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/TypePattern.matchesInstanceof:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/util/FuzzyBoolean; ]
TypePattern.matchesStatically ( org.aspectj.weaver.ResolvedType type ):boolean
[ run-time name: org/aspectj/weaver/patterns/TypePattern.matchesStatically:(Lorg/aspectj/weaver/ResolvedType;)Z ]
TypePattern.matchesSubtypes ( org.aspectj.weaver.ResolvedType superType, org.aspectj.weaver.ResolvedType annotatedType ):boolean
[ run-time name: org/aspectj/weaver/patterns/TypePattern.matchesSubtypes:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;)Z ]
TypePattern.matchesSubtypes ( org.aspectj.weaver.ResolvedType type ):boolean
[ run-time name: org/aspectj/weaver/patterns/TypePattern.matchesSubtypes:(Lorg/aspectj/weaver/ResolvedType;)Z ]
TypePattern.notExactType ( IScope s ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/TypePattern.notExactType:(Lorg/aspectj/weaver/patterns/IScope;)Lorg/aspectj/weaver/patterns/TypePattern; ]
TypePattern.parameterizeWith ( java.util.Map p1, org.aspectj.weaver.World p2 ) [abstract]:TypePattern
[ run-time name: org/aspectj/weaver/patterns/TypePattern.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/TypePattern; ]
TypePattern.postRead ( org.aspectj.weaver.ResolvedType enclosingType ):void
[ run-time name: org/aspectj/weaver/patterns/TypePattern.postRead:(Lorg/aspectj/weaver/ResolvedType;)V ]
TypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:TypePattern
[ run-time name: org/aspectj/weaver/patterns/TypePattern.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/TypePattern; ]
TypePattern.remapAdviceFormals ( org.aspectj.weaver.IntMap bindings ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/TypePattern.remapAdviceFormals:(Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/TypePattern; ]
TypePattern.resolve ( org.aspectj.weaver.World world ):void
[ run-time name: org/aspectj/weaver/patterns/TypePattern.resolve:(Lorg/aspectj/weaver/World;)V ]
TypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/TypePattern.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;ZZ)Lorg/aspectj/weaver/patterns/TypePattern; ]
TypePattern.resolveExactType ( IScope scope, Bindings bindings ):org.aspectj.weaver.UnresolvedType
[ run-time name: org/aspectj/weaver/patterns/TypePattern.resolveExactType:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;)Lorg/aspectj/weaver/UnresolvedType; ]
TypePattern.setAnnotationTypePattern ( AnnotationTypePattern annPatt ):void
[ run-time name: org/aspectj/weaver/patterns/TypePattern.setAnnotationTypePattern:(Lorg/aspectj/weaver/patterns/AnnotationTypePattern;)V ]
TypePattern.setIsVarArgs ( boolean isVarArgs ):void
[ run-time name: org/aspectj/weaver/patterns/TypePattern.setIsVarArgs:(Z)V ]
TypePattern.setTypeParameters ( TypePatternList typeParams ):void
[ run-time name: org/aspectj/weaver/patterns/TypePattern.setTypeParameters:(Lorg/aspectj/weaver/patterns/TypePatternList;)V ]
TypePattern.TypePattern ( boolean includeSubtypes )
[ run-time name: org/aspectj/weaver/patterns/TypePattern."<init>":(Z)V ]
TypePattern.TypePattern ( boolean includeSubtypes, boolean isVarArgs )
[ run-time name: org/aspectj/weaver/patterns/TypePattern."<init>":(ZZ)V ]
TypePattern.TypePattern ( boolean includeSubtypes, boolean isVarArgs, TypePatternList typeParams )
[ run-time name: org/aspectj/weaver/patterns/TypePattern."<init>":(ZZLorg/aspectj/weaver/patterns/TypePatternList;)V ]
xwork-2.1.2.jar, TypePatternBasedPerClause.class
package org.aspectj.lang.reflect
TypePatternBasedPerClause.getTypePattern ( ) [abstract]:TypePattern
[ run-time name: org/aspectj/lang/reflect/TypePatternBasedPerClause.getTypePattern:()Lorg/aspectj/lang/reflect/TypePattern; ]
xwork-2.1.2.jar, TypePatternList.class
package org.aspectj.weaver.patterns
TypePatternList.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/TypePatternList.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
TypePatternList.areAllExactWithNoSubtypesAllowed ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/TypePatternList.areAllExactWithNoSubtypesAllowed:()Z ]
TypePatternList.canMatchSignatureWithNParameters ( int numParams ):boolean
[ run-time name: org/aspectj/weaver/patterns/TypePatternList.canMatchSignatureWithNParameters:(I)Z ]
TypePatternList.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/TypePatternList.equals:(Ljava/lang/Object;)Z ]
TypePatternList.get ( int index ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/TypePatternList.get:(I)Lorg/aspectj/weaver/patterns/TypePattern; ]
TypePatternList.getExactTypes ( ):java.util.Collection
[ run-time name: org/aspectj/weaver/patterns/TypePatternList.getExactTypes:()Ljava/util/Collection; ]
TypePatternList.getTypePatterns ( ):TypePattern[]
[ run-time name: org/aspectj/weaver/patterns/TypePatternList.getTypePatterns:()[Lorg/aspectj/weaver/patterns/TypePattern; ]
TypePatternList.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/TypePatternList.hashCode:()I ]
TypePatternList.matches ( org.aspectj.weaver.ResolvedType[] types, TypePattern.MatchKind kind ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/TypePatternList.matches:([Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/patterns/TypePattern$MatchKind;)Lorg/aspectj/util/FuzzyBoolean; ]
TypePatternList.matches ( org.aspectj.weaver.ResolvedType[] types, TypePattern.MatchKind kind, org.aspectj.weaver.ResolvedType[][] parameterAnnotations ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/TypePatternList.matches:([Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/patterns/TypePattern$MatchKind;[[Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/util/FuzzyBoolean; ]
TypePatternList.maybeGetCleanNames ( ):String[]
[ run-time name: org/aspectj/weaver/patterns/TypePatternList.maybeGetCleanNames:()[Ljava/lang/String; ]
TypePatternList.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):TypePatternList
[ run-time name: org/aspectj/weaver/patterns/TypePatternList.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/TypePatternList; ]
TypePatternList.postRead ( org.aspectj.weaver.ResolvedType enclosingType ):void
[ run-time name: org/aspectj/weaver/patterns/TypePatternList.postRead:(Lorg/aspectj/weaver/ResolvedType;)V ]
TypePatternList.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:TypePatternList
[ run-time name: org/aspectj/weaver/patterns/TypePatternList.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/TypePatternList; ]
TypePatternList.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType ):TypePatternList
[ run-time name: org/aspectj/weaver/patterns/TypePatternList.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;ZZ)Lorg/aspectj/weaver/patterns/TypePatternList; ]
TypePatternList.resolveReferences ( org.aspectj.weaver.IntMap bindings ):TypePatternList
[ run-time name: org/aspectj/weaver/patterns/TypePatternList.resolveReferences:(Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/TypePatternList; ]
TypePatternList.size ( ):int
[ run-time name: org/aspectj/weaver/patterns/TypePatternList.size:()I ]
TypePatternList.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/TypePatternList.toString:()Ljava/lang/String; ]
TypePatternList.traverse ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/TypePatternList.traverse:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
TypePatternList.TypePatternList ( )
[ run-time name: org/aspectj/weaver/patterns/TypePatternList."<init>":()V ]
TypePatternList.TypePatternList ( java.util.List l )
[ run-time name: org/aspectj/weaver/patterns/TypePatternList."<init>":(Ljava/util/List;)V ]
TypePatternList.TypePatternList ( TypePattern[] arguments )
[ run-time name: org/aspectj/weaver/patterns/TypePatternList."<init>":([Lorg/aspectj/weaver/patterns/TypePattern;)V ]
TypePatternList.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/TypePatternList.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, TypePatternMatcher.class
package org.aspectj.weaver.tools
TypePatternMatcher.matches ( Class p1 ) [abstract]:boolean
[ run-time name: org/aspectj/weaver/tools/TypePatternMatcher.matches:(Ljava/lang/Class;)Z ]
xwork-2.1.2.jar, TypePatternQuestions.class
package org.aspectj.weaver.patterns
TypePatternQuestions.anyChanges ( ):TypePatternQuestions.Question
[ run-time name: org/aspectj/weaver/patterns/TypePatternQuestions.anyChanges:()Lorg/aspectj/weaver/patterns/TypePatternQuestions$Question; ]
TypePatternQuestions.askQuestion ( TypePattern pattern, org.aspectj.weaver.ResolvedType type, TypePattern.MatchKind kind ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/TypePatternQuestions.askQuestion:(Lorg/aspectj/weaver/patterns/TypePattern;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/patterns/TypePattern$MatchKind;)Lorg/aspectj/util/FuzzyBoolean; ]
TypePatternQuestions.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/TypePatternQuestions.toString:()Ljava/lang/String; ]
TypePatternQuestions.TypePatternQuestions ( )
[ run-time name: org/aspectj/weaver/patterns/TypePatternQuestions."<init>":()V ]
xwork-2.1.2.jar, TypeSafeEnum.class
package org.aspectj.util
TypeSafeEnum.getKey ( ):byte
[ run-time name: org/aspectj/util/TypeSafeEnum.getKey:()B ]
TypeSafeEnum.getName ( ):String
[ run-time name: org/aspectj/util/TypeSafeEnum.getName:()Ljava/lang/String; ]
TypeSafeEnum.toString ( ):String
[ run-time name: org/aspectj/util/TypeSafeEnum.toString:()Ljava/lang/String; ]
TypeSafeEnum.TypeSafeEnum ( String name, int key )
[ run-time name: org/aspectj/util/TypeSafeEnum."<init>":(Ljava/lang/String;I)V ]
TypeSafeEnum.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/util/TypeSafeEnum.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, TypeVariable.class
package org.aspectj.weaver
TypeVariable.canBeBoundTo ( ResolvedType aCandidateType ):boolean
[ run-time name: org/aspectj/weaver/TypeVariable.canBeBoundTo:(Lorg/aspectj/weaver/ResolvedType;)Z ]
TypeVariable.getAdditionalInterfaceBounds ( ):UnresolvedType[]
[ run-time name: org/aspectj/weaver/TypeVariable.getAdditionalInterfaceBounds:()[Lorg/aspectj/weaver/UnresolvedType; ]
TypeVariable.getDeclaringElement ( ):TypeVariableDeclaringElement
[ run-time name: org/aspectj/weaver/TypeVariable.getDeclaringElement:()Lorg/aspectj/weaver/TypeVariableDeclaringElement; ]
TypeVariable.getDeclaringElementKind ( ):int
[ run-time name: org/aspectj/weaver/TypeVariable.getDeclaringElementKind:()I ]
TypeVariable.getDisplayName ( ):String
[ run-time name: org/aspectj/weaver/TypeVariable.getDisplayName:()Ljava/lang/String; ]
TypeVariable.getErasureSignature ( ):String
[ run-time name: org/aspectj/weaver/TypeVariable.getErasureSignature:()Ljava/lang/String; ]
TypeVariable.getFirstBound ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/TypeVariable.getFirstBound:()Lorg/aspectj/weaver/UnresolvedType; ]
TypeVariable.getGenericSignature ( ):String
[ run-time name: org/aspectj/weaver/TypeVariable.getGenericSignature:()Ljava/lang/String; ]
TypeVariable.getLowerBound ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/TypeVariable.getLowerBound:()Lorg/aspectj/weaver/UnresolvedType; ]
TypeVariable.getName ( ):String
[ run-time name: org/aspectj/weaver/TypeVariable.getName:()Ljava/lang/String; ]
TypeVariable.getRank ( ):int
[ run-time name: org/aspectj/weaver/TypeVariable.getRank:()I ]
TypeVariable.getSignature ( ):String
[ run-time name: org/aspectj/weaver/TypeVariable.getSignature:()Ljava/lang/String; ]
TypeVariable.getUpperBound ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/TypeVariable.getUpperBound:()Lorg/aspectj/weaver/UnresolvedType; ]
TypeVariable.read ( VersionedDataInputStream s ) [static]:TypeVariable
[ run-time name: org/aspectj/weaver/TypeVariable.read:(Lorg/aspectj/weaver/VersionedDataInputStream;)Lorg/aspectj/weaver/TypeVariable; ]
TypeVariable.resolve ( World inSomeWorld ):TypeVariable
[ run-time name: org/aspectj/weaver/TypeVariable.resolve:(Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/TypeVariable; ]
TypeVariable.setAdditionalInterfaceBounds ( UnresolvedType[] someTypeXs ):void
[ run-time name: org/aspectj/weaver/TypeVariable.setAdditionalInterfaceBounds:([Lorg/aspectj/weaver/UnresolvedType;)V ]
TypeVariable.setDeclaringElement ( TypeVariableDeclaringElement element ):void
[ run-time name: org/aspectj/weaver/TypeVariable.setDeclaringElement:(Lorg/aspectj/weaver/TypeVariableDeclaringElement;)V ]
TypeVariable.setDeclaringElementKind ( int kind ):void
[ run-time name: org/aspectj/weaver/TypeVariable.setDeclaringElementKind:(I)V ]
TypeVariable.setLowerBound ( UnresolvedType aTypeX ):void
[ run-time name: org/aspectj/weaver/TypeVariable.setLowerBound:(Lorg/aspectj/weaver/UnresolvedType;)V ]
TypeVariable.setRank ( int rank ):void
[ run-time name: org/aspectj/weaver/TypeVariable.setRank:(I)V ]
TypeVariable.setUpperBound ( UnresolvedType aTypeX ):void
[ run-time name: org/aspectj/weaver/TypeVariable.setUpperBound:(Lorg/aspectj/weaver/UnresolvedType;)V ]
TypeVariable.toDebugString ( ):String
[ run-time name: org/aspectj/weaver/TypeVariable.toDebugString:()Ljava/lang/String; ]
TypeVariable.toString ( ):String
[ run-time name: org/aspectj/weaver/TypeVariable.toString:()Ljava/lang/String; ]
TypeVariable.TypeVariable ( String aName )
[ run-time name: org/aspectj/weaver/TypeVariable."<init>":(Ljava/lang/String;)V ]
TypeVariable.TypeVariable ( String aName, UnresolvedType anUpperBound )
[ run-time name: org/aspectj/weaver/TypeVariable."<init>":(Ljava/lang/String;Lorg/aspectj/weaver/UnresolvedType;)V ]
TypeVariable.TypeVariable ( String aName, UnresolvedType anUpperBound, UnresolvedType[] someAdditionalInterfaceBounds )
[ run-time name: org/aspectj/weaver/TypeVariable."<init>":(Ljava/lang/String;Lorg/aspectj/weaver/UnresolvedType;[Lorg/aspectj/weaver/UnresolvedType;)V ]
TypeVariable.TypeVariable ( String aName, UnresolvedType anUpperBound, UnresolvedType[] someAdditionalInterfaceBounds, UnresolvedType aLowerBound )
[ run-time name: org/aspectj/weaver/TypeVariable."<init>":(Ljava/lang/String;Lorg/aspectj/weaver/UnresolvedType;[Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;)V ]
TypeVariable.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/TypeVariable.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, TypeVariableDeclaringElement.class
package org.aspectj.weaver
TypeVariableDeclaringElement.getTypeVariableNamed ( String p1 ) [abstract]:TypeVariable
[ run-time name: org/aspectj/weaver/TypeVariableDeclaringElement.getTypeVariableNamed:(Ljava/lang/String;)Lorg/aspectj/weaver/TypeVariable; ]
xwork-2.1.2.jar, TypeVariablePattern.class
package org.aspectj.weaver.patterns
TypeVariablePattern.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/TypeVariablePattern.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
TypeVariablePattern.equals ( Object obj ):boolean
[ run-time name: org/aspectj/weaver/patterns/TypeVariablePattern.equals:(Ljava/lang/Object;)Z ]
TypeVariablePattern.getAdditionalInterfaceBounds ( ):TypePattern[]
[ run-time name: org/aspectj/weaver/patterns/TypeVariablePattern.getAdditionalInterfaceBounds:()[Lorg/aspectj/weaver/patterns/TypePattern; ]
TypeVariablePattern.getLowerBound ( ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/TypeVariablePattern.getLowerBound:()Lorg/aspectj/weaver/patterns/TypePattern; ]
TypeVariablePattern.getName ( ):String
[ run-time name: org/aspectj/weaver/patterns/TypeVariablePattern.getName:()Ljava/lang/String; ]
TypeVariablePattern.getRawTypePattern ( ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/TypeVariablePattern.getRawTypePattern:()Lorg/aspectj/weaver/patterns/TypePattern; ]
TypeVariablePattern.getUpperBound ( ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/TypeVariablePattern.getUpperBound:()Lorg/aspectj/weaver/patterns/TypePattern; ]
TypeVariablePattern.hasAdditionalInterfaceBounds ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/TypeVariablePattern.hasAdditionalInterfaceBounds:()Z ]
TypeVariablePattern.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/TypeVariablePattern.hashCode:()I ]
TypeVariablePattern.hasLowerBound ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/TypeVariablePattern.hasLowerBound:()Z ]
TypeVariablePattern.isAnythingPattern ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/TypeVariablePattern.isAnythingPattern:()Z ]
TypeVariablePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:TypeVariablePattern
[ run-time name: org/aspectj/weaver/patterns/TypeVariablePattern.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/TypeVariablePattern; ]
TypeVariablePattern.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/TypeVariablePattern.toString:()Ljava/lang/String; ]
TypeVariablePattern.TypeVariablePattern ( String variableName )
[ run-time name: org/aspectj/weaver/patterns/TypeVariablePattern."<init>":(Ljava/lang/String;)V ]
TypeVariablePattern.TypeVariablePattern ( String variableName, TypePattern upperBound )
[ run-time name: org/aspectj/weaver/patterns/TypeVariablePattern."<init>":(Ljava/lang/String;Lorg/aspectj/weaver/patterns/TypePattern;)V ]
TypeVariablePattern.TypeVariablePattern ( String variableName, TypePattern upperLimit, TypePattern[] interfaceBounds, TypePattern lowerBound )
[ run-time name: org/aspectj/weaver/patterns/TypeVariablePattern."<init>":(Ljava/lang/String;Lorg/aspectj/weaver/patterns/TypePattern;[Lorg/aspectj/weaver/patterns/TypePattern;Lorg/aspectj/weaver/patterns/TypePattern;)V ]
TypeVariablePattern.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/TypeVariablePattern.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, TypeVariablePatternList.class
package org.aspectj.weaver.patterns
TypeVariablePatternList.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/TypeVariablePatternList.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
TypeVariablePatternList.getTypeVariablePatterns ( ):TypeVariablePattern[]
[ run-time name: org/aspectj/weaver/patterns/TypeVariablePatternList.getTypeVariablePatterns:()[Lorg/aspectj/weaver/patterns/TypeVariablePattern; ]
TypeVariablePatternList.isEmpty ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/TypeVariablePatternList.isEmpty:()Z ]
TypeVariablePatternList.lookupTypeVariable ( String name ):TypeVariablePattern
[ run-time name: org/aspectj/weaver/patterns/TypeVariablePatternList.lookupTypeVariable:(Ljava/lang/String;)Lorg/aspectj/weaver/patterns/TypeVariablePattern; ]
TypeVariablePatternList.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:TypeVariablePatternList
[ run-time name: org/aspectj/weaver/patterns/TypeVariablePatternList.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/TypeVariablePatternList; ]
TypeVariablePatternList.traverse ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/TypeVariablePatternList.traverse:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
TypeVariablePatternList.TypeVariablePatternList ( TypeVariablePattern[] typeVars )
[ run-time name: org/aspectj/weaver/patterns/TypeVariablePatternList."<init>":([Lorg/aspectj/weaver/patterns/TypeVariablePattern;)V ]
TypeVariablePatternList.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/TypeVariablePatternList.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, TypeVariableReference.class
package org.aspectj.weaver
TypeVariableReference.getTypeVariable ( ) [abstract]:TypeVariable
[ run-time name: org/aspectj/weaver/TypeVariableReference.getTypeVariable:()Lorg/aspectj/weaver/TypeVariable; ]
xwork-2.1.2.jar, TypeVariableReferenceType.class
package org.aspectj.weaver
TypeVariableReferenceType.getAdditionalBounds ( ):ReferenceType[]
[ run-time name: org/aspectj/weaver/TypeVariableReferenceType.getAdditionalBounds:()[Lorg/aspectj/weaver/ReferenceType; ]
TypeVariableReferenceType.getDelegate ( ):ReferenceTypeDelegate
[ run-time name: org/aspectj/weaver/TypeVariableReferenceType.getDelegate:()Lorg/aspectj/weaver/ReferenceTypeDelegate; ]
TypeVariableReferenceType.getLowerBound ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/TypeVariableReferenceType.getLowerBound:()Lorg/aspectj/weaver/UnresolvedType; ]
TypeVariableReferenceType.getSignature ( ):String
[ run-time name: org/aspectj/weaver/TypeVariableReferenceType.getSignature:()Ljava/lang/String; ]
TypeVariableReferenceType.getTypeVariable ( ):TypeVariable
[ run-time name: org/aspectj/weaver/TypeVariableReferenceType.getTypeVariable:()Lorg/aspectj/weaver/TypeVariable; ]
TypeVariableReferenceType.getUpperBound ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/TypeVariableReferenceType.getUpperBound:()Lorg/aspectj/weaver/UnresolvedType; ]
TypeVariableReferenceType.isAnnotation ( ):boolean
[ run-time name: org/aspectj/weaver/TypeVariableReferenceType.isAnnotation:()Z ]
TypeVariableReferenceType.isGenericWildcard ( ):boolean
[ run-time name: org/aspectj/weaver/TypeVariableReferenceType.isGenericWildcard:()Z ]
TypeVariableReferenceType.isTypeVariableReference ( ):boolean
[ run-time name: org/aspectj/weaver/TypeVariableReferenceType.isTypeVariableReference:()Z ]
TypeVariableReferenceType.parameterize ( java.util.Map typeBindings ):UnresolvedType
[ run-time name: org/aspectj/weaver/TypeVariableReferenceType.parameterize:(Ljava/util/Map;)Lorg/aspectj/weaver/UnresolvedType; ]
TypeVariableReferenceType.toString ( ):String
[ run-time name: org/aspectj/weaver/TypeVariableReferenceType.toString:()Ljava/lang/String; ]
TypeVariableReferenceType.TypeVariableReferenceType ( TypeVariable aTypeVariable, World aWorld )
[ run-time name: org/aspectj/weaver/TypeVariableReferenceType."<init>":(Lorg/aspectj/weaver/TypeVariable;Lorg/aspectj/weaver/World;)V ]
TypeVariableReferenceType.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/TypeVariableReferenceType.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, Unknown.class
package org.aspectj.apache.bcel.classfile
Unknown.accept ( ClassVisitor v ):void
[ run-time name: org/aspectj/apache/bcel/classfile/Unknown.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V ]
Unknown.copy ( ConstantPool constant_pool ):Attribute
[ run-time name: org/aspectj/apache/bcel/classfile/Unknown.copy:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Attribute; ]
Unknown.dump ( java.io.DataOutputStream file ):void
[ run-time name: org/aspectj/apache/bcel/classfile/Unknown.dump:(Ljava/io/DataOutputStream;)V ]
Unknown.getBytes ( ):byte[]
[ run-time name: org/aspectj/apache/bcel/classfile/Unknown.getBytes:()[B ]
Unknown.getName ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/Unknown.getName:()Ljava/lang/String; ]
Unknown.setBytes ( byte[] bytes ):void
[ run-time name: org/aspectj/apache/bcel/classfile/Unknown.setBytes:([B)V ]
Unknown.toString ( ):String
[ run-time name: org/aspectj/apache/bcel/classfile/Unknown.toString:()Ljava/lang/String; ]
Unknown.Unknown ( int name_index, int length, byte[] bytes, ConstantPool constant_pool )
[ run-time name: org/aspectj/apache/bcel/classfile/Unknown."<init>":(II[BLorg/aspectj/apache/bcel/classfile/ConstantPool;)V ]
Unknown.Unknown ( Unknown c )
[ run-time name: org/aspectj/apache/bcel/classfile/Unknown."<init>":(Lorg/aspectj/apache/bcel/classfile/Unknown;)V ]
xwork-2.1.2.jar, UnlockSignatureImpl.class
package org.aspectj.runtime.reflect
UnlockSignatureImpl.createToString ( StringMaker sm ):String
[ run-time name: org/aspectj/runtime/reflect/UnlockSignatureImpl.createToString:(Lorg/aspectj/runtime/reflect/StringMaker;)Ljava/lang/String; ]
UnlockSignatureImpl.getParameterType ( ):Class
[ run-time name: org/aspectj/runtime/reflect/UnlockSignatureImpl.getParameterType:()Ljava/lang/Class; ]
xwork-2.1.2.jar, UnresolvedType.class
package org.aspectj.weaver
UnresolvedType.add ( UnresolvedType[] types, UnresolvedType end ) [static]:UnresolvedType[]
[ run-time name: org/aspectj/weaver/UnresolvedType.add:([Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;)[Lorg/aspectj/weaver/UnresolvedType; ]
UnresolvedType.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/UnresolvedType.equals:(Ljava/lang/Object;)Z ]
UnresolvedType.forGenericType ( String name, TypeVariable[] tvbs, String genericSig ) [static]:UnresolvedType
[ run-time name: org/aspectj/weaver/UnresolvedType.forGenericType:(Ljava/lang/String;[Lorg/aspectj/weaver/TypeVariable;Ljava/lang/String;)Lorg/aspectj/weaver/UnresolvedType; ]
UnresolvedType.forGenericTypeSignature ( String sig, String declaredGenericSig ) [static]:UnresolvedType
[ run-time name: org/aspectj/weaver/UnresolvedType.forGenericTypeSignature:(Ljava/lang/String;Ljava/lang/String;)Lorg/aspectj/weaver/UnresolvedType; ]
UnresolvedType.forGenericTypeVariables ( String sig, TypeVariable[] tVars ) [static]:UnresolvedType
[ run-time name: org/aspectj/weaver/UnresolvedType.forGenericTypeVariables:(Ljava/lang/String;[Lorg/aspectj/weaver/TypeVariable;)Lorg/aspectj/weaver/UnresolvedType; ]
UnresolvedType.forName ( String name ) [static]:UnresolvedType
[ run-time name: org/aspectj/weaver/UnresolvedType.forName:(Ljava/lang/String;)Lorg/aspectj/weaver/UnresolvedType; ]
UnresolvedType.forNames ( String[] names ) [static]:UnresolvedType[]
[ run-time name: org/aspectj/weaver/UnresolvedType.forNames:([Ljava/lang/String;)[Lorg/aspectj/weaver/UnresolvedType; ]
UnresolvedType.forRawTypeName ( String name ) [static]:UnresolvedType
[ run-time name: org/aspectj/weaver/UnresolvedType.forRawTypeName:(Ljava/lang/String;)Lorg/aspectj/weaver/UnresolvedType; ]
UnresolvedType.forSignature ( String signature ) [static]:UnresolvedType
[ run-time name: org/aspectj/weaver/UnresolvedType.forSignature:(Ljava/lang/String;)Lorg/aspectj/weaver/UnresolvedType; ]
UnresolvedType.forSignatures ( String[] sigs ) [static]:UnresolvedType[]
[ run-time name: org/aspectj/weaver/UnresolvedType.forSignatures:([Ljava/lang/String;)[Lorg/aspectj/weaver/UnresolvedType; ]
UnresolvedType.getBaseName ( ):String
[ run-time name: org/aspectj/weaver/UnresolvedType.getBaseName:()Ljava/lang/String; ]
UnresolvedType.getClassName ( ):String
[ run-time name: org/aspectj/weaver/UnresolvedType.getClassName:()Ljava/lang/String; ]
UnresolvedType.getComponentType ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/UnresolvedType.getComponentType:()Lorg/aspectj/weaver/UnresolvedType; ]
UnresolvedType.getErasureSignature ( ):String
[ run-time name: org/aspectj/weaver/UnresolvedType.getErasureSignature:()Ljava/lang/String; ]
UnresolvedType.getName ( ):String
[ run-time name: org/aspectj/weaver/UnresolvedType.getName:()Ljava/lang/String; ]
UnresolvedType.getNameAsIdentifier ( ):String
[ run-time name: org/aspectj/weaver/UnresolvedType.getNameAsIdentifier:()Ljava/lang/String; ]
UnresolvedType.getNames ( UnresolvedType[] types ) [static]:String[]
[ run-time name: org/aspectj/weaver/UnresolvedType.getNames:([Lorg/aspectj/weaver/UnresolvedType;)[Ljava/lang/String; ]
UnresolvedType.getOutermostType ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/UnresolvedType.getOutermostType:()Lorg/aspectj/weaver/UnresolvedType; ]
UnresolvedType.getPackageName ( ):String
[ run-time name: org/aspectj/weaver/UnresolvedType.getPackageName:()Ljava/lang/String; ]
UnresolvedType.getPackageNameAsIdentifier ( ):String
[ run-time name: org/aspectj/weaver/UnresolvedType.getPackageNameAsIdentifier:()Ljava/lang/String; ]
UnresolvedType.getRawName ( ):String
[ run-time name: org/aspectj/weaver/UnresolvedType.getRawName:()Ljava/lang/String; ]
UnresolvedType.getRawType ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/UnresolvedType.getRawType:()Lorg/aspectj/weaver/UnresolvedType; ]
UnresolvedType.getSignature ( ):String
[ run-time name: org/aspectj/weaver/UnresolvedType.getSignature:()Ljava/lang/String; ]
UnresolvedType.getSimpleBaseName ( ):String
[ run-time name: org/aspectj/weaver/UnresolvedType.getSimpleBaseName:()Ljava/lang/String; ]
UnresolvedType.getSimpleName ( ):String
[ run-time name: org/aspectj/weaver/UnresolvedType.getSimpleName:()Ljava/lang/String; ]
UnresolvedType.getSize ( ):int
[ run-time name: org/aspectj/weaver/UnresolvedType.getSize:()I ]
UnresolvedType.getTypekind ( ):UnresolvedType.TypeKind
[ run-time name: org/aspectj/weaver/UnresolvedType.getTypekind:()Lorg/aspectj/weaver/UnresolvedType$TypeKind; ]
UnresolvedType.getTypeParameters ( ):UnresolvedType[]
[ run-time name: org/aspectj/weaver/UnresolvedType.getTypeParameters:()[Lorg/aspectj/weaver/UnresolvedType; ]
UnresolvedType.getTypeVariableNamed ( String name ):TypeVariable
[ run-time name: org/aspectj/weaver/UnresolvedType.getTypeVariableNamed:(Ljava/lang/String;)Lorg/aspectj/weaver/TypeVariable; ]
UnresolvedType.getTypeVariables ( ):TypeVariable[]
[ run-time name: org/aspectj/weaver/UnresolvedType.getTypeVariables:()[Lorg/aspectj/weaver/TypeVariable; ]
UnresolvedType.hashCode ( ):int
[ run-time name: org/aspectj/weaver/UnresolvedType.hashCode:()I ]
UnresolvedType.insert ( UnresolvedType start, UnresolvedType[] types ) [static]:UnresolvedType[]
[ run-time name: org/aspectj/weaver/UnresolvedType.insert:(Lorg/aspectj/weaver/UnresolvedType;[Lorg/aspectj/weaver/UnresolvedType;)[Lorg/aspectj/weaver/UnresolvedType; ]
UnresolvedType.isArray ( ):boolean
[ run-time name: org/aspectj/weaver/UnresolvedType.isArray:()Z ]
UnresolvedType.isGenericType ( ):boolean
[ run-time name: org/aspectj/weaver/UnresolvedType.isGenericType:()Z ]
UnresolvedType.isGenericWildcard ( ):boolean
[ run-time name: org/aspectj/weaver/UnresolvedType.isGenericWildcard:()Z ]
UnresolvedType.isParameterizedType ( ):boolean
[ run-time name: org/aspectj/weaver/UnresolvedType.isParameterizedType:()Z ]
UnresolvedType.isPrimitiveType ( ):boolean
[ run-time name: org/aspectj/weaver/UnresolvedType.isPrimitiveType:()Z ]
UnresolvedType.isRawType ( ):boolean
[ run-time name: org/aspectj/weaver/UnresolvedType.isRawType:()Z ]
UnresolvedType.isSimpleType ( ):boolean
[ run-time name: org/aspectj/weaver/UnresolvedType.isSimpleType:()Z ]
UnresolvedType.isTypeVariableReference ( ):boolean
[ run-time name: org/aspectj/weaver/UnresolvedType.isTypeVariableReference:()Z ]
UnresolvedType.makeArray ( UnresolvedType base, int dims ) [static]:UnresolvedType
[ run-time name: org/aspectj/weaver/UnresolvedType.makeArray:(Lorg/aspectj/weaver/UnresolvedType;I)Lorg/aspectj/weaver/UnresolvedType; ]
UnresolvedType.needsModifiableDelegate ( ):boolean
[ run-time name: org/aspectj/weaver/UnresolvedType.needsModifiableDelegate:()Z ]
UnresolvedType.parameterize ( java.util.Map typeBindings ):UnresolvedType
[ run-time name: org/aspectj/weaver/UnresolvedType.parameterize:(Ljava/util/Map;)Lorg/aspectj/weaver/UnresolvedType; ]
UnresolvedType.read ( java.io.DataInputStream s ) [static]:UnresolvedType
[ run-time name: org/aspectj/weaver/UnresolvedType.read:(Ljava/io/DataInputStream;)Lorg/aspectj/weaver/UnresolvedType; ]
UnresolvedType.readArray ( java.io.DataInputStream s ) [static]:UnresolvedType[]
[ run-time name: org/aspectj/weaver/UnresolvedType.readArray:(Ljava/io/DataInputStream;)[Lorg/aspectj/weaver/UnresolvedType; ]
UnresolvedType.resolve ( World world ):ResolvedType
[ run-time name: org/aspectj/weaver/UnresolvedType.resolve:(Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ResolvedType; ]
UnresolvedType.setNeedsModifiableDelegate ( boolean b ):void
[ run-time name: org/aspectj/weaver/UnresolvedType.setNeedsModifiableDelegate:(Z)V ]
UnresolvedType.toDebugString ( ):String
[ run-time name: org/aspectj/weaver/UnresolvedType.toDebugString:()Ljava/lang/String; ]
UnresolvedType.toString ( ):String
[ run-time name: org/aspectj/weaver/UnresolvedType.toString:()Ljava/lang/String; ]
UnresolvedType.toTraceString ( ):String
[ run-time name: org/aspectj/weaver/UnresolvedType.toTraceString:()Ljava/lang/String; ]
UnresolvedType.UnresolvedType ( String signature )
[ run-time name: org/aspectj/weaver/UnresolvedType."<init>":(Ljava/lang/String;)V ]
UnresolvedType.UnresolvedType ( String signature, String signatureErasure )
[ run-time name: org/aspectj/weaver/UnresolvedType."<init>":(Ljava/lang/String;Ljava/lang/String;)V ]
UnresolvedType.UnresolvedType ( String signature, String signatureErasure, UnresolvedType[] typeParams )
[ run-time name: org/aspectj/weaver/UnresolvedType."<init>":(Ljava/lang/String;Ljava/lang/String;[Lorg/aspectj/weaver/UnresolvedType;)V ]
UnresolvedType.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/UnresolvedType.write:(Ljava/io/DataOutputStream;)V ]
UnresolvedType.writeArray ( UnresolvedType[] types, java.io.DataOutputStream s ) [static]:void
[ run-time name: org/aspectj/weaver/UnresolvedType.writeArray:([Lorg/aspectj/weaver/UnresolvedType;Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, UnresolvedTypeVariableReferenceType.class
package org.aspectj.weaver
UnresolvedTypeVariableReferenceType.getErasureSignature ( ):String
[ run-time name: org/aspectj/weaver/UnresolvedTypeVariableReferenceType.getErasureSignature:()Ljava/lang/String; ]
UnresolvedTypeVariableReferenceType.getTypeVariable ( ):TypeVariable
[ run-time name: org/aspectj/weaver/UnresolvedTypeVariableReferenceType.getTypeVariable:()Lorg/aspectj/weaver/TypeVariable; ]
UnresolvedTypeVariableReferenceType.isTypeVariableReference ( ):boolean
[ run-time name: org/aspectj/weaver/UnresolvedTypeVariableReferenceType.isTypeVariableReference:()Z ]
UnresolvedTypeVariableReferenceType.resolve ( World world ):ResolvedType
[ run-time name: org/aspectj/weaver/UnresolvedTypeVariableReferenceType.resolve:(Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/ResolvedType; ]
UnresolvedTypeVariableReferenceType.setTypeVariable ( TypeVariable aTypeVariable ):void
[ run-time name: org/aspectj/weaver/UnresolvedTypeVariableReferenceType.setTypeVariable:(Lorg/aspectj/weaver/TypeVariable;)V ]
UnresolvedTypeVariableReferenceType.toDebugString ( ):String
[ run-time name: org/aspectj/weaver/UnresolvedTypeVariableReferenceType.toDebugString:()Ljava/lang/String; ]
UnresolvedTypeVariableReferenceType.toString ( ):String
[ run-time name: org/aspectj/weaver/UnresolvedTypeVariableReferenceType.toString:()Ljava/lang/String; ]
UnresolvedTypeVariableReferenceType.UnresolvedTypeVariableReferenceType ( )
[ run-time name: org/aspectj/weaver/UnresolvedTypeVariableReferenceType."<init>":()V ]
UnresolvedTypeVariableReferenceType.UnresolvedTypeVariableReferenceType ( TypeVariable aTypeVariable )
[ run-time name: org/aspectj/weaver/UnresolvedTypeVariableReferenceType."<init>":(Lorg/aspectj/weaver/TypeVariable;)V ]
UnresolvedTypeVariableReferenceType.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/UnresolvedTypeVariableReferenceType.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, UnsupportedPointcutPrimitiveException.class
package org.aspectj.weaver.tools
UnsupportedPointcutPrimitiveException.getInvalidPointcutExpression ( ):String
[ run-time name: org/aspectj/weaver/tools/UnsupportedPointcutPrimitiveException.getInvalidPointcutExpression:()Ljava/lang/String; ]
UnsupportedPointcutPrimitiveException.getUnsupportedPrimitive ( ):PointcutPrimitive
[ run-time name: org/aspectj/weaver/tools/UnsupportedPointcutPrimitiveException.getUnsupportedPrimitive:()Lorg/aspectj/weaver/tools/PointcutPrimitive; ]
UnsupportedPointcutPrimitiveException.UnsupportedPointcutPrimitiveException ( String pcExpression, PointcutPrimitive primitive )
[ run-time name: org/aspectj/weaver/tools/UnsupportedPointcutPrimitiveException."<init>":(Ljava/lang/String;Lorg/aspectj/weaver/tools/PointcutPrimitive;)V ]
xwork-2.1.2.jar, UnwovenClassFile.class
package org.aspectj.weaver.bcel
UnwovenClassFile.deleteAllChildClasses ( ):void
[ run-time name: org/aspectj/weaver/bcel/UnwovenClassFile.deleteAllChildClasses:()V ]
UnwovenClassFile.deleteChildClassFile ( String innerName ):void
[ run-time name: org/aspectj/weaver/bcel/UnwovenClassFile.deleteChildClassFile:(Ljava/lang/String;)V ]
UnwovenClassFile.deleteRealFile ( ):void
[ run-time name: org/aspectj/weaver/bcel/UnwovenClassFile.deleteRealFile:()V ]
UnwovenClassFile.exists ( ):boolean
[ run-time name: org/aspectj/weaver/bcel/UnwovenClassFile.exists:()Z ]
UnwovenClassFile.getBytes ( ):byte[]
[ run-time name: org/aspectj/weaver/bcel/UnwovenClassFile.getBytes:()[B ]
UnwovenClassFile.getClassName ( ):String
[ run-time name: org/aspectj/weaver/bcel/UnwovenClassFile.getClassName:()Ljava/lang/String; ]
UnwovenClassFile.getClassNameAsChars ( ):char[]
[ run-time name: org/aspectj/weaver/bcel/UnwovenClassFile.getClassNameAsChars:()[C ]
UnwovenClassFile.getFilename ( ):String
[ run-time name: org/aspectj/weaver/bcel/UnwovenClassFile.getFilename:()Ljava/lang/String; ]
UnwovenClassFile.getJavaClass ( ):org.aspectj.apache.bcel.classfile.JavaClass
[ run-time name: org/aspectj/weaver/bcel/UnwovenClassFile.getJavaClass:()Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
UnwovenClassFile.makeInnerFileName ( String innerName ):String
[ run-time name: org/aspectj/weaver/bcel/UnwovenClassFile.makeInnerFileName:(Ljava/lang/String;)Ljava/lang/String; ]
UnwovenClassFile.setClassNameAsChars ( char[] classNameAsChars ):void
[ run-time name: org/aspectj/weaver/bcel/UnwovenClassFile.setClassNameAsChars:([C)V ]
UnwovenClassFile.toString ( ):String
[ run-time name: org/aspectj/weaver/bcel/UnwovenClassFile.toString:()Ljava/lang/String; ]
UnwovenClassFile.UnwovenClassFile ( String filename, byte[] bytes )
[ run-time name: org/aspectj/weaver/bcel/UnwovenClassFile."<init>":(Ljava/lang/String;[B)V ]
UnwovenClassFile.UnwovenClassFile ( String filename, String classname, byte[] bytes )
[ run-time name: org/aspectj/weaver/bcel/UnwovenClassFile."<init>":(Ljava/lang/String;Ljava/lang/String;[B)V ]
UnwovenClassFile.writeUnchangedBytes ( ):void
[ run-time name: org/aspectj/weaver/bcel/UnwovenClassFile.writeUnchangedBytes:()V ]
UnwovenClassFile.writeWovenBytes ( byte[] bytes, java.util.List childClasses ):void
[ run-time name: org/aspectj/weaver/bcel/UnwovenClassFile.writeWovenBytes:([BLjava/util/List;)V ]
xwork-2.1.2.jar, UnwovenClassFileWithThirdPartyManagedBytecode.class
package org.aspectj.weaver.bcel
UnwovenClassFileWithThirdPartyManagedBytecode.getBytes ( ):byte[]
[ run-time name: org/aspectj/weaver/bcel/UnwovenClassFileWithThirdPartyManagedBytecode.getBytes:()[B ]
UnwovenClassFileWithThirdPartyManagedBytecode.UnwovenClassFileWithThirdPartyManagedBytecode ( String filename, String classname, UnwovenClassFileWithThirdPartyManagedBytecode.IByteCodeProvider provider )
[ run-time name: org/aspectj/weaver/bcel/UnwovenClassFileWithThirdPartyManagedBytecode."<init>":(Ljava/lang/String;Ljava/lang/String;Lorg/aspectj/weaver/bcel/UnwovenClassFileWithThirdPartyManagedBytecode$IByteCodeProvider;)V ]
xwork-2.1.2.jar, UrlSet.class
package com.opensymphony.xwork2.util.finder
UrlSet.exclude ( ClassLoader parent ):UrlSet
[ run-time name: com/opensymphony/xwork2/util/finder/UrlSet.exclude:(Ljava/lang/ClassLoader;)Lcom/opensymphony/xwork2/util/finder/UrlSet; ]
UrlSet.UrlSet ( ClassLoader classLoader )
[ run-time name: com/opensymphony/xwork2/util/finder/UrlSet."<init>":(Ljava/lang/ClassLoader;)V ]
xwork-2.1.2.jar, UtilClassLoader.class
package org.aspectj.util
UtilClassLoader.getResource ( String name ):java.net.URL
[ run-time name: org/aspectj/util/UtilClassLoader.getResource:(Ljava/lang/String;)Ljava/net/URL; ]
UtilClassLoader.getResourceAsStream ( String name ):java.io.InputStream
[ run-time name: org/aspectj/util/UtilClassLoader.getResourceAsStream:(Ljava/lang/String;)Ljava/io/InputStream; ]
UtilClassLoader.loadClass ( String name, boolean resolve ):Class
[ run-time name: org/aspectj/util/UtilClassLoader.loadClass:(Ljava/lang/String;Z)Ljava/lang/Class; ]
UtilClassLoader.toString ( ):String
[ run-time name: org/aspectj/util/UtilClassLoader.toString:()Ljava/lang/String; ]
UtilClassLoader.UtilClassLoader ( java.net.URL[] urls, java.io.File[] dirs )
[ run-time name: org/aspectj/util/UtilClassLoader."<init>":([Ljava/net/URL;[Ljava/io/File;)V ]
xwork-2.1.2.jar, Utility.class
package org.aspectj.apache.bcel.classfile
Utility.accessToString ( int access_flags ) [static]:String
[ run-time name: org/aspectj/apache/bcel/classfile/Utility.accessToString:(I)Ljava/lang/String; ]
Utility.accessToString ( int access_flags, boolean for_class ) [static]:String
[ run-time name: org/aspectj/apache/bcel/classfile/Utility.accessToString:(IZ)Ljava/lang/String; ]
Utility.classOrInterface ( int access_flags ) [static]:String
[ run-time name: org/aspectj/apache/bcel/classfile/Utility.classOrInterface:(I)Ljava/lang/String; ]
Utility.codeToString ( byte[] code, ConstantPool constant_pool, int index, int length ) [static]:String
[ run-time name: org/aspectj/apache/bcel/classfile/Utility.codeToString:([BLorg/aspectj/apache/bcel/classfile/ConstantPool;II)Ljava/lang/String; ]
Utility.codeToString ( byte[] code, ConstantPool constant_pool, int index, int length, boolean verbose ) [static]:String
[ run-time name: org/aspectj/apache/bcel/classfile/Utility.codeToString:([BLorg/aspectj/apache/bcel/classfile/ConstantPool;IIZ)Ljava/lang/String; ]
Utility.codeToString ( org.aspectj.apache.bcel.util.ByteSequence bytes, ConstantPool constant_pool ) [static]:String
[ run-time name: org/aspectj/apache/bcel/classfile/Utility.codeToString:(Lorg/aspectj/apache/bcel/util/ByteSequence;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Ljava/lang/String; ]
Utility.codeToString ( org.aspectj.apache.bcel.util.ByteSequence bytes, ConstantPool constant_pool, boolean verbose ) [static]:String
[ run-time name: org/aspectj/apache/bcel/classfile/Utility.codeToString:(Lorg/aspectj/apache/bcel/util/ByteSequence;Lorg/aspectj/apache/bcel/classfile/ConstantPool;Z)Ljava/lang/String; ]
Utility.compactClassName ( String str ) [static]:String
[ run-time name: org/aspectj/apache/bcel/classfile/Utility.compactClassName:(Ljava/lang/String;)Ljava/lang/String; ]
Utility.compactClassName ( String str, boolean chopit ) [static]:String
[ run-time name: org/aspectj/apache/bcel/classfile/Utility.compactClassName:(Ljava/lang/String;Z)Ljava/lang/String; ]
Utility.compactClassName ( String str, String prefix, boolean chopit ) [static]:String
[ run-time name: org/aspectj/apache/bcel/classfile/Utility.compactClassName:(Ljava/lang/String;Ljava/lang/String;Z)Ljava/lang/String; ]
Utility.convertString ( String label ) [static]:String
[ run-time name: org/aspectj/apache/bcel/classfile/Utility.convertString:(Ljava/lang/String;)Ljava/lang/String; ]
Utility.fillup ( String str, int length, boolean left_justify, char fill ) [static]:String
[ run-time name: org/aspectj/apache/bcel/classfile/Utility.fillup:(Ljava/lang/String;IZC)Ljava/lang/String; ]
Utility.format ( int i, int length, boolean left_justify, char fill ) [static]:String
[ run-time name: org/aspectj/apache/bcel/classfile/Utility.format:(IIZC)Ljava/lang/String; ]
Utility.getAnnotationAttributes ( ConstantPool cp, java.util.List vec ) [static]:Attribute[]
[ run-time name: org/aspectj/apache/bcel/classfile/Utility.getAnnotationAttributes:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;Ljava/util/List;)[Lorg/aspectj/apache/bcel/classfile/Attribute; ]
Utility.getParameterAnnotationAttributes ( ConstantPool cp, java.util.List[] vec ) [static]:Attribute[]
[ run-time name: org/aspectj/apache/bcel/classfile/Utility.getParameterAnnotationAttributes:(Lorg/aspectj/apache/bcel/classfile/ConstantPool;[Ljava/util/List;)[Lorg/aspectj/apache/bcel/classfile/Attribute; ]
Utility.methodSignatureToString ( String p1, String p2, String p3, boolean p4 ) [static]:String
[ run-time name: org/aspectj/apache/bcel/classfile/Utility.methodSignatureToString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)Ljava/lang/String; ]
Utility.methodSignatureToString ( String signature, String name, String access ) [static]:String
[ run-time name: org/aspectj/apache/bcel/classfile/Utility.methodSignatureToString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
Utility.replace ( String str, String old, String new_ ) [static]:String
[ run-time name: org/aspectj/apache/bcel/classfile/Utility.replace:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
Utility.signatureToString ( String signature ) [static]:String
[ run-time name: org/aspectj/apache/bcel/classfile/Utility.signatureToString:(Ljava/lang/String;)Ljava/lang/String; ]
Utility.signatureToString ( String signature, boolean chopit ) [static]:String
[ run-time name: org/aspectj/apache/bcel/classfile/Utility.signatureToString:(Ljava/lang/String;Z)Ljava/lang/String; ]
Utility.signatureToStringInternal ( String signature, boolean chopit ) [static]:Utility.ResultHolder
[ run-time name: org/aspectj/apache/bcel/classfile/Utility.signatureToStringInternal:(Ljava/lang/String;Z)Lorg/aspectj/apache/bcel/classfile/Utility$ResultHolder; ]
Utility.toHexString ( byte[] bytes ) [static]:String
[ run-time name: org/aspectj/apache/bcel/classfile/Utility.toHexString:([B)Ljava/lang/String; ]
Utility.typeOfMethodSignature ( String signature ) [static]:byte
[ run-time name: org/aspectj/apache/bcel/classfile/Utility.typeOfMethodSignature:(Ljava/lang/String;)B ]
Utility.typeOfSignature ( char c ) [static]:byte
[ run-time name: org/aspectj/apache/bcel/classfile/Utility.typeOfSignature:(C)B ]
Utility.typeOfSignature ( String signature ) [static]:byte
[ run-time name: org/aspectj/apache/bcel/classfile/Utility.typeOfSignature:(Ljava/lang/String;)B ]
Utility.Utility ( )
[ run-time name: org/aspectj/apache/bcel/classfile/Utility."<init>":()V ]
package org.aspectj.weaver.bcel
Utility.appendConversion ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact, org.aspectj.weaver.ResolvedType fromType, org.aspectj.weaver.ResolvedType toType ) [static]:void
[ run-time name: org/aspectj/weaver/bcel/Utility.appendConversion:(Lorg/aspectj/apache/bcel/generic/InstructionList;Lorg/aspectj/apache/bcel/generic/InstructionFactory;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;)V ]
Utility.arrayToString ( int[] a ) [static]:String
[ run-time name: org/aspectj/weaver/bcel/Utility.arrayToString:([I)Ljava/lang/String; ]
Utility.bcelAttribute ( org.aspectj.weaver.AjAttribute a, org.aspectj.apache.bcel.classfile.ConstantPool pool ) [static]:org.aspectj.apache.bcel.classfile.Attribute
[ run-time name: org/aspectj/weaver/bcel/Utility.bcelAttribute:(Lorg/aspectj/weaver/AjAttribute;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Attribute; ]
Utility.beautifyLocation ( org.aspectj.bridge.ISourceLocation isl ) [static]:String
[ run-time name: org/aspectj/weaver/bcel/Utility.beautifyLocation:(Lorg/aspectj/bridge/ISourceLocation;)Ljava/lang/String; ]
Utility.copyInstruction ( org.aspectj.apache.bcel.generic.Instruction i ) [static]:org.aspectj.apache.bcel.generic.Instruction
[ run-time name: org/aspectj/weaver/bcel/Utility.copyInstruction:(Lorg/aspectj/apache/bcel/generic/Instruction;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
Utility.createConstant ( org.aspectj.apache.bcel.generic.InstructionFactory fact, int value ) [static]:org.aspectj.apache.bcel.generic.Instruction
[ run-time name: org/aspectj/weaver/bcel/Utility.createConstant:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;I)Lorg/aspectj/apache/bcel/generic/Instruction; ]
Utility.createConversion ( org.aspectj.apache.bcel.generic.InstructionFactory fact, org.aspectj.apache.bcel.generic.Type fromType, org.aspectj.apache.bcel.generic.Type toType, boolean allowAutoboxing ) [static]:org.aspectj.apache.bcel.generic.InstructionList
[ run-time name: org/aspectj/weaver/bcel/Utility.createConversion:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;Lorg/aspectj/apache/bcel/generic/Type;Lorg/aspectj/apache/bcel/generic/Type;Z)Lorg/aspectj/apache/bcel/generic/InstructionList; ]
Utility.createConversion ( org.aspectj.apache.bcel.generic.InstructionFactory factory, org.aspectj.apache.bcel.generic.Type fromType, org.aspectj.apache.bcel.generic.Type toType ) [static]:org.aspectj.apache.bcel.generic.InstructionList
[ run-time name: org/aspectj/weaver/bcel/Utility.createConversion:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;Lorg/aspectj/apache/bcel/generic/Type;Lorg/aspectj/apache/bcel/generic/Type;)Lorg/aspectj/apache/bcel/generic/InstructionList; ]
Utility.createGet ( org.aspectj.apache.bcel.generic.InstructionFactory fact, org.aspectj.weaver.Member signature ) [static]:org.aspectj.apache.bcel.generic.Instruction
[ run-time name: org/aspectj/weaver/bcel/Utility.createGet:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;Lorg/aspectj/weaver/Member;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
Utility.createGetOn ( org.aspectj.apache.bcel.generic.InstructionFactory fact, org.aspectj.weaver.Member signature, org.aspectj.weaver.UnresolvedType declaringType ) [static]:org.aspectj.apache.bcel.generic.Instruction
[ run-time name: org/aspectj/weaver/bcel/Utility.createGetOn:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;Lorg/aspectj/weaver/Member;Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
Utility.createInstanceof ( org.aspectj.apache.bcel.generic.InstructionFactory fact, org.aspectj.apache.bcel.generic.ReferenceType t ) [static]:org.aspectj.apache.bcel.generic.Instruction
[ run-time name: org/aspectj/weaver/bcel/Utility.createInstanceof:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;Lorg/aspectj/apache/bcel/generic/ReferenceType;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
Utility.createInvoke ( org.aspectj.apache.bcel.generic.InstructionFactory fact, org.aspectj.apache.bcel.classfile.JavaClass declaringClass, org.aspectj.apache.bcel.classfile.Method newMethod ) [static]:org.aspectj.apache.bcel.generic.Instruction
[ run-time name: org/aspectj/weaver/bcel/Utility.createInvoke:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;Lorg/aspectj/apache/bcel/classfile/JavaClass;Lorg/aspectj/apache/bcel/classfile/Method;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
Utility.createInvoke ( org.aspectj.apache.bcel.generic.InstructionFactory fact, BcelWorld world, org.aspectj.weaver.Member signature ) [static]:org.aspectj.apache.bcel.generic.Instruction
[ run-time name: org/aspectj/weaver/bcel/Utility.createInvoke:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;Lorg/aspectj/weaver/bcel/BcelWorld;Lorg/aspectj/weaver/Member;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
Utility.createInvoke ( org.aspectj.apache.bcel.generic.InstructionFactory fact, LazyMethodGen m ) [static]:org.aspectj.apache.bcel.generic.Instruction
[ run-time name: org/aspectj/weaver/bcel/Utility.createInvoke:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;Lorg/aspectj/weaver/bcel/LazyMethodGen;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
Utility.createInvoke ( org.aspectj.apache.bcel.generic.InstructionFactory fact, short kind, org.aspectj.weaver.Member member ) [static]:org.aspectj.apache.bcel.generic.Instruction
[ run-time name: org/aspectj/weaver/bcel/Utility.createInvoke:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;SLorg/aspectj/weaver/Member;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
Utility.createSet ( org.aspectj.apache.bcel.generic.InstructionFactory fact, org.aspectj.weaver.Member signature ) [static]:org.aspectj.apache.bcel.generic.Instruction
[ run-time name: org/aspectj/weaver/bcel/Utility.createSet:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;Lorg/aspectj/weaver/Member;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
Utility.createSuperInvoke ( org.aspectj.apache.bcel.generic.InstructionFactory fact, BcelWorld world, org.aspectj.weaver.Member signature ) [static]:org.aspectj.apache.bcel.generic.Instruction
[ run-time name: org/aspectj/weaver/bcel/Utility.createSuperInvoke:(Lorg/aspectj/apache/bcel/generic/InstructionFactory;Lorg/aspectj/weaver/bcel/BcelWorld;Lorg/aspectj/weaver/Member;)Lorg/aspectj/apache/bcel/generic/Instruction; ]
Utility.deleteInstruction ( org.aspectj.apache.bcel.generic.InstructionHandle ih, org.aspectj.apache.bcel.generic.InstructionHandle retargetTo, LazyMethodGen enclosingMethod ) [static]:void
[ run-time name: org/aspectj/weaver/bcel/Utility.deleteInstruction:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/weaver/bcel/LazyMethodGen;)V ]
Utility.deleteInstruction ( org.aspectj.apache.bcel.generic.InstructionHandle ih, LazyMethodGen enclosingMethod ) [static]:void
[ run-time name: org/aspectj/weaver/bcel/Utility.deleteInstruction:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/weaver/bcel/LazyMethodGen;)V ]
Utility.getSourceLine ( org.aspectj.apache.bcel.generic.InstructionHandle ih ) [static]:int
[ run-time name: org/aspectj/weaver/bcel/Utility.getSourceLine:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;)I ]
Utility.getSuppressedWarnings ( org.aspectj.weaver.AnnotationX[] anns, org.aspectj.weaver.Lint lint ) [static]:java.util.List
[ run-time name: org/aspectj/weaver/bcel/Utility.getSuppressedWarnings:([Lorg/aspectj/weaver/AnnotationX;Lorg/aspectj/weaver/Lint;)Ljava/util/List; ]
Utility.isConstantPushInstruction ( org.aspectj.apache.bcel.generic.Instruction i ) [static]:boolean
[ run-time name: org/aspectj/weaver/bcel/Utility.isConstantPushInstruction:(Lorg/aspectj/apache/bcel/generic/Instruction;)Z ]
Utility.isSuppressing ( org.aspectj.weaver.AnnotationX[] anns, String lintkey ) [static]:boolean
[ run-time name: org/aspectj/weaver/bcel/Utility.isSuppressing:([Lorg/aspectj/weaver/AnnotationX;Ljava/lang/String;)Z ]
Utility.isSuppressing ( org.aspectj.weaver.Member member, String lintkey ) [static]:boolean
[ run-time name: org/aspectj/weaver/bcel/Utility.isSuppressing:(Lorg/aspectj/weaver/Member;Ljava/lang/String;)Z ]
Utility.makeArgNames ( int n ) [static]:String[]
[ run-time name: org/aspectj/weaver/bcel/Utility.makeArgNames:(I)[Ljava/lang/String; ]
Utility.makeJavaClass ( String filename, byte[] bytes ) [static]:org.aspectj.apache.bcel.classfile.JavaClass
[ run-time name: org/aspectj/weaver/bcel/Utility.makeJavaClass:(Ljava/lang/String;[B)Lorg/aspectj/apache/bcel/classfile/JavaClass; ]
Utility.makePrivate ( int i ) [static]:int
[ run-time name: org/aspectj/weaver/bcel/Utility.makePrivate:(I)I ]
Utility.makePublic ( int i ) [static]:int
[ run-time name: org/aspectj/weaver/bcel/Utility.makePublic:(I)I ]
Utility.pushAndReturnArrayOfVars ( org.aspectj.weaver.ResolvedType[] proceedParamTypes, org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact, LazyMethodGen enclosingMethod ) [static]:BcelVar[]
[ run-time name: org/aspectj/weaver/bcel/Utility.pushAndReturnArrayOfVars:([Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/apache/bcel/generic/InstructionList;Lorg/aspectj/apache/bcel/generic/InstructionFactory;Lorg/aspectj/weaver/bcel/LazyMethodGen;)[Lorg/aspectj/weaver/bcel/BcelVar; ]
Utility.replaceInstruction ( org.aspectj.apache.bcel.generic.InstructionHandle ih, org.aspectj.apache.bcel.generic.InstructionList replacementInstructions, LazyMethodGen enclosingMethod ) [static]:void
[ run-time name: org/aspectj/weaver/bcel/Utility.replaceInstruction:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;Lorg/aspectj/apache/bcel/generic/InstructionList;Lorg/aspectj/weaver/bcel/LazyMethodGen;)V ]
Utility.setSourceLine ( org.aspectj.apache.bcel.generic.InstructionHandle ih, int lineNumber ) [static]:void
[ run-time name: org/aspectj/weaver/bcel/Utility.setSourceLine:(Lorg/aspectj/apache/bcel/generic/InstructionHandle;I)V ]
Utility.stringToUTF ( String s ) [static]:byte[]
[ run-time name: org/aspectj/weaver/bcel/Utility.stringToUTF:(Ljava/lang/String;)[B ]
Utility.Utility ( )
[ run-time name: org/aspectj/weaver/bcel/Utility."<init>":()V ]
xwork-2.1.2.jar, Var.class
package org.aspectj.weaver.ast
Var.accept ( IExprVisitor v ):void
[ run-time name: org/aspectj/weaver/ast/Var.accept:(Lorg/aspectj/weaver/ast/IExprVisitor;)V ]
Var.getType ( ):org.aspectj.weaver.ResolvedType
[ run-time name: org/aspectj/weaver/ast/Var.getType:()Lorg/aspectj/weaver/ResolvedType; ]
Var.toString ( ):String
[ run-time name: org/aspectj/weaver/ast/Var.toString:()Ljava/lang/String; ]
Var.Var ( org.aspectj.weaver.ResolvedType variableType )
[ run-time name: org/aspectj/weaver/ast/Var."<init>":(Lorg/aspectj/weaver/ResolvedType;)V ]
xwork-2.1.2.jar, Version.class
package org.aspectj.bridge
Version.getTime ( ) [static]:long
[ run-time name: org/aspectj/bridge/Version.getTime:()J ]
Version.main ( String[] args ) [static]:void
[ run-time name: org/aspectj/bridge/Version.main:([Ljava/lang/String;)V ]
Version.Version ( )
[ run-time name: org/aspectj/bridge/Version."<init>":()V ]
xwork-2.1.2.jar, VersionedDataInputStream.class
package org.aspectj.weaver
VersionedDataInputStream.getBuildstamp ( ):long
[ run-time name: org/aspectj/weaver/VersionedDataInputStream.getBuildstamp:()J ]
VersionedDataInputStream.getMajorVersion ( ):int
[ run-time name: org/aspectj/weaver/VersionedDataInputStream.getMajorVersion:()I ]
VersionedDataInputStream.getMinorVersion ( ):int
[ run-time name: org/aspectj/weaver/VersionedDataInputStream.getMinorVersion:()I ]
VersionedDataInputStream.setVersion ( AjAttribute.WeaverVersionInfo version ):void
[ run-time name: org/aspectj/weaver/VersionedDataInputStream.setVersion:(Lorg/aspectj/weaver/AjAttribute$WeaverVersionInfo;)V ]
VersionedDataInputStream.VersionedDataInputStream ( java.io.InputStream is )
[ run-time name: org/aspectj/weaver/VersionedDataInputStream."<init>":(Ljava/io/InputStream;)V ]
xwork-2.1.2.jar, WeakClassLoaderReference.class
package org.aspectj.weaver
WeakClassLoaderReference.equals ( Object obj ):boolean
[ run-time name: org/aspectj/weaver/WeakClassLoaderReference.equals:(Ljava/lang/Object;)Z ]
WeakClassLoaderReference.getClassLoader ( ):ClassLoader
[ run-time name: org/aspectj/weaver/WeakClassLoaderReference.getClassLoader:()Ljava/lang/ClassLoader; ]
WeakClassLoaderReference.hashCode ( ):int
[ run-time name: org/aspectj/weaver/WeakClassLoaderReference.hashCode:()I ]
WeakClassLoaderReference.WeakClassLoaderReference ( ClassLoader loader )
[ run-time name: org/aspectj/weaver/WeakClassLoaderReference."<init>":(Ljava/lang/ClassLoader;)V ]
WeakClassLoaderReference.WeakClassLoaderReference ( ClassLoader loader, ref.ReferenceQueue q )
[ run-time name: org/aspectj/weaver/WeakClassLoaderReference."<init>":(Ljava/lang/ClassLoader;Ljava/lang/ref/ReferenceQueue;)V ]
xwork-2.1.2.jar, WeaveMessage.class
package org.aspectj.bridge
WeaveMessage.constructWeavingMessage ( WeaveMessage.WeaveMessageKind kind, String[] inserts ) [static]:WeaveMessage
[ run-time name: org/aspectj/bridge/WeaveMessage.constructWeavingMessage:(Lorg/aspectj/bridge/WeaveMessage$WeaveMessageKind;[Ljava/lang/String;)Lorg/aspectj/bridge/WeaveMessage; ]
WeaveMessage.constructWeavingMessage ( WeaveMessage.WeaveMessageKind kind, String[] inserts, String affectedtypename, String aspectname ) [static]:WeaveMessage
[ run-time name: org/aspectj/bridge/WeaveMessage.constructWeavingMessage:(Lorg/aspectj/bridge/WeaveMessage$WeaveMessageKind;[Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/aspectj/bridge/WeaveMessage; ]
WeaveMessage.getAffectedtypename ( ):String
[ run-time name: org/aspectj/bridge/WeaveMessage.getAffectedtypename:()Ljava/lang/String; ]
WeaveMessage.getAspectname ( ):String
[ run-time name: org/aspectj/bridge/WeaveMessage.getAspectname:()Ljava/lang/String; ]
xwork-2.1.2.jar, WeaverMessages.class
package org.aspectj.weaver
WeaverMessages.format ( String key ) [static]:String
[ run-time name: org/aspectj/weaver/WeaverMessages.format:(Ljava/lang/String;)Ljava/lang/String; ]
WeaverMessages.format ( String key, Object insert ) [static]:String
[ run-time name: org/aspectj/weaver/WeaverMessages.format:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String; ]
WeaverMessages.format ( String key, Object insert1, Object insert2 ) [static]:String
[ run-time name: org/aspectj/weaver/WeaverMessages.format:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/String; ]
WeaverMessages.format ( String key, Object insert1, Object insert2, Object insert3 ) [static]:String
[ run-time name: org/aspectj/weaver/WeaverMessages.format:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/String; ]
WeaverMessages.format ( String key, Object insert1, Object insert2, Object insert3, Object insert4 ) [static]:String
[ run-time name: org/aspectj/weaver/WeaverMessages.format:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/String; ]
WeaverMessages.WeaverMessages ( )
[ run-time name: org/aspectj/weaver/WeaverMessages."<init>":()V ]
xwork-2.1.2.jar, WeaverStateInfo.class
package org.aspectj.weaver
WeaverStateInfo.addAspectAffectingType ( String aspectType ):void
[ run-time name: org/aspectj/weaver/WeaverStateInfo.addAspectAffectingType:(Ljava/lang/String;)V ]
WeaverStateInfo.addAspectsAffectingType ( java.util.Collection aspects ):void
[ run-time name: org/aspectj/weaver/WeaverStateInfo.addAspectsAffectingType:(Ljava/util/Collection;)V ]
WeaverStateInfo.addConcreteMunger ( ConcreteTypeMunger munger ):void
[ run-time name: org/aspectj/weaver/WeaverStateInfo.addConcreteMunger:(Lorg/aspectj/weaver/ConcreteTypeMunger;)V ]
WeaverStateInfo.getAspectsAffectingType ( ):java.util.Set
[ run-time name: org/aspectj/weaver/WeaverStateInfo.getAspectsAffectingType:()Ljava/util/Set; ]
WeaverStateInfo.getTypeMungers ( ResolvedType onType ):java.util.List
[ run-time name: org/aspectj/weaver/WeaverStateInfo.getTypeMungers:(Lorg/aspectj/weaver/ResolvedType;)Ljava/util/List; ]
WeaverStateInfo.getUnwovenClassFileData ( byte[] wovenClassFile ):byte[]
[ run-time name: org/aspectj/weaver/WeaverStateInfo.getUnwovenClassFileData:([B)[B ]
WeaverStateInfo.isOldStyle ( ):boolean
[ run-time name: org/aspectj/weaver/WeaverStateInfo.isOldStyle:()Z ]
WeaverStateInfo.isReweavable ( ):boolean
[ run-time name: org/aspectj/weaver/WeaverStateInfo.isReweavable:()Z ]
WeaverStateInfo.read ( VersionedDataInputStream s, ISourceContext context ) [static]:WeaverStateInfo
[ run-time name: org/aspectj/weaver/WeaverStateInfo.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/WeaverStateInfo; ]
WeaverStateInfo.replaceKeyWithDiff ( byte[] wovenClassFile ):byte[]
[ run-time name: org/aspectj/weaver/WeaverStateInfo.replaceKeyWithDiff:([B)[B ]
WeaverStateInfo.setReweavable ( boolean rw ):void
[ run-time name: org/aspectj/weaver/WeaverStateInfo.setReweavable:(Z)V ]
WeaverStateInfo.setReweavableModeDefaults ( boolean mode, boolean compress, boolean diff ) [static]:void
[ run-time name: org/aspectj/weaver/WeaverStateInfo.setReweavableModeDefaults:(ZZZ)V ]
WeaverStateInfo.setUnwovenClassFileData ( byte[] data ):void
[ run-time name: org/aspectj/weaver/WeaverStateInfo.setUnwovenClassFileData:([B)V ]
WeaverStateInfo.toString ( ):String
[ run-time name: org/aspectj/weaver/WeaverStateInfo.toString:()Ljava/lang/String; ]
WeaverStateInfo.WeaverStateInfo ( )
[ run-time name: org/aspectj/weaver/WeaverStateInfo."<init>":()V ]
WeaverStateInfo.WeaverStateInfo ( boolean reweavable )
[ run-time name: org/aspectj/weaver/WeaverStateInfo."<init>":(Z)V ]
WeaverStateInfo.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/WeaverStateInfo.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, WeavingAdaptor.class
package org.aspectj.weaver.tools
WeavingAdaptor.accept ( String name, byte[] bytes ):boolean
[ run-time name: org/aspectj/weaver/tools/WeavingAdaptor.accept:(Ljava/lang/String;[B)Z ]
WeavingAdaptor.addURL ( java.net.URL url ):void
[ run-time name: org/aspectj/weaver/tools/WeavingAdaptor.addURL:(Ljava/net/URL;)V ]
WeavingAdaptor.createMessageHandler ( ):void
[ run-time name: org/aspectj/weaver/tools/WeavingAdaptor.createMessageHandler:()V ]
WeavingAdaptor.debug ( String message ):boolean
[ run-time name: org/aspectj/weaver/tools/WeavingAdaptor.debug:(Ljava/lang/String;)Z ]
WeavingAdaptor.disable ( ):void
[ run-time name: org/aspectj/weaver/tools/WeavingAdaptor.disable:()V ]
WeavingAdaptor.dump ( String name, byte[] b, boolean before ):void
[ run-time name: org/aspectj/weaver/tools/WeavingAdaptor.dump:(Ljava/lang/String;[BZ)V ]
WeavingAdaptor.enable ( ):void
[ run-time name: org/aspectj/weaver/tools/WeavingAdaptor.enable:()V ]
WeavingAdaptor.ensureDelegateInitialized ( String name, byte[] bytes ):void
[ run-time name: org/aspectj/weaver/tools/WeavingAdaptor.ensureDelegateInitialized:(Ljava/lang/String;[B)V ]
WeavingAdaptor.error ( String message ):boolean
[ run-time name: org/aspectj/weaver/tools/WeavingAdaptor.error:(Ljava/lang/String;)Z ]
WeavingAdaptor.error ( String message, Throwable th ):boolean
[ run-time name: org/aspectj/weaver/tools/WeavingAdaptor.error:(Ljava/lang/String;Ljava/lang/Throwable;)Z ]
WeavingAdaptor.getContextId ( ):String
[ run-time name: org/aspectj/weaver/tools/WeavingAdaptor.getContextId:()Ljava/lang/String; ]
WeavingAdaptor.getMessageHandler ( ):org.aspectj.bridge.IMessageHandler
[ run-time name: org/aspectj/weaver/tools/WeavingAdaptor.getMessageHandler:()Lorg/aspectj/bridge/IMessageHandler; ]
WeavingAdaptor.getMessageHolder ( ):org.aspectj.bridge.IMessageHolder
[ run-time name: org/aspectj/weaver/tools/WeavingAdaptor.getMessageHolder:()Lorg/aspectj/bridge/IMessageHolder; ]
WeavingAdaptor.info ( String message ):boolean
[ run-time name: org/aspectj/weaver/tools/WeavingAdaptor.info:(Ljava/lang/String;)Z ]
WeavingAdaptor.isEnabled ( ):boolean
[ run-time name: org/aspectj/weaver/tools/WeavingAdaptor.isEnabled:()Z ]
WeavingAdaptor.setMessageHandler ( org.aspectj.bridge.IMessageHandler mh ):void
[ run-time name: org/aspectj/weaver/tools/WeavingAdaptor.setMessageHandler:(Lorg/aspectj/bridge/IMessageHandler;)V ]
WeavingAdaptor.shouldDump ( String name, boolean before ):boolean
[ run-time name: org/aspectj/weaver/tools/WeavingAdaptor.shouldDump:(Ljava/lang/String;Z)Z ]
WeavingAdaptor.warn ( String message ):boolean
[ run-time name: org/aspectj/weaver/tools/WeavingAdaptor.warn:(Ljava/lang/String;)Z ]
WeavingAdaptor.warn ( String message, Throwable th ):boolean
[ run-time name: org/aspectj/weaver/tools/WeavingAdaptor.warn:(Ljava/lang/String;Ljava/lang/Throwable;)Z ]
WeavingAdaptor.weaveClass ( String name, byte[] bytes ):byte[]
[ run-time name: org/aspectj/weaver/tools/WeavingAdaptor.weaveClass:(Ljava/lang/String;[B)[B ]
WeavingAdaptor.weaveClass ( String name, byte[] bytes, boolean mustWeave ):byte[]
[ run-time name: org/aspectj/weaver/tools/WeavingAdaptor.weaveClass:(Ljava/lang/String;[BZ)[B ]
WeavingAdaptor.WeavingAdaptor ( )
[ run-time name: org/aspectj/weaver/tools/WeavingAdaptor."<init>":()V ]
WeavingAdaptor.WeavingAdaptor ( GeneratedClassHandler handler, java.net.URL[] classURLs, java.net.URL[] aspectURLs )
[ run-time name: org/aspectj/weaver/tools/WeavingAdaptor."<init>":(Lorg/aspectj/weaver/tools/GeneratedClassHandler;[Ljava/net/URL;[Ljava/net/URL;)V ]
WeavingAdaptor.WeavingAdaptor ( WeavingClassLoader loader )
[ run-time name: org/aspectj/weaver/tools/WeavingAdaptor."<init>":(Lorg/aspectj/weaver/tools/WeavingClassLoader;)V ]
xwork-2.1.2.jar, WeavingClassLoader.class
package org.aspectj.weaver.tools
WeavingClassLoader.getAspectURLs ( ) [abstract]:java.net.URL[]
[ run-time name: org/aspectj/weaver/tools/WeavingClassLoader.getAspectURLs:()[Ljava/net/URL; ]
xwork-2.1.2.jar, WeavingURLClassLoader.class
package org.aspectj.weaver.loadtime
WeavingURLClassLoader.acceptClass ( String name, byte[] bytes ):void
[ run-time name: org/aspectj/weaver/loadtime/WeavingURLClassLoader.acceptClass:(Ljava/lang/String;[B)V ]
WeavingURLClassLoader.addURL ( java.net.URL url ):void
[ run-time name: org/aspectj/weaver/loadtime/WeavingURLClassLoader.addURL:(Ljava/net/URL;)V ]
WeavingURLClassLoader.defineClass ( String name, byte[] b, java.security.CodeSource cs ):Class
[ run-time name: org/aspectj/weaver/loadtime/WeavingURLClassLoader.defineClass:(Ljava/lang/String;[BLjava/security/CodeSource;)Ljava/lang/Class; ]
WeavingURLClassLoader.getAspectURLs ( ):java.net.URL[]
[ run-time name: org/aspectj/weaver/loadtime/WeavingURLClassLoader.getAspectURLs:()[Ljava/net/URL; ]
WeavingURLClassLoader.getBytes ( String name ):byte[]
[ run-time name: org/aspectj/weaver/loadtime/WeavingURLClassLoader.getBytes:(Ljava/lang/String;)[B ]
WeavingURLClassLoader.WeavingURLClassLoader ( ClassLoader parent )
[ run-time name: org/aspectj/weaver/loadtime/WeavingURLClassLoader."<init>":(Ljava/lang/ClassLoader;)V ]
WeavingURLClassLoader.WeavingURLClassLoader ( java.net.URL[] classURLs, java.net.URL[] aspectURLs, ClassLoader parent )
[ run-time name: org/aspectj/weaver/loadtime/WeavingURLClassLoader."<init>":([Ljava/net/URL;[Ljava/net/URL;Ljava/lang/ClassLoader;)V ]
WeavingURLClassLoader.WeavingURLClassLoader ( java.net.URL[] urls, ClassLoader parent )
[ run-time name: org/aspectj/weaver/loadtime/WeavingURLClassLoader."<init>":([Ljava/net/URL;Ljava/lang/ClassLoader;)V ]
xwork-2.1.2.jar, WildAnnotationTypePattern.class
package org.aspectj.weaver.patterns
WildAnnotationTypePattern.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/WildAnnotationTypePattern.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
WildAnnotationTypePattern.equals ( Object obj ):boolean
[ run-time name: org/aspectj/weaver/patterns/WildAnnotationTypePattern.equals:(Ljava/lang/Object;)Z ]
WildAnnotationTypePattern.getTypePattern ( ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/WildAnnotationTypePattern.getTypePattern:()Lorg/aspectj/weaver/patterns/TypePattern; ]
WildAnnotationTypePattern.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/WildAnnotationTypePattern.hashCode:()I ]
WildAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/WildAnnotationTypePattern.matches:(Lorg/aspectj/weaver/AnnotatedElement;)Lorg/aspectj/util/FuzzyBoolean; ]
WildAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated, org.aspectj.weaver.ResolvedType[] parameterAnnotations ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/WildAnnotationTypePattern.matches:(Lorg/aspectj/weaver/AnnotatedElement;[Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/util/FuzzyBoolean; ]
WildAnnotationTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/WildAnnotationTypePattern.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
WildAnnotationTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/WildAnnotationTypePattern.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
WildAnnotationTypePattern.resolve ( org.aspectj.weaver.World world ):void
[ run-time name: org/aspectj/weaver/patterns/WildAnnotationTypePattern.resolve:(Lorg/aspectj/weaver/World;)V ]
WildAnnotationTypePattern.resolveAnnotationValues ( org.aspectj.weaver.ResolvedType annotationType, IScope scope ):void
[ run-time name: org/aspectj/weaver/patterns/WildAnnotationTypePattern.resolveAnnotationValues:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/patterns/IScope;)V ]
WildAnnotationTypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/WildAnnotationTypePattern.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;Z)Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
WildAnnotationTypePattern.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/WildAnnotationTypePattern.toString:()Ljava/lang/String; ]
WildAnnotationTypePattern.WildAnnotationTypePattern ( TypePattern typePattern )
[ run-time name: org/aspectj/weaver/patterns/WildAnnotationTypePattern."<init>":(Lorg/aspectj/weaver/patterns/TypePattern;)V ]
WildAnnotationTypePattern.WildAnnotationTypePattern ( TypePattern typePattern, java.util.Map annotationValues )
[ run-time name: org/aspectj/weaver/patterns/WildAnnotationTypePattern."<init>":(Lorg/aspectj/weaver/patterns/TypePattern;Ljava/util/Map;)V ]
WildAnnotationTypePattern.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/WildAnnotationTypePattern.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, WildcardedUnresolvedType.class
package org.aspectj.weaver
WildcardedUnresolvedType.getLowerBound ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/WildcardedUnresolvedType.getLowerBound:()Lorg/aspectj/weaver/UnresolvedType; ]
WildcardedUnresolvedType.getUpperBound ( ):UnresolvedType
[ run-time name: org/aspectj/weaver/WildcardedUnresolvedType.getUpperBound:()Lorg/aspectj/weaver/UnresolvedType; ]
WildcardedUnresolvedType.isExtends ( ):boolean
[ run-time name: org/aspectj/weaver/WildcardedUnresolvedType.isExtends:()Z ]
WildcardedUnresolvedType.isSuper ( ):boolean
[ run-time name: org/aspectj/weaver/WildcardedUnresolvedType.isSuper:()Z ]
WildcardedUnresolvedType.isUnbound ( ):boolean
[ run-time name: org/aspectj/weaver/WildcardedUnresolvedType.isUnbound:()Z ]
WildcardedUnresolvedType.WildcardedUnresolvedType ( String signature, UnresolvedType upperBound, UnresolvedType lowerBound )
[ run-time name: org/aspectj/weaver/WildcardedUnresolvedType."<init>":(Ljava/lang/String;Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/weaver/UnresolvedType;)V ]
xwork-2.1.2.jar, WildTypePattern.class
package org.aspectj.weaver.patterns
WildTypePattern.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
WildTypePattern.couldEverMatchSameTypesAs ( TypePattern other ):boolean
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern.couldEverMatchSameTypesAs:(Lorg/aspectj/weaver/patterns/TypePattern;)Z ]
WildTypePattern.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern.equals:(Ljava/lang/Object;)Z ]
WildTypePattern.extractName ( ):NamePattern
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern.extractName:()Lorg/aspectj/weaver/patterns/NamePattern; ]
WildTypePattern.getAdditionalIntefaceBounds ( ):TypePattern[]
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern.getAdditionalIntefaceBounds:()[Lorg/aspectj/weaver/patterns/TypePattern; ]
WildTypePattern.getDimensions ( ):int
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern.getDimensions:()I ]
WildTypePattern.getLowerBound ( ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern.getLowerBound:()Lorg/aspectj/weaver/patterns/TypePattern; ]
WildTypePattern.getNamePatterns ( ):NamePattern[]
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern.getNamePatterns:()[Lorg/aspectj/weaver/patterns/NamePattern; ]
WildTypePattern.getUpperBound ( ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern.getUpperBound:()Lorg/aspectj/weaver/patterns/TypePattern; ]
WildTypePattern.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern.hashCode:()I ]
WildTypePattern.isArray ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern.isArray:()Z ]
WildTypePattern.isStar ( ):boolean
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern.isStar:()Z ]
WildTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type ):boolean
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern.matchesExactly:(Lorg/aspectj/weaver/ResolvedType;)Z ]
WildTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.ResolvedType annotatedType ):boolean
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern.matchesExactly:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;)Z ]
WildTypePattern.matchesInstanceof ( org.aspectj.weaver.ResolvedType type ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern.matchesInstanceof:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/util/FuzzyBoolean; ]
WildTypePattern.maybeExtractName ( String string ):boolean
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern.maybeExtractName:(Ljava/lang/String;)Z ]
WildTypePattern.maybeGetCleanName ( ):String
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern.maybeGetCleanName:()Ljava/lang/String; ]
WildTypePattern.maybeGetSimpleName ( ):String
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern.maybeGetSimpleName:()Ljava/lang/String; ]
WildTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/TypePattern; ]
WildTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:TypePattern
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/TypePattern; ]
WildTypePattern.readTypePattern150 ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:TypePattern
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern.readTypePattern150:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/TypePattern; ]
WildTypePattern.readTypePatternOldStyle ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:TypePattern
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern.readTypePatternOldStyle:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/TypePattern; ]
WildTypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;ZZ)Lorg/aspectj/weaver/patterns/TypePattern; ]
WildTypePattern.setIsVarArgs ( boolean isVarArgs ):void
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern.setIsVarArgs:(Z)V ]
WildTypePattern.splitNames ( String s, boolean convertDollar ) [static]:char[][]
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern.splitNames:(Ljava/lang/String;Z)[[C ]
WildTypePattern.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern.toString:()Ljava/lang/String; ]
WildTypePattern.WildTypePattern ( java.util.List names, boolean includeSubtypes, int dim )
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern."<init>":(Ljava/util/List;ZI)V ]
WildTypePattern.WildTypePattern ( java.util.List names, boolean includeSubtypes, int dim, int endPos )
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern."<init>":(Ljava/util/List;ZII)V ]
WildTypePattern.WildTypePattern ( java.util.List names, boolean includeSubtypes, int dim, int endPos, boolean isVarArg )
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern."<init>":(Ljava/util/List;ZIIZ)V ]
WildTypePattern.WildTypePattern ( java.util.List names, boolean includeSubtypes, int dim, int endPos, boolean isVarArg, TypePatternList typeParams )
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern."<init>":(Ljava/util/List;ZIIZLorg/aspectj/weaver/patterns/TypePatternList;)V ]
WildTypePattern.WildTypePattern ( java.util.List names, boolean includeSubtypes, int dim, int endPos, boolean isVarArg, TypePatternList typeParams, TypePattern upperBound, TypePattern[] additionalInterfaceBounds, TypePattern lowerBound )
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern."<init>":(Ljava/util/List;ZIIZLorg/aspectj/weaver/patterns/TypePatternList;Lorg/aspectj/weaver/patterns/TypePattern;[Lorg/aspectj/weaver/patterns/TypePattern;Lorg/aspectj/weaver/patterns/TypePattern;)V ]
WildTypePattern.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/WildTypePattern.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, WithinAnnotationPointcut.class
package org.aspectj.weaver.patterns
WithinAnnotationPointcut.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/WithinAnnotationPointcut.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
WithinAnnotationPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/WithinAnnotationPointcut.concretize1:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/Pointcut; ]
WithinAnnotationPointcut.couldMatchKinds ( ):int
[ run-time name: org/aspectj/weaver/patterns/WithinAnnotationPointcut.couldMatchKinds:()I ]
WithinAnnotationPointcut.equals ( Object obj ):boolean
[ run-time name: org/aspectj/weaver/patterns/WithinAnnotationPointcut.equals:(Ljava/lang/Object;)Z ]
WithinAnnotationPointcut.fastMatch ( FastMatchInfo info ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/WithinAnnotationPointcut.fastMatch:(Lorg/aspectj/weaver/patterns/FastMatchInfo;)Lorg/aspectj/util/FuzzyBoolean; ]
WithinAnnotationPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):org.aspectj.weaver.ast.Test
[ run-time name: org/aspectj/weaver/patterns/WithinAnnotationPointcut.findResidueInternal:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/patterns/ExposedState;)Lorg/aspectj/weaver/ast/Test; ]
WithinAnnotationPointcut.getAnnotationTypePattern ( ):AnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/WithinAnnotationPointcut.getAnnotationTypePattern:()Lorg/aspectj/weaver/patterns/AnnotationTypePattern; ]
WithinAnnotationPointcut.getBindingAnnotationTypePatterns ( ):java.util.List
[ run-time name: org/aspectj/weaver/patterns/WithinAnnotationPointcut.getBindingAnnotationTypePatterns:()Ljava/util/List; ]
WithinAnnotationPointcut.getBindingTypePatterns ( ):java.util.List
[ run-time name: org/aspectj/weaver/patterns/WithinAnnotationPointcut.getBindingTypePatterns:()Ljava/util/List; ]
WithinAnnotationPointcut.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/WithinAnnotationPointcut.hashCode:()I ]
WithinAnnotationPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/WithinAnnotationPointcut.matchInternal:(Lorg/aspectj/weaver/Shadow;)Lorg/aspectj/util/FuzzyBoolean; ]
WithinAnnotationPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/WithinAnnotationPointcut.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Pointcut; ]
WithinAnnotationPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:Pointcut
[ run-time name: org/aspectj/weaver/patterns/WithinAnnotationPointcut.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/Pointcut; ]
WithinAnnotationPointcut.resolveBindings ( IScope scope, Bindings bindings ):void
[ run-time name: org/aspectj/weaver/patterns/WithinAnnotationPointcut.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;)V ]
WithinAnnotationPointcut.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/WithinAnnotationPointcut.toString:()Ljava/lang/String; ]
WithinAnnotationPointcut.WithinAnnotationPointcut ( AnnotationTypePattern type )
[ run-time name: org/aspectj/weaver/patterns/WithinAnnotationPointcut."<init>":(Lorg/aspectj/weaver/patterns/AnnotationTypePattern;)V ]
WithinAnnotationPointcut.WithinAnnotationPointcut ( AnnotationTypePattern type, org.aspectj.weaver.ShadowMunger munger )
[ run-time name: org/aspectj/weaver/patterns/WithinAnnotationPointcut."<init>":(Lorg/aspectj/weaver/patterns/AnnotationTypePattern;Lorg/aspectj/weaver/ShadowMunger;)V ]
WithinAnnotationPointcut.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/WithinAnnotationPointcut.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, WithinCodeAnnotationPointcut.class
package org.aspectj.weaver.patterns
WithinCodeAnnotationPointcut.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/WithinCodeAnnotationPointcut.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
WithinCodeAnnotationPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/WithinCodeAnnotationPointcut.concretize1:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/Pointcut; ]
WithinCodeAnnotationPointcut.couldMatchKinds ( ):int
[ run-time name: org/aspectj/weaver/patterns/WithinCodeAnnotationPointcut.couldMatchKinds:()I ]
WithinCodeAnnotationPointcut.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/WithinCodeAnnotationPointcut.equals:(Ljava/lang/Object;)Z ]
WithinCodeAnnotationPointcut.fastMatch ( FastMatchInfo info ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/WithinCodeAnnotationPointcut.fastMatch:(Lorg/aspectj/weaver/patterns/FastMatchInfo;)Lorg/aspectj/util/FuzzyBoolean; ]
WithinCodeAnnotationPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):org.aspectj.weaver.ast.Test
[ run-time name: org/aspectj/weaver/patterns/WithinCodeAnnotationPointcut.findResidueInternal:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/patterns/ExposedState;)Lorg/aspectj/weaver/ast/Test; ]
WithinCodeAnnotationPointcut.getAnnotationTypePattern ( ):ExactAnnotationTypePattern
[ run-time name: org/aspectj/weaver/patterns/WithinCodeAnnotationPointcut.getAnnotationTypePattern:()Lorg/aspectj/weaver/patterns/ExactAnnotationTypePattern; ]
WithinCodeAnnotationPointcut.getBindingAnnotationTypePatterns ( ):java.util.List
[ run-time name: org/aspectj/weaver/patterns/WithinCodeAnnotationPointcut.getBindingAnnotationTypePatterns:()Ljava/util/List; ]
WithinCodeAnnotationPointcut.getBindingTypePatterns ( ):java.util.List
[ run-time name: org/aspectj/weaver/patterns/WithinCodeAnnotationPointcut.getBindingTypePatterns:()Ljava/util/List; ]
WithinCodeAnnotationPointcut.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/WithinCodeAnnotationPointcut.hashCode:()I ]
WithinCodeAnnotationPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/WithinCodeAnnotationPointcut.matchInternal:(Lorg/aspectj/weaver/Shadow;)Lorg/aspectj/util/FuzzyBoolean; ]
WithinCodeAnnotationPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/WithinCodeAnnotationPointcut.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Pointcut; ]
WithinCodeAnnotationPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:Pointcut
[ run-time name: org/aspectj/weaver/patterns/WithinCodeAnnotationPointcut.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/Pointcut; ]
WithinCodeAnnotationPointcut.resolveBindings ( IScope scope, Bindings bindings ):void
[ run-time name: org/aspectj/weaver/patterns/WithinCodeAnnotationPointcut.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;)V ]
WithinCodeAnnotationPointcut.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/WithinCodeAnnotationPointcut.toString:()Ljava/lang/String; ]
WithinCodeAnnotationPointcut.WithinCodeAnnotationPointcut ( ExactAnnotationTypePattern type )
[ run-time name: org/aspectj/weaver/patterns/WithinCodeAnnotationPointcut."<init>":(Lorg/aspectj/weaver/patterns/ExactAnnotationTypePattern;)V ]
WithinCodeAnnotationPointcut.WithinCodeAnnotationPointcut ( ExactAnnotationTypePattern type, org.aspectj.weaver.ShadowMunger munger )
[ run-time name: org/aspectj/weaver/patterns/WithinCodeAnnotationPointcut."<init>":(Lorg/aspectj/weaver/patterns/ExactAnnotationTypePattern;Lorg/aspectj/weaver/ShadowMunger;)V ]
WithinCodeAnnotationPointcut.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/WithinCodeAnnotationPointcut.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, WithincodePointcut.class
package org.aspectj.weaver.patterns
WithincodePointcut.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/WithincodePointcut.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
WithincodePointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/WithincodePointcut.concretize1:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/Pointcut; ]
WithincodePointcut.couldMatchKinds ( ):int
[ run-time name: org/aspectj/weaver/patterns/WithincodePointcut.couldMatchKinds:()I ]
WithincodePointcut.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/WithincodePointcut.equals:(Ljava/lang/Object;)Z ]
WithincodePointcut.fastMatch ( FastMatchInfo type ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/WithincodePointcut.fastMatch:(Lorg/aspectj/weaver/patterns/FastMatchInfo;)Lorg/aspectj/util/FuzzyBoolean; ]
WithincodePointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):org.aspectj.weaver.ast.Test
[ run-time name: org/aspectj/weaver/patterns/WithincodePointcut.findResidueInternal:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/patterns/ExposedState;)Lorg/aspectj/weaver/ast/Test; ]
WithincodePointcut.getSignature ( ):SignaturePattern
[ run-time name: org/aspectj/weaver/patterns/WithincodePointcut.getSignature:()Lorg/aspectj/weaver/patterns/SignaturePattern; ]
WithincodePointcut.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/WithincodePointcut.hashCode:()I ]
WithincodePointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/WithincodePointcut.matchInternal:(Lorg/aspectj/weaver/Shadow;)Lorg/aspectj/util/FuzzyBoolean; ]
WithincodePointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/WithincodePointcut.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Pointcut; ]
WithincodePointcut.postRead ( org.aspectj.weaver.ResolvedType enclosingType ):void
[ run-time name: org/aspectj/weaver/patterns/WithincodePointcut.postRead:(Lorg/aspectj/weaver/ResolvedType;)V ]
WithincodePointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:Pointcut
[ run-time name: org/aspectj/weaver/patterns/WithincodePointcut.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/Pointcut; ]
WithincodePointcut.resolveBindings ( IScope scope, Bindings bindings ):void
[ run-time name: org/aspectj/weaver/patterns/WithincodePointcut.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;)V ]
WithincodePointcut.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/WithincodePointcut.toString:()Ljava/lang/String; ]
WithincodePointcut.WithincodePointcut ( SignaturePattern signature )
[ run-time name: org/aspectj/weaver/patterns/WithincodePointcut."<init>":(Lorg/aspectj/weaver/patterns/SignaturePattern;)V ]
WithincodePointcut.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/WithincodePointcut.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, WithinPointcut.class
package org.aspectj.weaver.patterns
WithinPointcut.accept ( PatternNodeVisitor visitor, Object data ):Object
[ run-time name: org/aspectj/weaver/patterns/WithinPointcut.accept:(Lorg/aspectj/weaver/patterns/PatternNodeVisitor;Ljava/lang/Object;)Ljava/lang/Object; ]
WithinPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/WithinPointcut.concretize1:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/IntMap;)Lorg/aspectj/weaver/patterns/Pointcut; ]
WithinPointcut.couldEverMatchSameJoinPointsAs ( WithinPointcut other ):boolean
[ run-time name: org/aspectj/weaver/patterns/WithinPointcut.couldEverMatchSameJoinPointsAs:(Lorg/aspectj/weaver/patterns/WithinPointcut;)Z ]
WithinPointcut.couldMatchKinds ( ):int
[ run-time name: org/aspectj/weaver/patterns/WithinPointcut.couldMatchKinds:()I ]
WithinPointcut.equals ( Object other ):boolean
[ run-time name: org/aspectj/weaver/patterns/WithinPointcut.equals:(Ljava/lang/Object;)Z ]
WithinPointcut.fastMatch ( FastMatchInfo info ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/WithinPointcut.fastMatch:(Lorg/aspectj/weaver/patterns/FastMatchInfo;)Lorg/aspectj/util/FuzzyBoolean; ]
WithinPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):org.aspectj.weaver.ast.Test
[ run-time name: org/aspectj/weaver/patterns/WithinPointcut.findResidueInternal:(Lorg/aspectj/weaver/Shadow;Lorg/aspectj/weaver/patterns/ExposedState;)Lorg/aspectj/weaver/ast/Test; ]
WithinPointcut.getTypePattern ( ):TypePattern
[ run-time name: org/aspectj/weaver/patterns/WithinPointcut.getTypePattern:()Lorg/aspectj/weaver/patterns/TypePattern; ]
WithinPointcut.hashCode ( ):int
[ run-time name: org/aspectj/weaver/patterns/WithinPointcut.hashCode:()I ]
WithinPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):org.aspectj.util.FuzzyBoolean
[ run-time name: org/aspectj/weaver/patterns/WithinPointcut.matchInternal:(Lorg/aspectj/weaver/Shadow;)Lorg/aspectj/util/FuzzyBoolean; ]
WithinPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):Pointcut
[ run-time name: org/aspectj/weaver/patterns/WithinPointcut.parameterizeWith:(Ljava/util/Map;Lorg/aspectj/weaver/World;)Lorg/aspectj/weaver/patterns/Pointcut; ]
WithinPointcut.postRead ( org.aspectj.weaver.ResolvedType enclosingType ):void
[ run-time name: org/aspectj/weaver/patterns/WithinPointcut.postRead:(Lorg/aspectj/weaver/ResolvedType;)V ]
WithinPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ) [static]:Pointcut
[ run-time name: org/aspectj/weaver/patterns/WithinPointcut.read:(Lorg/aspectj/weaver/VersionedDataInputStream;Lorg/aspectj/weaver/ISourceContext;)Lorg/aspectj/weaver/patterns/Pointcut; ]
WithinPointcut.resolveBindings ( IScope scope, Bindings bindings ):void
[ run-time name: org/aspectj/weaver/patterns/WithinPointcut.resolveBindings:(Lorg/aspectj/weaver/patterns/IScope;Lorg/aspectj/weaver/patterns/Bindings;)V ]
WithinPointcut.toString ( ):String
[ run-time name: org/aspectj/weaver/patterns/WithinPointcut.toString:()Ljava/lang/String; ]
WithinPointcut.WithinPointcut ( TypePattern type )
[ run-time name: org/aspectj/weaver/patterns/WithinPointcut."<init>":(Lorg/aspectj/weaver/patterns/TypePattern;)V ]
WithinPointcut.write ( java.io.DataOutputStream s ):void
[ run-time name: org/aspectj/weaver/patterns/WithinPointcut.write:(Ljava/io/DataOutputStream;)V ]
xwork-2.1.2.jar, World.class
package org.aspectj.weaver
World.accept ( Dump.IVisitor visitor ):void
[ run-time name: org/aspectj/weaver/World.accept:(Lorg/aspectj/weaver/Dump$IVisitor;)V ]
World.areSynchronizationPointcutsInUse ( ):boolean
[ run-time name: org/aspectj/weaver/World.areSynchronizationPointcutsInUse:()Z ]
World.compareByPrecedence ( ResolvedType aspect1, ResolvedType aspect2 ):int
[ run-time name: org/aspectj/weaver/World.compareByPrecedence:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;)I ]
World.compareByPrecedenceAndHierarchy ( ResolvedType aspect1, ResolvedType aspect2 ):int
[ run-time name: org/aspectj/weaver/World.compareByPrecedenceAndHierarchy:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;)I ]
World.completeBinaryType ( ResolvedType ret ):void
[ run-time name: org/aspectj/weaver/World.completeBinaryType:(Lorg/aspectj/weaver/ResolvedType;)V ]
World.concreteTypeMunger ( ResolvedTypeMunger p1, ResolvedType p2 ) [abstract]:ConcreteTypeMunger
[ run-time name: org/aspectj/weaver/World.concreteTypeMunger:(Lorg/aspectj/weaver/ResolvedTypeMunger;Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ConcreteTypeMunger; ]
World.couldIncrementalCompileFollow ( ):boolean
[ run-time name: org/aspectj/weaver/World.couldIncrementalCompileFollow:()Z ]
World.createAdviceMunger ( AdviceKind kind, patterns.Pointcut p, Member signature, int extraParameterFlags, IHasSourceLocation loc ):Advice
[ run-time name: org/aspectj/weaver/World.createAdviceMunger:(Lorg/aspectj/weaver/AdviceKind;Lorg/aspectj/weaver/patterns/Pointcut;Lorg/aspectj/weaver/Member;ILorg/aspectj/weaver/IHasSourceLocation;)Lorg/aspectj/weaver/Advice; ]
World.createAdviceMunger ( AjAttribute.AdviceAttribute p1, patterns.Pointcut p2, Member p3 ) [abstract]:Advice
[ run-time name: org/aspectj/weaver/World.createAdviceMunger:(Lorg/aspectj/weaver/AjAttribute$AdviceAttribute;Lorg/aspectj/weaver/patterns/Pointcut;Lorg/aspectj/weaver/Member;)Lorg/aspectj/weaver/Advice; ]
World.debug ( String message ):boolean
[ run-time name: org/aspectj/weaver/World.debug:(Ljava/lang/String;)Z ]
World.ensureAdvancedConfigurationProcessed ( ):void
[ run-time name: org/aspectj/weaver/World.ensureAdvancedConfigurationProcessed:()V ]
World.flush ( ):void
[ run-time name: org/aspectj/weaver/World.flush:()V ]
World.forgetTypeVariablesCurrentlyBeingProcessed ( Class baseClass ):void
[ run-time name: org/aspectj/weaver/World.forgetTypeVariablesCurrentlyBeingProcessed:(Ljava/lang/Class;)V ]
World.getAllTypes ( ):ResolvedType[]
[ run-time name: org/aspectj/weaver/World.getAllTypes:()[Lorg/aspectj/weaver/ResolvedType; ]
World.getCoreType ( UnresolvedType tx ):ResolvedType
[ run-time name: org/aspectj/weaver/World.getCoreType:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedType; ]
World.getCrosscuttingMembersSet ( ):CrosscuttingMembersSet
[ run-time name: org/aspectj/weaver/World.getCrosscuttingMembersSet:()Lorg/aspectj/weaver/CrosscuttingMembersSet; ]
World.getCrossReferenceHandler ( ):ICrossReferenceHandler
[ run-time name: org/aspectj/weaver/World.getCrossReferenceHandler:()Lorg/aspectj/weaver/ICrossReferenceHandler; ]
World.getDeclareAnnotationOnFields ( ):java.util.List
[ run-time name: org/aspectj/weaver/World.getDeclareAnnotationOnFields:()Ljava/util/List; ]
World.getDeclareAnnotationOnMethods ( ):java.util.List
[ run-time name: org/aspectj/weaver/World.getDeclareAnnotationOnMethods:()Ljava/util/List; ]
World.getDeclareAnnotationOnTypes ( ):java.util.List
[ run-time name: org/aspectj/weaver/World.getDeclareAnnotationOnTypes:()Ljava/util/List; ]
World.getDeclareParents ( ):java.util.List
[ run-time name: org/aspectj/weaver/World.getDeclareParents:()Ljava/util/List; ]
World.getDeclareSoft ( ):java.util.List
[ run-time name: org/aspectj/weaver/World.getDeclareSoft:()Ljava/util/List; ]
World.getExtraConfiguration ( ):java.util.Properties
[ run-time name: org/aspectj/weaver/World.getExtraConfiguration:()Ljava/util/Properties; ]
World.getLint ( ):Lint
[ run-time name: org/aspectj/weaver/World.getLint:()Lorg/aspectj/weaver/Lint; ]
World.getMessageHandler ( ):org.aspectj.bridge.IMessageHandler
[ run-time name: org/aspectj/weaver/World.getMessageHandler:()Lorg/aspectj/bridge/IMessageHandler; ]
World.getModel ( ):org.aspectj.asm.IHierarchy
[ run-time name: org/aspectj/weaver/World.getModel:()Lorg/aspectj/asm/IHierarchy; ]
World.getPrecedenceIfAny ( ResolvedType aspect1, ResolvedType aspect2 ):Integer
[ run-time name: org/aspectj/weaver/World.getPrecedenceIfAny:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/ResolvedType;)Ljava/lang/Integer; ]
World.getRegisteredPointcutHandlers ( ):java.util.Set
[ run-time name: org/aspectj/weaver/World.getRegisteredPointcutHandlers:()Ljava/util/Set; ]
World.getTargetAspectjRuntimeLevel ( ):String
[ run-time name: org/aspectj/weaver/World.getTargetAspectjRuntimeLevel:()Ljava/lang/String; ]
World.getTypeVariableLookupScope ( ):TypeVariableDeclaringElement
[ run-time name: org/aspectj/weaver/World.getTypeVariableLookupScope:()Lorg/aspectj/weaver/TypeVariableDeclaringElement; ]
World.getTypeVariablesCurrentlyBeingProcessed ( Class baseClass ):TypeVariable[]
[ run-time name: org/aspectj/weaver/World.getTypeVariablesCurrentlyBeingProcessed:(Ljava/lang/Class;)[Lorg/aspectj/weaver/TypeVariable; ]
World.isAddSerialVerUID ( ):boolean
[ run-time name: org/aspectj/weaver/World.isAddSerialVerUID:()Z ]
World.isASMAround ( ):boolean
[ run-time name: org/aspectj/weaver/World.isASMAround:()Z ]
World.isExpendable ( ResolvedType type ):boolean
[ run-time name: org/aspectj/weaver/World.isExpendable:(Lorg/aspectj/weaver/ResolvedType;)Z ]
World.isFastDelegateSupportEnabled ( ):boolean
[ run-time name: org/aspectj/weaver/World.isFastDelegateSupportEnabled:()Z ]
World.isHasMemberSupportEnabled ( ):boolean
[ run-time name: org/aspectj/weaver/World.isHasMemberSupportEnabled:()Z ]
World.isIgnoringUnusedDeclaredThrownException ( ):boolean
[ run-time name: org/aspectj/weaver/World.isIgnoringUnusedDeclaredThrownException:()Z ]
World.isInJava5Mode ( ):boolean
[ run-time name: org/aspectj/weaver/World.isInJava5Mode:()Z ]
World.isInPinpointMode ( ):boolean
[ run-time name: org/aspectj/weaver/World.isInPinpointMode:()Z ]
World.isJoinpointArrayConstructionEnabled ( ):boolean
[ run-time name: org/aspectj/weaver/World.isJoinpointArrayConstructionEnabled:()Z ]
World.isJoinpointSynchronizationEnabled ( ):boolean
[ run-time name: org/aspectj/weaver/World.isJoinpointSynchronizationEnabled:()Z ]
World.isLocallyDefined ( String classname ):boolean
[ run-time name: org/aspectj/weaver/World.isLocallyDefined:(Ljava/lang/String;)Z ]
World.isRunMinimalMemory ( ):boolean
[ run-time name: org/aspectj/weaver/World.isRunMinimalMemory:()Z ]
World.isTargettingAspectJRuntime12 ( ):boolean
[ run-time name: org/aspectj/weaver/World.isTargettingAspectJRuntime12:()Z ]
World.isXlazyTjp ( ):boolean
[ run-time name: org/aspectj/weaver/World.isXlazyTjp:()Z ]
World.isXnoInline ( ):boolean
[ run-time name: org/aspectj/weaver/World.isXnoInline:()Z ]
World.lookupBySignature ( String signature ):ReferenceType
[ run-time name: org/aspectj/weaver/World.lookupBySignature:(Ljava/lang/String;)Lorg/aspectj/weaver/ReferenceType; ]
World.lookupOrCreateName ( UnresolvedType ty ):ReferenceType
[ run-time name: org/aspectj/weaver/World.lookupOrCreateName:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ReferenceType; ]
World.makeCflowCounterFieldAdder ( ResolvedMember p1 ) [abstract]:ConcreteTypeMunger
[ run-time name: org/aspectj/weaver/World.makeCflowCounterFieldAdder:(Lorg/aspectj/weaver/ResolvedMember;)Lorg/aspectj/weaver/ConcreteTypeMunger; ]
World.makeCflowStackFieldAdder ( ResolvedMember p1 ) [abstract]:ConcreteTypeMunger
[ run-time name: org/aspectj/weaver/World.makeCflowStackFieldAdder:(Lorg/aspectj/weaver/ResolvedMember;)Lorg/aspectj/weaver/ConcreteTypeMunger; ]
World.makePerClauseAspect ( ResolvedType p1, patterns.PerClause.Kind p2 ) [abstract]:ConcreteTypeMunger
[ run-time name: org/aspectj/weaver/World.makePerClauseAspect:(Lorg/aspectj/weaver/ResolvedType;Lorg/aspectj/weaver/patterns/PerClause$Kind;)Lorg/aspectj/weaver/ConcreteTypeMunger; ]
World.performExtraConfiguration ( String config ):void
[ run-time name: org/aspectj/weaver/World.performExtraConfiguration:(Ljava/lang/String;)V ]
World.recordTypeVariablesCurrentlyBeingProcessed ( Class baseClass, TypeVariable[] typeVariables ):void
[ run-time name: org/aspectj/weaver/World.recordTypeVariablesCurrentlyBeingProcessed:(Ljava/lang/Class;[Lorg/aspectj/weaver/TypeVariable;)V ]
World.registerPointcutHandler ( tools.PointcutDesignatorHandler designatorHandler ):void
[ run-time name: org/aspectj/weaver/World.registerPointcutHandler:(Lorg/aspectj/weaver/tools/PointcutDesignatorHandler;)V ]
World.resolve ( Member member ):ResolvedMember
[ run-time name: org/aspectj/weaver/World.resolve:(Lorg/aspectj/weaver/Member;)Lorg/aspectj/weaver/ResolvedMember; ]
World.resolve ( ResolvedType ty ):ResolvedType
[ run-time name: org/aspectj/weaver/World.resolve:(Lorg/aspectj/weaver/ResolvedType;)Lorg/aspectj/weaver/ResolvedType; ]
World.resolve ( UnresolvedType ty ):ResolvedType
[ run-time name: org/aspectj/weaver/World.resolve:(Lorg/aspectj/weaver/UnresolvedType;)Lorg/aspectj/weaver/ResolvedType; ]
World.resolve ( UnresolvedType ty, boolean allowMissing ):ResolvedType
[ run-time name: org/aspectj/weaver/World.resolve:(Lorg/aspectj/weaver/UnresolvedType;Z)Lorg/aspectj/weaver/ResolvedType; ]
World.resolve ( UnresolvedType ty, org.aspectj.bridge.ISourceLocation isl ):ResolvedType
[ run-time name: org/aspectj/weaver/World.resolve:(Lorg/aspectj/weaver/UnresolvedType;Lorg/aspectj/bridge/ISourceLocation;)Lorg/aspectj/weaver/ResolvedType; ]
World.resolve ( UnresolvedType[] types ):ResolvedType[]
[ run-time name: org/aspectj/weaver/World.resolve:([Lorg/aspectj/weaver/UnresolvedType;)[Lorg/aspectj/weaver/ResolvedType; ]
World.resolve ( String name ):ResolvedType
[ run-time name: org/aspectj/weaver/World.resolve:(Ljava/lang/String;)Lorg/aspectj/weaver/ResolvedType; ]
World.resolve ( String name, boolean allowMissing ):ResolvedType
[ run-time name: org/aspectj/weaver/World.resolve:(Ljava/lang/String;Z)Lorg/aspectj/weaver/ResolvedType; ]
World.resolveDelegate ( ReferenceType p1 ) [abstract]:ReferenceTypeDelegate
[ run-time name: org/aspectj/weaver/World.resolveDelegate:(Lorg/aspectj/weaver/ReferenceType;)Lorg/aspectj/weaver/ReferenceTypeDelegate; ]
World.resolveGenericTypeFor ( UnresolvedType anUnresolvedType, boolean allowMissing ):ResolvedType
[ run-time name: org/aspectj/weaver/World.resolveGenericTypeFor:(Lorg/aspectj/weaver/UnresolvedType;Z)Lorg/aspectj/weaver/ResolvedType; ]
World.setAddSerialVerUID ( boolean b ):void
[ run-time name: org/aspectj/weaver/World.setAddSerialVerUID:(Z)V ]
World.setBehaveInJava5Way ( boolean b ):void
[ run-time name: org/aspectj/weaver/World.setBehaveInJava5Way:(Z)V ]
World.setCrossReferenceHandler ( ICrossReferenceHandler xrefHandler ):void
[ run-time name: org/aspectj/weaver/World.setCrossReferenceHandler:(Lorg/aspectj/weaver/ICrossReferenceHandler;)V ]
World.setErrorAndWarningThreshold ( long errorThreshold, long warningThreshold ):void
[ run-time name: org/aspectj/weaver/World.setErrorAndWarningThreshold:(JJ)V ]
World.setFastDelegateSupport ( boolean b ):void
[ run-time name: org/aspectj/weaver/World.setFastDelegateSupport:(Z)V ]
World.setIncrementalCompileCouldFollow ( boolean b ):void
[ run-time name: org/aspectj/weaver/World.setIncrementalCompileCouldFollow:(Z)V ]
World.setLint ( Lint lint ):void
[ run-time name: org/aspectj/weaver/World.setLint:(Lorg/aspectj/weaver/Lint;)V ]
World.setMessageHandler ( org.aspectj.bridge.IMessageHandler messageHandler ):void
[ run-time name: org/aspectj/weaver/World.setMessageHandler:(Lorg/aspectj/bridge/IMessageHandler;)V ]
World.setModel ( org.aspectj.asm.IHierarchy model ):void
[ run-time name: org/aspectj/weaver/World.setModel:(Lorg/aspectj/asm/IHierarchy;)V ]
World.setOptionalJoinpoints ( String jps ):void
[ run-time name: org/aspectj/weaver/World.setOptionalJoinpoints:(Ljava/lang/String;)V ]
World.setPinpointMode ( boolean b ):void
[ run-time name: org/aspectj/weaver/World.setPinpointMode:(Z)V ]
World.setSynchronizationPointcutsInUse ( ):void
[ run-time name: org/aspectj/weaver/World.setSynchronizationPointcutsInUse:()V ]
World.setTargetAspectjRuntimeLevel ( String s ):void
[ run-time name: org/aspectj/weaver/World.setTargetAspectjRuntimeLevel:(Ljava/lang/String;)V ]
World.setTypeVariableLookupScope ( TypeVariableDeclaringElement scope ):void
[ run-time name: org/aspectj/weaver/World.setTypeVariableLookupScope:(Lorg/aspectj/weaver/TypeVariableDeclaringElement;)V ]
World.setXHasMemberSupportEnabled ( boolean b ):void
[ run-time name: org/aspectj/weaver/World.setXHasMemberSupportEnabled:(Z)V ]
World.setXlazyTjp ( boolean b ):void
[ run-time name: org/aspectj/weaver/World.setXlazyTjp:(Z)V ]
World.setXnoInline ( boolean xnoInline ):void
[ run-time name: org/aspectj/weaver/World.setXnoInline:(Z)V ]
World.shouldFastPackMethods ( ):boolean
[ run-time name: org/aspectj/weaver/World.shouldFastPackMethods:()Z ]
World.shouldPipelineCompilation ( ):boolean
[ run-time name: org/aspectj/weaver/World.shouldPipelineCompilation:()Z ]
World.showMessage ( org.aspectj.bridge.IMessage.Kind kind, String message, org.aspectj.bridge.ISourceLocation loc1, org.aspectj.bridge.ISourceLocation loc2 ):void
[ run-time name: org/aspectj/weaver/World.showMessage:(Lorg/aspectj/bridge/IMessage$Kind;Ljava/lang/String;Lorg/aspectj/bridge/ISourceLocation;Lorg/aspectj/bridge/ISourceLocation;)V ]
World.validateType ( UnresolvedType type ):void
[ run-time name: org/aspectj/weaver/World.validateType:(Lorg/aspectj/weaver/UnresolvedType;)V ]
World.World ( )
[ run-time name: org/aspectj/weaver/World."<init>":()V ]
to the top
Problems with Data Types, High risk (516)
Shorthand notations: RetVal - method's return value; this - reference to method's object.
xwork-2.1.2.jar
package com.opensymphony.xwork2.config
[+] Configuration (1)
|
Abstract method Configuration.removePackageConfig ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removePackageConfig(java.lang.String) in Configuration. |
[+] affected methods (65)
Configuration.addPackageConfig ( String p1, entities.PackageConfig p2 ):
This abstract method is from 'Configuration' interface.
Configuration.destroy ( ):
This abstract method is from 'Configuration' interface.
Configuration.getContainer ( ):
This abstract method is from 'Configuration' interface.
Configuration.getLoadedFileNames ( ):
This abstract method is from 'Configuration' interface.
Configuration.getPackageConfig ( String p1 ):
This abstract method is from 'Configuration' interface.
Configuration.getPackageConfigNames ( ):
This abstract method is from 'Configuration' interface.
Configuration.getPackageConfigs ( ):
This abstract method is from 'Configuration' interface.
Configuration.getRuntimeConfiguration ( ):
This abstract method is from 'Configuration' interface.
Configuration.getUnknownHandlerStack ( ):
This abstract method is from 'Configuration' interface.
Configuration.rebuildRuntimeConfiguration ( ):
This abstract method is from 'Configuration' interface.
Configuration.reload ( java.util.List p1 ):
This abstract method is from 'Configuration' interface.
Configuration.reloadContainer ( java.util.List p1 ):
This abstract method is from 'Configuration' interface.
Configuration.setUnknownHandlerStack ( java.util.List p1 ):
This abstract method is from 'Configuration' interface.
ConfigurationManager.addConfigurationProvider ( ConfigurationProvider provider ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
ConfigurationManager.addContainerProvider ( ContainerProvider provider ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
ConfigurationManager.clearConfigurationProviders ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
ConfigurationManager.clearContainerProviders ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
ConfigurationManager.conditionalReload ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
ConfigurationManager.ConfigurationManager ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
ConfigurationManager.ConfigurationManager ( String name ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
ConfigurationManager.destroyConfiguration ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
ConfigurationManager.getConfiguration ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
ConfigurationManager.getConfigurationProviders ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
ConfigurationManager.getContainerProviders ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
ConfigurationManager.reload ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
ConfigurationManager.setConfiguration ( Configuration configuration ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
ConfigurationManager.setConfigurationProviders ( java.util.List configurationProviders ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
ConfigurationManager.setContainerProviders ( java.util.List containerProviders ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
ConfigurationUtil.buildParentsFromString ( Configuration configuration, String parent ):
1st parameter 'configuration' of this method has type 'Configuration'.
ContainerProvider.init ( Configuration p1 ):
1st parameter 'p1' of this abstract method has type 'Configuration'.
PackageProvider.init ( Configuration p1 ):
1st parameter 'p1' of this abstract method has type 'Configuration'.
providers.XmlConfigurationProvider.init ( Configuration configuration ):
1st parameter 'configuration' of this method has type 'Configuration'.
providers.XWorkConfigurationProvider.init ( Configuration configuration ):
1st parameter 'configuration' of this method has type 'Configuration'.
com.opensymphony.xwork2.DefaultActionInvocation.setConfiguration ( Configuration configuration ):
1st parameter 'configuration' of this method has type 'Configuration'.
com.opensymphony.xwork2.DefaultActionProxy.DefaultActionProxy ( com.opensymphony.xwork2.ActionInvocation inv, String namespace, String actionName, String methodName, boolean executeResult, boolean cleanupContext ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.DefaultActionProxy.execute ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.DefaultActionProxy.getAction ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.DefaultActionProxy.getActionName ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.DefaultActionProxy.getConfig ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.DefaultActionProxy.getExecuteResult ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.DefaultActionProxy.getInvocation ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.DefaultActionProxy.getMethod ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.DefaultActionProxy.getNamespace ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.DefaultActionProxy.prepare ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.DefaultActionProxy.setActionEventListener ( com.opensymphony.xwork2.ActionEventListener listener ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.DefaultActionProxy.setConfiguration ( Configuration config ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.DefaultActionProxy.setExecuteResult ( boolean executeResult ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.DefaultActionProxy.setObjectFactory ( com.opensymphony.xwork2.ObjectFactory factory ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.DefaultActionProxy.setUnknownHandler ( com.opensymphony.xwork2.UnknownHandler handler ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.DefaultUnknownHandlerManager.setConfiguration ( Configuration configuration ):
1st parameter 'configuration' of this method has type 'Configuration'.
com.opensymphony.xwork2.test.StubConfigurationProvider.init ( Configuration configuration ):
1st parameter 'configuration' of this method has type 'Configuration'.
com.opensymphony.xwork2.TestNGXWorkTestCase.loadConfigurationProviders ( ConfigurationProvider[] providers ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.TestNGXWorkTestCase.setUp ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.TestNGXWorkTestCase.tearDown ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.TestNGXWorkTestCase.TestNGXWorkTestCase ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.util.XWorkTestCaseHelper.loadConfigurationProviders ( ConfigurationManager configurationManager, ConfigurationProvider[] providers ):
Field 'configurationManager.configuration' in 1st parameter 'configurationManager' of this method has type 'Configuration'.
com.opensymphony.xwork2.util.XWorkTestCaseHelper.setUp ( ):
Field 'RetVal.configuration' in return value of this method has type 'Configuration'.
com.opensymphony.xwork2.util.XWorkTestCaseHelper.tearDown ( ConfigurationManager configurationManager ):
Field 'configurationManager.configuration' in 1st parameter 'configurationManager' of this method has type 'Configuration'.
com.opensymphony.xwork2.XWork.XWork ( ConfigurationManager mgr ):
Field 'mgr.configuration' in 1st parameter 'mgr' of this method has type 'Configuration'.
com.opensymphony.xwork2.XWorkTestCase.loadButAdd ( Class type, Object impl ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.XWorkTestCase.loadButAdd ( Class type, String name, Object impl ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.XWorkTestCase.loadConfigurationProviders ( ConfigurationProvider[] providers ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.XWorkTestCase.setUp ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.XWorkTestCase.tearDown ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
com.opensymphony.xwork2.XWorkTestCase.XWorkTestCase ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
package com.opensymphony.xwork2.util
[+] TextUtils (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TextUtils. |
[+] affected methods (11)
TextUtils.escapeJavaScript ( String s ):
This method is from 'TextUtils' class.
TextUtils.htmlEncode ( String s ):
This method is from 'TextUtils' class.
TextUtils.htmlEncode ( String s, boolean encodeSpecialChars ):
This method is from 'TextUtils' class.
TextUtils.join ( String glue, java.util.Collection pieces ):
This method is from 'TextUtils' class.
TextUtils.join ( String glue, java.util.Iterator pieces ):
This method is from 'TextUtils' class.
TextUtils.join ( String glue, String[] pieces ):
This method is from 'TextUtils' class.
TextUtils.noNull ( String string ):
This method is from 'TextUtils' class.
TextUtils.noNull ( String string, String defaultString ):
This method is from 'TextUtils' class.
TextUtils.stringSet ( String string ):
This method is from 'TextUtils' class.
TextUtils.TextUtils ( ):
This constructor is from 'TextUtils' class.
TextUtils.verifyUrl ( String url ):
This method is from 'TextUtils' class.
[+] ValueStack (3)
|
Abstract method ValueStack.findString ( String p1, boolean p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findString(java.lang.String, boolean) in ValueStack. |
Abstract method ValueStack.findValue ( String p1, Class p2, boolean p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findValue(java.lang.String, java.lang.Class, boolean) in ValueStack. |
Abstract method ValueStack.findValue ( String p1, boolean p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findValue(java.lang.String, boolean) in ValueStack. |
[+] affected methods (75)
com.opensymphony.xwork2.ActionContext.getValueStack ( ):
Return value of this method has type 'ValueStack'.
com.opensymphony.xwork2.ActionContext.setValueStack ( ValueStack stack ):
1st parameter 'stack' of this method has type 'ValueStack'.
com.opensymphony.xwork2.ActionEventListener.handleException ( Throwable p1, ValueStack p2 ):
2nd parameter 'p2' of this abstract method has type 'ValueStack'.
com.opensymphony.xwork2.ActionEventListener.prepare ( Object p1, ValueStack p2 ):
2nd parameter 'p2' of this abstract method has type 'ValueStack'.
com.opensymphony.xwork2.ActionInvocation.getStack ( ):
Return value of this abstract method has type 'ValueStack'.
com.opensymphony.xwork2.ActionSupport.getText ( String key, String defaultValue, java.util.List args, ValueStack stack ):
4th parameter 'stack' of this method has type 'ValueStack'.
com.opensymphony.xwork2.ActionSupport.getText ( String key, String defaultValue, String[] args, ValueStack stack ):
4th parameter 'stack' of this method has type 'ValueStack'.
com.opensymphony.xwork2.CompositeTextProvider.getText ( String key, String defaultValue, java.util.List args, ValueStack stack ):
4th parameter 'stack' of this method has type 'ValueStack'.
com.opensymphony.xwork2.CompositeTextProvider.getText ( String key, String defaultValue, String[] args, ValueStack stack ):
4th parameter 'stack' of this method has type 'ValueStack'.
com.opensymphony.xwork2.DefaultActionInvocation.addPreResultListener ( com.opensymphony.xwork2.interceptor.PreResultListener listener ):
Field 'this.stack' in the object of this method has type 'ValueStack'.
com.opensymphony.xwork2.DefaultActionInvocation.createAction ( java.util.Map contextMap ):
Field 'this.stack' in the object of this method has type 'ValueStack'.
com.opensymphony.xwork2.DefaultActionInvocation.createContextMap ( ):
Field 'this.stack' in the object of this method has type 'ValueStack'.
com.opensymphony.xwork2.DefaultActionInvocation.createResult ( ):
Field 'this.stack' in the object of this method has type 'ValueStack'.
com.opensymphony.xwork2.DefaultActionInvocation.DefaultActionInvocation ( java.util.Map extraContext, boolean pushAction ):
Field 'this.stack' in the object of this method has type 'ValueStack'.
com.opensymphony.xwork2.DefaultActionInvocation.getAction ( ):
Field 'this.stack' in the object of this method has type 'ValueStack'.
com.opensymphony.xwork2.DefaultActionInvocation.getInvocationContext ( ):
Field 'this.stack' in the object of this method has type 'ValueStack'.
com.opensymphony.xwork2.DefaultActionInvocation.getProxy ( ):
Field 'this.stack' in the object of this method has type 'ValueStack'.
com.opensymphony.xwork2.DefaultActionInvocation.getResult ( ):
Field 'this.stack' in the object of this method has type 'ValueStack'.
com.opensymphony.xwork2.DefaultActionInvocation.getResultCode ( ):
Field 'this.stack' in the object of this method has type 'ValueStack'.
com.opensymphony.xwork2.DefaultActionInvocation.getStack ( ):
Field 'this.stack' in the object of this method has type 'ValueStack'.
com.opensymphony.xwork2.DefaultActionInvocation.init ( com.opensymphony.xwork2.ActionProxy proxy ):
Field 'this.stack' in the object of this method has type 'ValueStack'.
com.opensymphony.xwork2.DefaultActionInvocation.invoke ( ):
Field 'this.stack' in the object of this method has type 'ValueStack'.
com.opensymphony.xwork2.DefaultActionInvocation.invokeAction ( Object action, com.opensymphony.xwork2.config.entities.ActionConfig actionConfig ):
Field 'this.stack' in the object of this method has type 'ValueStack'.
com.opensymphony.xwork2.DefaultActionInvocation.invokeActionOnly ( ):
Field 'this.stack' in the object of this method has type 'ValueStack'.
com.opensymphony.xwork2.DefaultActionInvocation.isExecuted ( ):
Field 'this.stack' in the object of this method has type 'ValueStack'.
com.opensymphony.xwork2.DefaultActionInvocation.setActionEventListener ( com.opensymphony.xwork2.ActionEventListener listener ):
Field 'this.stack' in the object of this method has type 'ValueStack'.
com.opensymphony.xwork2.DefaultActionInvocation.setConfiguration ( com.opensymphony.xwork2.config.Configuration configuration ):
Field 'this.stack' in the object of this method has type 'ValueStack'.
com.opensymphony.xwork2.DefaultActionInvocation.setContainer ( com.opensymphony.xwork2.inject.Container cont ):
Field 'this.stack' in the object of this method has type 'ValueStack'.
com.opensymphony.xwork2.DefaultActionInvocation.setObjectFactory ( com.opensymphony.xwork2.ObjectFactory fac ):
Field 'this.stack' in the object of this method has type 'ValueStack'.
com.opensymphony.xwork2.DefaultActionInvocation.setResultCode ( String resultCode ):
Field 'this.stack' in the object of this method has type 'ValueStack'.
com.opensymphony.xwork2.DefaultActionInvocation.setUnknownHandlerManager ( com.opensymphony.xwork2.UnknownHandlerManager unknownHandlerManager ):
Field 'this.stack' in the object of this method has type 'ValueStack'.
com.opensymphony.xwork2.DefaultActionInvocation.setValueStackFactory ( ValueStackFactory fac ):
Field 'this.stack' in the object of this method has type 'ValueStack'.
com.opensymphony.xwork2.DefaultTextProvider.getText ( String key, String defaultValue, java.util.List args, ValueStack stack ):
4th parameter 'stack' of this method has type 'ValueStack'.
com.opensymphony.xwork2.DefaultTextProvider.getText ( String key, String defaultValue, String[] args, ValueStack stack ):
4th parameter 'stack' of this method has type 'ValueStack'.
com.opensymphony.xwork2.interceptor.ParametersInterceptor.setParameters ( Object action, ValueStack stack, java.util.Map parameters ):
2nd parameter 'stack' of this method has type 'ValueStack'.
com.opensymphony.xwork2.mock.MockActionInvocation.getStack ( ):
Return value of this method has type 'ValueStack'.
com.opensymphony.xwork2.mock.MockActionInvocation.setStack ( ValueStack stack ):
1st parameter 'stack' of this method has type 'ValueStack'.
com.opensymphony.xwork2.ognl.OgnlValueStack.OgnlValueStack ( ValueStack vs, com.opensymphony.xwork2.conversion.impl.XWorkConverter xworkConverter, com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor accessor, boolean allowStaticAccess ):
1st parameter 'vs' of this method has type 'ValueStack'.
com.opensymphony.xwork2.ognl.OgnlValueStackFactory.createValueStack ( ):
Return value of this method has type 'ValueStack'.
com.opensymphony.xwork2.ognl.OgnlValueStackFactory.createValueStack ( ValueStack stack ):
1st parameter 'stack' of this method has type 'ValueStack'.
com.opensymphony.xwork2.TextProvider.getText ( String p1, String p2, java.util.List p3, ValueStack p4 ):
4th parameter 'p4' of this abstract method has type 'ValueStack'.
com.opensymphony.xwork2.TextProvider.getText ( String p1, String p2, String[] p3, ValueStack p4 ):
4th parameter 'p4' of this abstract method has type 'ValueStack'.
com.opensymphony.xwork2.TextProviderSupport.getText ( String key, String defaultValue, java.util.List args, ValueStack stack ):
4th parameter 'stack' of this method has type 'ValueStack'.
com.opensymphony.xwork2.TextProviderSupport.getText ( String key, String defaultValue, String[] args, ValueStack stack ):
4th parameter 'stack' of this method has type 'ValueStack'.
LocalizedTextUtil.findText ( Class aClass, String aTextName, java.util.Locale locale, String defaultMessage, Object[] args, ValueStack valueStack ):
6th parameter 'valueStack' of this method has type 'ValueStack'.
LocalizedTextUtil.findText ( java.util.ResourceBundle bundle, String aTextName, java.util.Locale locale, String defaultMessage, Object[] args, ValueStack valueStack ):
6th parameter 'valueStack' of this method has type 'ValueStack'.
TextParseUtil.translateVariables ( char open, String expression, ValueStack stack ):
3rd parameter 'stack' of this method has type 'ValueStack'.
TextParseUtil.translateVariables ( char open, String expression, ValueStack stack, Class asType ):
3rd parameter 'stack' of this method has type 'ValueStack'.
TextParseUtil.translateVariables ( char open, String expression, ValueStack stack, Class asType, TextParseUtil.ParsedValueEvaluator evaluator ):
3rd parameter 'stack' of this method has type 'ValueStack'.
TextParseUtil.translateVariables ( char open, String expression, ValueStack stack, Class asType, TextParseUtil.ParsedValueEvaluator evaluator, int maxLoopCount ):
3rd parameter 'stack' of this method has type 'ValueStack'.
TextParseUtil.translateVariables ( char[] openChars, String expression, ValueStack stack, Class asType, TextParseUtil.ParsedValueEvaluator evaluator ):
3rd parameter 'stack' of this method has type 'ValueStack'.
TextParseUtil.translateVariables ( char[] openChars, String expression, ValueStack stack, Class asType, TextParseUtil.ParsedValueEvaluator evaluator, int maxLoopCount ):
3rd parameter 'stack' of this method has type 'ValueStack'.
TextParseUtil.translateVariables ( String expression, ValueStack stack ):
2nd parameter 'stack' of this method has type 'ValueStack'.
TextParseUtil.translateVariables ( String expression, ValueStack stack, TextParseUtil.ParsedValueEvaluator evaluator ):
2nd parameter 'stack' of this method has type 'ValueStack'.
ValueStack.findString ( String p1 ):
This abstract method is from 'ValueStack' interface.
ValueStack.findValue ( String p1 ):
This abstract method is from 'ValueStack' interface.
ValueStack.findValue ( String p1, Class p2 ):
This abstract method is from 'ValueStack' interface.
ValueStack.getContext ( ):
This abstract method is from 'ValueStack' interface.
ValueStack.getExprOverrides ( ):
This abstract method is from 'ValueStack' interface.
ValueStack.getRoot ( ):
This abstract method is from 'ValueStack' interface.
ValueStack.peek ( ):
This abstract method is from 'ValueStack' interface.
ValueStack.pop ( ):
This abstract method is from 'ValueStack' interface.
ValueStack.push ( Object p1 ):
This abstract method is from 'ValueStack' interface.
ValueStack.set ( String p1, Object p2 ):
This abstract method is from 'ValueStack' interface.
ValueStack.setDefaultType ( Class p1 ):
This abstract method is from 'ValueStack' interface.
ValueStack.setExprOverrides ( java.util.Map p1 ):
This abstract method is from 'ValueStack' interface.
ValueStack.setValue ( String p1, Object p2 ):
This abstract method is from 'ValueStack' interface.
ValueStack.setValue ( String p1, Object p2, boolean p3 ):
This abstract method is from 'ValueStack' interface.
ValueStack.size ( ):
This abstract method is from 'ValueStack' interface.
ValueStackFactory.createValueStack ( ):
Return value of this abstract method has type 'ValueStack'.
ValueStackFactory.createValueStack ( ValueStack p1 ):
1st parameter 'p1' of this abstract method has type 'ValueStack'.
com.opensymphony.xwork2.validator.DelegatingValidatorContext.getText ( String key, String defaultValue, java.util.List args, ValueStack stack ):
4th parameter 'stack' of this method has type 'ValueStack'.
com.opensymphony.xwork2.validator.DelegatingValidatorContext.getText ( String key, String defaultValue, String[] args, ValueStack stack ):
4th parameter 'stack' of this method has type 'ValueStack'.
com.opensymphony.xwork2.validator.Validator.setValueStack ( ValueStack p1 ):
1st parameter 'p1' of this abstract method has type 'ValueStack'.
com.opensymphony.xwork2.validator.validators.ValidatorSupport.setValueStack ( ValueStack stack ):
1st parameter 'stack' of this method has type 'ValueStack'.
package org.aspectj.apache.bcel
[+] Repository (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Repository. |
[+] affected methods (22)
Repository.addClass ( classfile.JavaClass clazz ):
This method is from 'Repository' abstract class.
Repository.clearCache ( ):
This method is from 'Repository' abstract class.
Repository.getInterfaces ( classfile.JavaClass clazz ):
This method is from 'Repository' abstract class.
Repository.getInterfaces ( String class_name ):
This method is from 'Repository' abstract class.
Repository.getRepository ( ):
This method is from 'Repository' abstract class.
Repository.getSuperClasses ( classfile.JavaClass clazz ):
This method is from 'Repository' abstract class.
Repository.getSuperClasses ( String class_name ):
This method is from 'Repository' abstract class.
Repository.implementationOf ( classfile.JavaClass clazz, classfile.JavaClass inter ):
This method is from 'Repository' abstract class.
Repository.implementationOf ( classfile.JavaClass clazz, String inter ):
This method is from 'Repository' abstract class.
Repository.implementationOf ( String clazz, classfile.JavaClass inter ):
This method is from 'Repository' abstract class.
Repository.implementationOf ( String clazz, String inter ):
This method is from 'Repository' abstract class.
Repository.instanceOf ( classfile.JavaClass clazz, classfile.JavaClass super_class ):
This method is from 'Repository' abstract class.
Repository.instanceOf ( classfile.JavaClass clazz, String super_class ):
This method is from 'Repository' abstract class.
Repository.instanceOf ( String clazz, classfile.JavaClass super_class ):
This method is from 'Repository' abstract class.
Repository.instanceOf ( String clazz, String super_class ):
This method is from 'Repository' abstract class.
Repository.lookupClass ( Class clazz ):
This method is from 'Repository' abstract class.
Repository.lookupClass ( String class_name ):
This method is from 'Repository' abstract class.
Repository.lookupClassFile ( String class_name ):
This method is from 'Repository' abstract class.
Repository.removeClass ( classfile.JavaClass clazz ):
This method is from 'Repository' abstract class.
Repository.removeClass ( String clazz ):
This method is from 'Repository' abstract class.
Repository.Repository ( ):
This constructor is from 'Repository' abstract class.
Repository.setRepository ( util.Repository rep ):
This method is from 'Repository' abstract class.
package org.aspectj.apache.bcel.classfile
[+] AnnotationDefault (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AnnotationDefault. |
[+] affected methods (5)
AnnotationDefault.accept ( ClassVisitor v ):
This method is from 'AnnotationDefault' class.
AnnotationDefault.AnnotationDefault ( int nameIndex, int len, java.io.DataInputStream dis, ConstantPool cpool ):
This constructor is from 'AnnotationDefault' class.
AnnotationDefault.copy ( ConstantPool constant_pool ):
This method is from 'AnnotationDefault' class.
AnnotationDefault.dump ( java.io.DataOutputStream dos ):
This method is from 'AnnotationDefault' class.
AnnotationDefault.getElementValue ( ):
This method is from 'AnnotationDefault' class.
[+] Attribute (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Attribute. |
[+] affected methods (12)
Attribute.accept ( ClassVisitor p1 ):
This abstract method is from 'Attribute' abstract class.
Attribute.Attribute ( byte tag, int nameIndex, int length, ConstantPool constantPool ):
This constructor is from 'Attribute' abstract class.
Attribute.clone ( ):
This method is from 'Attribute' abstract class.
Attribute.copy ( ConstantPool p1 ):
This abstract method is from 'Attribute' abstract class.
Attribute.dump ( java.io.DataOutputStream file ):
This method is from 'Attribute' abstract class.
Attribute.getConstantPool ( ):
This method is from 'Attribute' abstract class.
Attribute.getLength ( ):
This method is from 'Attribute' abstract class.
Attribute.getName ( ):
This method is from 'Attribute' abstract class.
Attribute.getNameIndex ( ):
This method is from 'Attribute' abstract class.
Attribute.getTag ( ):
This method is from 'Attribute' abstract class.
Attribute.readAttribute ( java.io.DataInputStream p1, ConstantPool p2 ):
This method is from 'Attribute' abstract class.
Attribute.toString ( ):
This method is from 'Attribute' abstract class.
[+] AttributeUtils (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AttributeUtils. |
[+] affected methods (11)
AttributeUtils.accept ( Attribute[] attributes, ClassVisitor visitor ):
This method is from 'AttributeUtils' class.
AttributeUtils.AttributeUtils ( ):
This constructor is from 'AttributeUtils' class.
AttributeUtils.copy ( Attribute[] attributes, ConstantPool constant_pool ):
This method is from 'AttributeUtils' class.
AttributeUtils.getCodeAttribute ( Attribute[] attributes ):
This method is from 'AttributeUtils' class.
AttributeUtils.getConstantValueAttribute ( Attribute[] attributes ):
This method is from 'AttributeUtils' class.
AttributeUtils.getExceptionTableAttribute ( Attribute[] attributes ):
This method is from 'AttributeUtils' class.
AttributeUtils.getSignatureAttribute ( Attribute[] attributes ):
This method is from 'AttributeUtils' class.
AttributeUtils.getSourceFileAttribute ( Attribute[] attributes ):
This method is from 'AttributeUtils' class.
AttributeUtils.hasSyntheticAttribute ( Attribute[] attributes ):
This method is from 'AttributeUtils' class.
AttributeUtils.readAttributes ( java.io.DataInputStream dataInputstream, ConstantPool cpool ):
This method is from 'AttributeUtils' class.
AttributeUtils.writeAttributes ( Attribute[] attributes, java.io.DataOutputStream file ):
This method is from 'AttributeUtils' class.
[+] ClassFormatException (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassFormatException. |
[+] affected methods (2)
ClassFormatException.ClassFormatException ( ):
This constructor is from 'ClassFormatException' class.
ClassFormatException.ClassFormatException ( String s ):
This constructor is from 'ClassFormatException' class.
[+] ClassParser (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassParser. |
[+] affected methods (4)
ClassParser.ClassParser ( java.io.ByteArrayInputStream baos, String filename ):
This constructor is from 'ClassParser' class.
ClassParser.ClassParser ( java.io.InputStream file, String filename ):
This constructor is from 'ClassParser' class.
ClassParser.ClassParser ( String file_name ):
This constructor is from 'ClassParser' class.
ClassParser.parse ( ):
This method is from 'ClassParser' class.
[+] ClassVisitor (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassVisitor. |
[+] affected methods (38)
ClassVisitor.visitAnnotationDefault ( AnnotationDefault p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitCode ( Code p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitCodeException ( CodeException p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitConstantClass ( ConstantClass p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitConstantDouble ( ConstantDouble p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitConstantFieldref ( ConstantFieldref p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitConstantFloat ( ConstantFloat p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitConstantInteger ( ConstantInteger p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitConstantInterfaceMethodref ( ConstantInterfaceMethodref p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitConstantLong ( ConstantLong p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitConstantMethodref ( ConstantMethodref p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitConstantNameAndType ( ConstantNameAndType p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitConstantPool ( ConstantPool p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitConstantString ( ConstantString p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitConstantUtf8 ( ConstantUtf8 p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitConstantValue ( ConstantValue p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitDeprecated ( Deprecated p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitEnclosingMethod ( EnclosingMethod p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitExceptionTable ( ExceptionTable p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitField ( Field p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitInnerClass ( InnerClass p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitInnerClasses ( InnerClasses p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitJavaClass ( JavaClass p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitLineNumber ( LineNumber p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitLineNumberTable ( LineNumberTable p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitLocalVariable ( LocalVariable p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitLocalVariableTypeTable ( LocalVariableTypeTable p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitMethod ( Method p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitRuntimeInvisibleAnnotations ( annotation.RuntimeInvisibleAnnotations p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitRuntimeInvisibleParameterAnnotations ( annotation.RuntimeInvisibleParameterAnnotations p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitRuntimeVisibleAnnotations ( annotation.RuntimeVisibleAnnotations p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitRuntimeVisibleParameterAnnotations ( annotation.RuntimeVisibleParameterAnnotations p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitSignature ( Signature p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitSourceFile ( SourceFile p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitStackMap ( StackMap p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitStackMapEntry ( StackMapEntry p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitSynthetic ( Synthetic p1 ):
This abstract method is from 'ClassVisitor' interface.
ClassVisitor.visitUnknown ( Unknown p1 ):
This abstract method is from 'ClassVisitor' interface.
[+] Code (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Code. |
[+] affected methods (19)
Code.accept ( ClassVisitor v ):
This method is from 'Code' class.
Code.Code ( int name_index, int length, int max_stack, int max_locals, byte[] code, CodeException[] exception_table, Attribute[] attributes, ConstantPool constant_pool ):
This constructor is from 'Code' class.
Code.Code ( Code c ):
This constructor is from 'Code' class.
Code.copy ( ConstantPool constant_pool ):
This method is from 'Code' class.
Code.dump ( java.io.DataOutputStream file ):
This method is from 'Code' class.
Code.getAttributes ( ):
This method is from 'Code' class.
Code.getCode ( ):
This method is from 'Code' class.
Code.getCodeString ( ):
This method is from 'Code' class.
Code.getExceptionTable ( ):
This method is from 'Code' class.
Code.getLineNumberTable ( ):
This method is from 'Code' class.
Code.getMaxLocals ( ):
This method is from 'Code' class.
Code.getMaxStack ( ):
This method is from 'Code' class.
Code.setAttributes ( Attribute[] attributes ):
This method is from 'Code' class.
Code.setCode ( byte[] code ):
This method is from 'Code' class.
Code.setExceptionTable ( CodeException[] exception_table ):
This method is from 'Code' class.
Code.setMaxLocals ( int max_locals ):
This method is from 'Code' class.
Code.setMaxStack ( int max_stack ):
This method is from 'Code' class.
Code.toString ( ):
This method is from 'Code' class.
Code.toString ( boolean verbose ):
This method is from 'Code' class.
[+] CodeException (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CodeException. |
[+] affected methods (16)
CodeException.accept ( ClassVisitor v ):
This method is from 'CodeException' class.
CodeException.CodeException ( int start_pc, int end_pc, int handler_pc, int catch_type ):
This constructor is from 'CodeException' class.
CodeException.CodeException ( CodeException c ):
This constructor is from 'CodeException' class.
CodeException.copy ( ):
This method is from 'CodeException' class.
CodeException.dump ( java.io.DataOutputStream file ):
This method is from 'CodeException' class.
CodeException.getCatchType ( ):
This method is from 'CodeException' class.
CodeException.getEndPC ( ):
This method is from 'CodeException' class.
CodeException.getHandlerPC ( ):
This method is from 'CodeException' class.
CodeException.getStartPC ( ):
This method is from 'CodeException' class.
CodeException.setCatchType ( int catch_type ):
This method is from 'CodeException' class.
CodeException.setEndPC ( int end_pc ):
This method is from 'CodeException' class.
CodeException.setHandlerPC ( int handler_pc ):
This method is from 'CodeException' class.
CodeException.setStartPC ( int start_pc ):
This method is from 'CodeException' class.
CodeException.toString ( ):
This method is from 'CodeException' class.
CodeException.toString ( ConstantPool cp ):
This method is from 'CodeException' class.
CodeException.toString ( ConstantPool cp, boolean verbose ):
This method is from 'CodeException' class.
[+] Constant (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Constant. |
[+] affected methods (6)
Constant.accept ( ClassVisitor p1 ):
This abstract method is from 'Constant' abstract class.
Constant.clone ( ):
This method is from 'Constant' abstract class.
Constant.copy ( ):
This method is from 'Constant' abstract class.
Constant.dump ( java.io.DataOutputStream p1 ):
This abstract method is from 'Constant' abstract class.
Constant.getTag ( ):
This method is from 'Constant' abstract class.
Constant.toString ( ):
This method is from 'Constant' abstract class.
[+] ConstantClass (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConstantClass. |
[+] affected methods (9)
ConstantClass.accept ( ClassVisitor v ):
This method is from 'ConstantClass' class.
ConstantClass.ConstantClass ( int name_index ):
This constructor is from 'ConstantClass' class.
ConstantClass.ConstantClass ( ConstantClass c ):
This constructor is from 'ConstantClass' class.
ConstantClass.dump ( java.io.DataOutputStream file ):
This method is from 'ConstantClass' class.
ConstantClass.getBytes ( ConstantPool cp ):
This method is from 'ConstantClass' class.
ConstantClass.getConstantValue ( ConstantPool cp ):
This method is from 'ConstantClass' class.
ConstantClass.getNameIndex ( ):
This method is from 'ConstantClass' class.
ConstantClass.setNameIndex ( int name_index ):
This method is from 'ConstantClass' class.
ConstantClass.toString ( ):
This method is from 'ConstantClass' class.
[+] ConstantCP (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConstantCP. |
[+] affected methods (9)
ConstantCP.ConstantCP ( byte tag, int class_index, int name_and_type_index ):
This constructor is from 'ConstantCP' abstract class.
ConstantCP.ConstantCP ( ConstantCP c ):
This constructor is from 'ConstantCP' abstract class.
ConstantCP.dump ( java.io.DataOutputStream file ):
This method is from 'ConstantCP' abstract class.
ConstantCP.getClass ( ConstantPool cp ):
This method is from 'ConstantCP' abstract class.
ConstantCP.getClassIndex ( ):
This method is from 'ConstantCP' abstract class.
ConstantCP.getNameAndTypeIndex ( ):
This method is from 'ConstantCP' abstract class.
ConstantCP.setClassIndex ( int class_index ):
This method is from 'ConstantCP' abstract class.
ConstantCP.setNameAndTypeIndex ( int name_and_type_index ):
This method is from 'ConstantCP' abstract class.
ConstantCP.toString ( ):
This method is from 'ConstantCP' abstract class.
[+] ConstantDouble (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConstantDouble. |
[+] affected methods (8)
ConstantDouble.accept ( ClassVisitor v ):
This method is from 'ConstantDouble' class.
ConstantDouble.ConstantDouble ( double bytes ):
This constructor is from 'ConstantDouble' class.
ConstantDouble.ConstantDouble ( ConstantDouble c ):
This constructor is from 'ConstantDouble' class.
ConstantDouble.dump ( java.io.DataOutputStream file ):
This method is from 'ConstantDouble' class.
ConstantDouble.getBytes ( ):
This method is from 'ConstantDouble' class.
ConstantDouble.getConstantValue ( ConstantPool cp ):
This method is from 'ConstantDouble' class.
ConstantDouble.setBytes ( double bytes ):
This method is from 'ConstantDouble' class.
ConstantDouble.toString ( ):
This method is from 'ConstantDouble' class.
[+] ConstantFieldref (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConstantFieldref. |
[+] affected methods (3)
ConstantFieldref.accept ( ClassVisitor v ):
This method is from 'ConstantFieldref' class.
ConstantFieldref.ConstantFieldref ( int class_index, int name_and_type_index ):
This constructor is from 'ConstantFieldref' class.
ConstantFieldref.ConstantFieldref ( ConstantFieldref c ):
This constructor is from 'ConstantFieldref' class.
[+] ConstantFloat (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConstantFloat. |
[+] affected methods (8)
ConstantFloat.accept ( ClassVisitor v ):
This method is from 'ConstantFloat' class.
ConstantFloat.ConstantFloat ( float bytes ):
This constructor is from 'ConstantFloat' class.
ConstantFloat.ConstantFloat ( ConstantFloat c ):
This constructor is from 'ConstantFloat' class.
ConstantFloat.dump ( java.io.DataOutputStream file ):
This method is from 'ConstantFloat' class.
ConstantFloat.getBytes ( ):
This method is from 'ConstantFloat' class.
ConstantFloat.getConstantValue ( ConstantPool cp ):
This method is from 'ConstantFloat' class.
ConstantFloat.setBytes ( float bytes ):
This method is from 'ConstantFloat' class.
ConstantFloat.toString ( ):
This method is from 'ConstantFloat' class.
[+] ConstantInteger (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConstantInteger. |
[+] affected methods (8)
ConstantInteger.accept ( ClassVisitor v ):
This method is from 'ConstantInteger' class.
ConstantInteger.ConstantInteger ( int bytes ):
This constructor is from 'ConstantInteger' class.
ConstantInteger.ConstantInteger ( ConstantInteger c ):
This constructor is from 'ConstantInteger' class.
ConstantInteger.dump ( java.io.DataOutputStream file ):
This method is from 'ConstantInteger' class.
ConstantInteger.getBytes ( ):
This method is from 'ConstantInteger' class.
ConstantInteger.getConstantValue ( ConstantPool cp ):
This method is from 'ConstantInteger' class.
ConstantInteger.setBytes ( int bytes ):
This method is from 'ConstantInteger' class.
ConstantInteger.toString ( ):
This method is from 'ConstantInteger' class.
[+] ConstantInterfaceMethodref (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConstantInterfaceMethodref. |
[+] affected methods (3)
ConstantInterfaceMethodref.accept ( ClassVisitor v ):
This method is from 'ConstantInterfaceMethodref' class.
ConstantInterfaceMethodref.ConstantInterfaceMethodref ( int class_index, int name_and_type_index ):
This constructor is from 'ConstantInterfaceMethodref' class.
ConstantInterfaceMethodref.ConstantInterfaceMethodref ( ConstantInterfaceMethodref c ):
This constructor is from 'ConstantInterfaceMethodref' class.
[+] ConstantLong (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConstantLong. |
[+] affected methods (8)
ConstantLong.accept ( ClassVisitor v ):
This method is from 'ConstantLong' class.
ConstantLong.ConstantLong ( long bytes ):
This constructor is from 'ConstantLong' class.
ConstantLong.ConstantLong ( ConstantLong c ):
This constructor is from 'ConstantLong' class.
ConstantLong.dump ( java.io.DataOutputStream file ):
This method is from 'ConstantLong' class.
ConstantLong.getBytes ( ):
This method is from 'ConstantLong' class.
ConstantLong.getConstantValue ( ConstantPool cp ):
This method is from 'ConstantLong' class.
ConstantLong.setBytes ( long bytes ):
This method is from 'ConstantLong' class.
ConstantLong.toString ( ):
This method is from 'ConstantLong' class.
[+] ConstantMethodref (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConstantMethodref. |
[+] affected methods (3)
ConstantMethodref.accept ( ClassVisitor v ):
This method is from 'ConstantMethodref' class.
ConstantMethodref.ConstantMethodref ( int class_index, int name_and_type_index ):
This constructor is from 'ConstantMethodref' class.
ConstantMethodref.ConstantMethodref ( ConstantMethodref c ):
This constructor is from 'ConstantMethodref' class.
[+] ConstantNameAndType (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConstantNameAndType. |
[+] affected methods (11)
ConstantNameAndType.accept ( ClassVisitor v ):
This method is from 'ConstantNameAndType' class.
ConstantNameAndType.ConstantNameAndType ( int name_index, int signature_index ):
This constructor is from 'ConstantNameAndType' class.
ConstantNameAndType.ConstantNameAndType ( ConstantNameAndType c ):
This constructor is from 'ConstantNameAndType' class.
ConstantNameAndType.dump ( java.io.DataOutputStream file ):
This method is from 'ConstantNameAndType' class.
ConstantNameAndType.getName ( ConstantPool cp ):
This method is from 'ConstantNameAndType' class.
ConstantNameAndType.getNameIndex ( ):
This method is from 'ConstantNameAndType' class.
ConstantNameAndType.getSignature ( ConstantPool cp ):
This method is from 'ConstantNameAndType' class.
ConstantNameAndType.getSignatureIndex ( ):
This method is from 'ConstantNameAndType' class.
ConstantNameAndType.setNameIndex ( int name_index ):
This method is from 'ConstantNameAndType' class.
ConstantNameAndType.setSignatureIndex ( int signature_index ):
This method is from 'ConstantNameAndType' class.
ConstantNameAndType.toString ( ):
This method is from 'ConstantNameAndType' class.
[+] ConstantObject (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConstantObject. |
[+] affected methods (1)
ConstantObject.getConstantValue ( ConstantPool p1 ):
This abstract method is from 'ConstantObject' interface.
[+] ConstantPool (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConstantPool. |
[+] affected methods (42)
ConstantPool.accept ( ClassVisitor v ):
This method is from 'ConstantPool' class.
ConstantPool.addArrayClass ( org.aspectj.apache.bcel.generic.ArrayType type ):
This method is from 'ConstantPool' class.
ConstantPool.addClass ( org.aspectj.apache.bcel.generic.ObjectType type ):
This method is from 'ConstantPool' class.
ConstantPool.addClass ( String classname ):
This method is from 'ConstantPool' class.
ConstantPool.addConstant ( Constant c, ConstantPool cp ):
This method is from 'ConstantPool' class.
ConstantPool.addDouble ( double d ):
This method is from 'ConstantPool' class.
ConstantPool.addFieldref ( String class_name, String field_name, String signature ):
This method is from 'ConstantPool' class.
ConstantPool.addFloat ( float f ):
This method is from 'ConstantPool' class.
ConstantPool.addInteger ( int n ):
This method is from 'ConstantPool' class.
ConstantPool.addInterfaceMethodref ( String class_name, String method_name, String signature ):
This method is from 'ConstantPool' class.
ConstantPool.addLong ( long l ):
This method is from 'ConstantPool' class.
ConstantPool.addMethodref ( String class_name, String method_name, String signature ):
This method is from 'ConstantPool' class.
ConstantPool.addNameAndType ( String name, String signature ):
This method is from 'ConstantPool' class.
ConstantPool.addString ( String str ):
This method is from 'ConstantPool' class.
ConstantPool.addUtf8 ( String n ):
This method is from 'ConstantPool' class.
ConstantPool.ConstantPool ( ):
This constructor is from 'ConstantPool' class.
ConstantPool.ConstantPool ( Constant[] constants ):
This constructor is from 'ConstantPool' class.
ConstantPool.constantToString ( int index, byte tag ):
This method is from 'ConstantPool' class.
ConstantPool.constantToString ( Constant c ):
This method is from 'ConstantPool' class.
ConstantPool.copy ( ):
This method is from 'ConstantPool' class.
ConstantPool.dump ( java.io.DataOutputStream file ):
This method is from 'ConstantPool' class.
ConstantPool.getConstant ( int index ):
This method is from 'ConstantPool' class.
ConstantPool.getConstant ( int index, byte tag ):
This method is from 'ConstantPool' class.
ConstantPool.getConstantPool ( ):
This method is from 'ConstantPool' class.
ConstantPool.getConstantString ( int index, byte tag ):
This method is from 'ConstantPool' class.
ConstantPool.getConstantString_CONSTANTClass ( int index ):
This method is from 'ConstantPool' class.
ConstantPool.getConstantUtf8 ( int idx ):
This method is from 'ConstantPool' class.
ConstantPool.getFinalConstantPool ( ):
This method is from 'ConstantPool' class.
ConstantPool.getLength ( ):
This method is from 'ConstantPool' class.
ConstantPool.getSize ( ):
This method is from 'ConstantPool' class.
ConstantPool.lookupClass ( String classname ):
This method is from 'ConstantPool' class.
ConstantPool.lookupDouble ( double d ):
This method is from 'ConstantPool' class.
ConstantPool.lookupFieldref ( String searchClassname, String searchFieldname, String searchSignature ):
This method is from 'ConstantPool' class.
ConstantPool.lookupFloat ( float f ):
This method is from 'ConstantPool' class.
ConstantPool.lookupInteger ( int n ):
This method is from 'ConstantPool' class.
ConstantPool.lookupInterfaceMethodref ( String searchClassname, String searchMethodName, String searchSignature ):
This method is from 'ConstantPool' class.
ConstantPool.lookupLong ( long l ):
This method is from 'ConstantPool' class.
ConstantPool.lookupMethodref ( String searchClassname, String searchMethodName, String searchSignature ):
This method is from 'ConstantPool' class.
ConstantPool.lookupNameAndType ( String searchName, String searchTypeSignature ):
This method is from 'ConstantPool' class.
ConstantPool.lookupString ( String s ):
This method is from 'ConstantPool' class.
ConstantPool.lookupUtf8 ( String string ):
This method is from 'ConstantPool' class.
ConstantPool.toString ( ):
This method is from 'ConstantPool' class.
[+] ConstantString (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConstantString. |
[+] affected methods (9)
ConstantString.accept ( ClassVisitor v ):
This method is from 'ConstantString' class.
ConstantString.ConstantString ( int string_index ):
This constructor is from 'ConstantString' class.
ConstantString.ConstantString ( ConstantString c ):
This constructor is from 'ConstantString' class.
ConstantString.dump ( java.io.DataOutputStream file ):
This method is from 'ConstantString' class.
ConstantString.getBytes ( ConstantPool cp ):
This method is from 'ConstantString' class.
ConstantString.getConstantValue ( ConstantPool cp ):
This method is from 'ConstantString' class.
ConstantString.getStringIndex ( ):
This method is from 'ConstantString' class.
ConstantString.setStringIndex ( int string_index ):
This method is from 'ConstantString' class.
ConstantString.toString ( ):
This method is from 'ConstantString' class.
[+] ConstantUtf8 (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConstantUtf8. |
[+] affected methods (7)
ConstantUtf8.accept ( ClassVisitor v ):
This method is from 'ConstantUtf8' class.
ConstantUtf8.ConstantUtf8 ( ConstantUtf8 c ):
This constructor is from 'ConstantUtf8' class.
ConstantUtf8.ConstantUtf8 ( String bytes ):
This constructor is from 'ConstantUtf8' class.
ConstantUtf8.dump ( java.io.DataOutputStream file ):
This method is from 'ConstantUtf8' class.
ConstantUtf8.getBytes ( ):
This method is from 'ConstantUtf8' class.
ConstantUtf8.setBytes ( String bytes ):
This method is from 'ConstantUtf8' class.
ConstantUtf8.toString ( ):
This method is from 'ConstantUtf8' class.
[+] ConstantValue (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConstantValue. |
[+] affected methods (8)
ConstantValue.accept ( ClassVisitor v ):
This method is from 'ConstantValue' class.
ConstantValue.ConstantValue ( int name_index, int length, int constantvalue_index, ConstantPool constant_pool ):
This constructor is from 'ConstantValue' class.
ConstantValue.ConstantValue ( ConstantValue c ):
This constructor is from 'ConstantValue' class.
ConstantValue.copy ( ConstantPool constant_pool ):
This method is from 'ConstantValue' class.
ConstantValue.dump ( java.io.DataOutputStream file ):
This method is from 'ConstantValue' class.
ConstantValue.getConstantValueIndex ( ):
This method is from 'ConstantValue' class.
ConstantValue.setConstantValueIndex ( int constantvalue_index ):
This method is from 'ConstantValue' class.
ConstantValue.toString ( ):
This method is from 'ConstantValue' class.
[+] Deprecated (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Deprecated. |
[+] affected methods (10)
Deprecated.accept ( ClassVisitor p1 ):
This method is from 'Deprecated' class.
Deprecated.copy ( ConstantPool p1 ):
This method is from 'Deprecated' class.
Deprecated.Deprecated ( int name_index, int length, byte[] bytes, ConstantPool constant_pool ):
This constructor is from 'Deprecated' class.
Deprecated.Deprecated ( Deprecated c ):
This constructor is from 'Deprecated' class.
Deprecated.dump ( java.io.DataOutputStream p1 ):
This method is from 'Deprecated' class.
Deprecated.getBytes ( ):
This method is from 'Deprecated' class.
Deprecated.getLocalVariable ( int p1 ):
This method is from 'Deprecated' class.
Deprecated.getTableLength ( ):
This method is from 'Deprecated' class.
Deprecated.setBytes ( byte[] bytes ):
This method is from 'Deprecated' class.
Deprecated.toString ( ):
This method is from 'Deprecated' class.
[+] EnclosingMethod (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EnclosingMethod. |
[+] affected methods (10)
EnclosingMethod.accept ( ClassVisitor v ):
This method is from 'EnclosingMethod' class.
EnclosingMethod.copy ( ConstantPool constant_pool ):
This method is from 'EnclosingMethod' class.
EnclosingMethod.dump ( java.io.DataOutputStream file ):
This method is from 'EnclosingMethod' class.
EnclosingMethod.EnclosingMethod ( int nameIndex, int len, java.io.DataInputStream dis, ConstantPool cpool ):
This constructor is from 'EnclosingMethod' class.
EnclosingMethod.getEnclosingClass ( ):
This method is from 'EnclosingMethod' class.
EnclosingMethod.getEnclosingClassIndex ( ):
This method is from 'EnclosingMethod' class.
EnclosingMethod.getEnclosingMethod ( ):
This method is from 'EnclosingMethod' class.
EnclosingMethod.getEnclosingMethodIndex ( ):
This method is from 'EnclosingMethod' class.
EnclosingMethod.setEnclosingClassIndex ( int idx ):
This method is from 'EnclosingMethod' class.
EnclosingMethod.setEnclosingMethodIndex ( int idx ):
This method is from 'EnclosingMethod' class.
[+] ExceptionTable (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ExceptionTable. |
[+] affected methods (10)
ExceptionTable.accept ( ClassVisitor v ):
This method is from 'ExceptionTable' class.
ExceptionTable.copy ( ConstantPool constant_pool ):
This method is from 'ExceptionTable' class.
ExceptionTable.dump ( java.io.DataOutputStream file ):
This method is from 'ExceptionTable' class.
ExceptionTable.ExceptionTable ( int name_index, int length, int[] exception_index_table, ConstantPool constant_pool ):
This constructor is from 'ExceptionTable' class.
ExceptionTable.ExceptionTable ( ExceptionTable c ):
This constructor is from 'ExceptionTable' class.
ExceptionTable.getExceptionIndexTable ( ):
This method is from 'ExceptionTable' class.
ExceptionTable.getExceptionNames ( ):
This method is from 'ExceptionTable' class.
ExceptionTable.getNumberOfExceptions ( ):
This method is from 'ExceptionTable' class.
ExceptionTable.setExceptionIndexTable ( int[] exception_index_table ):
This method is from 'ExceptionTable' class.
ExceptionTable.toString ( ):
This method is from 'ExceptionTable' class.
[+] Field (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Field. |
[+] affected methods (7)
Field.accept ( ClassVisitor v ):
This method is from 'Field' class.
Field.copy ( ConstantPool constant_pool ):
This method is from 'Field' class.
Field.Field ( int accessflags, int nameIndex, int signatureIndex, Attribute[] attributes, ConstantPool constant_pool ):
This constructor is from 'Field' class.
Field.Field ( Field c ):
This constructor is from 'Field' class.
Field.getConstantValue ( ):
This method is from 'Field' class.
Field.getType ( ):
This method is from 'Field' class.
Field.toString ( ):
This method is from 'Field' class.
[+] FieldOrMethod (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FieldOrMethod. |
[+] affected methods (17)
FieldOrMethod.accept ( ClassVisitor p1 ):
This abstract method is from 'FieldOrMethod' abstract class.
FieldOrMethod.copy_ ( ConstantPool constant_pool ):
This method is from 'FieldOrMethod' abstract class.
FieldOrMethod.dump ( java.io.DataOutputStream file ):
This method is from 'FieldOrMethod' abstract class.
FieldOrMethod.FieldOrMethod ( ):
This constructor is from 'FieldOrMethod' abstract class.
FieldOrMethod.FieldOrMethod ( int accessFlags, int nameIndex, int signatureIndex, Attribute[] attributes, ConstantPool cpool ):
This constructor is from 'FieldOrMethod' abstract class.
FieldOrMethod.FieldOrMethod ( java.io.DataInputStream file, ConstantPool cpool ):
This constructor is from 'FieldOrMethod' abstract class.
FieldOrMethod.FieldOrMethod ( FieldOrMethod c ):
This constructor is from 'FieldOrMethod' abstract class.
FieldOrMethod.getAnnotations ( ):
This method is from 'FieldOrMethod' abstract class.
FieldOrMethod.getAttributes ( ):
This method is from 'FieldOrMethod' abstract class.
FieldOrMethod.getConstantPool ( ):
This method is from 'FieldOrMethod' abstract class.
FieldOrMethod.getDeclaredSignature ( ):
This method is from 'FieldOrMethod' abstract class.
FieldOrMethod.getGenericSignature ( ):
This method is from 'FieldOrMethod' abstract class.
FieldOrMethod.getName ( ):
This method is from 'FieldOrMethod' abstract class.
FieldOrMethod.getNameIndex ( ):
This method is from 'FieldOrMethod' abstract class.
FieldOrMethod.getSignature ( ):
This method is from 'FieldOrMethod' abstract class.
FieldOrMethod.getSignatureIndex ( ):
This method is from 'FieldOrMethod' abstract class.
FieldOrMethod.setAttributes ( Attribute[] attributes ):
This method is from 'FieldOrMethod' abstract class.
[+] GenericSignatureParser (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GenericSignatureParser. |
[+] affected methods (5)
GenericSignatureParser.GenericSignatureParser ( ):
This constructor is from 'GenericSignatureParser' class.
GenericSignatureParser.parseAsClassSignature ( String sig ):
This method is from 'GenericSignatureParser' class.
GenericSignatureParser.parseAsFieldSignature ( String sig ):
This method is from 'GenericSignatureParser' class.
GenericSignatureParser.parseAsMethodSignature ( String sig ):
This method is from 'GenericSignatureParser' class.
GenericSignatureParser.tokenize ( String signatureString ):
This method is from 'GenericSignatureParser' class.
[+] InnerClass (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InnerClass. |
[+] affected methods (15)
InnerClass.accept ( ClassVisitor v ):
This method is from 'InnerClass' class.
InnerClass.copy ( ):
This method is from 'InnerClass' class.
InnerClass.dump ( java.io.DataOutputStream file ):
This method is from 'InnerClass' class.
InnerClass.getInnerAccessFlags ( ):
This method is from 'InnerClass' class.
InnerClass.getInnerClassIndex ( ):
This method is from 'InnerClass' class.
InnerClass.getInnerNameIndex ( ):
This method is from 'InnerClass' class.
InnerClass.getOuterClassIndex ( ):
This method is from 'InnerClass' class.
InnerClass.InnerClass ( int inner_class_index, int outer_class_index, int inner_name_index, int inner_access_flags ):
This constructor is from 'InnerClass' class.
InnerClass.InnerClass ( InnerClass c ):
This constructor is from 'InnerClass' class.
InnerClass.setInnerAccessFlags ( int inner_access_flags ):
This method is from 'InnerClass' class.
InnerClass.setInnerClassIndex ( int inner_class_index ):
This method is from 'InnerClass' class.
InnerClass.setInnerNameIndex ( int inner_name_index ):
This method is from 'InnerClass' class.
InnerClass.setOuterClassIndex ( int outer_class_index ):
This method is from 'InnerClass' class.
InnerClass.toString ( ):
This method is from 'InnerClass' class.
InnerClass.toString ( ConstantPool constant_pool ):
This method is from 'InnerClass' class.
[+] InnerClasses (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InnerClasses. |
[+] affected methods (8)
InnerClasses.accept ( ClassVisitor v ):
This method is from 'InnerClasses' class.
InnerClasses.copy ( ConstantPool constant_pool ):
This method is from 'InnerClasses' class.
InnerClasses.dump ( java.io.DataOutputStream file ):
This method is from 'InnerClasses' class.
InnerClasses.getInnerClasses ( ):
This method is from 'InnerClasses' class.
InnerClasses.InnerClasses ( int name_index, int length, InnerClass[] inner_classes, ConstantPool constant_pool ):
This constructor is from 'InnerClasses' class.
InnerClasses.InnerClasses ( InnerClasses c ):
This constructor is from 'InnerClasses' class.
InnerClasses.setInnerClasses ( InnerClass[] inner_classes ):
This method is from 'InnerClasses' class.
InnerClasses.toString ( ):
This method is from 'InnerClasses' class.
[+] JavaClass (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JavaClass. |
[+] affected methods (59)
JavaClass.accept ( ClassVisitor v ):
This method is from 'JavaClass' class.
JavaClass.copy ( ):
This method is from 'JavaClass' class.
JavaClass.dump ( java.io.DataOutputStream file ):
This method is from 'JavaClass' class.
JavaClass.dump ( java.io.File file ):
This method is from 'JavaClass' class.
JavaClass.dump ( java.io.OutputStream file ):
This method is from 'JavaClass' class.
JavaClass.dump ( String file_name ):
This method is from 'JavaClass' class.
JavaClass.getAllInterfaces ( ):
This method is from 'JavaClass' class.
JavaClass.getAnnotations ( ):
This method is from 'JavaClass' class.
JavaClass.getAttributes ( ):
This method is from 'JavaClass' class.
JavaClass.getBytes ( ):
This method is from 'JavaClass' class.
JavaClass.getClassName ( ):
This method is from 'JavaClass' class.
JavaClass.getClassNameIndex ( ):
This method is from 'JavaClass' class.
JavaClass.getConstantPool ( ):
This method is from 'JavaClass' class.
JavaClass.getField ( reflect.Field field ):
This method is from 'JavaClass' class.
JavaClass.getFields ( ):
This method is from 'JavaClass' class.
JavaClass.getFileName ( ):
This method is from 'JavaClass' class.
JavaClass.getGenericClassTypeSignature ( ):
This method is from 'JavaClass' class.
JavaClass.getGenericSignature ( ):
This method is from 'JavaClass' class.
JavaClass.getInterfaceIndices ( ):
This method is from 'JavaClass' class.
JavaClass.getInterfaceNames ( ):
This method is from 'JavaClass' class.
JavaClass.getInterfaces ( ):
This method is from 'JavaClass' class.
JavaClass.getMajor ( ):
This method is from 'JavaClass' class.
JavaClass.getMethod ( reflect.Constructor c ):
This method is from 'JavaClass' class.
JavaClass.getMethod ( reflect.Method m ):
This method is from 'JavaClass' class.
JavaClass.getMethods ( ):
This method is from 'JavaClass' class.
JavaClass.getMinor ( ):
This method is from 'JavaClass' class.
JavaClass.getPackageName ( ):
This method is from 'JavaClass' class.
JavaClass.getRepository ( ):
This method is from 'JavaClass' class.
JavaClass.getSourceFileName ( ):
This method is from 'JavaClass' class.
JavaClass.getSuperClass ( ):
This method is from 'JavaClass' class.
JavaClass.getSuperClasses ( ):
This method is from 'JavaClass' class.
JavaClass.getSuperclassName ( ):
This method is from 'JavaClass' class.
JavaClass.getSuperclassNameIndex ( ):
This method is from 'JavaClass' class.
JavaClass.implementationOf ( JavaClass inter ):
This method is from 'JavaClass' class.
JavaClass.instanceOf ( JavaClass super_class ):
This method is from 'JavaClass' class.
JavaClass.isAnnotation ( ):
This method is from 'JavaClass' class.
JavaClass.isAnonymous ( ):
This method is from 'JavaClass' class.
JavaClass.isClass ( ):
This method is from 'JavaClass' class.
JavaClass.isEnum ( ):
This method is from 'JavaClass' class.
JavaClass.isGeneric ( ):
This method is from 'JavaClass' class.
JavaClass.isNested ( ):
This method is from 'JavaClass' class.
JavaClass.isSuper ( ):
This method is from 'JavaClass' class.
JavaClass.JavaClass ( int class_name_index, int superclass_name_index, String file_name, int major, int minor, int access_flags, ConstantPool constant_pool, int[] interfaces, Field[] fields, Method[] methods, Attribute[] attributes ):
This constructor is from 'JavaClass' class.
JavaClass.setAttributes ( Attribute[] attributes ):
This method is from 'JavaClass' class.
JavaClass.setClassName ( String class_name ):
This method is from 'JavaClass' class.
JavaClass.setClassNameIndex ( int class_name_index ):
This method is from 'JavaClass' class.
JavaClass.setConstantPool ( ConstantPool constant_pool ):
This method is from 'JavaClass' class.
JavaClass.setFields ( Field[] fields ):
This method is from 'JavaClass' class.
JavaClass.setFileName ( String file_name ):
This method is from 'JavaClass' class.
JavaClass.setInterfaceNames ( String[] interface_names ):
This method is from 'JavaClass' class.
JavaClass.setInterfaces ( int[] interfaces ):
This method is from 'JavaClass' class.
JavaClass.setMajor ( int major ):
This method is from 'JavaClass' class.
JavaClass.setMethods ( Method[] methods ):
This method is from 'JavaClass' class.
JavaClass.setMinor ( int minor ):
This method is from 'JavaClass' class.
JavaClass.setRepository ( org.aspectj.apache.bcel.util.Repository repository ):
This method is from 'JavaClass' class.
JavaClass.setSourceFileName ( String source_file_name ):
This method is from 'JavaClass' class.
JavaClass.setSuperclassName ( String superclass_name ):
This method is from 'JavaClass' class.
JavaClass.setSuperclassNameIndex ( int superclass_name_index ):
This method is from 'JavaClass' class.
JavaClass.toString ( ):
This method is from 'JavaClass' class.
[+] LineNumber (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LineNumber. |
[+] affected methods (10)
LineNumber.accept ( ClassVisitor v ):
This method is from 'LineNumber' class.
LineNumber.copy ( ):
This method is from 'LineNumber' class.
LineNumber.dump ( java.io.DataOutputStream file ):
This method is from 'LineNumber' class.
LineNumber.getLineNumber ( ):
This method is from 'LineNumber' class.
LineNumber.getStartPC ( ):
This method is from 'LineNumber' class.
LineNumber.LineNumber ( int start_pc, int line_number ):
This constructor is from 'LineNumber' class.
LineNumber.LineNumber ( LineNumber c ):
This constructor is from 'LineNumber' class.
LineNumber.setLineNumber ( int line_number ):
This method is from 'LineNumber' class.
LineNumber.setStartPC ( int start_pc ):
This method is from 'LineNumber' class.
LineNumber.toString ( ):
This method is from 'LineNumber' class.
[+] LineNumberTable (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LineNumberTable. |
[+] affected methods (10)
LineNumberTable.accept ( ClassVisitor v ):
This method is from 'LineNumberTable' class.
LineNumberTable.copy ( ConstantPool constant_pool ):
This method is from 'LineNumberTable' class.
LineNumberTable.dump ( java.io.DataOutputStream file ):
This method is from 'LineNumberTable' class.
LineNumberTable.getLineNumberTable ( ):
This method is from 'LineNumberTable' class.
LineNumberTable.getSourceLine ( int pos ):
This method is from 'LineNumberTable' class.
LineNumberTable.getTableLength ( ):
This method is from 'LineNumberTable' class.
LineNumberTable.LineNumberTable ( int name_index, int length, LineNumber[] line_number_table, ConstantPool constant_pool ):
This constructor is from 'LineNumberTable' class.
LineNumberTable.LineNumberTable ( LineNumberTable c ):
This constructor is from 'LineNumberTable' class.
LineNumberTable.setLineNumberTable ( LineNumber[] line_number_table ):
This method is from 'LineNumberTable' class.
LineNumberTable.toString ( ):
This method is from 'LineNumberTable' class.
[+] LocalVariable (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LocalVariable. |
[+] affected methods (20)
LocalVariable.accept ( ClassVisitor v ):
This method is from 'LocalVariable' class.
LocalVariable.copy ( ):
This method is from 'LocalVariable' class.
LocalVariable.dump ( java.io.DataOutputStream file ):
This method is from 'LocalVariable' class.
LocalVariable.getConstantPool ( ):
This method is from 'LocalVariable' class.
LocalVariable.getIndex ( ):
This method is from 'LocalVariable' class.
LocalVariable.getLength ( ):
This method is from 'LocalVariable' class.
LocalVariable.getName ( ):
This method is from 'LocalVariable' class.
LocalVariable.getNameIndex ( ):
This method is from 'LocalVariable' class.
LocalVariable.getSignature ( ):
This method is from 'LocalVariable' class.
LocalVariable.getSignatureIndex ( ):
This method is from 'LocalVariable' class.
LocalVariable.getStartPC ( ):
This method is from 'LocalVariable' class.
LocalVariable.LocalVariable ( int start_pc, int length, int name_index, int signature_index, int index, ConstantPool constant_pool ):
This constructor is from 'LocalVariable' class.
LocalVariable.LocalVariable ( LocalVariable c ):
This constructor is from 'LocalVariable' class.
LocalVariable.setConstantPool ( ConstantPool constant_pool ):
This method is from 'LocalVariable' class.
LocalVariable.setIndex ( int index ):
This method is from 'LocalVariable' class.
LocalVariable.setLength ( int length ):
This method is from 'LocalVariable' class.
LocalVariable.setNameIndex ( int name_index ):
This method is from 'LocalVariable' class.
LocalVariable.setSignatureIndex ( int signature_index ):
This method is from 'LocalVariable' class.
LocalVariable.setStartPC ( int start_pc ):
This method is from 'LocalVariable' class.
LocalVariable.toString ( ):
This method is from 'LocalVariable' class.
[+] LocalVariableTypeTable (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LocalVariableTypeTable. |
[+] affected methods (9)
LocalVariableTypeTable.accept ( ClassVisitor v ):
This method is from 'LocalVariableTypeTable' class.
LocalVariableTypeTable.copy ( ConstantPool constant_pool ):
This method is from 'LocalVariableTypeTable' class.
LocalVariableTypeTable.dump ( java.io.DataOutputStream file ):
This method is from 'LocalVariableTypeTable' class.
LocalVariableTypeTable.getLocalVariable ( int index ):
This method is from 'LocalVariableTypeTable' class.
LocalVariableTypeTable.getLocalVariableTypeTable ( ):
This method is from 'LocalVariableTypeTable' class.
LocalVariableTypeTable.getTableLength ( ):
This method is from 'LocalVariableTypeTable' class.
LocalVariableTypeTable.LocalVariableTypeTable ( int p1, int p2, LocalVariable[] p3, ConstantPool p4 ):
This constructor is from 'LocalVariableTypeTable' class.
LocalVariableTypeTable.LocalVariableTypeTable ( LocalVariableTypeTable c ):
This constructor is from 'LocalVariableTypeTable' class.
LocalVariableTypeTable.toString ( ):
This method is from 'LocalVariableTypeTable' class.
[+] Method (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Method. |
[+] affected methods (13)
Method.accept ( ClassVisitor v ):
This method is from 'Method' class.
Method.copy ( ConstantPool constant_pool ):
This method is from 'Method' class.
Method.getAnnotationsOnParameter ( int i ):
This method is from 'Method' class.
Method.getArgumentTypes ( ):
This method is from 'Method' class.
Method.getCode ( ):
This method is from 'Method' class.
Method.getExceptionTable ( ):
This method is from 'Method' class.
Method.getLineNumberTable ( ):
This method is from 'Method' class.
Method.getParameterAnnotations ( ):
This method is from 'Method' class.
Method.getReturnType ( ):
This method is from 'Method' class.
Method.Method ( int access_flags, int name_index, int signature_index, Attribute[] attributes, ConstantPool constant_pool ):
This constructor is from 'Method' class.
Method.Method ( Method c ):
This constructor is from 'Method' class.
Method.setAttributes ( Attribute[] attributes ):
This method is from 'Method' class.
Method.toString ( ):
This method is from 'Method' class.
[+] Modifiers (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Modifiers. |
[+] affected methods (18)
Modifiers.getModifiers ( ):
This method is from 'Modifiers' abstract class.
Modifiers.isAbstract ( ):
This method is from 'Modifiers' abstract class.
Modifiers.isBridge ( ):
This method is from 'Modifiers' abstract class.
Modifiers.isFinal ( ):
This method is from 'Modifiers' abstract class.
Modifiers.isInterface ( ):
This method is from 'Modifiers' abstract class.
Modifiers.isNative ( ):
This method is from 'Modifiers' abstract class.
Modifiers.isPrivate ( ):
This method is from 'Modifiers' abstract class.
Modifiers.isProtected ( ):
This method is from 'Modifiers' abstract class.
Modifiers.isPublic ( ):
This method is from 'Modifiers' abstract class.
Modifiers.isStatic ( ):
This method is from 'Modifiers' abstract class.
Modifiers.isStrictfp ( ):
This method is from 'Modifiers' abstract class.
Modifiers.isSynchronized ( ):
This method is from 'Modifiers' abstract class.
Modifiers.isTransient ( ):
This method is from 'Modifiers' abstract class.
Modifiers.isVarargs ( ):
This method is from 'Modifiers' abstract class.
Modifiers.isVolatile ( ):
This method is from 'Modifiers' abstract class.
Modifiers.Modifiers ( ):
This constructor is from 'Modifiers' abstract class.
Modifiers.Modifiers ( int a ):
This constructor is from 'Modifiers' abstract class.
Modifiers.setModifiers ( int modifiers ):
This method is from 'Modifiers' abstract class.
[+] Node (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Node. |
[+] affected methods (1)
Node.accept ( ClassVisitor p1 ):
This abstract method is from 'Node' interface.
[+] PMGClass (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PMGClass. |
[+] affected methods (12)
PMGClass.accept ( ClassVisitor v ):
This method is from 'PMGClass' class.
PMGClass.copy ( ConstantPool constant_pool ):
This method is from 'PMGClass' class.
PMGClass.dump ( java.io.DataOutputStream file ):
This method is from 'PMGClass' class.
PMGClass.getPMGClassIndex ( ):
This method is from 'PMGClass' class.
PMGClass.getPMGClassName ( ):
This method is from 'PMGClass' class.
PMGClass.getPMGIndex ( ):
This method is from 'PMGClass' class.
PMGClass.getPMGName ( ):
This method is from 'PMGClass' class.
PMGClass.PMGClass ( int name_index, int length, int pmg_index, int pmg_class_index, ConstantPool constant_pool ):
This constructor is from 'PMGClass' class.
PMGClass.PMGClass ( PMGClass c ):
This constructor is from 'PMGClass' class.
PMGClass.setPMGClassIndex ( int pmg_class_index ):
This method is from 'PMGClass' class.
PMGClass.setPMGIndex ( int pmg_index ):
This method is from 'PMGClass' class.
PMGClass.toString ( ):
This method is from 'PMGClass' class.
[+] Signature (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Signature. |
[+] affected methods (15)
Signature.accept ( ClassVisitor v ):
This method is from 'Signature' class.
Signature.asClassSignature ( ):
This method is from 'Signature' class.
Signature.asFieldTypeSignature ( ):
This method is from 'Signature' class.
Signature.asMethodTypeSignature ( ):
This method is from 'Signature' class.
Signature.copy ( ConstantPool constant_pool ):
This method is from 'Signature' class.
Signature.dump ( java.io.DataOutputStream file ):
This method is from 'Signature' class.
Signature.getSignature ( ):
This method is from 'Signature' class.
Signature.getSignatureIndex ( ):
This method is from 'Signature' class.
Signature.isActualParameterList ( String s ):
This method is from 'Signature' class.
Signature.isFormalParameterList ( String s ):
This method is from 'Signature' class.
Signature.setSignatureIndex ( int signature_index ):
This method is from 'Signature' class.
Signature.Signature ( int name_index, int length, int signature_index, ConstantPool constant_pool ):
This constructor is from 'Signature' class.
Signature.Signature ( Signature c ):
This constructor is from 'Signature' class.
Signature.toString ( ):
This method is from 'Signature' class.
Signature.translate ( String s ):
This method is from 'Signature' class.
[+] SourceFile (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SourceFile. |
[+] affected methods (9)
SourceFile.accept ( ClassVisitor v ):
This method is from 'SourceFile' class.
SourceFile.copy ( ConstantPool constant_pool ):
This method is from 'SourceFile' class.
SourceFile.dump ( java.io.DataOutputStream file ):
This method is from 'SourceFile' class.
SourceFile.getSourceFileIndex ( ):
This method is from 'SourceFile' class.
SourceFile.getSourceFileName ( ):
This method is from 'SourceFile' class.
SourceFile.setSourceFileIndex ( int sourcefile_index ):
This method is from 'SourceFile' class.
SourceFile.SourceFile ( int name_index, int length, int sourcefile_index, ConstantPool constant_pool ):
This constructor is from 'SourceFile' class.
SourceFile.SourceFile ( SourceFile c ):
This constructor is from 'SourceFile' class.
SourceFile.toString ( ):
This method is from 'SourceFile' class.
[+] StackMap (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StackMap. |
[+] affected methods (8)
StackMap.accept ( ClassVisitor v ):
This method is from 'StackMap' class.
StackMap.copy ( ConstantPool constant_pool ):
This method is from 'StackMap' class.
StackMap.dump ( java.io.DataOutputStream file ):
This method is from 'StackMap' class.
StackMap.getMapLength ( ):
This method is from 'StackMap' class.
StackMap.getStackMap ( ):
This method is from 'StackMap' class.
StackMap.setStackMap ( StackMapEntry[] map ):
This method is from 'StackMap' class.
StackMap.StackMap ( int name_index, int length, StackMapEntry[] map, ConstantPool constant_pool ):
This constructor is from 'StackMap' class.
StackMap.toString ( ):
This method is from 'StackMap' class.
[+] StackMapEntry (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StackMapEntry. |
[+] affected methods (17)
StackMapEntry.accept ( ClassVisitor v ):
This method is from 'StackMapEntry' class.
StackMapEntry.copy ( ):
This method is from 'StackMapEntry' class.
StackMapEntry.dump ( java.io.DataOutputStream file ):
This method is from 'StackMapEntry' class.
StackMapEntry.getByteCodeOffset ( ):
This method is from 'StackMapEntry' class.
StackMapEntry.getConstantPool ( ):
This method is from 'StackMapEntry' class.
StackMapEntry.getNumberOfLocals ( ):
This method is from 'StackMapEntry' class.
StackMapEntry.getNumberOfStackItems ( ):
This method is from 'StackMapEntry' class.
StackMapEntry.getTypesOfLocals ( ):
This method is from 'StackMapEntry' class.
StackMapEntry.getTypesOfStackItems ( ):
This method is from 'StackMapEntry' class.
StackMapEntry.setByteCodeOffset ( int b ):
This method is from 'StackMapEntry' class.
StackMapEntry.setConstantPool ( ConstantPool constant_pool ):
This method is from 'StackMapEntry' class.
StackMapEntry.setNumberOfLocals ( int n ):
This method is from 'StackMapEntry' class.
StackMapEntry.setNumberOfStackItems ( int n ):
This method is from 'StackMapEntry' class.
StackMapEntry.setTypesOfLocals ( StackMapType[] t ):
This method is from 'StackMapEntry' class.
StackMapEntry.setTypesOfStackItems ( StackMapType[] t ):
This method is from 'StackMapEntry' class.
StackMapEntry.StackMapEntry ( int byte_code_offset, int number_of_locals, StackMapType[] types_of_locals, int number_of_stack_items, StackMapType[] types_of_stack_items, ConstantPool constant_pool ):
This constructor is from 'StackMapEntry' class.
StackMapEntry.toString ( ):
This method is from 'StackMapEntry' class.
[+] StackMapType (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StackMapType. |
[+] affected methods (11)
StackMapType.copy ( ):
This method is from 'StackMapType' class.
StackMapType.dump ( java.io.DataOutputStream file ):
This method is from 'StackMapType' class.
StackMapType.getConstantPool ( ):
This method is from 'StackMapType' class.
StackMapType.getIndex ( ):
This method is from 'StackMapType' class.
StackMapType.getType ( ):
This method is from 'StackMapType' class.
StackMapType.hasIndex ( ):
This method is from 'StackMapType' class.
StackMapType.setConstantPool ( ConstantPool constant_pool ):
This method is from 'StackMapType' class.
StackMapType.setIndex ( int t ):
This method is from 'StackMapType' class.
StackMapType.setType ( byte t ):
This method is from 'StackMapType' class.
StackMapType.StackMapType ( byte type, int index, ConstantPool constant_pool ):
This constructor is from 'StackMapType' class.
StackMapType.toString ( ):
This method is from 'StackMapType' class.
[+] Synthetic (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Synthetic. |
[+] affected methods (8)
Synthetic.accept ( ClassVisitor v ):
This method is from 'Synthetic' class.
Synthetic.copy ( ConstantPool constant_pool ):
This method is from 'Synthetic' class.
Synthetic.dump ( java.io.DataOutputStream file ):
This method is from 'Synthetic' class.
Synthetic.getBytes ( ):
This method is from 'Synthetic' class.
Synthetic.setBytes ( byte[] bytes ):
This method is from 'Synthetic' class.
Synthetic.Synthetic ( int name_index, int length, byte[] bytes, ConstantPool constant_pool ):
This constructor is from 'Synthetic' class.
Synthetic.Synthetic ( Synthetic c ):
This constructor is from 'Synthetic' class.
Synthetic.toString ( ):
This method is from 'Synthetic' class.
[+] Unknown (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Unknown. |
[+] affected methods (9)
Unknown.accept ( ClassVisitor v ):
This method is from 'Unknown' class.
Unknown.copy ( ConstantPool constant_pool ):
This method is from 'Unknown' class.
Unknown.dump ( java.io.DataOutputStream file ):
This method is from 'Unknown' class.
Unknown.getBytes ( ):
This method is from 'Unknown' class.
Unknown.getName ( ):
This method is from 'Unknown' class.
Unknown.setBytes ( byte[] bytes ):
This method is from 'Unknown' class.
Unknown.toString ( ):
This method is from 'Unknown' class.
Unknown.Unknown ( int name_index, int length, byte[] bytes, ConstantPool constant_pool ):
This constructor is from 'Unknown' class.
Unknown.Unknown ( Unknown c ):
This constructor is from 'Unknown' class.
[+] Utility (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Utility. |
[+] affected methods (26)
Utility.accessToString ( int access_flags ):
This method is from 'Utility' abstract class.
Utility.accessToString ( int access_flags, boolean for_class ):
This method is from 'Utility' abstract class.
Utility.classOrInterface ( int access_flags ):
This method is from 'Utility' abstract class.
Utility.codeToString ( byte[] code, ConstantPool constant_pool, int index, int length ):
This method is from 'Utility' abstract class.
Utility.codeToString ( byte[] code, ConstantPool constant_pool, int index, int length, boolean verbose ):
This method is from 'Utility' abstract class.
Utility.codeToString ( org.aspectj.apache.bcel.util.ByteSequence bytes, ConstantPool constant_pool ):
This method is from 'Utility' abstract class.
Utility.codeToString ( org.aspectj.apache.bcel.util.ByteSequence bytes, ConstantPool constant_pool, boolean verbose ):
This method is from 'Utility' abstract class.
Utility.compactClassName ( String str ):
This method is from 'Utility' abstract class.
Utility.compactClassName ( String str, boolean chopit ):
This method is from 'Utility' abstract class.
Utility.compactClassName ( String str, String prefix, boolean chopit ):
This method is from 'Utility' abstract class.
Utility.convertString ( String label ):
This method is from 'Utility' abstract class.
Utility.fillup ( String str, int length, boolean left_justify, char fill ):
This method is from 'Utility' abstract class.
Utility.format ( int i, int length, boolean left_justify, char fill ):
This method is from 'Utility' abstract class.
Utility.getAnnotationAttributes ( ConstantPool cp, java.util.List vec ):
This method is from 'Utility' abstract class.
Utility.getParameterAnnotationAttributes ( ConstantPool cp, java.util.List[] vec ):
This method is from 'Utility' abstract class.
Utility.methodSignatureToString ( String p1, String p2, String p3, boolean p4 ):
This method is from 'Utility' abstract class.
Utility.methodSignatureToString ( String signature, String name, String access ):
This method is from 'Utility' abstract class.
Utility.replace ( String str, String old, String new_ ):
This method is from 'Utility' abstract class.
Utility.signatureToString ( String signature ):
This method is from 'Utility' abstract class.
Utility.signatureToString ( String signature, boolean chopit ):
This method is from 'Utility' abstract class.
Utility.signatureToStringInternal ( String signature, boolean chopit ):
This method is from 'Utility' abstract class.
Utility.toHexString ( byte[] bytes ):
This method is from 'Utility' abstract class.
Utility.typeOfMethodSignature ( String signature ):
This method is from 'Utility' abstract class.
Utility.typeOfSignature ( char c ):
This method is from 'Utility' abstract class.
Utility.typeOfSignature ( String signature ):
This method is from 'Utility' abstract class.
Utility.Utility ( ):
This constructor is from 'Utility' abstract class.
package org.aspectj.apache.bcel.classfile.annotation
[+] AnnotationElementValueGen (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AnnotationElementValueGen. |
[+] affected methods (7)
AnnotationElementValueGen.AnnotationElementValueGen ( int type, AnnotationGen annotation, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This constructor is from 'AnnotationElementValueGen' class.
AnnotationElementValueGen.AnnotationElementValueGen ( AnnotationElementValueGen value, org.aspectj.apache.bcel.classfile.ConstantPool cpool, boolean copyPoolEntries ):
This constructor is from 'AnnotationElementValueGen' class.
AnnotationElementValueGen.AnnotationElementValueGen ( AnnotationGen a, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This constructor is from 'AnnotationElementValueGen' class.
AnnotationElementValueGen.dump ( java.io.DataOutputStream dos ):
This method is from 'AnnotationElementValueGen' class.
AnnotationElementValueGen.getAnnotation ( ):
This method is from 'AnnotationElementValueGen' class.
AnnotationElementValueGen.getElementValue ( ):
This method is from 'AnnotationElementValueGen' class.
AnnotationElementValueGen.stringifyValue ( ):
This method is from 'AnnotationElementValueGen' class.
[+] AnnotationGen (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AnnotationGen. |
[+] affected methods (14)
AnnotationGen.addElementNameValuePair ( ElementNameValuePairGen evp ):
This method is from 'AnnotationGen' class.
AnnotationGen.AnnotationGen ( AnnotationGen a, org.aspectj.apache.bcel.classfile.ConstantPool cpool, boolean copyPoolEntries ):
This constructor is from 'AnnotationGen' class.
AnnotationGen.AnnotationGen ( org.aspectj.apache.bcel.generic.ObjectType type, java.util.List elements, boolean vis, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This constructor is from 'AnnotationGen' class.
AnnotationGen.dump ( java.io.DataOutputStream dos ):
This method is from 'AnnotationGen' class.
AnnotationGen.getTypeIndex ( ):
This method is from 'AnnotationGen' class.
AnnotationGen.getTypeName ( ):
This method is from 'AnnotationGen' class.
AnnotationGen.getTypeSignature ( ):
This method is from 'AnnotationGen' class.
AnnotationGen.getValues ( ):
This method is from 'AnnotationGen' class.
AnnotationGen.hasNamedValue ( String n ):
This method is from 'AnnotationGen' class.
AnnotationGen.hasNameValuePair ( String n, String v ):
This method is from 'AnnotationGen' class.
AnnotationGen.isRuntimeVisible ( ):
This method is from 'AnnotationGen' class.
AnnotationGen.read ( java.io.DataInputStream dis, org.aspectj.apache.bcel.classfile.ConstantPool cpool, boolean b ):
This method is from 'AnnotationGen' class.
AnnotationGen.toShortString ( ):
This method is from 'AnnotationGen' class.
AnnotationGen.toString ( ):
This method is from 'AnnotationGen' class.
[+] ArrayElementValueGen (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ArrayElementValueGen. |
[+] affected methods (9)
ArrayElementValueGen.addElement ( ElementValueGen gen ):
This method is from 'ArrayElementValueGen' class.
ArrayElementValueGen.ArrayElementValueGen ( int type, ElementValueGen[] datums, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This constructor is from 'ArrayElementValueGen' class.
ArrayElementValueGen.ArrayElementValueGen ( ArrayElementValueGen value, org.aspectj.apache.bcel.classfile.ConstantPool cpool, boolean copyPoolEntries ):
This constructor is from 'ArrayElementValueGen' class.
ArrayElementValueGen.ArrayElementValueGen ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This constructor is from 'ArrayElementValueGen' class.
ArrayElementValueGen.dump ( java.io.DataOutputStream dos ):
This method is from 'ArrayElementValueGen' class.
ArrayElementValueGen.getElementValue ( ):
This method is from 'ArrayElementValueGen' class.
ArrayElementValueGen.getElementValuesArray ( ):
This method is from 'ArrayElementValueGen' class.
ArrayElementValueGen.getElementValuesArraySize ( ):
This method is from 'ArrayElementValueGen' class.
ArrayElementValueGen.stringifyValue ( ):
This method is from 'ArrayElementValueGen' class.
[+] ClassElementValueGen (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassElementValueGen. |
[+] affected methods (7)
ClassElementValueGen.ClassElementValueGen ( int typeIdx, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This constructor is from 'ClassElementValueGen' class.
ClassElementValueGen.ClassElementValueGen ( ClassElementValueGen value, org.aspectj.apache.bcel.classfile.ConstantPool cpool, boolean copyPoolEntries ):
This constructor is from 'ClassElementValueGen' class.
ClassElementValueGen.ClassElementValueGen ( org.aspectj.apache.bcel.generic.ObjectType t, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This constructor is from 'ClassElementValueGen' class.
ClassElementValueGen.dump ( java.io.DataOutputStream dos ):
This method is from 'ClassElementValueGen' class.
ClassElementValueGen.getClassString ( ):
This method is from 'ClassElementValueGen' class.
ClassElementValueGen.getIndex ( ):
This method is from 'ClassElementValueGen' class.
ClassElementValueGen.stringifyValue ( ):
This method is from 'ClassElementValueGen' class.
[+] ElementNameValuePairGen (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ElementNameValuePairGen. |
[+] affected methods (8)
ElementNameValuePairGen.dump ( java.io.DataOutputStream dos ):
This method is from 'ElementNameValuePairGen' class.
ElementNameValuePairGen.ElementNameValuePairGen ( int idx, ElementValueGen value, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This constructor is from 'ElementNameValuePairGen' class.
ElementNameValuePairGen.ElementNameValuePairGen ( ElementNameValuePairGen nvp, org.aspectj.apache.bcel.classfile.ConstantPool cpool, boolean copyPoolEntries ):
This constructor is from 'ElementNameValuePairGen' class.
ElementNameValuePairGen.ElementNameValuePairGen ( String name, ElementValueGen value, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This constructor is from 'ElementNameValuePairGen' class.
ElementNameValuePairGen.getNameIndex ( ):
This method is from 'ElementNameValuePairGen' class.
ElementNameValuePairGen.getNameString ( ):
This method is from 'ElementNameValuePairGen' class.
ElementNameValuePairGen.getValue ( ):
This method is from 'ElementNameValuePairGen' class.
ElementNameValuePairGen.toString ( ):
This method is from 'ElementNameValuePairGen' class.
[+] ElementValueGen (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ElementValueGen. |
[+] affected methods (7)
ElementValueGen.copy ( ElementValueGen value, org.aspectj.apache.bcel.classfile.ConstantPool cpool, boolean copyPoolEntries ):
This method is from 'ElementValueGen' abstract class.
ElementValueGen.dump ( java.io.DataOutputStream p1 ):
This abstract method is from 'ElementValueGen' abstract class.
ElementValueGen.ElementValueGen ( int type, org.aspectj.apache.bcel.classfile.ConstantPool cpGen ):
This constructor is from 'ElementValueGen' abstract class.
ElementValueGen.getConstantPool ( ):
This method is from 'ElementValueGen' abstract class.
ElementValueGen.getElementValueType ( ):
This method is from 'ElementValueGen' abstract class.
ElementValueGen.readElementValue ( java.io.DataInputStream dis, org.aspectj.apache.bcel.classfile.ConstantPool cpGen ):
This method is from 'ElementValueGen' abstract class.
ElementValueGen.stringifyValue ( ):
This abstract method is from 'ElementValueGen' abstract class.
[+] EnumElementValueGen (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EnumElementValueGen. |
[+] affected methods (9)
EnumElementValueGen.dump ( java.io.DataOutputStream dos ):
This method is from 'EnumElementValueGen' class.
EnumElementValueGen.EnumElementValueGen ( int typeIdx, int valueIdx, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This constructor is from 'EnumElementValueGen' class.
EnumElementValueGen.EnumElementValueGen ( EnumElementValueGen value, org.aspectj.apache.bcel.classfile.ConstantPool cpool, boolean copyPoolEntries ):
This constructor is from 'EnumElementValueGen' class.
EnumElementValueGen.EnumElementValueGen ( org.aspectj.apache.bcel.generic.ObjectType t, String value, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This constructor is from 'EnumElementValueGen' class.
EnumElementValueGen.getEnumTypeString ( ):
This method is from 'EnumElementValueGen' class.
EnumElementValueGen.getEnumValueString ( ):
This method is from 'EnumElementValueGen' class.
EnumElementValueGen.getTypeIndex ( ):
This method is from 'EnumElementValueGen' class.
EnumElementValueGen.getValueIndex ( ):
This method is from 'EnumElementValueGen' class.
EnumElementValueGen.stringifyValue ( ):
This method is from 'EnumElementValueGen' class.
[+] RuntimeAnnotations (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RuntimeAnnotations. |
[+] affected methods (7)
RuntimeAnnotations.areVisible ( ):
This method is from 'RuntimeAnnotations' abstract class.
RuntimeAnnotations.getAnnotations ( ):
This method is from 'RuntimeAnnotations' abstract class.
RuntimeAnnotations.isInflated ( ):
This method is from 'RuntimeAnnotations' abstract class.
RuntimeAnnotations.readAnnotations ( java.io.DataInputStream dis, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This method is from 'RuntimeAnnotations' abstract class.
RuntimeAnnotations.RuntimeAnnotations ( byte attrid, boolean visible, int nameIdx, int len, byte[] data, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This constructor is from 'RuntimeAnnotations' abstract class.
RuntimeAnnotations.RuntimeAnnotations ( byte attrid, boolean visible, int nameIdx, int len, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This constructor is from 'RuntimeAnnotations' abstract class.
RuntimeAnnotations.writeAnnotations ( java.io.DataOutputStream dos ):
This method is from 'RuntimeAnnotations' abstract class.
[+] RuntimeInvisibleAnnotations (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RuntimeInvisibleAnnotations. |
[+] affected methods (6)
RuntimeInvisibleAnnotations.accept ( org.aspectj.apache.bcel.classfile.ClassVisitor v ):
This method is from 'RuntimeInvisibleAnnotations' class.
RuntimeInvisibleAnnotations.copy ( org.aspectj.apache.bcel.classfile.ConstantPool constant_pool ):
This method is from 'RuntimeInvisibleAnnotations' class.
RuntimeInvisibleAnnotations.dump ( java.io.DataOutputStream dos ):
This method is from 'RuntimeInvisibleAnnotations' class.
RuntimeInvisibleAnnotations.RuntimeInvisibleAnnotations ( int nameIdx, int len, java.io.DataInputStream dis, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This constructor is from 'RuntimeInvisibleAnnotations' class.
RuntimeInvisibleAnnotations.RuntimeInvisibleAnnotations ( int nameIdx, int len, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This constructor is from 'RuntimeInvisibleAnnotations' class.
RuntimeInvisibleAnnotations.RuntimeInvisibleAnnotations ( int nameIndex, int len, byte[] rvaData, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This constructor is from 'RuntimeInvisibleAnnotations' class.
[+] RuntimeInvisibleParameterAnnotations (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RuntimeInvisibleParameterAnnotations. |
[+] affected methods (5)
RuntimeInvisibleParameterAnnotations.accept ( org.aspectj.apache.bcel.classfile.ClassVisitor v ):
This method is from 'RuntimeInvisibleParameterAnnotations' class.
RuntimeInvisibleParameterAnnotations.copy ( org.aspectj.apache.bcel.classfile.ConstantPool constant_pool ):
This method is from 'RuntimeInvisibleParameterAnnotations' class.
RuntimeInvisibleParameterAnnotations.RuntimeInvisibleParameterAnnotations ( int nameIdx, int len, java.io.DataInputStream dis, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This constructor is from 'RuntimeInvisibleParameterAnnotations' class.
RuntimeInvisibleParameterAnnotations.RuntimeInvisibleParameterAnnotations ( int nameIdx, int len, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This constructor is from 'RuntimeInvisibleParameterAnnotations' class.
RuntimeInvisibleParameterAnnotations.RuntimeInvisibleParameterAnnotations ( int nameIndex, int len, byte[] rvaData, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This constructor is from 'RuntimeInvisibleParameterAnnotations' class.
[+] RuntimeParameterAnnotations (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RuntimeParameterAnnotations. |
[+] affected methods (11)
RuntimeParameterAnnotations.areVisible ( ):
This method is from 'RuntimeParameterAnnotations' abstract class.
RuntimeParameterAnnotations.copy ( org.aspectj.apache.bcel.classfile.ConstantPool constant_pool ):
This method is from 'RuntimeParameterAnnotations' abstract class.
RuntimeParameterAnnotations.dump ( java.io.DataOutputStream dos ):
This method is from 'RuntimeParameterAnnotations' abstract class.
RuntimeParameterAnnotations.getAnnotationsOnParameter ( int parameterIndex ):
This method is from 'RuntimeParameterAnnotations' abstract class.
RuntimeParameterAnnotations.getParameterAnnotations ( ):
This method is from 'RuntimeParameterAnnotations' abstract class.
RuntimeParameterAnnotations.isInflated ( ):
This method is from 'RuntimeParameterAnnotations' abstract class.
RuntimeParameterAnnotations.readParameterAnnotations ( java.io.DataInputStream dis, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This method is from 'RuntimeParameterAnnotations' abstract class.
RuntimeParameterAnnotations.RuntimeParameterAnnotations ( byte attrid, boolean visible, int nameIdx, int len, byte[] data, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This constructor is from 'RuntimeParameterAnnotations' abstract class.
RuntimeParameterAnnotations.RuntimeParameterAnnotations ( byte attrid, boolean visible, int nameIdx, int len, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This constructor is from 'RuntimeParameterAnnotations' abstract class.
RuntimeParameterAnnotations.toString ( ):
This method is from 'RuntimeParameterAnnotations' abstract class.
RuntimeParameterAnnotations.writeAnnotations ( java.io.DataOutputStream dos ):
This method is from 'RuntimeParameterAnnotations' abstract class.
[+] RuntimeVisibleAnnotations (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RuntimeVisibleAnnotations. |
[+] affected methods (6)
RuntimeVisibleAnnotations.accept ( org.aspectj.apache.bcel.classfile.ClassVisitor v ):
This method is from 'RuntimeVisibleAnnotations' class.
RuntimeVisibleAnnotations.copy ( org.aspectj.apache.bcel.classfile.ConstantPool constant_pool ):
This method is from 'RuntimeVisibleAnnotations' class.
RuntimeVisibleAnnotations.dump ( java.io.DataOutputStream dos ):
This method is from 'RuntimeVisibleAnnotations' class.
RuntimeVisibleAnnotations.RuntimeVisibleAnnotations ( int nameIdx, int len, java.io.DataInputStream dis, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This constructor is from 'RuntimeVisibleAnnotations' class.
RuntimeVisibleAnnotations.RuntimeVisibleAnnotations ( int nameIdx, int len, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This constructor is from 'RuntimeVisibleAnnotations' class.
RuntimeVisibleAnnotations.RuntimeVisibleAnnotations ( int nameIndex, int len, byte[] rvaData, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This constructor is from 'RuntimeVisibleAnnotations' class.
[+] RuntimeVisibleParameterAnnotations (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RuntimeVisibleParameterAnnotations. |
[+] affected methods (5)
RuntimeVisibleParameterAnnotations.accept ( org.aspectj.apache.bcel.classfile.ClassVisitor v ):
This method is from 'RuntimeVisibleParameterAnnotations' class.
RuntimeVisibleParameterAnnotations.copy ( org.aspectj.apache.bcel.classfile.ConstantPool constant_pool ):
This method is from 'RuntimeVisibleParameterAnnotations' class.
RuntimeVisibleParameterAnnotations.RuntimeVisibleParameterAnnotations ( int nameIdx, int len, java.io.DataInputStream dis, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This constructor is from 'RuntimeVisibleParameterAnnotations' class.
RuntimeVisibleParameterAnnotations.RuntimeVisibleParameterAnnotations ( int nameIdx, int len, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This constructor is from 'RuntimeVisibleParameterAnnotations' class.
RuntimeVisibleParameterAnnotations.RuntimeVisibleParameterAnnotations ( int nameIndex, int len, byte[] rvaData, org.aspectj.apache.bcel.classfile.ConstantPool cpool ):
This constructor is from 'RuntimeVisibleParameterAnnotations' class.
[+] SimpleElementValueGen (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SimpleElementValueGen. |
[+] affected methods (24)
SimpleElementValueGen.dump ( java.io.DataOutputStream dos ):
This method is from 'SimpleElementValueGen' class.
SimpleElementValueGen.getElementValue ( ):
This method is from 'SimpleElementValueGen' class.
SimpleElementValueGen.getIndex ( ):
This method is from 'SimpleElementValueGen' class.
SimpleElementValueGen.getValueBoolean ( ):
This method is from 'SimpleElementValueGen' class.
SimpleElementValueGen.getValueByte ( ):
This method is from 'SimpleElementValueGen' class.
SimpleElementValueGen.getValueChar ( ):
This method is from 'SimpleElementValueGen' class.
SimpleElementValueGen.getValueDouble ( ):
This method is from 'SimpleElementValueGen' class.
SimpleElementValueGen.getValueFloat ( ):
This method is from 'SimpleElementValueGen' class.
SimpleElementValueGen.getValueInt ( ):
This method is from 'SimpleElementValueGen' class.
SimpleElementValueGen.getValueLong ( ):
This method is from 'SimpleElementValueGen' class.
SimpleElementValueGen.getValueShort ( ):
This method is from 'SimpleElementValueGen' class.
SimpleElementValueGen.getValueString ( ):
This method is from 'SimpleElementValueGen' class.
SimpleElementValueGen.SimpleElementValueGen ( int type, int idx, org.aspectj.apache.bcel.classfile.ConstantPool cpGen ):
This constructor is from 'SimpleElementValueGen' class.
SimpleElementValueGen.SimpleElementValueGen ( int type, org.aspectj.apache.bcel.classfile.ConstantPool cpGen, boolean value ):
This constructor is from 'SimpleElementValueGen' class.
SimpleElementValueGen.SimpleElementValueGen ( int type, org.aspectj.apache.bcel.classfile.ConstantPool cpGen, byte value ):
This constructor is from 'SimpleElementValueGen' class.
SimpleElementValueGen.SimpleElementValueGen ( int type, org.aspectj.apache.bcel.classfile.ConstantPool cpGen, char value ):
This constructor is from 'SimpleElementValueGen' class.
SimpleElementValueGen.SimpleElementValueGen ( int type, org.aspectj.apache.bcel.classfile.ConstantPool cpGen, double value ):
This constructor is from 'SimpleElementValueGen' class.
SimpleElementValueGen.SimpleElementValueGen ( int type, org.aspectj.apache.bcel.classfile.ConstantPool cpGen, float value ):
This constructor is from 'SimpleElementValueGen' class.
SimpleElementValueGen.SimpleElementValueGen ( int type, org.aspectj.apache.bcel.classfile.ConstantPool cpGen, int value ):
This constructor is from 'SimpleElementValueGen' class.
SimpleElementValueGen.SimpleElementValueGen ( int type, org.aspectj.apache.bcel.classfile.ConstantPool cpGen, long value ):
This constructor is from 'SimpleElementValueGen' class.
SimpleElementValueGen.SimpleElementValueGen ( int type, org.aspectj.apache.bcel.classfile.ConstantPool cpGen, short value ):
This constructor is from 'SimpleElementValueGen' class.
SimpleElementValueGen.SimpleElementValueGen ( int type, org.aspectj.apache.bcel.classfile.ConstantPool cpGen, String value ):
This constructor is from 'SimpleElementValueGen' class.
SimpleElementValueGen.SimpleElementValueGen ( SimpleElementValueGen value, org.aspectj.apache.bcel.classfile.ConstantPool cpool, boolean copyPoolEntries ):
This constructor is from 'SimpleElementValueGen' class.
SimpleElementValueGen.stringifyValue ( ):
This method is from 'SimpleElementValueGen' class.
package org.aspectj.apache.bcel.generic
[+] ArrayType (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ArrayType. |
[+] affected methods (8)
ArrayType.ArrayType ( byte type, int dimensions ):
This constructor is from 'ArrayType' class.
ArrayType.ArrayType ( Type type, int dimensions ):
This constructor is from 'ArrayType' class.
ArrayType.ArrayType ( String class_name, int dimensions ):
This constructor is from 'ArrayType' class.
ArrayType.equals ( Object type ):
This method is from 'ArrayType' class.
ArrayType.getBasicType ( ):
This method is from 'ArrayType' class.
ArrayType.getDimensions ( ):
This method is from 'ArrayType' class.
ArrayType.getElementType ( ):
This method is from 'ArrayType' class.
ArrayType.hashcode ( ):
This method is from 'ArrayType' class.
[+] BasicType (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BasicType. |
[+] affected methods (2)
BasicType.equals ( Object type ):
This method is from 'BasicType' class.
BasicType.getType ( byte type ):
This method is from 'BasicType' class.
[+] BranchHandle (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BranchHandle. |
[+] affected methods (6)
BranchHandle.getPosition ( ):
This method is from 'BranchHandle' class.
BranchHandle.getTarget ( ):
This method is from 'BranchHandle' class.
BranchHandle.setInstruction ( Instruction i ):
This method is from 'BranchHandle' class.
BranchHandle.setTarget ( InstructionHandle ih ):
This method is from 'BranchHandle' class.
BranchHandle.updatePosition ( int offset, int max_offset ):
This method is from 'BranchHandle' class.
BranchHandle.updateTarget ( InstructionHandle old_ih, InstructionHandle new_ih ):
This method is from 'BranchHandle' class.
[+] ClassGen (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassGen. |
[+] affected methods (51)
ClassGen.addAnnotation ( org.aspectj.apache.bcel.classfile.annotation.AnnotationGen a ):
This method is from 'ClassGen' class.
ClassGen.addAttribute ( org.aspectj.apache.bcel.classfile.Attribute a ):
This method is from 'ClassGen' class.
ClassGen.addEmptyConstructor ( int access_flags ):
This method is from 'ClassGen' class.
ClassGen.addField ( org.aspectj.apache.bcel.classfile.Field f ):
This method is from 'ClassGen' class.
ClassGen.addInterface ( String name ):
This method is from 'ClassGen' class.
ClassGen.addMethod ( org.aspectj.apache.bcel.classfile.Method m ):
This method is from 'ClassGen' class.
ClassGen.ClassGen ( org.aspectj.apache.bcel.classfile.JavaClass clazz ):
This constructor is from 'ClassGen' class.
ClassGen.ClassGen ( String class_name, String super_class_name, String file_name, int access_flags, String[] interfaces ):
This constructor is from 'ClassGen' class.
ClassGen.ClassGen ( String class_name, String super_class_name, String file_name, int access_flags, String[] interfaces, org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This constructor is from 'ClassGen' class.
ClassGen.clone ( ):
This method is from 'ClassGen' class.
ClassGen.containsField ( org.aspectj.apache.bcel.classfile.Field f ):
This method is from 'ClassGen' class.
ClassGen.containsField ( String name ):
This method is from 'ClassGen' class.
ClassGen.containsMethod ( String name, String signature ):
This method is from 'ClassGen' class.
ClassGen.getAnnotations ( ):
This method is from 'ClassGen' class.
ClassGen.getAttribute ( String attributeName ):
This method is from 'ClassGen' class.
ClassGen.getAttributes ( ):
This method is from 'ClassGen' class.
ClassGen.getClassName ( ):
This method is from 'ClassGen' class.
ClassGen.getClassNameIndex ( ):
This method is from 'ClassGen' class.
ClassGen.getConstantPool ( ):
This method is from 'ClassGen' class.
ClassGen.getFields ( ):
This method is from 'ClassGen' class.
ClassGen.getFileName ( ):
This method is from 'ClassGen' class.
ClassGen.getInterfaceNames ( ):
This method is from 'ClassGen' class.
ClassGen.getInterfaces ( ):
This method is from 'ClassGen' class.
ClassGen.getJavaClass ( ):
This method is from 'ClassGen' class.
ClassGen.getMajor ( ):
This method is from 'ClassGen' class.
ClassGen.getMethodAt ( int pos ):
This method is from 'ClassGen' class.
ClassGen.getMethods ( ):
This method is from 'ClassGen' class.
ClassGen.getMinor ( ):
This method is from 'ClassGen' class.
ClassGen.getSUID ( ):
This method is from 'ClassGen' class.
ClassGen.getSuperclassName ( ):
This method is from 'ClassGen' class.
ClassGen.getSuperclassNameIndex ( ):
This method is from 'ClassGen' class.
ClassGen.hasAttribute ( String attributeName ):
This method is from 'ClassGen' class.
ClassGen.isAnnotation ( ):
This method is from 'ClassGen' class.
ClassGen.isEnum ( ):
This method is from 'ClassGen' class.
ClassGen.removeAnnotation ( org.aspectj.apache.bcel.classfile.annotation.AnnotationGen a ):
This method is from 'ClassGen' class.
ClassGen.removeAttribute ( org.aspectj.apache.bcel.classfile.Attribute a ):
This method is from 'ClassGen' class.
ClassGen.removeField ( org.aspectj.apache.bcel.classfile.Field f ):
This method is from 'ClassGen' class.
ClassGen.removeInterface ( String name ):
This method is from 'ClassGen' class.
ClassGen.removeMethod ( org.aspectj.apache.bcel.classfile.Method m ):
This method is from 'ClassGen' class.
ClassGen.replaceField ( org.aspectj.apache.bcel.classfile.Field old, org.aspectj.apache.bcel.classfile.Field new_ ):
This method is from 'ClassGen' class.
ClassGen.replaceMethod ( org.aspectj.apache.bcel.classfile.Method old, org.aspectj.apache.bcel.classfile.Method new_ ):
This method is from 'ClassGen' class.
ClassGen.setClassName ( String name ):
This method is from 'ClassGen' class.
ClassGen.setClassNameIndex ( int class_name_index ):
This method is from 'ClassGen' class.
ClassGen.setConstantPool ( org.aspectj.apache.bcel.classfile.ConstantPool constant_pool ):
This method is from 'ClassGen' class.
ClassGen.setFields ( org.aspectj.apache.bcel.classfile.Field[] fs ):
This method is from 'ClassGen' class.
ClassGen.setMajor ( int major ):
This method is from 'ClassGen' class.
ClassGen.setMethodAt ( org.aspectj.apache.bcel.classfile.Method method, int pos ):
This method is from 'ClassGen' class.
ClassGen.setMethods ( org.aspectj.apache.bcel.classfile.Method[] methods ):
This method is from 'ClassGen' class.
ClassGen.setMinor ( int minor ):
This method is from 'ClassGen' class.
ClassGen.setSuperclassName ( String name ):
This method is from 'ClassGen' class.
ClassGen.setSuperclassNameIndex ( int superclass_name_index ):
This method is from 'ClassGen' class.
[+] ClassGenException (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassGenException. |
[+] affected methods (2)
ClassGenException.ClassGenException ( ):
This constructor is from 'ClassGenException' class.
ClassGenException.ClassGenException ( String s ):
This constructor is from 'ClassGenException' class.
[+] CodeExceptionGen (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CodeExceptionGen. |
[+] affected methods (14)
CodeExceptionGen.clone ( ):
This method is from 'CodeExceptionGen' class.
CodeExceptionGen.CodeExceptionGen ( InstructionHandle start_pc, InstructionHandle end_pc, InstructionHandle handler_pc, ObjectType catch_type ):
This constructor is from 'CodeExceptionGen' class.
CodeExceptionGen.containsTarget ( InstructionHandle ih ):
This method is from 'CodeExceptionGen' class.
CodeExceptionGen.getCatchType ( ):
This method is from 'CodeExceptionGen' class.
CodeExceptionGen.getCodeException ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This method is from 'CodeExceptionGen' class.
CodeExceptionGen.getEndPC ( ):
This method is from 'CodeExceptionGen' class.
CodeExceptionGen.getHandlerPC ( ):
This method is from 'CodeExceptionGen' class.
CodeExceptionGen.getStartPC ( ):
This method is from 'CodeExceptionGen' class.
CodeExceptionGen.setCatchType ( ObjectType catch_type ):
This method is from 'CodeExceptionGen' class.
CodeExceptionGen.setEndPC ( InstructionHandle end_pc ):
This method is from 'CodeExceptionGen' class.
CodeExceptionGen.setHandlerPC ( InstructionHandle handler_pc ):
This method is from 'CodeExceptionGen' class.
CodeExceptionGen.setStartPC ( InstructionHandle start_pc ):
This method is from 'CodeExceptionGen' class.
CodeExceptionGen.toString ( ):
This method is from 'CodeExceptionGen' class.
CodeExceptionGen.updateTarget ( InstructionHandle old_ih, InstructionHandle new_ih ):
This method is from 'CodeExceptionGen' class.
[+] FieldGen (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FieldGen. |
[+] affected methods (8)
FieldGen.copy ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This method is from 'FieldGen' class.
FieldGen.FieldGen ( int access_flags, Type type, String name, org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This constructor is from 'FieldGen' class.
FieldGen.FieldGen ( org.aspectj.apache.bcel.classfile.Field field, org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This constructor is from 'FieldGen' class.
FieldGen.getField ( ):
This method is from 'FieldGen' class.
FieldGen.getInitialValue ( ):
This method is from 'FieldGen' class.
FieldGen.getSignature ( ):
This method is from 'FieldGen' class.
FieldGen.toString ( ):
This method is from 'FieldGen' class.
FieldGen.wipeValue ( ):
This method is from 'FieldGen' class.
[+] FieldGenOrMethodGen (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FieldGenOrMethodGen. |
[+] affected methods (19)
FieldGenOrMethodGen.addAnnotation ( org.aspectj.apache.bcel.classfile.annotation.AnnotationGen ag ):
This method is from 'FieldGenOrMethodGen' abstract class.
FieldGenOrMethodGen.addAnnotationsAsAttribute ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This method is from 'FieldGenOrMethodGen' abstract class.
FieldGenOrMethodGen.addAttribute ( org.aspectj.apache.bcel.classfile.Attribute a ):
This method is from 'FieldGenOrMethodGen' abstract class.
FieldGenOrMethodGen.clone ( ):
This method is from 'FieldGenOrMethodGen' abstract class.
FieldGenOrMethodGen.FieldGenOrMethodGen ( ):
This constructor is from 'FieldGenOrMethodGen' abstract class.
FieldGenOrMethodGen.getAnnotations ( ):
This method is from 'FieldGenOrMethodGen' abstract class.
FieldGenOrMethodGen.getAttributes ( ):
This method is from 'FieldGenOrMethodGen' abstract class.
FieldGenOrMethodGen.getAttributesImmutable ( ):
This method is from 'FieldGenOrMethodGen' abstract class.
FieldGenOrMethodGen.getConstantPool ( ):
This method is from 'FieldGenOrMethodGen' abstract class.
FieldGenOrMethodGen.getName ( ):
This method is from 'FieldGenOrMethodGen' abstract class.
FieldGenOrMethodGen.getSignature ( ):
This abstract method is from 'FieldGenOrMethodGen' abstract class.
FieldGenOrMethodGen.getType ( ):
This method is from 'FieldGenOrMethodGen' abstract class.
FieldGenOrMethodGen.removeAnnotation ( org.aspectj.apache.bcel.classfile.annotation.AnnotationGen ag ):
This method is from 'FieldGenOrMethodGen' abstract class.
FieldGenOrMethodGen.removeAnnotations ( ):
This method is from 'FieldGenOrMethodGen' abstract class.
FieldGenOrMethodGen.removeAttribute ( org.aspectj.apache.bcel.classfile.Attribute a ):
This method is from 'FieldGenOrMethodGen' abstract class.
FieldGenOrMethodGen.removeAttributes ( ):
This method is from 'FieldGenOrMethodGen' abstract class.
FieldGenOrMethodGen.setConstantPool ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This method is from 'FieldGenOrMethodGen' abstract class.
FieldGenOrMethodGen.setName ( String name ):
This method is from 'FieldGenOrMethodGen' abstract class.
FieldGenOrMethodGen.setType ( Type type ):
This method is from 'FieldGenOrMethodGen' abstract class.
[+] FieldInstruction (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FieldInstruction. |
[+] affected methods (8)
FieldInstruction.consumeStack ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):
This method is from 'FieldInstruction' class.
FieldInstruction.FieldInstruction ( short opcode, int index ):
This constructor is from 'FieldInstruction' class.
FieldInstruction.getFieldName ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):
This method is from 'FieldInstruction' class.
FieldInstruction.getFieldSize ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):
This method is from 'FieldInstruction' class.
FieldInstruction.getFieldType ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):
This method is from 'FieldInstruction' class.
FieldInstruction.getType ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):
This method is from 'FieldInstruction' class.
FieldInstruction.produceStack ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):
This method is from 'FieldInstruction' class.
FieldInstruction.toString ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This method is from 'FieldInstruction' class.
[+] FieldOrMethod (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FieldOrMethod. |
[+] affected methods (6)
FieldOrMethod.FieldOrMethod ( short opcode, int index ):
This constructor is from 'FieldOrMethod' abstract class.
FieldOrMethod.getClassName ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This method is from 'FieldOrMethod' abstract class.
FieldOrMethod.getClassType ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):
This method is from 'FieldOrMethod' abstract class.
FieldOrMethod.getLoadClassType ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):
This method is from 'FieldOrMethod' abstract class.
FieldOrMethod.getName ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This method is from 'FieldOrMethod' abstract class.
FieldOrMethod.getSignature ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This method is from 'FieldOrMethod' abstract class.
[+] IINC (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IINC. |
[+] affected methods (5)
IINC.dump ( java.io.DataOutputStream out ):
This method is from 'IINC' class.
IINC.getIncrement ( ):
This method is from 'IINC' class.
IINC.getLength ( ):
This method is from 'IINC' class.
IINC.IINC ( int n, int c, boolean w ):
This constructor is from 'IINC' class.
IINC.toString ( boolean verbose ):
This method is from 'IINC' class.
[+] Instruction (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Instruction. |
[+] affected methods (39)
Instruction.accept ( InstVisitor v ):
This method is from 'Instruction' class.
Instruction.assertSomething ( long flag ):
This method is from 'Instruction' class.
Instruction.consumeStack ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):
This method is from 'Instruction' class.
Instruction.containsTarget ( InstructionHandle ih ):
This method is from 'Instruction' class.
Instruction.copy ( ):
This method is from 'Instruction' class.
Instruction.dump ( java.io.DataOutputStream out ):
This method is from 'Instruction' class.
Instruction.equals ( Object that ):
This method is from 'Instruction' class.
Instruction.getExceptions ( ):
This method is from 'Instruction' class.
Instruction.getIndex ( ):
This method is from 'Instruction' class.
Instruction.getLength ( ):
This method is from 'Instruction' class.
Instruction.getLoadClassType ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):
This method is from 'Instruction' class.
Instruction.getName ( ):
This method is from 'Instruction' class.
Instruction.getOpcode ( ):
This method is from 'Instruction' class.
Instruction.getType ( ):
This method is from 'Instruction' class.
Instruction.getType ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This method is from 'Instruction' class.
Instruction.getValue ( ):
This method is from 'Instruction' class.
Instruction.getValue ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):
This method is from 'Instruction' class.
Instruction.Instruction ( short opcode ):
This constructor is from 'Instruction' class.
Instruction.isALOAD ( ):
This method is from 'Instruction' class.
Instruction.isArrayCreationInstruction ( ):
This method is from 'Instruction' class.
Instruction.isASTORE ( ):
This method is from 'Instruction' class.
Instruction.isConstantInstruction ( ):
This method is from 'Instruction' class.
Instruction.isConstantPoolInstruction ( ):
This method is from 'Instruction' class.
Instruction.isGoto ( ):
This method is from 'Instruction' class.
Instruction.isIndexedInstruction ( ):
This method is from 'Instruction' class.
Instruction.isJsrInstruction ( ):
This method is from 'Instruction' class.
Instruction.isLoadInstruction ( ):
This method is from 'Instruction' class.
Instruction.isLocalVariableInstruction ( ):
This method is from 'Instruction' class.
Instruction.isReturnInstruction ( ):
This method is from 'Instruction' class.
Instruction.isStackConsumer ( ):
This method is from 'Instruction' class.
Instruction.isStackProducer ( ):
This method is from 'Instruction' class.
Instruction.isStoreInstruction ( ):
This method is from 'Instruction' class.
Instruction.produceStack ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):
This method is from 'Instruction' class.
Instruction.readInstruction ( org.aspectj.apache.bcel.util.ByteSequence bytes ):
This method is from 'Instruction' class.
Instruction.setIndex ( int i ):
This method is from 'Instruction' class.
Instruction.toString ( ):
This method is from 'Instruction' class.
Instruction.toString ( boolean verbose ):
This method is from 'Instruction' class.
Instruction.toString ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This method is from 'Instruction' class.
Instruction.updateTarget ( InstructionHandle old_ih, InstructionHandle new_ih ):
This method is from 'Instruction' class.
[+] InstructionBranch (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InstructionBranch. |
[+] affected methods (15)
InstructionBranch.containsTarget ( InstructionHandle ih ):
This method is from 'InstructionBranch' class.
InstructionBranch.dump ( java.io.DataOutputStream out ):
This method is from 'InstructionBranch' class.
InstructionBranch.getIndex ( ):
This method is from 'InstructionBranch' class.
InstructionBranch.getTarget ( ):
This method is from 'InstructionBranch' class.
InstructionBranch.getTargetOffset ( ):
This method is from 'InstructionBranch' class.
InstructionBranch.getType ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This method is from 'InstructionBranch' class.
InstructionBranch.InstructionBranch ( short opcode ):
This constructor is from 'InstructionBranch' class.
InstructionBranch.InstructionBranch ( short opcode, int index ):
This constructor is from 'InstructionBranch' class.
InstructionBranch.InstructionBranch ( short opcode, InstructionHandle target ):
This constructor is from 'InstructionBranch' class.
InstructionBranch.isIfInstruction ( ):
This method is from 'InstructionBranch' class.
InstructionBranch.physicalSuccessor ( ):
This method is from 'InstructionBranch' class.
InstructionBranch.setTarget ( InstructionHandle target ):
This method is from 'InstructionBranch' class.
InstructionBranch.toString ( boolean verbose ):
This method is from 'InstructionBranch' class.
InstructionBranch.updatePosition ( int offset, int max_offset ):
This method is from 'InstructionBranch' class.
InstructionBranch.updateTarget ( InstructionHandle old_ih, InstructionHandle new_ih ):
This method is from 'InstructionBranch' class.
[+] InstructionByte (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InstructionByte. |
[+] affected methods (5)
InstructionByte.dump ( java.io.DataOutputStream out ):
This method is from 'InstructionByte' class.
InstructionByte.getType ( ):
This method is from 'InstructionByte' class.
InstructionByte.getTypecode ( ):
This method is from 'InstructionByte' class.
InstructionByte.InstructionByte ( short opcode, byte b ):
This constructor is from 'InstructionByte' class.
InstructionByte.toString ( boolean verbose ):
This method is from 'InstructionByte' class.
[+] InstructionCLV (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InstructionCLV. |
[+] affected methods (3)
InstructionCLV.InstructionCLV ( short opcode ):
This constructor is from 'InstructionCLV' class.
InstructionCLV.InstructionCLV ( short opcode, int localVariableIndex ):
This constructor is from 'InstructionCLV' class.
InstructionCLV.setIndex ( int localVariableIndex ):
This method is from 'InstructionCLV' class.
[+] InstructionComparator (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InstructionComparator. |
[+] affected methods (1)
InstructionComparator.equals ( Instruction p1, Instruction p2 ):
This abstract method is from 'InstructionComparator' interface.
[+] InstructionCP (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InstructionCP. |
[+] affected methods (10)
InstructionCP.dump ( java.io.DataOutputStream out ):
This method is from 'InstructionCP' class.
InstructionCP.getExceptions ( ):
This method is from 'InstructionCP' class.
InstructionCP.getIndex ( ):
This method is from 'InstructionCP' class.
InstructionCP.getLength ( ):
This method is from 'InstructionCP' class.
InstructionCP.getType ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):
This method is from 'InstructionCP' class.
InstructionCP.getValue ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):
This method is from 'InstructionCP' class.
InstructionCP.InstructionCP ( short opcode, int index ):
This constructor is from 'InstructionCP' class.
InstructionCP.setIndex ( int index ):
This method is from 'InstructionCP' class.
InstructionCP.toString ( boolean verbose ):
This method is from 'InstructionCP' class.
InstructionCP.toString ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This method is from 'InstructionCP' class.
[+] InstructionFactory (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InstructionFactory. |
[+] affected methods (45)
InstructionFactory.createALOAD ( int n ):
This method is from 'InstructionFactory' class.
InstructionFactory.createArrayLoad ( Type type ):
This method is from 'InstructionFactory' class.
InstructionFactory.createArrayStore ( Type type ):
This method is from 'InstructionFactory' class.
InstructionFactory.createASTORE ( int n ):
This method is from 'InstructionFactory' class.
InstructionFactory.createBranchInstruction ( short opcode, InstructionHandle target ):
This method is from 'InstructionFactory' class.
InstructionFactory.createCast ( Type src_type, Type dest_type ):
This method is from 'InstructionFactory' class.
InstructionFactory.createCheckCast ( ReferenceType t ):
This method is from 'InstructionFactory' class.
InstructionFactory.createConstant ( Object value ):
This method is from 'InstructionFactory' class.
InstructionFactory.createDup ( int size ):
This method is from 'InstructionFactory' class.
InstructionFactory.createDup_1 ( int size ):
This method is from 'InstructionFactory' class.
InstructionFactory.createDup_2 ( int size ):
This method is from 'InstructionFactory' class.
InstructionFactory.createFieldAccess ( String class_name, String name, Type type, short kind ):
This method is from 'InstructionFactory' class.
InstructionFactory.createGetField ( String class_name, String name, Type t ):
This method is from 'InstructionFactory' class.
InstructionFactory.createGetStatic ( String class_name, String name, Type t ):
This method is from 'InstructionFactory' class.
InstructionFactory.createInstanceOf ( ReferenceType t ):
This method is from 'InstructionFactory' class.
InstructionFactory.createInvoke ( String class_name, String name, Type ret_type, Type[] arg_types, short kind ):
This method is from 'InstructionFactory' class.
InstructionFactory.createInvoke ( String class_name, String name, String signature, short kind ):
This method is from 'InstructionFactory' class.
InstructionFactory.createLoad ( Type type, int index ):
This method is from 'InstructionFactory' class.
InstructionFactory.createNew ( ObjectType t ):
This method is from 'InstructionFactory' class.
InstructionFactory.createNew ( String s ):
This method is from 'InstructionFactory' class.
InstructionFactory.createNewArray ( Type t, short dim ):
This method is from 'InstructionFactory' class.
InstructionFactory.createNull ( Type type ):
This method is from 'InstructionFactory' class.
InstructionFactory.createPop ( int size ):
This method is from 'InstructionFactory' class.
InstructionFactory.createPutField ( String class_name, String name, Type t ):
This method is from 'InstructionFactory' class.
InstructionFactory.createPutStatic ( String class_name, String name, Type t ):
This method is from 'InstructionFactory' class.
InstructionFactory.createReturn ( Type type ):
This method is from 'InstructionFactory' class.
InstructionFactory.createStore ( Type type, int index ):
This method is from 'InstructionFactory' class.
InstructionFactory.createThis ( ):
This method is from 'InstructionFactory' class.
InstructionFactory.getClassGen ( ):
This method is from 'InstructionFactory' class.
InstructionFactory.getConstantPool ( ):
This method is from 'InstructionFactory' class.
InstructionFactory.InstructionFactory ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This constructor is from 'InstructionFactory' class.
InstructionFactory.InstructionFactory ( ClassGen cg ):
This constructor is from 'InstructionFactory' class.
InstructionFactory.InstructionFactory ( ClassGen cg, org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This constructor is from 'InstructionFactory' class.
InstructionFactory.PUSH ( org.aspectj.apache.bcel.classfile.ConstantPool cp, Boolean value ):
This method is from 'InstructionFactory' class.
InstructionFactory.PUSH ( org.aspectj.apache.bcel.classfile.ConstantPool cp, boolean value ):
This method is from 'InstructionFactory' class.
InstructionFactory.PUSH ( org.aspectj.apache.bcel.classfile.ConstantPool cp, Character value ):
This method is from 'InstructionFactory' class.
InstructionFactory.PUSH ( org.aspectj.apache.bcel.classfile.ConstantPool cp, double value ):
This method is from 'InstructionFactory' class.
InstructionFactory.PUSH ( org.aspectj.apache.bcel.classfile.ConstantPool cp, float value ):
This method is from 'InstructionFactory' class.
InstructionFactory.PUSH ( org.aspectj.apache.bcel.classfile.ConstantPool cp, int value ):
This method is from 'InstructionFactory' class.
InstructionFactory.PUSH ( org.aspectj.apache.bcel.classfile.ConstantPool cp, long value ):
This method is from 'InstructionFactory' class.
InstructionFactory.PUSH ( org.aspectj.apache.bcel.classfile.ConstantPool cp, Number value ):
This method is from 'InstructionFactory' class.
InstructionFactory.PUSH ( org.aspectj.apache.bcel.classfile.ConstantPool cp, ObjectType t ):
This method is from 'InstructionFactory' class.
InstructionFactory.PUSH ( org.aspectj.apache.bcel.classfile.ConstantPool cp, String value ):
This method is from 'InstructionFactory' class.
InstructionFactory.setClassGen ( ClassGen c ):
This method is from 'InstructionFactory' class.
InstructionFactory.setConstantPool ( org.aspectj.apache.bcel.classfile.ConstantPool c ):
This method is from 'InstructionFactory' class.
[+] InstructionHandle (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InstructionHandle. |
[+] affected methods (16)
InstructionHandle.accept ( InstVisitor v ):
This method is from 'InstructionHandle' class.
InstructionHandle.addTargeter ( InstructionTargeter t ):
This method is from 'InstructionHandle' class.
InstructionHandle.getInstruction ( ):
This method is from 'InstructionHandle' class.
InstructionHandle.getNext ( ):
This method is from 'InstructionHandle' class.
InstructionHandle.getPosition ( ):
This method is from 'InstructionHandle' class.
InstructionHandle.getPrev ( ):
This method is from 'InstructionHandle' class.
InstructionHandle.getTargeters ( ):
This method is from 'InstructionHandle' class.
InstructionHandle.hasTargeters ( ):
This method is from 'InstructionHandle' class.
InstructionHandle.InstructionHandle ( Instruction i ):
This constructor is from 'InstructionHandle' class.
InstructionHandle.removeAllTargeters ( ):
This method is from 'InstructionHandle' class.
InstructionHandle.removeTargeter ( InstructionTargeter t ):
This method is from 'InstructionHandle' class.
InstructionHandle.setInstruction ( Instruction i ):
This method is from 'InstructionHandle' class.
InstructionHandle.swapInstruction ( Instruction i ):
This method is from 'InstructionHandle' class.
InstructionHandle.toString ( ):
This method is from 'InstructionHandle' class.
InstructionHandle.toString ( boolean verbose ):
This method is from 'InstructionHandle' class.
InstructionHandle.updatePosition ( int offset, int max_offset ):
This method is from 'InstructionHandle' class.
[+] InstructionList (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InstructionList. |
[+] affected methods (53)
InstructionList.append ( Instruction i ):
This method is from 'InstructionList' class.
InstructionList.append ( Instruction i, Instruction j ):
This method is from 'InstructionList' class.
InstructionList.append ( Instruction i, InstructionList il ):
This method is from 'InstructionList' class.
InstructionList.append ( InstructionBranch i ):
This method is from 'InstructionList' class.
InstructionList.append ( InstructionHandle ih, Instruction i ):
This method is from 'InstructionList' class.
InstructionList.append ( InstructionHandle ih, InstructionBranch i ):
This method is from 'InstructionList' class.
InstructionList.append ( InstructionHandle ih, InstructionList il ):
This method is from 'InstructionList' class.
InstructionList.append ( InstructionList il ):
This method is from 'InstructionList' class.
InstructionList.contains ( Instruction i ):
This method is from 'InstructionList' class.
InstructionList.contains ( InstructionHandle i ):
This method is from 'InstructionList' class.
InstructionList.copy ( ):
This method is from 'InstructionList' class.
InstructionList.delete ( Instruction from, Instruction to ):
This method is from 'InstructionList' class.
InstructionList.delete ( InstructionHandle from, InstructionHandle to ):
This method is from 'InstructionList' class.
InstructionList.delete ( InstructionHandle ih ):
This method is from 'InstructionList' class.
InstructionList.dispose ( ):
This method is from 'InstructionList' class.
InstructionList.findHandle ( int pos ):
This method is from 'InstructionList' class.
InstructionList.findHandle ( int pos, InstructionHandle[] instructionArray ):
This method is from 'InstructionList' class.
InstructionList.findHandle ( int pos, InstructionHandle[] instructionArray, boolean useClosestApproximationIfNoExactFound ):
This method is from 'InstructionList' class.
InstructionList.findHandle ( InstructionHandle[] ihs, int[] pos, int count, int target ):
This method is from 'InstructionList' class.
InstructionList.findHandle ( InstructionHandle[] ihs, int[] pos, int count, int target, boolean returnClosestIfNoExactMatch ):
This method is from 'InstructionList' class.
InstructionList.getByteCode ( ):
This method is from 'InstructionList' class.
InstructionList.getEnd ( ):
This method is from 'InstructionList' class.
InstructionList.getInstructionHandles ( ):
This method is from 'InstructionList' class.
InstructionList.getInstructionPositions ( ):
This method is from 'InstructionList' class.
InstructionList.getInstructions ( ):
This method is from 'InstructionList' class.
InstructionList.getInstructionsAsArray ( ):
This method is from 'InstructionList' class.
InstructionList.getLength ( ):
This method is from 'InstructionList' class.
InstructionList.getStart ( ):
This method is from 'InstructionList' class.
InstructionList.insert ( Instruction i ):
This method is from 'InstructionList' class.
InstructionList.insert ( Instruction i, Instruction j ):
This method is from 'InstructionList' class.
InstructionList.insert ( Instruction i, InstructionList il ):
This method is from 'InstructionList' class.
InstructionList.insert ( InstructionBranch i ):
This method is from 'InstructionList' class.
InstructionList.insert ( InstructionHandle ih, Instruction i ):
This method is from 'InstructionList' class.
InstructionList.insert ( InstructionHandle ih, InstructionBranch i ):
This method is from 'InstructionList' class.
InstructionList.insert ( InstructionHandle ih, InstructionList il ):
This method is from 'InstructionList' class.
InstructionList.insert ( InstructionList il ):
This method is from 'InstructionList' class.
InstructionList.InstructionList ( ):
This constructor is from 'InstructionList' class.
InstructionList.InstructionList ( byte[] code ):
This constructor is from 'InstructionList' class.
InstructionList.InstructionList ( Instruction i ):
This constructor is from 'InstructionList' class.
InstructionList.InstructionList ( InstructionBranch i ):
This constructor is from 'InstructionList' class.
InstructionList.isEmpty ( ):
This method is from 'InstructionList' class.
InstructionList.iterator ( ):
This method is from 'InstructionList' class.
InstructionList.move ( InstructionHandle ih, InstructionHandle target ):
This method is from 'InstructionList' class.
InstructionList.move ( InstructionHandle start, InstructionHandle end, InstructionHandle target ):
This method is from 'InstructionList' class.
InstructionList.redirectBranches ( InstructionHandle old_target, InstructionHandle new_target ):
This method is from 'InstructionList' class.
InstructionList.redirectExceptionHandlers ( CodeExceptionGen[] exceptions, InstructionHandle old_target, InstructionHandle new_target ):
This method is from 'InstructionList' class.
InstructionList.redirectLocalVariables ( LocalVariableGen[] lg, InstructionHandle old_target, InstructionHandle new_target ):
This method is from 'InstructionList' class.
InstructionList.replaceConstantPool ( org.aspectj.apache.bcel.classfile.ConstantPool old_cp, org.aspectj.apache.bcel.classfile.ConstantPool new_cp ):
This method is from 'InstructionList' class.
InstructionList.setPositions ( ):
This method is from 'InstructionList' class.
InstructionList.setPositions ( boolean check ):
This method is from 'InstructionList' class.
InstructionList.size ( ):
This method is from 'InstructionList' class.
InstructionList.toString ( ):
This method is from 'InstructionList' class.
InstructionList.toString ( boolean verbose ):
This method is from 'InstructionList' class.
[+] InstructionLV (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InstructionLV. |
[+] affected methods (9)
InstructionLV.dump ( java.io.DataOutputStream out ):
This method is from 'InstructionLV' class.
InstructionLV.getIndex ( ):
This method is from 'InstructionLV' class.
InstructionLV.getLength ( ):
This method is from 'InstructionLV' class.
InstructionLV.InstructionLV ( short opcode ):
This constructor is from 'InstructionLV' class.
InstructionLV.InstructionLV ( short opcode, int lvar ):
This constructor is from 'InstructionLV' class.
InstructionLV.isALOAD ( ):
This method is from 'InstructionLV' class.
InstructionLV.isASTORE ( ):
This method is from 'InstructionLV' class.
InstructionLV.setIndex ( int i ):
This method is from 'InstructionLV' class.
InstructionLV.toString ( boolean verbose ):
This method is from 'InstructionLV' class.
[+] InstructionSelect (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InstructionSelect. |
[+] affected methods (12)
InstructionSelect.containsTarget ( InstructionHandle ih ):
This method is from 'InstructionSelect' abstract class.
InstructionSelect.dump ( java.io.DataOutputStream out ):
This method is from 'InstructionSelect' abstract class.
InstructionSelect.getIndices ( ):
This method is from 'InstructionSelect' abstract class.
InstructionSelect.getLength ( ):
This method is from 'InstructionSelect' abstract class.
InstructionSelect.getMatchs ( ):
This method is from 'InstructionSelect' abstract class.
InstructionSelect.getTargetOffset ( InstructionHandle target ):
This method is from 'InstructionSelect' abstract class.
InstructionSelect.getTargets ( ):
This method is from 'InstructionSelect' abstract class.
InstructionSelect.InstructionSelect ( short opcode, org.aspectj.apache.bcel.util.ByteSequence bytes ):
This constructor is from 'InstructionSelect' abstract class.
InstructionSelect.setTarget ( int i, InstructionHandle target ):
This method is from 'InstructionSelect' abstract class.
InstructionSelect.toString ( boolean verbose ):
This method is from 'InstructionSelect' abstract class.
InstructionSelect.updatePosition ( int offset, int max_offset ):
This method is from 'InstructionSelect' abstract class.
InstructionSelect.updateTarget ( InstructionHandle old_ih, InstructionHandle new_ih ):
This method is from 'InstructionSelect' abstract class.
[+] InstructionShort (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InstructionShort. |
[+] affected methods (3)
InstructionShort.dump ( java.io.DataOutputStream out ):
This method is from 'InstructionShort' class.
InstructionShort.InstructionShort ( short opcode, short s ):
This constructor is from 'InstructionShort' class.
InstructionShort.toString ( boolean verbose ):
This method is from 'InstructionShort' class.
[+] InstructionTargeter (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InstructionTargeter. |
[+] affected methods (2)
InstructionTargeter.containsTarget ( InstructionHandle p1 ):
This abstract method is from 'InstructionTargeter' interface.
InstructionTargeter.updateTarget ( InstructionHandle p1, InstructionHandle p2 ):
This abstract method is from 'InstructionTargeter' interface.
[+] InstVisitor (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InstVisitor. |
[+] affected methods (180)
InstVisitor.visitAALOAD ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitAASTORE ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitACONST_NULL ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitAllocationInstruction ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitALOAD ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitANEWARRAY ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitARETURN ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitArithmeticInstruction ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitArrayInstruction ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitARRAYLENGTH ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitASTORE ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitATHROW ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitBALOAD ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitBASTORE ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitBIPUSH ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitBranchInstruction ( InstructionBranch p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitBREAKPOINT ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitCALOAD ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitCASTORE ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitCHECKCAST ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitConstantPushInstruction ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitConversionInstruction ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitCPInstruction ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitD2F ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitD2I ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitD2L ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitDADD ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitDALOAD ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitDASTORE ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitDCMPG ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitDCMPL ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitDCONST ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitDDIV ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitDLOAD ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitDMUL ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitDNEG ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitDREM ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitDRETURN ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitDSTORE ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitDSUB ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitDUP ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitDUP2 ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitDUP2_X1 ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitDUP2_X2 ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitDUP_X1 ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitDUP_X2 ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitExceptionThrower ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitF2D ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitF2I ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitF2L ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitFADD ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitFALOAD ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitFASTORE ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitFCMPG ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitFCMPL ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitFCONST ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitFDIV ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitFieldInstruction ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitFieldOrMethod ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitFLOAD ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitFMUL ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitFNEG ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitFREM ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitFRETURN ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitFSTORE ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitFSUB ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitGETFIELD ( FieldInstruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitGETSTATIC ( FieldInstruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitGOTO ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitGOTO_W ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitGotoInstruction ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitI2B ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitI2C ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitI2D ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitI2F ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitI2L ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitI2S ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIADD ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIALOAD ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIAND ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIASTORE ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitICONST ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIDIV ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIF_ACMPEQ ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIF_ACMPNE ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIF_ICMPEQ ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIF_ICMPGE ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIF_ICMPGT ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIF_ICMPLE ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIF_ICMPLT ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIF_ICMPNE ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIFEQ ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIFGE ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIFGT ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIfInstruction ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIFLE ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIFLT ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIFNE ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIFNONNULL ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIFNULL ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIINC ( IINC p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitILOAD ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIMPDEP1 ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIMPDEP2 ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIMUL ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitINEG ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitINSTANCEOF ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitInvokeInstruction ( InvokeInstruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitINVOKEINTERFACE ( INVOKEINTERFACE p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitINVOKESPECIAL ( InvokeInstruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitINVOKESTATIC ( InvokeInstruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitINVOKEVIRTUAL ( InvokeInstruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIOR ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIREM ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIRETURN ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitISHL ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitISHR ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitISTORE ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitISUB ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIUSHR ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitIXOR ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitJSR ( InstructionBranch p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitJSR_W ( InstructionBranch p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitJsrInstruction ( InstructionBranch p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitL2D ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitL2F ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitL2I ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitLADD ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitLALOAD ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitLAND ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitLASTORE ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitLCMP ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitLCONST ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitLDC ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitLDC2_W ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitLDIV ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitLLOAD ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitLMUL ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitLNEG ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitLoadClass ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitLoadInstruction ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitLocalVariableInstruction ( InstructionLV p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitLOOKUPSWITCH ( LOOKUPSWITCH p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitLOR ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitLREM ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitLRETURN ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitLSHL ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitLSHR ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitLSTORE ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitLSUB ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitLUSHR ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitLXOR ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitMONITORENTER ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitMONITOREXIT ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitMULTIANEWARRAY ( MULTIANEWARRAY p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitNEW ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitNEWARRAY ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitNOP ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitPOP ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitPOP2 ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitPopInstruction ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitPushInstruction ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitPUTFIELD ( FieldInstruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitPUTSTATIC ( FieldInstruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitRET ( RET p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitRETURN ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitReturnInstruction ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitSALOAD ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitSASTORE ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitSelect ( InstructionSelect p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitSIPUSH ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitStackConsumer ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitStackInstruction ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitStackProducer ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitStoreInstruction ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitSWAP ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitTABLESWITCH ( TABLESWITCH p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitTypedInstruction ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitUnconditionalBranch ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
InstVisitor.visitVariableLengthInstruction ( Instruction p1 ):
This abstract method is from 'InstVisitor' interface.
[+] InvokeInstruction (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InvokeInstruction. |
[+] affected methods (8)
InvokeInstruction.consumeStack ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):
This method is from 'InvokeInstruction' class.
InvokeInstruction.getArgumentTypes ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):
This method is from 'InvokeInstruction' class.
InvokeInstruction.getMethodName ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):
This method is from 'InvokeInstruction' class.
InvokeInstruction.getReturnType ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):
This method is from 'InvokeInstruction' class.
InvokeInstruction.getType ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):
This method is from 'InvokeInstruction' class.
InvokeInstruction.InvokeInstruction ( short opcode, int index ):
This constructor is from 'InvokeInstruction' class.
InvokeInstruction.produceStack ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):
This method is from 'InvokeInstruction' class.
InvokeInstruction.toString ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This method is from 'InvokeInstruction' class.
[+] INVOKEINTERFACE (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class INVOKEINTERFACE. |
[+] affected methods (5)
INVOKEINTERFACE.consumeStack ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):
This method is from 'INVOKEINTERFACE' class.
INVOKEINTERFACE.dump ( java.io.DataOutputStream out ):
This method is from 'INVOKEINTERFACE' class.
INVOKEINTERFACE.getCount ( ):
This method is from 'INVOKEINTERFACE' class.
INVOKEINTERFACE.INVOKEINTERFACE ( int index, int nargs, int zerobyte ):
This constructor is from 'INVOKEINTERFACE' class.
INVOKEINTERFACE.toString ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This method is from 'INVOKEINTERFACE' class.
[+] LineNumberGen (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LineNumberGen. |
[+] affected methods (9)
LineNumberGen.clone ( ):
This method is from 'LineNumberGen' class.
LineNumberGen.containsTarget ( InstructionHandle ih ):
This method is from 'LineNumberGen' class.
LineNumberGen.getInstruction ( ):
This method is from 'LineNumberGen' class.
LineNumberGen.getLineNumber ( ):
This method is from 'LineNumberGen' class.
LineNumberGen.getSourceLine ( ):
This method is from 'LineNumberGen' class.
LineNumberGen.LineNumberGen ( InstructionHandle ih, int src_line ):
This constructor is from 'LineNumberGen' class.
LineNumberGen.setInstruction ( InstructionHandle ih ):
This method is from 'LineNumberGen' class.
LineNumberGen.setSourceLine ( int src_line ):
This method is from 'LineNumberGen' class.
LineNumberGen.updateTarget ( InstructionHandle old_ih, InstructionHandle new_ih ):
This method is from 'LineNumberGen' class.
[+] LineNumberTag (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LineNumberTag. |
[+] affected methods (5)
LineNumberTag.equals ( Object other ):
This method is from 'LineNumberTag' class.
LineNumberTag.getLineNumber ( ):
This method is from 'LineNumberTag' class.
LineNumberTag.hashCode ( ):
This method is from 'LineNumberTag' class.
LineNumberTag.LineNumberTag ( int lineNumber ):
This constructor is from 'LineNumberTag' class.
LineNumberTag.toString ( ):
This method is from 'LineNumberTag' class.
[+] LocalVariableGen (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LocalVariableGen. |
[+] affected methods (17)
LocalVariableGen.clone ( ):
This method is from 'LocalVariableGen' class.
LocalVariableGen.containsTarget ( InstructionHandle ih ):
This method is from 'LocalVariableGen' class.
LocalVariableGen.equals ( Object o ):
This method is from 'LocalVariableGen' class.
LocalVariableGen.getEnd ( ):
This method is from 'LocalVariableGen' class.
LocalVariableGen.getIndex ( ):
This method is from 'LocalVariableGen' class.
LocalVariableGen.getLocalVariable ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This method is from 'LocalVariableGen' class.
LocalVariableGen.getName ( ):
This method is from 'LocalVariableGen' class.
LocalVariableGen.getStart ( ):
This method is from 'LocalVariableGen' class.
LocalVariableGen.getType ( ):
This method is from 'LocalVariableGen' class.
LocalVariableGen.LocalVariableGen ( int index, String name, Type type, InstructionHandle start, InstructionHandle end ):
This constructor is from 'LocalVariableGen' class.
LocalVariableGen.setEnd ( InstructionHandle end ):
This method is from 'LocalVariableGen' class.
LocalVariableGen.setIndex ( int index ):
This method is from 'LocalVariableGen' class.
LocalVariableGen.setName ( String name ):
This method is from 'LocalVariableGen' class.
LocalVariableGen.setStart ( InstructionHandle start ):
This method is from 'LocalVariableGen' class.
LocalVariableGen.setType ( Type type ):
This method is from 'LocalVariableGen' class.
LocalVariableGen.toString ( ):
This method is from 'LocalVariableGen' class.
LocalVariableGen.updateTarget ( InstructionHandle old_ih, InstructionHandle new_ih ):
This method is from 'LocalVariableGen' class.
[+] LocalVariableTag (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LocalVariableTag. |
[+] affected methods (11)
LocalVariableTag.equals ( Object other ):
This method is from 'LocalVariableTag' class.
LocalVariableTag.getName ( ):
This method is from 'LocalVariableTag' class.
LocalVariableTag.getRealType ( ):
This method is from 'LocalVariableTag' class.
LocalVariableTag.getSlot ( ):
This method is from 'LocalVariableTag' class.
LocalVariableTag.getType ( ):
This method is from 'LocalVariableTag' class.
LocalVariableTag.hashCode ( ):
This method is from 'LocalVariableTag' class.
LocalVariableTag.isRemapped ( ):
This method is from 'LocalVariableTag' class.
LocalVariableTag.LocalVariableTag ( Type t, String sig, String name, int slot, int startPosition ):
This constructor is from 'LocalVariableTag' class.
LocalVariableTag.LocalVariableTag ( String sig, String name, int slot, int startPosition ):
This constructor is from 'LocalVariableTag' class.
LocalVariableTag.toString ( ):
This method is from 'LocalVariableTag' class.
LocalVariableTag.updateSlot ( int newSlot ):
This method is from 'LocalVariableTag' class.
[+] LOOKUPSWITCH (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LOOKUPSWITCH. |
[+] affected methods (3)
LOOKUPSWITCH.dump ( java.io.DataOutputStream out ):
This method is from 'LOOKUPSWITCH' class.
LOOKUPSWITCH.LOOKUPSWITCH ( int[] match, InstructionHandle[] targets, InstructionHandle target ):
This constructor is from 'LOOKUPSWITCH' class.
LOOKUPSWITCH.LOOKUPSWITCH ( org.aspectj.apache.bcel.util.ByteSequence bytes ):
This constructor is from 'LOOKUPSWITCH' class.
[+] MethodGen (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MethodGen. |
[+] affected methods (55)
MethodGen.addCodeAttribute ( org.aspectj.apache.bcel.classfile.Attribute a ):
This method is from 'MethodGen' class.
MethodGen.addException ( String class_name ):
This method is from 'MethodGen' class.
MethodGen.addExceptionHandler ( InstructionHandle start_pc, InstructionHandle end_pc, InstructionHandle handler_pc, ObjectType catch_type ):
This method is from 'MethodGen' class.
MethodGen.addLineNumber ( InstructionHandle ih, int src_line ):
This method is from 'MethodGen' class.
MethodGen.addLocalVariable ( String name, Type type, int slot, InstructionHandle start, InstructionHandle end ):
This method is from 'MethodGen' class.
MethodGen.addLocalVariable ( String name, Type type, InstructionHandle start, InstructionHandle end ):
This method is from 'MethodGen' class.
MethodGen.addParameterAnnotation ( int parameterIndex, org.aspectj.apache.bcel.classfile.annotation.AnnotationGen annotation ):
This method is from 'MethodGen' class.
MethodGen.addParameterAnnotationsAsAttribute ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This method is from 'MethodGen' class.
MethodGen.copy ( String class_name, org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This method is from 'MethodGen' class.
MethodGen.getAnnotationsOnParameter ( int i ):
This method is from 'MethodGen' class.
MethodGen.getArgumentName ( int i ):
This method is from 'MethodGen' class.
MethodGen.getArgumentNames ( ):
This method is from 'MethodGen' class.
MethodGen.getArgumentType ( int i ):
This method is from 'MethodGen' class.
MethodGen.getArgumentTypes ( ):
This method is from 'MethodGen' class.
MethodGen.getClassName ( ):
This method is from 'MethodGen' class.
MethodGen.getCodeAttributes ( ):
This method is from 'MethodGen' class.
MethodGen.getExceptionHandlers ( ):
This method is from 'MethodGen' class.
MethodGen.getExceptions ( ):
This method is from 'MethodGen' class.
MethodGen.getHighestlinenumber ( ):
This method is from 'MethodGen' class.
MethodGen.getInstructionList ( ):
This method is from 'MethodGen' class.
MethodGen.getLineNumbers ( ):
This method is from 'MethodGen' class.
MethodGen.getLineNumberTable ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This method is from 'MethodGen' class.
MethodGen.getLocalVariables ( ):
This method is from 'MethodGen' class.
MethodGen.getMaxLocals ( ):
This method is from 'MethodGen' class.
MethodGen.getMaxStack ( ):
This method is from 'MethodGen' class.
MethodGen.getMaxStack ( org.aspectj.apache.bcel.classfile.ConstantPool cp, InstructionList il, CodeExceptionGen[] et ):
This method is from 'MethodGen' class.
MethodGen.getMethod ( ):
This method is from 'MethodGen' class.
MethodGen.getReturnType ( ):
This method is from 'MethodGen' class.
MethodGen.getSignature ( ):
This method is from 'MethodGen' class.
MethodGen.MethodGen ( int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This constructor is from 'MethodGen' class.
MethodGen.MethodGen ( org.aspectj.apache.bcel.classfile.Method m, String class_name, org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This constructor is from 'MethodGen' class.
MethodGen.MethodGen ( org.aspectj.apache.bcel.classfile.Method p1, String p2, org.aspectj.apache.bcel.classfile.ConstantPool p3, boolean p4 ):
This constructor is from 'MethodGen' class.
MethodGen.removeCodeAttribute ( org.aspectj.apache.bcel.classfile.Attribute a ):
This method is from 'MethodGen' class.
MethodGen.removeCodeAttributes ( ):
This method is from 'MethodGen' class.
MethodGen.removeException ( String c ):
This method is from 'MethodGen' class.
MethodGen.removeExceptionHandler ( CodeExceptionGen c ):
This method is from 'MethodGen' class.
MethodGen.removeExceptionHandlers ( ):
This method is from 'MethodGen' class.
MethodGen.removeExceptions ( ):
This method is from 'MethodGen' class.
MethodGen.removeLineNumber ( LineNumberGen l ):
This method is from 'MethodGen' class.
MethodGen.removeLineNumbers ( ):
This method is from 'MethodGen' class.
MethodGen.removeLocalVariable ( LocalVariableGen l ):
This method is from 'MethodGen' class.
MethodGen.removeLocalVariables ( ):
This method is from 'MethodGen' class.
MethodGen.setArgumentName ( int i, String name ):
This method is from 'MethodGen' class.
MethodGen.setArgumentNames ( String[] arg_names ):
This method is from 'MethodGen' class.
MethodGen.setArgumentType ( int i, Type type ):
This method is from 'MethodGen' class.
MethodGen.setArgumentTypes ( Type[] arg_types ):
This method is from 'MethodGen' class.
MethodGen.setClassName ( String class_name ):
This method is from 'MethodGen' class.
MethodGen.setInstructionList ( InstructionList il ):
This method is from 'MethodGen' class.
MethodGen.setMaxLocals ( ):
This method is from 'MethodGen' class.
MethodGen.setMaxLocals ( int m ):
This method is from 'MethodGen' class.
MethodGen.setMaxStack ( ):
This method is from 'MethodGen' class.
MethodGen.setMaxStack ( int m ):
This method is from 'MethodGen' class.
MethodGen.setReturnType ( Type return_type ):
This method is from 'MethodGen' class.
MethodGen.stripAttributes ( boolean flag ):
This method is from 'MethodGen' class.
MethodGen.toString ( ):
This method is from 'MethodGen' class.
[+] MULTIANEWARRAY (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MULTIANEWARRAY. |
[+] affected methods (8)
MULTIANEWARRAY.consumeStack ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):
This method is from 'MULTIANEWARRAY' class.
MULTIANEWARRAY.dump ( java.io.DataOutputStream out ):
This method is from 'MULTIANEWARRAY' class.
MULTIANEWARRAY.getDimensions ( ):
This method is from 'MULTIANEWARRAY' class.
MULTIANEWARRAY.getExceptions ( ):
This method is from 'MULTIANEWARRAY' class.
MULTIANEWARRAY.getLoadClassType ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):
This method is from 'MULTIANEWARRAY' class.
MULTIANEWARRAY.MULTIANEWARRAY ( int index, short dimensions ):
This constructor is from 'MULTIANEWARRAY' class.
MULTIANEWARRAY.toString ( boolean verbose ):
This method is from 'MULTIANEWARRAY' class.
MULTIANEWARRAY.toString ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This method is from 'MULTIANEWARRAY' class.
[+] ObjectType (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ObjectType. |
[+] affected methods (8)
ObjectType.accessibleTo ( ObjectType accessor ):
This method is from 'ObjectType' class.
ObjectType.equals ( Object type ):
This method is from 'ObjectType' class.
ObjectType.getClassName ( ):
This method is from 'ObjectType' class.
ObjectType.hashCode ( ):
This method is from 'ObjectType' class.
ObjectType.ObjectType ( String class_name ):
This constructor is from 'ObjectType' class.
ObjectType.referencesClass ( ):
This method is from 'ObjectType' class.
ObjectType.referencesInterface ( ):
This method is from 'ObjectType' class.
ObjectType.subclassOf ( ObjectType superclass ):
This method is from 'ObjectType' class.
[+] ReferenceType (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ReferenceType. |
[+] affected methods (5)
ReferenceType.firstCommonSuperclass ( ReferenceType t ):
This method is from 'ReferenceType' abstract class.
ReferenceType.getFirstCommonSuperclass ( ReferenceType t ):
This method is from 'ReferenceType' abstract class.
ReferenceType.isAssignmentCompatibleWith ( Type t ):
This method is from 'ReferenceType' abstract class.
ReferenceType.isCastableTo ( Type t ):
This method is from 'ReferenceType' abstract class.
ReferenceType.ReferenceType ( byte t, String s ):
This constructor is from 'ReferenceType' abstract class.
[+] RET (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RET. |
[+] affected methods (7)
RET.dump ( java.io.DataOutputStream out ):
This method is from 'RET' class.
RET.getIndex ( ):
This method is from 'RET' class.
RET.getLength ( ):
This method is from 'RET' class.
RET.getType ( org.aspectj.apache.bcel.classfile.ConstantPool cp ):
This method is from 'RET' class.
RET.RET ( int index, boolean wide ):
This constructor is from 'RET' class.
RET.setIndex ( int index ):
This method is from 'RET' class.
RET.toString ( boolean verbose ):
This method is from 'RET' class.
[+] ReturnaddressType (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ReturnaddressType. |
[+] affected methods (3)
ReturnaddressType.equals ( Object rat ):
This method is from 'ReturnaddressType' class.
ReturnaddressType.getTarget ( ):
This method is from 'ReturnaddressType' class.
ReturnaddressType.ReturnaddressType ( InstructionHandle returnTarget ):
This constructor is from 'ReturnaddressType' class.
[+] SwitchBuilder (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SwitchBuilder. |
[+] affected methods (3)
SwitchBuilder.getInstruction ( ):
This method is from 'SwitchBuilder' class.
SwitchBuilder.SwitchBuilder ( int[] match, InstructionHandle[] targets, InstructionHandle target ):
This constructor is from 'SwitchBuilder' class.
SwitchBuilder.SwitchBuilder ( int[] match, InstructionHandle[] targets, InstructionHandle target, int max_gap ):
This constructor is from 'SwitchBuilder' class.
[+] TABLESWITCH (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TABLESWITCH. |
[+] affected methods (3)
TABLESWITCH.dump ( java.io.DataOutputStream out ):
This method is from 'TABLESWITCH' class.
TABLESWITCH.TABLESWITCH ( int[] match, InstructionHandle[] targets, InstructionHandle target ):
This constructor is from 'TABLESWITCH' class.
TABLESWITCH.TABLESWITCH ( org.aspectj.apache.bcel.util.ByteSequence bytes ):
This constructor is from 'TABLESWITCH' class.
[+] Tag (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Tag. |
[+] affected methods (4)
Tag.containsTarget ( InstructionHandle ih ):
This method is from 'Tag' abstract class.
Tag.copy ( ):
This method is from 'Tag' abstract class.
Tag.Tag ( ):
This constructor is from 'Tag' abstract class.
Tag.updateTarget ( InstructionHandle oldHandle, InstructionHandle newHandle ):
This method is from 'Tag' abstract class.
[+] TargetLostException (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TargetLostException. |
[+] affected methods (1)
TargetLostException.getTargets ( ):
This method is from 'TargetLostException' class.
[+] Type (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Type. |
[+] affected methods (15)
Type.getArgumentSizes ( String signature ):
This method is from 'Type' abstract class.
Type.getArgumentTypes ( String signature ):
This method is from 'Type' abstract class.
Type.getMethodSignature ( Type return_type, Type[] arg_types ):
This method is from 'Type' abstract class.
Type.getReturnType ( String signature ):
This method is from 'Type' abstract class.
Type.getSignature ( ):
This method is from 'Type' abstract class.
Type.getSignature ( reflect.Constructor cons ):
This method is from 'Type' abstract class.
Type.getSignature ( reflect.Method meth ):
This method is from 'Type' abstract class.
Type.getSize ( ):
This method is from 'Type' abstract class.
Type.getType ( ):
This method is from 'Type' abstract class.
Type.getType ( Class cl ):
This method is from 'Type' abstract class.
Type.getType ( String signature ):
This method is from 'Type' abstract class.
Type.getTypeInternal ( String signature ):
This method is from 'Type' abstract class.
Type.getTypeSize ( String signature ):
This method is from 'Type' abstract class.
Type.toString ( ):
This method is from 'Type' abstract class.
Type.Type ( byte t, String s ):
This constructor is from 'Type' abstract class.
package org.aspectj.apache.bcel.util
[+] ByteSequence (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ByteSequence. |
[+] affected methods (2)
ByteSequence.ByteSequence ( byte[] bytes ):
This constructor is from 'ByteSequence' class.
ByteSequence.getIndex ( ):
This method is from 'ByteSequence' class.
[+] ClassLoaderReference (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassLoaderReference. |
[+] affected methods (1)
ClassLoaderReference.getClassLoader ( ):
This abstract method is from 'ClassLoaderReference' interface.
[+] ClassLoaderRepository (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassLoaderRepository. |
[+] affected methods (11)
ClassLoaderRepository.ClassLoaderRepository ( ClassLoader loader ):
This constructor is from 'ClassLoaderRepository' class.
ClassLoaderRepository.ClassLoaderRepository ( ClassLoaderReference loaderRef ):
This constructor is from 'ClassLoaderRepository' class.
ClassLoaderRepository.clear ( ):
This method is from 'ClassLoaderRepository' class.
ClassLoaderRepository.findClass ( String className ):
This method is from 'ClassLoaderRepository' class.
ClassLoaderRepository.loadClass ( Class clazz ):
This method is from 'ClassLoaderRepository' class.
ClassLoaderRepository.loadClass ( String className ):
This method is from 'ClassLoaderRepository' class.
ClassLoaderRepository.removeClass ( org.aspectj.apache.bcel.classfile.JavaClass clazz ):
This method is from 'ClassLoaderRepository' class.
ClassLoaderRepository.report ( ):
This method is from 'ClassLoaderRepository' class.
ClassLoaderRepository.reportStats ( ):
This method is from 'ClassLoaderRepository' class.
ClassLoaderRepository.reset ( ):
This method is from 'ClassLoaderRepository' class.
ClassLoaderRepository.storeClass ( org.aspectj.apache.bcel.classfile.JavaClass clazz ):
This method is from 'ClassLoaderRepository' class.
[+] ClassPath (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassPath. |
[+] affected methods (15)
ClassPath.ClassPath ( ):
This constructor is from 'ClassPath' class.
ClassPath.ClassPath ( String class_path ):
This constructor is from 'ClassPath' class.
ClassPath.equals ( Object o ):
This method is from 'ClassPath' class.
ClassPath.getBytes ( String name ):
This method is from 'ClassPath' class.
ClassPath.getBytes ( String name, String suffix ):
This method is from 'ClassPath' class.
ClassPath.getClassFile ( String name ):
This method is from 'ClassPath' class.
ClassPath.getClassFile ( String name, String suffix ):
This method is from 'ClassPath' class.
ClassPath.getClassPath ( ):
This method is from 'ClassPath' class.
ClassPath.getInputStream ( String name ):
This method is from 'ClassPath' class.
ClassPath.getInputStream ( String name, String suffix ):
This method is from 'ClassPath' class.
ClassPath.getPath ( String name ):
This method is from 'ClassPath' class.
ClassPath.getPath ( String name, String suffix ):
This method is from 'ClassPath' class.
ClassPath.getSystemClassPath ( ):
This method is from 'ClassPath' class.
ClassPath.hashCode ( ):
This method is from 'ClassPath' class.
ClassPath.toString ( ):
This method is from 'ClassPath' class.
[+] ClassQueue (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassQueue. |
[+] affected methods (5)
ClassQueue.ClassQueue ( ):
This constructor is from 'ClassQueue' class.
ClassQueue.dequeue ( ):
This method is from 'ClassQueue' class.
ClassQueue.empty ( ):
This method is from 'ClassQueue' class.
ClassQueue.enqueue ( org.aspectj.apache.bcel.classfile.JavaClass clazz ):
This method is from 'ClassQueue' class.
ClassQueue.toString ( ):
This method is from 'ClassQueue' class.
[+] ClassVector (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassVector. |
[+] affected methods (5)
ClassVector.addElement ( org.aspectj.apache.bcel.classfile.JavaClass clazz ):
This method is from 'ClassVector' class.
ClassVector.ClassVector ( ):
This constructor is from 'ClassVector' class.
ClassVector.elementAt ( int index ):
This method is from 'ClassVector' class.
ClassVector.removeElementAt ( int index ):
This method is from 'ClassVector' class.
ClassVector.toArray ( ):
This method is from 'ClassVector' class.
[+] DefaultClassLoaderReference (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DefaultClassLoaderReference. |
[+] affected methods (2)
DefaultClassLoaderReference.DefaultClassLoaderReference ( ClassLoader classLoader ):
This constructor is from 'DefaultClassLoaderReference' class.
DefaultClassLoaderReference.getClassLoader ( ):
This method is from 'DefaultClassLoaderReference' class.
[+] NonCachingClassLoaderRepository (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NonCachingClassLoaderRepository. |
[+] affected methods (8)
NonCachingClassLoaderRepository.clear ( ):
This method is from 'NonCachingClassLoaderRepository' class.
NonCachingClassLoaderRepository.findClass ( String className ):
This method is from 'NonCachingClassLoaderRepository' class.
NonCachingClassLoaderRepository.loadClass ( Class clazz ):
This method is from 'NonCachingClassLoaderRepository' class.
NonCachingClassLoaderRepository.loadClass ( String className ):
This method is from 'NonCachingClassLoaderRepository' class.
NonCachingClassLoaderRepository.NonCachingClassLoaderRepository ( ClassLoader loader ):
This constructor is from 'NonCachingClassLoaderRepository' class.
NonCachingClassLoaderRepository.NonCachingClassLoaderRepository ( ClassLoaderReference loaderRef ):
This constructor is from 'NonCachingClassLoaderRepository' class.
NonCachingClassLoaderRepository.removeClass ( org.aspectj.apache.bcel.classfile.JavaClass clazz ):
This method is from 'NonCachingClassLoaderRepository' class.
NonCachingClassLoaderRepository.storeClass ( org.aspectj.apache.bcel.classfile.JavaClass clazz ):
This method is from 'NonCachingClassLoaderRepository' class.
[+] Repository (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Repository. |
[+] affected methods (6)
Repository.clear ( ):
This abstract method is from 'Repository' interface.
Repository.findClass ( String p1 ):
This abstract method is from 'Repository' interface.
Repository.loadClass ( Class p1 ):
This abstract method is from 'Repository' interface.
Repository.loadClass ( String p1 ):
This abstract method is from 'Repository' interface.
Repository.removeClass ( org.aspectj.apache.bcel.classfile.JavaClass p1 ):
This abstract method is from 'Repository' interface.
Repository.storeClass ( org.aspectj.apache.bcel.classfile.JavaClass p1 ):
This abstract method is from 'Repository' interface.
[+] SyntheticRepository (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SyntheticRepository. |
[+] affected methods (8)
SyntheticRepository.clear ( ):
This method is from 'SyntheticRepository' class.
SyntheticRepository.findClass ( String className ):
This method is from 'SyntheticRepository' class.
SyntheticRepository.getInstance ( ):
This method is from 'SyntheticRepository' class.
SyntheticRepository.getInstance ( ClassPath classPath ):
This method is from 'SyntheticRepository' class.
SyntheticRepository.loadClass ( Class clazz ):
This method is from 'SyntheticRepository' class.
SyntheticRepository.loadClass ( String className ):
This method is from 'SyntheticRepository' class.
SyntheticRepository.removeClass ( org.aspectj.apache.bcel.classfile.JavaClass clazz ):
This method is from 'SyntheticRepository' class.
SyntheticRepository.storeClass ( org.aspectj.apache.bcel.classfile.JavaClass clazz ):
This method is from 'SyntheticRepository' class.
package org.aspectj.asm
[+] AsmManager (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AsmManager. |
[+] affected methods (34)
AsmManager.addListener ( IHierarchyListener listener ):
This method is from 'AsmManager' class.
AsmManager.AsmManager ( ):
This constructor is from 'AsmManager' class.
AsmManager.createNewASM ( ):
This method is from 'AsmManager' class.
AsmManager.dumptree ( java.io.Writer w, IProgramElement node, int indent ):
This method is from 'AsmManager' class.
AsmManager.dumptree ( IProgramElement node, int indent ):
This method is from 'AsmManager' class.
AsmManager.fireModelUpdated ( ):
This method is from 'AsmManager' class.
AsmManager.fixupStructureModel ( java.io.Writer fw, java.util.List filesToBeCompiled, java.util.Set files_added, java.util.Set files_deleted ):
This method is from 'AsmManager' class.
AsmManager.getCanonicalFilePath ( java.io.File f ):
This method is from 'AsmManager' class.
AsmManager.getDefault ( ):
This method is from 'AsmManager' class.
AsmManager.getHandleProvider ( ):
This method is from 'AsmManager' class.
AsmManager.getHierarchy ( ):
This method is from 'AsmManager' class.
AsmManager.getInlineAnnotations ( String sourceFile, boolean showSubMember, boolean showMemberAndType ):
This method is from 'AsmManager' class.
AsmManager.getRelationshipMap ( ):
This method is from 'AsmManager' class.
AsmManager.isCompletingTypeBindings ( ):
This method is from 'AsmManager' class.
AsmManager.isCreatingModel ( ):
This method is from 'AsmManager' class.
AsmManager.isReporting ( ):
This method is from 'AsmManager' class.
AsmManager.processDelta ( java.util.Collection files_tobecompiled, java.util.Set files_added, java.util.Set files_deleted ):
This method is from 'AsmManager' class.
AsmManager.readStructureModel ( String configFilePath ):
This method is from 'AsmManager' class.
AsmManager.removeAllListeners ( ):
This method is from 'AsmManager' class.
AsmManager.removeRelationshipsTargettingThisType ( String typename ):
This method is from 'AsmManager' class.
AsmManager.removeStructureListener ( IHierarchyListener listener ):
This method is from 'AsmManager' class.
AsmManager.removeStructureModelForFiles ( java.io.Writer fw, java.util.Collection files ):
This method is from 'AsmManager' class.
AsmManager.reportModelInfo ( String reasonForReport ):
This method is from 'AsmManager' class.
AsmManager.setCompletingTypeBindings ( boolean b ):
This method is from 'AsmManager' class.
AsmManager.setCreatingModel ( boolean b ):
This method is from 'AsmManager' class.
AsmManager.setDontReport ( ):
This method is from 'AsmManager' class.
AsmManager.setHandleProvider ( IElementHandleProvider handleProvider ):
This method is from 'AsmManager' class.
AsmManager.setHierarchy ( IHierarchy ih ):
This method is from 'AsmManager' class.
AsmManager.setRelationshipMap ( IRelationshipMap irm ):
This method is from 'AsmManager' class.
AsmManager.setReporting ( String filename, boolean dModel, boolean dRels, boolean dDeltaProcessing, boolean deletefile ):
This method is from 'AsmManager' class.
AsmManager.setReporting ( String filename, boolean dModel, boolean dRels, boolean dDeltaProcessing, boolean deletefile, IModelFilter aFilter ):
This method is from 'AsmManager' class.
AsmManager.verifyAssumption ( boolean b ):
This method is from 'AsmManager' class.
AsmManager.verifyAssumption ( boolean b, String info ):
This method is from 'AsmManager' class.
AsmManager.writeStructureModel ( String configFilePath ):
This method is from 'AsmManager' class.
[+] HierarchyWalker (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HierarchyWalker. |
[+] affected methods (5)
HierarchyWalker.HierarchyWalker ( ):
This constructor is from 'HierarchyWalker' abstract class.
HierarchyWalker.HierarchyWalker ( IHierarchy hierarchy ):
This constructor is from 'HierarchyWalker' abstract class.
HierarchyWalker.postProcess ( IProgramElement node ):
This method is from 'HierarchyWalker' abstract class.
HierarchyWalker.preProcess ( IProgramElement node ):
This method is from 'HierarchyWalker' abstract class.
HierarchyWalker.process ( IProgramElement node ):
This method is from 'HierarchyWalker' abstract class.
[+] IElementHandleProvider (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IElementHandleProvider. |
[+] affected methods (8)
IElementHandleProvider.createHandleIdentifier ( java.io.File p1, int p2, int p3, int p4 ):
This abstract method is from 'IElementHandleProvider' interface.
IElementHandleProvider.createHandleIdentifier ( IProgramElement p1 ):
This abstract method is from 'IElementHandleProvider' interface.
IElementHandleProvider.createHandleIdentifier ( org.aspectj.bridge.ISourceLocation p1 ):
This abstract method is from 'IElementHandleProvider' interface.
IElementHandleProvider.dependsOnLocation ( ):
This abstract method is from 'IElementHandleProvider' interface.
IElementHandleProvider.getFileForHandle ( String p1 ):
This abstract method is from 'IElementHandleProvider' interface.
IElementHandleProvider.getLineNumberForHandle ( String p1 ):
This abstract method is from 'IElementHandleProvider' interface.
IElementHandleProvider.getOffSetForHandle ( String p1 ):
This abstract method is from 'IElementHandleProvider' interface.
IElementHandleProvider.initialize ( ):
This abstract method is from 'IElementHandleProvider' interface.
[+] IHierarchy (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IHierarchy. |
[+] affected methods (22)
IHierarchy.addToFileMap ( Object p1, Object p2 ):
This abstract method is from 'IHierarchy' interface.
IHierarchy.findElementForHandle ( String p1 ):
This abstract method is from 'IHierarchy' interface.
IHierarchy.findElementForLabel ( IProgramElement p1, IProgramElement.Kind p2, String p3 ):
This abstract method is from 'IHierarchy' interface.
IHierarchy.findElementForOffSet ( String p1, int p2, int p3 ):
This abstract method is from 'IHierarchy' interface.
IHierarchy.findElementForSignature ( IProgramElement p1, IProgramElement.Kind p2, String p3 ):
This abstract method is from 'IHierarchy' interface.
IHierarchy.findElementForSourceFile ( String p1 ):
This abstract method is from 'IHierarchy' interface.
IHierarchy.findElementForSourceLine ( org.aspectj.bridge.ISourceLocation p1 ):
This abstract method is from 'IHierarchy' interface.
IHierarchy.findElementForSourceLine ( String p1, int p2 ):
This abstract method is from 'IHierarchy' interface.
IHierarchy.findElementForType ( String p1, String p2 ):
This abstract method is from 'IHierarchy' interface.
IHierarchy.findInFileMap ( Object p1 ):
This abstract method is from 'IHierarchy' interface.
IHierarchy.flushHandleMap ( ):
This abstract method is from 'IHierarchy' interface.
IHierarchy.flushTypeMap ( ):
This abstract method is from 'IHierarchy' interface.
IHierarchy.getConfigFile ( ):
This abstract method is from 'IHierarchy' interface.
IHierarchy.getElement ( String p1 ):
This abstract method is from 'IHierarchy' interface.
IHierarchy.getFileMapEntrySet ( ):
This abstract method is from 'IHierarchy' interface.
IHierarchy.getRoot ( ):
This abstract method is from 'IHierarchy' interface.
IHierarchy.isValid ( ):
This abstract method is from 'IHierarchy' interface.
IHierarchy.removeFromFileMap ( Object p1 ):
This abstract method is from 'IHierarchy' interface.
IHierarchy.setConfigFile ( String p1 ):
This abstract method is from 'IHierarchy' interface.
IHierarchy.setFileMap ( java.util.HashMap p1 ):
This abstract method is from 'IHierarchy' interface.
IHierarchy.setRoot ( IProgramElement p1 ):
This abstract method is from 'IHierarchy' interface.
IHierarchy.updateHandleMap ( java.util.Set p1 ):
This abstract method is from 'IHierarchy' interface.
[+] IHierarchyListener (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IHierarchyListener. |
[+] affected methods (1)
IHierarchyListener.elementsUpdated ( IHierarchy p1 ):
This abstract method is from 'IHierarchyListener' interface.
[+] IModelFilter (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IModelFilter. |
[+] affected methods (2)
IModelFilter.processFilelocation ( String p1 ):
This abstract method is from 'IModelFilter' interface.
IModelFilter.wantsHandleIds ( ):
This abstract method is from 'IModelFilter' interface.
[+] IProgramElement (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IProgramElement. |
[+] affected methods (57)
IProgramElement.addChild ( IProgramElement p1 ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.getAccessibility ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.getBytecodeName ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.getBytecodeSignature ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.getChildren ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.getCorrespondingType ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.getCorrespondingType ( boolean p1 ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.getDeclaringType ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.getDetails ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.getExtraInfo ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.getFormalComment ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.getHandleIdentifier ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.getHandleIdentifier ( boolean p1 ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.getKind ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.getMessage ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.getModifiers ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.getName ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.getPackageName ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.getParameterNames ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.getParameterSignatures ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.getParameterTypes ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.getParent ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.getSourceLocation ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.getSourceSignature ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.isImplementor ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.isOverrider ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.isRunnable ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.removeChild ( IProgramElement p1 ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.setBytecodeName ( String p1 ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.setBytecodeSignature ( String p1 ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.setChildren ( java.util.List p1 ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.setCorrespondingType ( String p1 ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.setDetails ( String p1 ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.setExtraInfo ( IProgramElement.ExtraInformation p1 ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.setFormalComment ( String p1 ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.setHandleIdentifier ( String p1 ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.setImplementor ( boolean p1 ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.setKind ( IProgramElement.Kind p1 ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.setMessage ( org.aspectj.bridge.IMessage p1 ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.setModifiers ( int p1 ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.setName ( String p1 ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.setOverrider ( boolean p1 ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.setParameterNames ( java.util.List p1 ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.setParameterSignatures ( java.util.List p1 ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.setParent ( IProgramElement p1 ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.setRunnable ( boolean p1 ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.setSourceLocation ( org.aspectj.bridge.ISourceLocation p1 ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.setSourceSignature ( String p1 ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.toLabelString ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.toLabelString ( boolean p1 ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.toLinkLabelString ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.toLinkLabelString ( boolean p1 ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.toLongString ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.toSignatureString ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.toSignatureString ( boolean p1 ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.toString ( ):
This abstract method is from 'IProgramElement' interface.
IProgramElement.walk ( HierarchyWalker p1 ):
This abstract method is from 'IProgramElement' interface.
[+] IRelationship (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IRelationship. |
[+] affected methods (7)
IRelationship.addTarget ( String p1 ):
This abstract method is from 'IRelationship' interface.
IRelationship.getKind ( ):
This abstract method is from 'IRelationship' interface.
IRelationship.getName ( ):
This abstract method is from 'IRelationship' interface.
IRelationship.getSourceHandle ( ):
This abstract method is from 'IRelationship' interface.
IRelationship.getTargets ( ):
This abstract method is from 'IRelationship' interface.
IRelationship.hasRuntimeTest ( ):
This abstract method is from 'IRelationship' interface.
IRelationship.isAffects ( ):
This abstract method is from 'IRelationship' interface.
[+] IRelationshipMap (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IRelationshipMap. |
[+] affected methods (11)
IRelationshipMap.clear ( ):
This abstract method is from 'IRelationshipMap' interface.
IRelationshipMap.get ( IProgramElement p1 ):
This abstract method is from 'IRelationshipMap' interface.
IRelationshipMap.get ( IProgramElement p1, IRelationship.Kind p2, String p3 ):
This abstract method is from 'IRelationshipMap' interface.
IRelationshipMap.get ( IProgramElement p1, IRelationship.Kind p2, String p3, boolean p4, boolean p5 ):
This abstract method is from 'IRelationshipMap' interface.
IRelationshipMap.get ( String p1 ):
This abstract method is from 'IRelationshipMap' interface.
IRelationshipMap.get ( String p1, IRelationship.Kind p2, String p3, boolean p4, boolean p5 ):
This abstract method is from 'IRelationshipMap' interface.
IRelationshipMap.getEntries ( ):
This abstract method is from 'IRelationshipMap' interface.
IRelationshipMap.put ( IProgramElement p1, IRelationship p2 ):
This abstract method is from 'IRelationshipMap' interface.
IRelationshipMap.put ( String p1, IRelationship p2 ):
This abstract method is from 'IRelationshipMap' interface.
IRelationshipMap.remove ( String p1, IRelationship p2 ):
This abstract method is from 'IRelationshipMap' interface.
IRelationshipMap.removeAll ( String p1 ):
This abstract method is from 'IRelationshipMap' interface.
package org.aspectj.bridge
[+] AbortException (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbortException. |
[+] affected methods (14)
AbortException.AbortException ( ):
This constructor is from 'AbortException' class.
AbortException.AbortException ( IMessage message ):
This constructor is from 'AbortException' class.
AbortException.AbortException ( String s ):
This constructor is from 'AbortException' class.
AbortException.borrowPorter ( IMessage message ):
This method is from 'AbortException' class.
AbortException.getIMessage ( ):
This method is from 'AbortException' class.
AbortException.getMessage ( ):
This method is from 'AbortException' class.
AbortException.getThrown ( ):
This method is from 'AbortException' class.
AbortException.isPorter ( ):
This method is from 'AbortException' class.
AbortException.isSilent ( ):
This method is from 'AbortException' class.
AbortException.printStackTrace ( ):
This method is from 'AbortException' class.
AbortException.printStackTrace ( java.io.PrintStream s ):
This method is from 'AbortException' class.
AbortException.printStackTrace ( java.io.PrintWriter s ):
This method is from 'AbortException' class.
AbortException.returnPorter ( AbortException porter ):
This method is from 'AbortException' class.
AbortException.setIsSilent ( boolean isSilent ):
This method is from 'AbortException' class.
[+] Constants (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Constants. |
[+] affected methods (1)
Constants.Constants ( ):
This constructor is from 'Constants' class.
[+] CountingMessageHandler (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CountingMessageHandler. |
[+] affected methods (10)
CountingMessageHandler.CountingMessageHandler ( IMessageHandler delegate ):
This constructor is from 'CountingMessageHandler' class.
CountingMessageHandler.dontIgnore ( IMessage.Kind kind ):
This method is from 'CountingMessageHandler' class.
CountingMessageHandler.handleMessage ( IMessage message ):
This method is from 'CountingMessageHandler' class.
CountingMessageHandler.hasErrors ( ):
This method is from 'CountingMessageHandler' class.
CountingMessageHandler.ignore ( IMessage.Kind kind ):
This method is from 'CountingMessageHandler' class.
CountingMessageHandler.isIgnoring ( IMessage.Kind kind ):
This method is from 'CountingMessageHandler' class.
CountingMessageHandler.makeCountingMessageHandler ( IMessageHandler handler ):
This method is from 'CountingMessageHandler' class.
CountingMessageHandler.numMessages ( IMessage.Kind kind, boolean orGreater ):
This method is from 'CountingMessageHandler' class.
CountingMessageHandler.reset ( ):
This method is from 'CountingMessageHandler' class.
CountingMessageHandler.toString ( ):
This method is from 'CountingMessageHandler' class.
[+] ICommand (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ICommand. |
[+] affected methods (2)
ICommand.repeatCommand ( IMessageHandler p1 ):
This abstract method is from 'ICommand' interface.
ICommand.runCommand ( String[] p1, IMessageHandler p2 ):
This abstract method is from 'ICommand' interface.
[+] ILifecycleAware (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ILifecycleAware. |
[+] affected methods (2)
ILifecycleAware.buildFinished ( boolean p1 ):
This abstract method is from 'ILifecycleAware' interface.
ILifecycleAware.buildStarting ( boolean p1 ):
This abstract method is from 'ILifecycleAware' interface.
[+] IMessage (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IMessage. |
[+] affected methods (17)
IMessage.getDeclared ( ):
This abstract method is from 'IMessage' interface.
IMessage.getDetails ( ):
This abstract method is from 'IMessage' interface.
IMessage.getExtraSourceLocations ( ):
This abstract method is from 'IMessage' interface.
IMessage.getID ( ):
This abstract method is from 'IMessage' interface.
IMessage.getKind ( ):
This abstract method is from 'IMessage' interface.
IMessage.getMessage ( ):
This abstract method is from 'IMessage' interface.
IMessage.getSourceEnd ( ):
This abstract method is from 'IMessage' interface.
IMessage.getSourceLocation ( ):
This abstract method is from 'IMessage' interface.
IMessage.getSourceStart ( ):
This abstract method is from 'IMessage' interface.
IMessage.getThrown ( ):
This abstract method is from 'IMessage' interface.
IMessage.isAbort ( ):
This abstract method is from 'IMessage' interface.
IMessage.isDebug ( ):
This abstract method is from 'IMessage' interface.
IMessage.isError ( ):
This abstract method is from 'IMessage' interface.
IMessage.isFailed ( ):
This abstract method is from 'IMessage' interface.
IMessage.isInfo ( ):
This abstract method is from 'IMessage' interface.
IMessage.isTaskTag ( ):
This abstract method is from 'IMessage' interface.
IMessage.isWarning ( ):
This abstract method is from 'IMessage' interface.
[+] IMessageContext (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IMessageContext. |
[+] affected methods (1)
IMessageContext.getContextId ( ):
This abstract method is from 'IMessageContext' interface.
[+] IMessageHandler (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IMessageHandler. |
[+] affected methods (4)
IMessageHandler.dontIgnore ( IMessage.Kind p1 ):
This abstract method is from 'IMessageHandler' interface.
IMessageHandler.handleMessage ( IMessage p1 ):
This abstract method is from 'IMessageHandler' interface.
IMessageHandler.ignore ( IMessage.Kind p1 ):
This abstract method is from 'IMessageHandler' interface.
IMessageHandler.isIgnoring ( IMessage.Kind p1 ):
This abstract method is from 'IMessageHandler' interface.
[+] IMessageHolder (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IMessageHolder. |
[+] affected methods (5)
IMessageHolder.clearMessages ( ):
This abstract method is from 'IMessageHolder' interface.
IMessageHolder.getMessages ( IMessage.Kind p1, boolean p2 ):
This abstract method is from 'IMessageHolder' interface.
IMessageHolder.getUnmodifiableListView ( ):
This abstract method is from 'IMessageHolder' interface.
IMessageHolder.hasAnyMessage ( IMessage.Kind p1, boolean p2 ):
This abstract method is from 'IMessageHolder' interface.
IMessageHolder.numMessages ( IMessage.Kind p1, boolean p2 ):
This abstract method is from 'IMessageHolder' interface.
[+] IProgressListener (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IProgressListener. |
[+] affected methods (4)
IProgressListener.isCancelledRequested ( ):
This abstract method is from 'IProgressListener' interface.
IProgressListener.setCancelledRequested ( boolean p1 ):
This abstract method is from 'IProgressListener' interface.
IProgressListener.setProgress ( double p1 ):
This abstract method is from 'IProgressListener' interface.
IProgressListener.setText ( String p1 ):
This abstract method is from 'IProgressListener' interface.
[+] ISourceLocation (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ISourceLocation. |
[+] affected methods (7)
ISourceLocation.getColumn ( ):
This abstract method is from 'ISourceLocation' interface.
ISourceLocation.getContext ( ):
This abstract method is from 'ISourceLocation' interface.
ISourceLocation.getEndLine ( ):
This abstract method is from 'ISourceLocation' interface.
ISourceLocation.getLine ( ):
This abstract method is from 'ISourceLocation' interface.
ISourceLocation.getOffset ( ):
This abstract method is from 'ISourceLocation' interface.
ISourceLocation.getSourceFile ( ):
This abstract method is from 'ISourceLocation' interface.
ISourceLocation.getSourceFileName ( ):
This abstract method is from 'ISourceLocation' interface.
[+] Message (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Message. |
[+] affected methods (23)
Message.getDeclared ( ):
This method is from 'Message' class.
Message.getDetails ( ):
This method is from 'Message' class.
Message.getExtraSourceLocations ( ):
This method is from 'Message' class.
Message.getID ( ):
This method is from 'Message' class.
Message.getKind ( ):
This method is from 'Message' class.
Message.getMessage ( ):
This method is from 'Message' class.
Message.getSourceEnd ( ):
This method is from 'Message' class.
Message.getSourceLocation ( ):
This method is from 'Message' class.
Message.getSourceStart ( ):
This method is from 'Message' class.
Message.getThrown ( ):
This method is from 'Message' class.
Message.isAbort ( ):
This method is from 'Message' class.
Message.isDebug ( ):
This method is from 'Message' class.
Message.isError ( ):
This method is from 'Message' class.
Message.isFailed ( ):
This method is from 'Message' class.
Message.isInfo ( ):
This method is from 'Message' class.
Message.isTaskTag ( ):
This method is from 'Message' class.
Message.isWarning ( ):
This method is from 'Message' class.
Message.Message ( String message, IMessage.Kind kind, Throwable thrown, ISourceLocation sourceLocation ):
This constructor is from 'Message' class.
Message.Message ( String message, ISourceLocation location, boolean isError ):
This constructor is from 'Message' class.
Message.Message ( String message, ISourceLocation location, boolean isError, ISourceLocation[] extraSourceLocations ):
This constructor is from 'Message' class.
Message.Message ( String message, String details, IMessage.Kind kind, ISourceLocation sLoc, Throwable thrown, ISourceLocation[] otherLocs, boolean declared, int id, int sourcestart, int sourceend ):
This constructor is from 'Message' class.
Message.Message ( String message, String details, IMessage.Kind kind, ISourceLocation sourceLocation, Throwable thrown, ISourceLocation[] extraSourceLocations ):
This constructor is from 'Message' class.
Message.toString ( ):
This method is from 'Message' class.
[+] MessageHandler (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MessageHandler. |
[+] affected methods (17)
MessageHandler.clearMessages ( ):
This method is from 'MessageHandler' class.
MessageHandler.dontIgnore ( IMessage.Kind kind ):
This method is from 'MessageHandler' class.
MessageHandler.getErrors ( ):
This method is from 'MessageHandler' class.
MessageHandler.getMessages ( IMessage.Kind kind, boolean orGreater ):
This method is from 'MessageHandler' class.
MessageHandler.getUnmodifiableListView ( ):
This method is from 'MessageHandler' class.
MessageHandler.getWarnings ( ):
This method is from 'MessageHandler' class.
MessageHandler.handleMessage ( IMessage message ):
This method is from 'MessageHandler' class.
MessageHandler.hasAnyMessage ( IMessage.Kind kind, boolean orGreater ):
This method is from 'MessageHandler' class.
MessageHandler.ignore ( IMessage.Kind kind ):
This method is from 'MessageHandler' class.
MessageHandler.init ( ):
This method is from 'MessageHandler' class.
MessageHandler.init ( boolean accumulateOnly ):
This method is from 'MessageHandler' class.
MessageHandler.isIgnoring ( IMessage.Kind kind ):
This method is from 'MessageHandler' class.
MessageHandler.MessageHandler ( ):
This constructor is from 'MessageHandler' class.
MessageHandler.MessageHandler ( boolean accumulateOnly ):
This constructor is from 'MessageHandler' class.
MessageHandler.numMessages ( IMessage.Kind kind, boolean orGreater ):
This method is from 'MessageHandler' class.
MessageHandler.setInterceptor ( IMessageHandler interceptor ):
This method is from 'MessageHandler' class.
MessageHandler.toString ( ):
This method is from 'MessageHandler' class.
[+] MessageUtil (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MessageUtil. |
[+] affected methods (49)
MessageUtil.abort ( IMessageHandler handler, String message ):
This method is from 'MessageUtil' class.
MessageUtil.abort ( IMessageHandler handler, String message, Throwable t ):
This method is from 'MessageUtil' class.
MessageUtil.abort ( String message ):
This method is from 'MessageUtil' class.
MessageUtil.abort ( String message, Throwable thrown ):
This method is from 'MessageUtil' class.
MessageUtil.addExtraSourceLocations ( IMessage message, String baseMessage ):
This method is from 'MessageUtil' class.
MessageUtil.debug ( IMessageHandler handler, String message ):
This method is from 'MessageUtil' class.
MessageUtil.debug ( String message ):
This method is from 'MessageUtil' class.
MessageUtil.error ( IMessageHandler handler, String message ):
This method is from 'MessageUtil' class.
MessageUtil.error ( String message ):
This method is from 'MessageUtil' class.
MessageUtil.error ( String message, ISourceLocation location ):
This method is from 'MessageUtil' class.
MessageUtil.fail ( IMessageHandler handler, String message ):
This method is from 'MessageUtil' class.
MessageUtil.fail ( IMessageHandler handler, String message, org.aspectj.util.LineReader reader ):
This method is from 'MessageUtil' class.
MessageUtil.fail ( IMessageHandler handler, String message, Throwable thrown ):
This method is from 'MessageUtil' class.
MessageUtil.fail ( String message ):
This method is from 'MessageUtil' class.
MessageUtil.fail ( String message, org.aspectj.util.LineReader reader ):
This method is from 'MessageUtil' class.
MessageUtil.fail ( String message, Throwable thrown ):
This method is from 'MessageUtil' class.
MessageUtil.getKind ( String kind ):
This method is from 'MessageUtil' class.
MessageUtil.getMessages ( java.util.List messages, IMessage.Kind kind ):
This method is from 'MessageUtil' class.
MessageUtil.getMessages ( IMessageHolder holder, IMessage.Kind kind, boolean orGreater, String infix ):
This method is from 'MessageUtil' class.
MessageUtil.getMessagesExcept ( IMessageHolder holder, IMessage.Kind kind, boolean orGreater ):
This method is from 'MessageUtil' class.
MessageUtil.handleAll ( IMessageHandler sink, IMessage[] sources, boolean fastFail ):
This method is from 'MessageUtil' class.
MessageUtil.handleAll ( IMessageHandler sink, IMessageHolder source, boolean fastFail ):
This method is from 'MessageUtil' class.
MessageUtil.handleAll ( IMessageHandler sink, IMessageHolder source, IMessage.Kind kind, boolean orGreater, boolean fastFail ):
This method is from 'MessageUtil' class.
MessageUtil.handleAllExcept ( IMessageHandler sink, IMessageHolder source, IMessage.Kind kind, boolean orGreater, boolean fastFail ):
This method is from 'MessageUtil' class.
MessageUtil.handlerPrintStream ( IMessageHandler handler, IMessage.Kind kind, java.io.OutputStream overage, String prefix ):
This method is from 'MessageUtil' class.
MessageUtil.info ( IMessageHandler handler, String message ):
This method is from 'MessageUtil' class.
MessageUtil.info ( String message ):
This method is from 'MessageUtil' class.
MessageUtil.makeSelector ( IMessage.Kind kind, boolean orGreater, String infix ):
This method is from 'MessageUtil' class.
MessageUtil.makeSourceLocation ( org.aspectj.util.LineReader reader ):
This method is from 'MessageUtil' class.
MessageUtil.numMessages ( java.util.List messages, IMessage.Kind kind, boolean orGreater ):
This method is from 'MessageUtil' class.
MessageUtil.print ( java.io.PrintStream out, IMessageHolder holder, String prefix ):
This method is from 'MessageUtil' class.
MessageUtil.print ( java.io.PrintStream out, IMessageHolder holder, String prefix, MessageUtil.IMessageRenderer renderer ):
This method is from 'MessageUtil' class.
MessageUtil.print ( java.io.PrintStream out, IMessageHolder holder, String prefix, MessageUtil.IMessageRenderer renderer, IMessageHandler selector ):
This method is from 'MessageUtil' class.
MessageUtil.print ( java.io.PrintStream out, IMessageHolder holder, String prefix, MessageUtil.IMessageRenderer renderer, IMessageHandler selector, boolean printSummary ):
This method is from 'MessageUtil' class.
MessageUtil.print ( java.io.PrintStream out, IMessageHolder messageHolder ):
This method is from 'MessageUtil' class.
MessageUtil.printMessageCounts ( java.io.PrintStream out, IMessageHolder holder, String prefix ):
This method is from 'MessageUtil' class.
MessageUtil.printMessageCounts ( java.io.PrintStream out, IMessageHolder messageHolder ):
This method is from 'MessageUtil' class.
MessageUtil.renderCounts ( IMessageHolder holder ):
This method is from 'MessageUtil' class.
MessageUtil.renderMessage ( IMessage message ):
This method is from 'MessageUtil' class.
MessageUtil.renderMessage ( IMessage message, boolean elide ):
This method is from 'MessageUtil' class.
MessageUtil.renderMessageLine ( IMessage message, int textScale, int locScale, int max ):
This method is from 'MessageUtil' class.
MessageUtil.renderSourceLocation ( ISourceLocation loc ):
This method is from 'MessageUtil' class.
MessageUtil.toShortString ( IMessage message ):
This method is from 'MessageUtil' class.
MessageUtil.visitMessages ( java.util.Collection messages, IMessageHandler visitor, boolean accumulate, boolean abortOnFail ):
This method is from 'MessageUtil' class.
MessageUtil.visitMessages ( IMessage[] messages, IMessageHandler visitor, boolean accumulate, boolean abortOnFail ):
This method is from 'MessageUtil' class.
MessageUtil.visitMessages ( IMessageHolder holder, IMessageHandler visitor, boolean accumulate, boolean abortOnFail ):
This method is from 'MessageUtil' class.
MessageUtil.warn ( IMessageHandler handler, String message ):
This method is from 'MessageUtil' class.
MessageUtil.warn ( String message ):
This method is from 'MessageUtil' class.
MessageUtil.warn ( String message, ISourceLocation location ):
This method is from 'MessageUtil' class.
[+] MessageWriter (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MessageWriter. |
[+] affected methods (6)
MessageWriter.dontIgnore ( IMessage.Kind kind ):
This method is from 'MessageWriter' class.
MessageWriter.handleMessage ( IMessage message ):
This method is from 'MessageWriter' class.
MessageWriter.ignore ( IMessage.Kind kind ):
This method is from 'MessageWriter' class.
MessageWriter.isIgnoring ( IMessage.Kind kind ):
This method is from 'MessageWriter' class.
MessageWriter.MessageWriter ( java.io.PrintWriter writer, boolean abortOnFailure ):
This constructor is from 'MessageWriter' class.
MessageWriter.render ( IMessage message ):
This method is from 'MessageWriter' class.
[+] ReflectionFactory (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ReflectionFactory. |
[+] affected methods (1)
ReflectionFactory.makeCommand ( String cname, IMessageHandler errorSink ):
This method is from 'ReflectionFactory' class.
[+] SourceLocation (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SourceLocation. |
[+] affected methods (16)
SourceLocation.getColumn ( ):
This method is from 'SourceLocation' class.
SourceLocation.getContext ( ):
This method is from 'SourceLocation' class.
SourceLocation.getEndLine ( ):
This method is from 'SourceLocation' class.
SourceLocation.getLine ( ):
This method is from 'SourceLocation' class.
SourceLocation.getOffset ( ):
This method is from 'SourceLocation' class.
SourceLocation.getSourceFile ( ):
This method is from 'SourceLocation' class.
SourceLocation.getSourceFileName ( ):
This method is from 'SourceLocation' class.
SourceLocation.setOffset ( int i ):
This method is from 'SourceLocation' class.
SourceLocation.SourceLocation ( java.io.File file, int line ):
This constructor is from 'SourceLocation' class.
SourceLocation.SourceLocation ( java.io.File file, int line, int endLine ):
This constructor is from 'SourceLocation' class.
SourceLocation.SourceLocation ( java.io.File file, int line, int endLine, int column ):
This constructor is from 'SourceLocation' class.
SourceLocation.SourceLocation ( java.io.File file, int line, int endLine, int column, String context ):
This constructor is from 'SourceLocation' class.
SourceLocation.SourceLocation ( java.io.File file, int line, int endLine, int column, String context, String sourceFileName ):
This constructor is from 'SourceLocation' class.
SourceLocation.toString ( ):
This method is from 'SourceLocation' class.
SourceLocation.validColumn ( int column ):
This method is from 'SourceLocation' class.
SourceLocation.validLine ( int line ):
This method is from 'SourceLocation' class.
[+] Version (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Version. |
[+] affected methods (3)
Version.getTime ( ):
This method is from 'Version' class.
Version.main ( String[] args ):
This method is from 'Version' class.
Version.Version ( ):
This constructor is from 'Version' class.
[+] WeaveMessage (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class WeaveMessage. |
[+] affected methods (4)
WeaveMessage.constructWeavingMessage ( WeaveMessage.WeaveMessageKind kind, String[] inserts ):
This method is from 'WeaveMessage' class.
WeaveMessage.constructWeavingMessage ( WeaveMessage.WeaveMessageKind kind, String[] inserts, String affectedtypename, String aspectname ):
This method is from 'WeaveMessage' class.
WeaveMessage.getAffectedtypename ( ):
This method is from 'WeaveMessage' class.
WeaveMessage.getAspectname ( ):
This method is from 'WeaveMessage' class.
package org.aspectj.bridge.context
[+] CompilationAndWeavingContext (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CompilationAndWeavingContext. |
[+] affected methods (7)
CompilationAndWeavingContext.enteringPhase ( int phaseId, Object data ):
This method is from 'CompilationAndWeavingContext' class.
CompilationAndWeavingContext.getCurrentContext ( ):
This method is from 'CompilationAndWeavingContext' class.
CompilationAndWeavingContext.leavingPhase ( ContextToken aToken ):
This method is from 'CompilationAndWeavingContext' class.
CompilationAndWeavingContext.registerFormatter ( int phaseId, ContextFormatter aFormatter ):
This method is from 'CompilationAndWeavingContext' class.
CompilationAndWeavingContext.reset ( ):
This method is from 'CompilationAndWeavingContext' class.
CompilationAndWeavingContext.resetForThread ( ):
This method is from 'CompilationAndWeavingContext' class.
CompilationAndWeavingContext.setMultiThreaded ( boolean mt ):
This method is from 'CompilationAndWeavingContext' class.
[+] ContextFormatter (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ContextFormatter. |
[+] affected methods (1)
ContextFormatter.formatEntry ( int p1, Object p2 ):
This abstract method is from 'ContextFormatter' interface.
[+] PinpointingMessageHandler (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PinpointingMessageHandler. |
[+] affected methods (5)
PinpointingMessageHandler.dontIgnore ( org.aspectj.bridge.IMessage.Kind kind ):
This method is from 'PinpointingMessageHandler' class.
PinpointingMessageHandler.handleMessage ( org.aspectj.bridge.IMessage message ):
This method is from 'PinpointingMessageHandler' class.
PinpointingMessageHandler.ignore ( org.aspectj.bridge.IMessage.Kind kind ):
This method is from 'PinpointingMessageHandler' class.
PinpointingMessageHandler.isIgnoring ( org.aspectj.bridge.IMessage.Kind kind ):
This method is from 'PinpointingMessageHandler' class.
PinpointingMessageHandler.PinpointingMessageHandler ( org.aspectj.bridge.IMessageHandler delegate ):
This constructor is from 'PinpointingMessageHandler' class.
package org.aspectj.lang
[+] Aspects (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Aspects. |
[+] affected methods (7)
Aspects.aspectOf ( Class aspectClass ):
This method is from 'Aspects' class.
Aspects.aspectOf ( Class aspectClass, Class perTypeWithin ):
This method is from 'Aspects' class.
Aspects.aspectOf ( Class aspectClass, Object perObject ):
This method is from 'Aspects' class.
Aspects.Aspects ( ):
This constructor is from 'Aspects' class.
Aspects.hasAspect ( Class aspectClass ):
This method is from 'Aspects' class.
Aspects.hasAspect ( Class aspectClass, Class perTypeWithin ):
This method is from 'Aspects' class.
Aspects.hasAspect ( Class aspectClass, Object perObject ):
This method is from 'Aspects' class.
[+] Aspects14 (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Aspects14. |
[+] affected methods (7)
Aspects14.aspectOf ( Class aspectClass ):
This method is from 'Aspects14' class.
Aspects14.aspectOf ( Class aspectClass, Class perTypeWithin ):
This method is from 'Aspects14' class.
Aspects14.aspectOf ( Class aspectClass, Object perObject ):
This method is from 'Aspects14' class.
Aspects14.Aspects14 ( ):
This constructor is from 'Aspects14' class.
Aspects14.hasAspect ( Class aspectClass ):
This method is from 'Aspects14' class.
Aspects14.hasAspect ( Class aspectClass, Class perTypeWithin ):
This method is from 'Aspects14' class.
Aspects14.hasAspect ( Class aspectClass, Object perObject ):
This method is from 'Aspects14' class.
[+] JoinPoint (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JoinPoint. |
[+] affected methods (10)
JoinPoint.getArgs ( ):
This abstract method is from 'JoinPoint' interface.
JoinPoint.getKind ( ):
This abstract method is from 'JoinPoint' interface.
JoinPoint.getSignature ( ):
This abstract method is from 'JoinPoint' interface.
JoinPoint.getSourceLocation ( ):
This abstract method is from 'JoinPoint' interface.
JoinPoint.getStaticPart ( ):
This abstract method is from 'JoinPoint' interface.
JoinPoint.getTarget ( ):
This abstract method is from 'JoinPoint' interface.
JoinPoint.getThis ( ):
This abstract method is from 'JoinPoint' interface.
JoinPoint.toLongString ( ):
This abstract method is from 'JoinPoint' interface.
JoinPoint.toShortString ( ):
This abstract method is from 'JoinPoint' interface.
JoinPoint.toString ( ):
This abstract method is from 'JoinPoint' interface.
[+] NoAspectBoundException (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NoAspectBoundException. |
[+] affected methods (3)
NoAspectBoundException.getCause ( ):
This method is from 'NoAspectBoundException' class.
NoAspectBoundException.NoAspectBoundException ( ):
This constructor is from 'NoAspectBoundException' class.
NoAspectBoundException.NoAspectBoundException ( String aspectName, Throwable inner ):
This constructor is from 'NoAspectBoundException' class.
[+] ProceedingJoinPoint (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ProceedingJoinPoint. |
[+] affected methods (3)
ProceedingJoinPoint.proceed ( ):
This abstract method is from 'ProceedingJoinPoint' interface.
ProceedingJoinPoint.proceed ( Object[] p1 ):
This abstract method is from 'ProceedingJoinPoint' interface.
ProceedingJoinPoint.set#AroundClosure ( org.aspectj.runtime.internal.AroundClosure p1 ):
This abstract method is from 'ProceedingJoinPoint' interface.
[+] Signature (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Signature. |
[+] affected methods (7)
Signature.getDeclaringType ( ):
This abstract method is from 'Signature' interface.
Signature.getDeclaringTypeName ( ):
This abstract method is from 'Signature' interface.
Signature.getModifiers ( ):
This abstract method is from 'Signature' interface.
Signature.getName ( ):
This abstract method is from 'Signature' interface.
Signature.toLongString ( ):
This abstract method is from 'Signature' interface.
Signature.toShortString ( ):
This abstract method is from 'Signature' interface.
Signature.toString ( ):
This abstract method is from 'Signature' interface.
[+] SoftException (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SoftException. |
[+] affected methods (6)
SoftException.getCause ( ):
This method is from 'SoftException' class.
SoftException.getWrappedThrowable ( ):
This method is from 'SoftException' class.
SoftException.printStackTrace ( ):
This method is from 'SoftException' class.
SoftException.printStackTrace ( java.io.PrintStream stream ):
This method is from 'SoftException' class.
SoftException.printStackTrace ( java.io.PrintWriter stream ):
This method is from 'SoftException' class.
SoftException.SoftException ( Throwable inner ):
This constructor is from 'SoftException' class.
package org.aspectj.lang.annotation
[+] AdviceName (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AdviceName. |
[+] affected methods (1)
AdviceName.value ( ):
This abstract method is from 'AdviceName' interface.
[+] After (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class After. |
[+] affected methods (2)
After.argNames ( ):
This abstract method is from 'After' interface.
After.value ( ):
This abstract method is from 'After' interface.
[+] AfterReturning (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AfterReturning. |
[+] affected methods (4)
AfterReturning.argNames ( ):
This abstract method is from 'AfterReturning' interface.
AfterReturning.pointcut ( ):
This abstract method is from 'AfterReturning' interface.
AfterReturning.returning ( ):
This abstract method is from 'AfterReturning' interface.
AfterReturning.value ( ):
This abstract method is from 'AfterReturning' interface.
[+] AfterThrowing (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AfterThrowing. |
[+] affected methods (4)
AfterThrowing.argNames ( ):
This abstract method is from 'AfterThrowing' interface.
AfterThrowing.pointcut ( ):
This abstract method is from 'AfterThrowing' interface.
AfterThrowing.throwing ( ):
This abstract method is from 'AfterThrowing' interface.
AfterThrowing.value ( ):
This abstract method is from 'AfterThrowing' interface.
[+] Around (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Around. |
[+] affected methods (2)
Around.argNames ( ):
This abstract method is from 'Around' interface.
Around.value ( ):
This abstract method is from 'Around' interface.
[+] Aspect (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Aspect. |
[+] affected methods (1)
Aspect.value ( ):
This abstract method is from 'Aspect' interface.
[+] Before (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Before. |
[+] affected methods (2)
Before.argNames ( ):
This abstract method is from 'Before' interface.
Before.value ( ):
This abstract method is from 'Before' interface.
[+] DeclareAnnotation (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DeclareAnnotation. |
[+] affected methods (1)
DeclareAnnotation.value ( ):
This abstract method is from 'DeclareAnnotation' interface.
[+] DeclareError (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DeclareError. |
[+] affected methods (1)
DeclareError.value ( ):
This abstract method is from 'DeclareError' interface.
[+] DeclareParents (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DeclareParents. |
[+] affected methods (2)
DeclareParents.defaultImpl ( ):
This abstract method is from 'DeclareParents' interface.
DeclareParents.value ( ):
This abstract method is from 'DeclareParents' interface.
[+] DeclarePrecedence (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DeclarePrecedence. |
[+] affected methods (1)
DeclarePrecedence.value ( ):
This abstract method is from 'DeclarePrecedence' interface.
[+] DeclareWarning (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DeclareWarning. |
[+] affected methods (1)
DeclareWarning.value ( ):
This abstract method is from 'DeclareWarning' interface.
[+] Pointcut (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Pointcut. |
[+] affected methods (2)
Pointcut.argNames ( ):
This abstract method is from 'Pointcut' interface.
Pointcut.value ( ):
This abstract method is from 'Pointcut' interface.
[+] SuppressAjWarnings (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SuppressAjWarnings. |
[+] affected methods (1)
SuppressAjWarnings.value ( ):
This abstract method is from 'SuppressAjWarnings' interface.
package org.aspectj.lang.reflect
[+] Advice (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Advice. |
[+] affected methods (7)
Advice.getDeclaringType ( ):
This abstract method is from 'Advice' interface.
Advice.getExceptionTypes ( ):
This abstract method is from 'Advice' interface.
Advice.getGenericParameterTypes ( ):
This abstract method is from 'Advice' interface.
Advice.getKind ( ):
This abstract method is from 'Advice' interface.
Advice.getName ( ):
This abstract method is from 'Advice' interface.
Advice.getParameterTypes ( ):
This abstract method is from 'Advice' interface.
Advice.getPointcutExpression ( ):
This abstract method is from 'Advice' interface.
[+] AdviceKind (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AdviceKind. |
[+] affected methods (2)
AdviceKind.valueOf ( String name ):
This method is from 'AdviceKind' class.
AdviceKind.values ( ):
This method is from 'AdviceKind' class.
[+] AdviceSignature (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AdviceSignature. |
[+] affected methods (2)
AdviceSignature.getAdvice ( ):
This abstract method is from 'AdviceSignature' interface.
AdviceSignature.getReturnType ( ):
This abstract method is from 'AdviceSignature' interface.
[+] AjType (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AjType. |
[+] affected methods (63)
AjType.getAdvice ( AdviceKind[] p1 ):
This abstract method is from 'AjType' interface.
AjType.getAdvice ( String p1 ):
This abstract method is from 'AjType' interface.
AjType.getAjTypes ( ):
This abstract method is from 'AjType' interface.
AjType.getConstructor ( AjType[] p1 ):
This abstract method is from 'AjType' interface.
AjType.getConstructors ( ):
This abstract method is from 'AjType' interface.
AjType.getDeclareAnnotations ( ):
This abstract method is from 'AjType' interface.
AjType.getDeclaredAdvice ( AdviceKind[] p1 ):
This abstract method is from 'AjType' interface.
AjType.getDeclaredAdvice ( String p1 ):
This abstract method is from 'AjType' interface.
AjType.getDeclaredAjTypes ( ):
This abstract method is from 'AjType' interface.
AjType.getDeclaredConstructor ( AjType[] p1 ):
This abstract method is from 'AjType' interface.
AjType.getDeclaredConstructors ( ):
This abstract method is from 'AjType' interface.
AjType.getDeclaredField ( String p1 ):
This abstract method is from 'AjType' interface.
AjType.getDeclaredFields ( ):
This abstract method is from 'AjType' interface.
AjType.getDeclaredITDConstructor ( AjType p1, AjType[] p2 ):
This abstract method is from 'AjType' interface.
AjType.getDeclaredITDConstructors ( ):
This abstract method is from 'AjType' interface.
AjType.getDeclaredITDField ( String p1, AjType p2 ):
This abstract method is from 'AjType' interface.
AjType.getDeclaredITDFields ( ):
This abstract method is from 'AjType' interface.
AjType.getDeclaredITDMethod ( String p1, AjType p2, AjType[] p3 ):
This abstract method is from 'AjType' interface.
AjType.getDeclaredITDMethods ( ):
This abstract method is from 'AjType' interface.
AjType.getDeclaredMethod ( String p1, AjType[] p2 ):
This abstract method is from 'AjType' interface.
AjType.getDeclaredMethods ( ):
This abstract method is from 'AjType' interface.
AjType.getDeclaredPointcut ( String p1 ):
This abstract method is from 'AjType' interface.
AjType.getDeclaredPointcuts ( ):
This abstract method is from 'AjType' interface.
AjType.getDeclareErrorOrWarnings ( ):
This abstract method is from 'AjType' interface.
AjType.getDeclareParents ( ):
This abstract method is from 'AjType' interface.
AjType.getDeclarePrecedence ( ):
This abstract method is from 'AjType' interface.
AjType.getDeclareSofts ( ):
This abstract method is from 'AjType' interface.
AjType.getDeclaringType ( ):
This abstract method is from 'AjType' interface.
AjType.getEnclosingConstructor ( ):
This abstract method is from 'AjType' interface.
AjType.getEnclosingMethod ( ):
This abstract method is from 'AjType' interface.
AjType.getEnclosingType ( ):
This abstract method is from 'AjType' interface.
AjType.getEnumConstants ( ):
This abstract method is from 'AjType' interface.
AjType.getField ( String p1 ):
This abstract method is from 'AjType' interface.
AjType.getFields ( ):
This abstract method is from 'AjType' interface.
AjType.getGenericSupertype ( ):
This abstract method is from 'AjType' interface.
AjType.getInterfaces ( ):
This abstract method is from 'AjType' interface.
AjType.getITDConstructor ( AjType p1, AjType[] p2 ):
This abstract method is from 'AjType' interface.
AjType.getITDConstructors ( ):
This abstract method is from 'AjType' interface.
AjType.getITDField ( String p1, AjType p2 ):
This abstract method is from 'AjType' interface.
AjType.getITDFields ( ):
This abstract method is from 'AjType' interface.
AjType.getITDMethod ( String p1, AjType p2, AjType[] p3 ):
This abstract method is from 'AjType' interface.
AjType.getITDMethods ( ):
This abstract method is from 'AjType' interface.
AjType.getJavaClass ( ):
This abstract method is from 'AjType' interface.
AjType.getMethod ( String p1, AjType[] p2 ):
This abstract method is from 'AjType' interface.
AjType.getMethods ( ):
This abstract method is from 'AjType' interface.
AjType.getModifiers ( ):
This abstract method is from 'AjType' interface.
AjType.getName ( ):
This abstract method is from 'AjType' interface.
AjType.getPackage ( ):
This abstract method is from 'AjType' interface.
AjType.getPerClause ( ):
This abstract method is from 'AjType' interface.
AjType.getPointcut ( String p1 ):
This abstract method is from 'AjType' interface.
AjType.getPointcuts ( ):
This abstract method is from 'AjType' interface.
AjType.getSupertype ( ):
This abstract method is from 'AjType' interface.
AjType.getTypeParameters ( ):
This abstract method is from 'AjType' interface.
AjType.isArray ( ):
This abstract method is from 'AjType' interface.
AjType.isAspect ( ):
This abstract method is from 'AjType' interface.
AjType.isEnum ( ):
This abstract method is from 'AjType' interface.
AjType.isInstance ( Object p1 ):
This abstract method is from 'AjType' interface.
AjType.isInterface ( ):
This abstract method is from 'AjType' interface.
AjType.isLocalClass ( ):
This abstract method is from 'AjType' interface.
AjType.isMemberAspect ( ):
This abstract method is from 'AjType' interface.
AjType.isMemberClass ( ):
This abstract method is from 'AjType' interface.
AjType.isPrimitive ( ):
This abstract method is from 'AjType' interface.
AjType.isPrivileged ( ):
This abstract method is from 'AjType' interface.
[+] AjTypeSystem (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AjTypeSystem. |
[+] affected methods (2)
AjTypeSystem.AjTypeSystem ( ):
This constructor is from 'AjTypeSystem' class.
AjTypeSystem.getAjType ( Class fromClass ):
This method is from 'AjTypeSystem' class.
[+] CatchClauseSignature (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CatchClauseSignature. |
[+] affected methods (2)
CatchClauseSignature.getParameterName ( ):
This abstract method is from 'CatchClauseSignature' interface.
CatchClauseSignature.getParameterType ( ):
This abstract method is from 'CatchClauseSignature' interface.
[+] CodeSignature (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CodeSignature. |
[+] affected methods (3)
CodeSignature.getExceptionTypes ( ):
This abstract method is from 'CodeSignature' interface.
CodeSignature.getParameterNames ( ):
This abstract method is from 'CodeSignature' interface.
CodeSignature.getParameterTypes ( ):
This abstract method is from 'CodeSignature' interface.
[+] ConstructorSignature (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConstructorSignature. |
[+] affected methods (1)
ConstructorSignature.getConstructor ( ):
This abstract method is from 'ConstructorSignature' interface.
[+] DeclareAnnotation (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DeclareAnnotation. |
[+] affected methods (6)
DeclareAnnotation.getAnnotation ( ):
This abstract method is from 'DeclareAnnotation' interface.
DeclareAnnotation.getAnnotationAsText ( ):
This abstract method is from 'DeclareAnnotation' interface.
DeclareAnnotation.getDeclaringType ( ):
This abstract method is from 'DeclareAnnotation' interface.
DeclareAnnotation.getKind ( ):
This abstract method is from 'DeclareAnnotation' interface.
DeclareAnnotation.getSignaturePattern ( ):
This abstract method is from 'DeclareAnnotation' interface.
DeclareAnnotation.getTypePattern ( ):
This abstract method is from 'DeclareAnnotation' interface.
[+] DeclareErrorOrWarning (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DeclareErrorOrWarning. |
[+] affected methods (4)
DeclareErrorOrWarning.getDeclaringType ( ):
This abstract method is from 'DeclareErrorOrWarning' interface.
DeclareErrorOrWarning.getMessage ( ):
This abstract method is from 'DeclareErrorOrWarning' interface.
DeclareErrorOrWarning.getPointcutExpression ( ):
This abstract method is from 'DeclareErrorOrWarning' interface.
DeclareErrorOrWarning.isError ( ):
This abstract method is from 'DeclareErrorOrWarning' interface.
[+] DeclareParents (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DeclareParents. |
[+] affected methods (5)
DeclareParents.getDeclaringType ( ):
This abstract method is from 'DeclareParents' interface.
DeclareParents.getParentTypes ( ):
This abstract method is from 'DeclareParents' interface.
DeclareParents.getTargetTypesPattern ( ):
This abstract method is from 'DeclareParents' interface.
DeclareParents.isExtends ( ):
This abstract method is from 'DeclareParents' interface.
DeclareParents.isImplements ( ):
This abstract method is from 'DeclareParents' interface.
[+] DeclarePrecedence (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DeclarePrecedence. |
[+] affected methods (2)
DeclarePrecedence.getDeclaringType ( ):
This abstract method is from 'DeclarePrecedence' interface.
DeclarePrecedence.getPrecedenceOrder ( ):
This abstract method is from 'DeclarePrecedence' interface.
[+] DeclareSoft (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DeclareSoft. |
[+] affected methods (3)
DeclareSoft.getDeclaringType ( ):
This abstract method is from 'DeclareSoft' interface.
DeclareSoft.getPointcutExpression ( ):
This abstract method is from 'DeclareSoft' interface.
DeclareSoft.getSoftenedExceptionType ( ):
This abstract method is from 'DeclareSoft' interface.
[+] FieldSignature (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FieldSignature. |
[+] affected methods (2)
FieldSignature.getField ( ):
This abstract method is from 'FieldSignature' interface.
FieldSignature.getFieldType ( ):
This abstract method is from 'FieldSignature' interface.
[+] InitializerSignature (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InitializerSignature. |
[+] affected methods (1)
InitializerSignature.getInitializer ( ):
This abstract method is from 'InitializerSignature' interface.
[+] InterTypeConstructorDeclaration (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InterTypeConstructorDeclaration. |
[+] affected methods (3)
InterTypeConstructorDeclaration.getExceptionTypes ( ):
This abstract method is from 'InterTypeConstructorDeclaration' interface.
InterTypeConstructorDeclaration.getGenericParameterTypes ( ):
This abstract method is from 'InterTypeConstructorDeclaration' interface.
InterTypeConstructorDeclaration.getParameterTypes ( ):
This abstract method is from 'InterTypeConstructorDeclaration' interface.
[+] InterTypeDeclaration (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InterTypeDeclaration. |
[+] affected methods (3)
InterTypeDeclaration.getDeclaringType ( ):
This abstract method is from 'InterTypeDeclaration' interface.
InterTypeDeclaration.getModifiers ( ):
This abstract method is from 'InterTypeDeclaration' interface.
InterTypeDeclaration.getTargetType ( ):
This abstract method is from 'InterTypeDeclaration' interface.
[+] InterTypeFieldDeclaration (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InterTypeFieldDeclaration. |
[+] affected methods (3)
InterTypeFieldDeclaration.getGenericType ( ):
This abstract method is from 'InterTypeFieldDeclaration' interface.
InterTypeFieldDeclaration.getName ( ):
This abstract method is from 'InterTypeFieldDeclaration' interface.
InterTypeFieldDeclaration.getType ( ):
This abstract method is from 'InterTypeFieldDeclaration' interface.
[+] InterTypeMethodDeclaration (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InterTypeMethodDeclaration. |
[+] affected methods (7)
InterTypeMethodDeclaration.getExceptionTypes ( ):
This abstract method is from 'InterTypeMethodDeclaration' interface.
InterTypeMethodDeclaration.getGenericParameterTypes ( ):
This abstract method is from 'InterTypeMethodDeclaration' interface.
InterTypeMethodDeclaration.getGenericReturnType ( ):
This abstract method is from 'InterTypeMethodDeclaration' interface.
InterTypeMethodDeclaration.getName ( ):
This abstract method is from 'InterTypeMethodDeclaration' interface.
InterTypeMethodDeclaration.getParameterTypes ( ):
This abstract method is from 'InterTypeMethodDeclaration' interface.
InterTypeMethodDeclaration.getReturnType ( ):
This abstract method is from 'InterTypeMethodDeclaration' interface.
InterTypeMethodDeclaration.getTypeParameters ( ):
This abstract method is from 'InterTypeMethodDeclaration' interface.
[+] MethodSignature (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MethodSignature. |
[+] affected methods (2)
MethodSignature.getMethod ( ):
This abstract method is from 'MethodSignature' interface.
MethodSignature.getReturnType ( ):
This abstract method is from 'MethodSignature' interface.
[+] NoSuchAdviceException (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NoSuchAdviceException. |
[+] affected methods (2)
NoSuchAdviceException.getName ( ):
This method is from 'NoSuchAdviceException' class.
NoSuchAdviceException.NoSuchAdviceException ( String name ):
This constructor is from 'NoSuchAdviceException' class.
[+] NoSuchPointcutException (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NoSuchPointcutException. |
[+] affected methods (2)
NoSuchPointcutException.getName ( ):
This method is from 'NoSuchPointcutException' class.
NoSuchPointcutException.NoSuchPointcutException ( String name ):
This constructor is from 'NoSuchPointcutException' class.
[+] PerClause (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PerClause. |
[+] affected methods (1)
PerClause.getKind ( ):
This abstract method is from 'PerClause' interface.
[+] PerClauseKind (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PerClauseKind. |
[+] affected methods (2)
PerClauseKind.valueOf ( String name ):
This method is from 'PerClauseKind' class.
PerClauseKind.values ( ):
This method is from 'PerClauseKind' class.
[+] Pointcut (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Pointcut. |
[+] affected methods (6)
Pointcut.getDeclaringType ( ):
This abstract method is from 'Pointcut' interface.
Pointcut.getModifiers ( ):
This abstract method is from 'Pointcut' interface.
Pointcut.getName ( ):
This abstract method is from 'Pointcut' interface.
Pointcut.getParameterNames ( ):
This abstract method is from 'Pointcut' interface.
Pointcut.getParameterTypes ( ):
This abstract method is from 'Pointcut' interface.
Pointcut.getPointcutExpression ( ):
This abstract method is from 'Pointcut' interface.
[+] PointcutBasedPerClause (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PointcutBasedPerClause. |
[+] affected methods (1)
PointcutBasedPerClause.getPointcutExpression ( ):
This abstract method is from 'PointcutBasedPerClause' interface.
[+] PointcutExpression (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PointcutExpression. |
[+] affected methods (1)
PointcutExpression.asString ( ):
This abstract method is from 'PointcutExpression' interface.
[+] SignaturePattern (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SignaturePattern. |
[+] affected methods (1)
SignaturePattern.asString ( ):
This abstract method is from 'SignaturePattern' interface.
[+] SourceLocation (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SourceLocation. |
[+] affected methods (4)
SourceLocation.getColumn ( ):
This abstract method is from 'SourceLocation' interface.
SourceLocation.getFileName ( ):
This abstract method is from 'SourceLocation' interface.
SourceLocation.getLine ( ):
This abstract method is from 'SourceLocation' interface.
SourceLocation.getWithinType ( ):
This abstract method is from 'SourceLocation' interface.
[+] TypePattern (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TypePattern. |
[+] affected methods (1)
TypePattern.asString ( ):
This abstract method is from 'TypePattern' interface.
[+] TypePatternBasedPerClause (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TypePatternBasedPerClause. |
[+] affected methods (1)
TypePatternBasedPerClause.getTypePattern ( ):
This abstract method is from 'TypePatternBasedPerClause' interface.
package org.aspectj.runtime
[+] CFlow (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CFlow. |
[+] affected methods (5)
CFlow.CFlow ( ):
This constructor is from 'CFlow' class.
CFlow.CFlow ( Object _aspect ):
This constructor is from 'CFlow' class.
CFlow.get ( int index ):
This method is from 'CFlow' class.
CFlow.getAspect ( ):
This method is from 'CFlow' class.
CFlow.setAspect ( Object _aspect ):
This method is from 'CFlow' class.
package org.aspectj.runtime.reflect
[+] AdviceSignatureImpl (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AdviceSignatureImpl. |
[+] affected methods (3)
AdviceSignatureImpl.createToString ( StringMaker sm ):
This method is from 'AdviceSignatureImpl' class.
AdviceSignatureImpl.getAdvice ( ):
This method is from 'AdviceSignatureImpl' class.
AdviceSignatureImpl.getReturnType ( ):
This method is from 'AdviceSignatureImpl' class.
[+] CatchClauseSignatureImpl (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CatchClauseSignatureImpl. |
[+] affected methods (3)
CatchClauseSignatureImpl.createToString ( StringMaker sm ):
This method is from 'CatchClauseSignatureImpl' class.
CatchClauseSignatureImpl.getParameterName ( ):
This method is from 'CatchClauseSignatureImpl' class.
CatchClauseSignatureImpl.getParameterType ( ):
This method is from 'CatchClauseSignatureImpl' class.
[+] CodeSignatureImpl (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CodeSignatureImpl. |
[+] affected methods (3)
CodeSignatureImpl.getExceptionTypes ( ):
This method is from 'CodeSignatureImpl' abstract class.
CodeSignatureImpl.getParameterNames ( ):
This method is from 'CodeSignatureImpl' abstract class.
CodeSignatureImpl.getParameterTypes ( ):
This method is from 'CodeSignatureImpl' abstract class.
[+] ConstructorSignatureImpl (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConstructorSignatureImpl. |
[+] affected methods (3)
ConstructorSignatureImpl.createToString ( StringMaker sm ):
This method is from 'ConstructorSignatureImpl' class.
ConstructorSignatureImpl.getConstructor ( ):
This method is from 'ConstructorSignatureImpl' class.
ConstructorSignatureImpl.getName ( ):
This method is from 'ConstructorSignatureImpl' class.
[+] Factory (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Factory. |
[+] affected methods (37)
Factory.Factory ( String filename, Class lexicalClass ):
This constructor is from 'Factory' class.
Factory.makeAdviceSig ( int modifiers, String name, Class declaringType, Class[] parameterTypes, String[] parameterNames, Class[] exceptionTypes, Class returnType ):
This method is from 'Factory' class.
Factory.makeAdviceSig ( String modifiers, String name, String declaringType, String paramTypes, String paramNames, String exceptionTypes, String returnType ):
This method is from 'Factory' class.
Factory.makeAdviceSig ( String stringRep ):
This method is from 'Factory' class.
Factory.makeCatchClauseSig ( Class declaringType, Class parameterType, String parameterName ):
This method is from 'Factory' class.
Factory.makeCatchClauseSig ( String declaringType, String parameterType, String parameterName ):
This method is from 'Factory' class.
Factory.makeCatchClauseSig ( String stringRep ):
This method is from 'Factory' class.
Factory.makeConstructorSig ( int modifiers, Class declaringType, Class[] parameterTypes, String[] parameterNames, Class[] exceptionTypes ):
This method is from 'Factory' class.
Factory.makeConstructorSig ( String modifiers, String declaringType, String paramTypes, String paramNames, String exceptionTypes ):
This method is from 'Factory' class.
Factory.makeConstructorSig ( String stringRep ):
This method is from 'Factory' class.
Factory.makeEncSJP ( reflect.Member member ):
This method is from 'Factory' class.
Factory.makeESJP ( String kind, org.aspectj.lang.Signature sig, int l ):
This method is from 'Factory' class.
Factory.makeESJP ( String kind, org.aspectj.lang.Signature sig, int l, int c ):
This method is from 'Factory' class.
Factory.makeESJP ( String kind, org.aspectj.lang.Signature sig, org.aspectj.lang.reflect.SourceLocation loc ):
This method is from 'Factory' class.
Factory.makeFieldSig ( int modifiers, String name, Class declaringType, Class fieldType ):
This method is from 'Factory' class.
Factory.makeFieldSig ( String modifiers, String name, String declaringType, String fieldType ):
This method is from 'Factory' class.
Factory.makeFieldSig ( String stringRep ):
This method is from 'Factory' class.
Factory.makeInitializerSig ( int modifiers, Class declaringType ):
This method is from 'Factory' class.
Factory.makeInitializerSig ( String modifiers, String declaringType ):
This method is from 'Factory' class.
Factory.makeInitializerSig ( String stringRep ):
This method is from 'Factory' class.
Factory.makeJP ( org.aspectj.lang.JoinPoint.StaticPart staticPart, Object _this, Object target ):
This method is from 'Factory' class.
Factory.makeJP ( org.aspectj.lang.JoinPoint.StaticPart staticPart, Object _this, Object target, Object arg0 ):
This method is from 'Factory' class.
Factory.makeJP ( org.aspectj.lang.JoinPoint.StaticPart staticPart, Object _this, Object target, Object arg0, Object arg1 ):
This method is from 'Factory' class.
Factory.makeJP ( org.aspectj.lang.JoinPoint.StaticPart staticPart, Object _this, Object target, Object[] args ):
This method is from 'Factory' class.
Factory.makeLockSig ( ):
This method is from 'Factory' class.
Factory.makeLockSig ( Class declaringType ):
This method is from 'Factory' class.
Factory.makeLockSig ( String stringRep ):
This method is from 'Factory' class.
Factory.makeMethodSig ( int modifiers, String name, Class declaringType, Class[] parameterTypes, String[] parameterNames, Class[] exceptionTypes, Class returnType ):
This method is from 'Factory' class.
Factory.makeMethodSig ( String modifiers, String methodName, String declaringType, String paramTypes, String paramNames, String exceptionTypes, String returnType ):
This method is from 'Factory' class.
Factory.makeMethodSig ( String stringRep ):
This method is from 'Factory' class.
Factory.makeSJP ( String kind, org.aspectj.lang.Signature sig, int l ):
This method is from 'Factory' class.
Factory.makeSJP ( String kind, org.aspectj.lang.Signature sig, int l, int c ):
This method is from 'Factory' class.
Factory.makeSJP ( String kind, org.aspectj.lang.Signature sig, org.aspectj.lang.reflect.SourceLocation loc ):
This method is from 'Factory' class.
Factory.makeSourceLoc ( int line, int col ):
This method is from 'Factory' class.
Factory.makeUnlockSig ( ):
This method is from 'Factory' class.
Factory.makeUnlockSig ( Class declaringType ):
This method is from 'Factory' class.
Factory.makeUnlockSig ( String stringRep ):
This method is from 'Factory' class.
[+] FieldSignatureImpl (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FieldSignatureImpl. |
[+] affected methods (3)
FieldSignatureImpl.createToString ( StringMaker sm ):
This method is from 'FieldSignatureImpl' class.
FieldSignatureImpl.getField ( ):
This method is from 'FieldSignatureImpl' class.
FieldSignatureImpl.getFieldType ( ):
This method is from 'FieldSignatureImpl' class.
[+] InitializerSignatureImpl (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InitializerSignatureImpl. |
[+] affected methods (3)
InitializerSignatureImpl.createToString ( StringMaker sm ):
This method is from 'InitializerSignatureImpl' class.
InitializerSignatureImpl.getInitializer ( ):
This method is from 'InitializerSignatureImpl' class.
InitializerSignatureImpl.getName ( ):
This method is from 'InitializerSignatureImpl' class.
[+] JoinPointImpl (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JoinPointImpl. |
[+] affected methods (14)
JoinPointImpl.getArgs ( ):
This method is from 'JoinPointImpl' class.
JoinPointImpl.getKind ( ):
This method is from 'JoinPointImpl' class.
JoinPointImpl.getSignature ( ):
This method is from 'JoinPointImpl' class.
JoinPointImpl.getSourceLocation ( ):
This method is from 'JoinPointImpl' class.
JoinPointImpl.getStaticPart ( ):
This method is from 'JoinPointImpl' class.
JoinPointImpl.getTarget ( ):
This method is from 'JoinPointImpl' class.
JoinPointImpl.getThis ( ):
This method is from 'JoinPointImpl' class.
JoinPointImpl.JoinPointImpl ( org.aspectj.lang.JoinPoint.StaticPart staticPart, Object _this, Object target, Object[] args ):
This constructor is from 'JoinPointImpl' class.
JoinPointImpl.proceed ( ):
This method is from 'JoinPointImpl' class.
JoinPointImpl.proceed ( Object[] adviceBindings ):
This method is from 'JoinPointImpl' class.
JoinPointImpl.set#AroundClosure ( org.aspectj.runtime.internal.AroundClosure arc ):
This method is from 'JoinPointImpl' class.
JoinPointImpl.toLongString ( ):
This method is from 'JoinPointImpl' class.
JoinPointImpl.toShortString ( ):
This method is from 'JoinPointImpl' class.
JoinPointImpl.toString ( ):
This method is from 'JoinPointImpl' class.
[+] LockSignatureImpl (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LockSignatureImpl. |
[+] affected methods (2)
LockSignatureImpl.createToString ( StringMaker sm ):
This method is from 'LockSignatureImpl' class.
LockSignatureImpl.getParameterType ( ):
This method is from 'LockSignatureImpl' class.
[+] MemberSignatureImpl (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MemberSignatureImpl. |
[+] affected methods (1)
MemberSignatureImpl.MemberSignatureImpl ( String stringRep ):
This constructor is from 'MemberSignatureImpl' abstract class.
[+] MethodSignatureImpl (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MethodSignatureImpl. |
[+] affected methods (3)
MethodSignatureImpl.createToString ( StringMaker sm ):
This method is from 'MethodSignatureImpl' class.
MethodSignatureImpl.getMethod ( ):
This method is from 'MethodSignatureImpl' class.
MethodSignatureImpl.getReturnType ( ):
This method is from 'MethodSignatureImpl' class.
[+] SignatureImpl (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SignatureImpl. |
[+] affected methods (10)
SignatureImpl.createToString ( StringMaker p1 ):
This abstract method is from 'SignatureImpl' abstract class.
SignatureImpl.getDeclaringType ( ):
This method is from 'SignatureImpl' abstract class.
SignatureImpl.getDeclaringTypeName ( ):
This method is from 'SignatureImpl' abstract class.
SignatureImpl.getModifiers ( ):
This method is from 'SignatureImpl' abstract class.
SignatureImpl.getName ( ):
This method is from 'SignatureImpl' abstract class.
SignatureImpl.setLookupClassLoader ( ClassLoader loader ):
This method is from 'SignatureImpl' abstract class.
SignatureImpl.SignatureImpl ( String stringRep ):
This constructor is from 'SignatureImpl' abstract class.
SignatureImpl.toLongString ( ):
This method is from 'SignatureImpl' abstract class.
SignatureImpl.toShortString ( ):
This method is from 'SignatureImpl' abstract class.
SignatureImpl.toString ( ):
This method is from 'SignatureImpl' abstract class.
[+] SourceLocationImpl (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SourceLocationImpl. |
[+] affected methods (5)
SourceLocationImpl.getColumn ( ):
This method is from 'SourceLocationImpl' class.
SourceLocationImpl.getFileName ( ):
This method is from 'SourceLocationImpl' class.
SourceLocationImpl.getLine ( ):
This method is from 'SourceLocationImpl' class.
SourceLocationImpl.getWithinType ( ):
This method is from 'SourceLocationImpl' class.
SourceLocationImpl.toString ( ):
This method is from 'SourceLocationImpl' class.
[+] StringMaker (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StringMaker. |
[+] affected methods (5)
StringMaker.addSignature ( StringBuffer buf, Class[] types ):
This method is from 'StringMaker' class.
StringMaker.addThrows ( StringBuffer buf, Class[] types ):
This method is from 'StringMaker' class.
StringMaker.addTypeNames ( StringBuffer buf, Class[] types ):
This method is from 'StringMaker' class.
StringMaker.makePrimaryTypeName ( Class type, String typeName ):
This method is from 'StringMaker' class.
StringMaker.makeTypeName ( Class type ):
This method is from 'StringMaker' class.
[+] UnlockSignatureImpl (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class UnlockSignatureImpl. |
[+] affected methods (2)
UnlockSignatureImpl.createToString ( StringMaker sm ):
This method is from 'UnlockSignatureImpl' class.
UnlockSignatureImpl.getParameterType ( ):
This method is from 'UnlockSignatureImpl' class.
package org.aspectj.util
[+] FileUtil (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FileUtil. |
[+] affected methods (67)
FileUtil.canReadDir ( java.io.File dir ):
This method is from 'FileUtil' class.
FileUtil.canReadFile ( java.io.File file ):
This method is from 'FileUtil' class.
FileUtil.canWriteDir ( java.io.File dir ):
This method is from 'FileUtil' class.
FileUtil.canWriteFile ( java.io.File file ):
This method is from 'FileUtil' class.
FileUtil.copyDir ( java.io.File fromDir, java.io.File toDir ):
This method is from 'FileUtil' class.
FileUtil.copyDir ( java.io.File fromDir, java.io.File toDir, String fromSuffix, String toSuffix ):
This method is from 'FileUtil' class.
FileUtil.copyDir ( java.io.File fromDir, java.io.File toDir, String fromSuffix, String toSuffix, java.io.FileFilter delegate ):
This method is from 'FileUtil' class.
FileUtil.copyDir ( java.io.File fromDir, java.io.File toDir, String fromSuffix, String toSuffix, java.util.List collector ):
This method is from 'FileUtil' class.
FileUtil.copyFile ( java.io.File fromFile, java.io.File toFile ):
This method is from 'FileUtil' class.
FileUtil.copyFiles ( java.io.File srcDir, String[] relativePaths, java.io.File destDir ):
This method is from 'FileUtil' class.
FileUtil.copyStream ( java.io.DataInputStream in, java.io.PrintStream out ):
This method is from 'FileUtil' class.
FileUtil.copyStream ( java.io.InputStream in, java.io.OutputStream out ):
This method is from 'FileUtil' class.
FileUtil.copyStream ( java.io.Reader in, java.io.Writer out ):
This method is from 'FileUtil' class.
FileUtil.copyValidFiles ( java.io.File fromFile, java.io.File toFile ):
This method is from 'FileUtil' class.
FileUtil.deleteContents ( java.io.File dir ):
This method is from 'FileUtil' class.
FileUtil.deleteContents ( java.io.File dir, java.io.FileFilter filter ):
This method is from 'FileUtil' class.
FileUtil.deleteContents ( java.io.File dir, java.io.FileFilter filter, boolean deleteEmptyDirs ):
This method is from 'FileUtil' class.
FileUtil.ensureParentWritable ( java.io.File path ):
This method is from 'FileUtil' class.
FileUtil.extractJar ( String zipFile, String outDir ):
This method is from 'FileUtil' class.
FileUtil.fileToClassName ( java.io.File basedir, java.io.File classFile ):
This method is from 'FileUtil' class.
FileUtil.flatten ( java.io.File[] files, String infix ):
This method is from 'FileUtil' class.
FileUtil.flatten ( String[] paths, String infix ):
This method is from 'FileUtil' class.
FileUtil.getAbsolutePaths ( java.io.File[] files ):
This method is from 'FileUtil' class.
FileUtil.getBaseDirFiles ( java.io.File basedir, String[] paths ):
This method is from 'FileUtil' class.
FileUtil.getBaseDirFiles ( java.io.File basedir, String[] paths, String[] suffixes ):
This method is from 'FileUtil' class.
FileUtil.getBestFile ( java.io.File file ):
This method is from 'FileUtil' class.
FileUtil.getBestFile ( String[] paths ):
This method is from 'FileUtil' class.
FileUtil.getBestPath ( java.io.File file ):
This method is from 'FileUtil' class.
FileUtil.getFileURL ( java.io.File file ):
This method is from 'FileUtil' class.
FileUtil.getFileURLs ( java.io.File[] files ):
This method is from 'FileUtil' class.
FileUtil.getPaths ( java.io.File[] files ):
This method is from 'FileUtil' class.
FileUtil.getPaths ( java.util.List files ):
This method is from 'FileUtil' class.
FileUtil.getStreamFromZip ( String zipFile, String name ):
This method is from 'FileUtil' class.
FileUtil.getTempDir ( String name ):
This method is from 'FileUtil' class.
FileUtil.hasSourceSuffix ( java.io.File file ):
This method is from 'FileUtil' class.
FileUtil.hasSourceSuffix ( String path ):
This method is from 'FileUtil' class.
FileUtil.isZipFile ( java.io.File file ):
This method is from 'FileUtil' class.
FileUtil.lineSeek ( String sought, java.util.List sources, boolean listAll, java.io.PrintStream errorSink ):
This method is from 'FileUtil' class.
FileUtil.lineSeek ( String sought, String sourcePath, boolean listAll, java.util.ArrayList sink ):
This method is from 'FileUtil' class.
FileUtil.listFiles ( java.io.File srcDir ):
This method is from 'FileUtil' class.
FileUtil.listFiles ( java.io.File srcDir, java.io.FileFilter fileFilter ):
This method is from 'FileUtil' class.
FileUtil.makeClasspath ( java.net.URL[] urls ):
This method is from 'FileUtil' class.
FileUtil.makeNewChildDir ( java.io.File parent, String child ):
This method is from 'FileUtil' class.
FileUtil.makeOutputStream ( java.io.File file ):
This method is from 'FileUtil' class.
FileUtil.normalizedPath ( java.io.File file ):
This method is from 'FileUtil' class.
FileUtil.normalizedPath ( java.io.File file, java.io.File basedir ):
This method is from 'FileUtil' class.
FileUtil.readAsByteArray ( java.io.File file ):
This method is from 'FileUtil' class.
FileUtil.readAsByteArray ( java.io.InputStream inStream ):
This method is from 'FileUtil' class.
FileUtil.readAsString ( java.io.File file ):
This method is from 'FileUtil' class.
FileUtil.readAsString ( java.io.InputStream in ):
This method is from 'FileUtil' class.
FileUtil.readBooleanArray ( java.io.DataInputStream s ):
This method is from 'FileUtil' class.
FileUtil.readIntArray ( java.io.DataInputStream s ):
This method is from 'FileUtil' class.
FileUtil.readStringArray ( java.io.DataInputStream s ):
This method is from 'FileUtil' class.
FileUtil.sleepPastFinalModifiedTime ( java.io.File[] files ):
This method is from 'FileUtil' class.
FileUtil.sourceSuffixLength ( java.io.File file ):
This method is from 'FileUtil' class.
FileUtil.sourceSuffixLength ( String path ):
This method is from 'FileUtil' class.
FileUtil.throwIaxUnlessCanReadDir ( java.io.File dir, String label ):
This method is from 'FileUtil' class.
FileUtil.throwIaxUnlessCanReadFile ( java.io.File file, String label ):
This method is from 'FileUtil' class.
FileUtil.throwIaxUnlessCanWriteDir ( java.io.File dir, String label ):
This method is from 'FileUtil' class.
FileUtil.throwIaxUnlessCanWriteFile ( java.io.File file, String label ):
This method is from 'FileUtil' class.
FileUtil.weakNormalize ( String path ):
This method is from 'FileUtil' class.
FileUtil.writeAsString ( java.io.File file, String contents ):
This method is from 'FileUtil' class.
FileUtil.writeBooleanArray ( boolean[] a, java.io.DataOutputStream s ):
This method is from 'FileUtil' class.
FileUtil.writeIntArray ( int[] a, java.io.DataOutputStream s ):
This method is from 'FileUtil' class.
FileUtil.writeStringArray ( String[] a, java.io.DataOutputStream s ):
This method is from 'FileUtil' class.
FileUtil.zipSuffixLength ( java.io.File file ):
This method is from 'FileUtil' class.
FileUtil.zipSuffixLength ( String path ):
This method is from 'FileUtil' class.
[+] FuzzyBoolean (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FuzzyBoolean. |
[+] affected methods (9)
FuzzyBoolean.alwaysFalse ( ):
This abstract method is from 'FuzzyBoolean' abstract class.
FuzzyBoolean.alwaysTrue ( ):
This abstract method is from 'FuzzyBoolean' abstract class.
FuzzyBoolean.and ( FuzzyBoolean p1 ):
This abstract method is from 'FuzzyBoolean' abstract class.
FuzzyBoolean.fromBoolean ( boolean b ):
This method is from 'FuzzyBoolean' abstract class.
FuzzyBoolean.FuzzyBoolean ( ):
This constructor is from 'FuzzyBoolean' abstract class.
FuzzyBoolean.maybeFalse ( ):
This abstract method is from 'FuzzyBoolean' abstract class.
FuzzyBoolean.maybeTrue ( ):
This abstract method is from 'FuzzyBoolean' abstract class.
FuzzyBoolean.not ( ):
This abstract method is from 'FuzzyBoolean' abstract class.
FuzzyBoolean.or ( FuzzyBoolean p1 ):
This abstract method is from 'FuzzyBoolean' abstract class.
[+] LangUtil (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LangUtil. |
[+] affected methods (48)
LangUtil.anySplit ( String input, String delim ):
This method is from 'LangUtil' class.
LangUtil.arrayAsList ( Object[] array ):
This method is from 'LangUtil' class.
LangUtil.commaSplit ( String input ):
This method is from 'LangUtil' class.
LangUtil.copy ( Object[] source ):
This method is from 'LangUtil' class.
LangUtil.copyStrings ( String[][] in ):
This method is from 'LangUtil' class.
LangUtil.endsWith ( String[] inputs, String[] suffixes, boolean ignoreCase ):
This method is from 'LangUtil' class.
LangUtil.extractOptions ( String[] args, String[] validOptions, int[] optionArgs, java.util.List extracted ):
This method is from 'LangUtil' class.
LangUtil.extractOptions ( String[] args, String[][] options ):
This method is from 'LangUtil' class.
LangUtil.getBoolean ( String propertyName, boolean defaultValue ):
This method is from 'LangUtil' class.
LangUtil.getJavaExecutable ( ):
This method is from 'LangUtil' class.
LangUtil.is13VMOrGreater ( ):
This method is from 'LangUtil' class.
LangUtil.is14VMOrGreater ( ):
This method is from 'LangUtil' class.
LangUtil.is15VMOrGreater ( ):
This method is from 'LangUtil' class.
LangUtil.is16VMOrGreater ( ):
This method is from 'LangUtil' class.
LangUtil.isEmpty ( java.util.Collection collection ):
This method is from 'LangUtil' class.
LangUtil.isEmpty ( Object[] ra ):
This method is from 'LangUtil' class.
LangUtil.isEmpty ( String s ):
This method is from 'LangUtil' class.
LangUtil.isEmptyTrimmed ( String s ):
This method is from 'LangUtil' class.
LangUtil.LangUtil ( ):
This constructor is from 'LangUtil' class.
LangUtil.makeClasspath ( String bootclasspath, String classpath, String classesDir, String outputJar ):
This method is from 'LangUtil' class.
LangUtil.makeProcess ( LangUtil.ProcessController controller, String classpath, String mainClass, String[] args ):
This method is from 'LangUtil' class.
LangUtil.makeProcess ( LangUtil.ProcessController controller, String[] command, String label ):
This method is from 'LangUtil' class.
LangUtil.optionVariants ( String[] options ):
This method is from 'LangUtil' class.
LangUtil.renderException ( Throwable t ):
This method is from 'LangUtil' class.
LangUtil.renderException ( Throwable t, boolean elide ):
This method is from 'LangUtil' class.
LangUtil.renderExceptionShort ( Throwable e ):
This method is from 'LangUtil' class.
LangUtil.replace ( String in, String sought, String replace ):
This method is from 'LangUtil' class.
LangUtil.safeCopy ( Object[] source, Object[] sink ):
This method is from 'LangUtil' class.
LangUtil.safeList ( java.util.List list ):
This method is from 'LangUtil' class.
LangUtil.selectDirectories ( String[] inputs, java.io.File baseDir ):
This method is from 'LangUtil' class.
LangUtil.selectOptions ( java.util.List args, String[] validOptions ):
This method is from 'LangUtil' class.
LangUtil.selectOptions ( String[] args, String[] validOptions ):
This method is from 'LangUtil' class.
LangUtil.sleep ( long milliseconds ):
This method is from 'LangUtil' class.
LangUtil.sleepUntil ( long time ):
This method is from 'LangUtil' class.
LangUtil.split ( String text ):
This method is from 'LangUtil' class.
LangUtil.splitClasspath ( String classpath ):
This method is from 'LangUtil' class.
LangUtil.stackToString ( Throwable throwable, boolean skipMessage ):
This method is from 'LangUtil' class.
LangUtil.strings ( String text ):
This method is from 'LangUtil' class.
LangUtil.supportsJava ( String version ):
This method is from 'LangUtil' class.
LangUtil.throwIaxIfFalse ( boolean test, String message ):
This method is from 'LangUtil' class.
LangUtil.throwIaxIfNotAllAssignable ( java.util.Collection collection, Class c, String name ):
This method is from 'LangUtil' class.
LangUtil.throwIaxIfNotAssignable ( Object o, Class c, String name ):
This method is from 'LangUtil' class.
LangUtil.throwIaxIfNotAssignable ( Object[] ra, Class c, String name ):
This method is from 'LangUtil' class.
LangUtil.throwIaxIfNull ( Object o, String name ):
This method is from 'LangUtil' class.
LangUtil.toSizedString ( long i, int width ):
This method is from 'LangUtil' class.
LangUtil.unqualifiedClassName ( Class c ):
This method is from 'LangUtil' class.
LangUtil.unqualifiedClassName ( Object o ):
This method is from 'LangUtil' class.
LangUtil.unwrapException ( Throwable t ):
This method is from 'LangUtil' class.
[+] LineReader (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LineReader. |
[+] affected methods (11)
LineReader.create ( java.io.File file, String[] leadComments, String[] eolComments ):
This method is from 'LineReader' class.
LineReader.createTester ( java.io.File file ):
This method is from 'LineReader' class.
LineReader.getFile ( ):
This method is from 'LineReader' class.
LineReader.lastLine ( ):
This method is from 'LineReader' class.
LineReader.LineReader ( java.io.FileReader reader, java.io.File file ):
This constructor is from 'LineReader' class.
LineReader.LineReader ( java.io.FileReader reader, java.io.File file, String[] leadComments, String[] eolComments ):
This constructor is from 'LineReader' class.
LineReader.nextLine ( boolean skipEmpties ):
This method is from 'LineReader' class.
LineReader.readClippedLine ( ):
This method is from 'LineReader' class.
LineReader.readLines ( int first, int last ):
This method is from 'LineReader' class.
LineReader.readToBlankLine ( ):
This method is from 'LineReader' class.
LineReader.toString ( ):
This method is from 'LineReader' class.
[+] PartialOrder (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PartialOrder. |
[+] affected methods (3)
PartialOrder.main ( String[] args ):
This method is from 'PartialOrder' class.
PartialOrder.PartialOrder ( ):
This constructor is from 'PartialOrder' class.
PartialOrder.sort ( java.util.List objects ):
This method is from 'PartialOrder' class.
[+] Reflection (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Reflection. |
[+] affected methods (14)
Reflection.getMatchingMethod ( Class class_, String name, Object[] args ):
This method is from 'Reflection' class.
Reflection.getStaticField ( Class class_, String name ):
This method is from 'Reflection' class.
Reflection.invoke ( Class class_, Object target, String name, Object arg1 ):
This method is from 'Reflection' class.
Reflection.invoke ( Class class_, Object target, String name, Object arg1, Object arg2 ):
This method is from 'Reflection' class.
Reflection.invoke ( Class class_, Object target, String name, Object arg1, Object arg2, Object arg3 ):
This method is from 'Reflection' class.
Reflection.invokeN ( Class class_, String name, Object target, Object[] args ):
This method is from 'Reflection' class.
Reflection.invokestatic ( Class class_, String name ):
This method is from 'Reflection' class.
Reflection.invokestatic ( Class class_, String name, Object arg1 ):
This method is from 'Reflection' class.
Reflection.invokestatic ( Class class_, String name, Object arg1, Object arg2 ):
This method is from 'Reflection' class.
Reflection.invokestatic ( Class class_, String name, Object arg1, Object arg2, Object arg3 ):
This method is from 'Reflection' class.
Reflection.invokestaticN ( Class class_, String name, Object[] args ):
This method is from 'Reflection' class.
Reflection.runMainInSameVM ( Class mainClass, String[] args ):
This method is from 'Reflection' class.
Reflection.runMainInSameVM ( java.net.URL[] urls, java.io.File[] libs, java.io.File[] dirs, String className, String[] args ):
This method is from 'Reflection' class.
Reflection.runMainInSameVM ( String classpath, String className, String[] args ):
This method is from 'Reflection' class.
[+] TypeSafeEnum (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TypeSafeEnum. |
[+] affected methods (5)
TypeSafeEnum.getKey ( ):
This method is from 'TypeSafeEnum' class.
TypeSafeEnum.getName ( ):
This method is from 'TypeSafeEnum' class.
TypeSafeEnum.toString ( ):
This method is from 'TypeSafeEnum' class.
TypeSafeEnum.TypeSafeEnum ( String name, int key ):
This constructor is from 'TypeSafeEnum' class.
TypeSafeEnum.write ( java.io.DataOutputStream s ):
This method is from 'TypeSafeEnum' class.
[+] UtilClassLoader (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class UtilClassLoader. |
[+] affected methods (5)
UtilClassLoader.getResource ( String name ):
This method is from 'UtilClassLoader' class.
UtilClassLoader.getResourceAsStream ( String name ):
This method is from 'UtilClassLoader' class.
UtilClassLoader.loadClass ( String name, boolean resolve ):
This method is from 'UtilClassLoader' class.
UtilClassLoader.toString ( ):
This method is from 'UtilClassLoader' class.
UtilClassLoader.UtilClassLoader ( java.net.URL[] urls, java.io.File[] dirs ):
This constructor is from 'UtilClassLoader' class.
package org.aspectj.weaver
[+] AbstractReferenceTypeDelegate (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractReferenceTypeDelegate. |
[+] affected methods (43)
AbstractReferenceTypeDelegate.AbstractReferenceTypeDelegate ( ReferenceType resolvedTypeX, boolean exposedToWeaver ):
This constructor is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.addAnnotation ( AnnotationX p1 ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.canAnnotationTargetType ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.doesNotExposeShadowMungers ( ):
This method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.ensureDelegateConsistent ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.getAnnotations ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.getAnnotationTargetKinds ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.getAnnotationTypes ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.getDeclaredFields ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.getDeclaredGenericSignature ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.getDeclaredInterfaces ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.getDeclaredMethods ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.getDeclaredPointcuts ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.getDeclares ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.getFormalTypeParametersFromOuterClass ( ):
This method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.getGenericClassTypeSignature ( ):
This method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.getModifiers ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.getOuterClass ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.getPerClause ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.getPrivilegedAccesses ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.getResolvedTypeX ( ):
This method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.getRetentionPolicy ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.getSourceContext ( ):
This method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.getSourcefilename ( ):
This method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.getSourceLocation ( ):
This method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.getSuperclass ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.getTypeMungers ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.getTypeVariables ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.getWeaverState ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.hasAnnotation ( UnresolvedType p1 ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.isAnnotation ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.isAnnotationStyleAspect ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.isAnnotationWithRuntimeRetention ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.isAnonymous ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.isAspect ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.isClass ( ):
This method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.isEnum ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.isExposedToWeaver ( ):
This method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.isGeneric ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.isInterface ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.isNested ( ):
This abstract method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.setSourceContext ( ISourceContext isc ):
This method is from 'AbstractReferenceTypeDelegate' abstract class.
AbstractReferenceTypeDelegate.setSourcefilename ( String sourceFileName ):
This method is from 'AbstractReferenceTypeDelegate' abstract class.
[+] Advice (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Advice. |
[+] affected methods (29)
Advice.Advice ( AjAttribute.AdviceAttribute attribute, patterns.Pointcut pointcut, Member signature ):
This constructor is from 'Advice' abstract class.
Advice.concretize ( ResolvedType fromType, World world, patterns.PerClause clause ):
This method is from 'Advice' abstract class.
Advice.countOnes ( int bits ):
This method is from 'Advice' abstract class.
Advice.equals ( Object other ):
This method is from 'Advice' abstract class.
Advice.extraParametersToString ( ):
This method is from 'Advice' abstract class.
Advice.getBaseParameterCount ( ):
This method is from 'Advice' abstract class.
Advice.getBaseParameterNames ( World world ):
This method is from 'Advice' abstract class.
Advice.getBindingParameterTypes ( ):
This method is from 'Advice' abstract class.
Advice.getConcreteAspect ( ):
This method is from 'Advice' abstract class.
Advice.getDeclaringAspect ( ):
This method is from 'Advice' abstract class.
Advice.getExtraParameterCount ( ):
This method is from 'Advice' abstract class.
Advice.getExtraParameterFlags ( ):
This method is from 'Advice' abstract class.
Advice.getExtraParameterType ( ):
This method is from 'Advice' abstract class.
Advice.getKind ( ):
This method is from 'Advice' abstract class.
Advice.getOriginalSignature ( ):
This method is from 'Advice' abstract class.
Advice.getPointcut ( ):
This method is from 'Advice' abstract class.
Advice.getSignature ( ):
This method is from 'Advice' abstract class.
Advice.hasExtraParameter ( ):
This method is from 'Advice' abstract class.
Advice.hashCode ( ):
This method is from 'Advice' abstract class.
Advice.makeCflowEntry ( World world, patterns.Pointcut entry, boolean isBelow, Member stackField, int nFreeVars, java.util.List innerCflowEntries, ResolvedType inAspect ):
This method is from 'Advice' abstract class.
Advice.makePerCflowEntry ( World world, patterns.Pointcut entry, boolean isBelow, Member stackField, ResolvedType inAspect, java.util.List innerCflowEntries ):
This method is from 'Advice' abstract class.
Advice.makePerObjectEntry ( World world, patterns.Pointcut entry, boolean isThis, ResolvedType inAspect ):
This method is from 'Advice' abstract class.
Advice.makePerTypeWithinEntry ( World world, patterns.Pointcut p, ResolvedType inAspect ):
This method is from 'Advice' abstract class.
Advice.makeSoftener ( World world, patterns.Pointcut entry, patterns.TypePattern exceptionType, ResolvedType inAspect, IHasSourceLocation loc ):
This method is from 'Advice' abstract class.
Advice.match ( Shadow shadow, World world ):
This method is from 'Advice' abstract class.
Advice.setBindingParameterTypes ( UnresolvedType[] types ):
This method is from 'Advice' abstract class.
Advice.setLexicalPosition ( int lexicalPosition ):
This method is from 'Advice' abstract class.
Advice.setSignature ( Member signature ):
This method is from 'Advice' abstract class.
Advice.toString ( ):
This method is from 'Advice' abstract class.
[+] AdviceKind (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AdviceKind. |
[+] affected methods (8)
AdviceKind.AdviceKind ( String name, int key, int precedence, boolean isAfter, boolean isCflow ):
This constructor is from 'AdviceKind' class.
AdviceKind.getPrecedence ( ):
This method is from 'AdviceKind' class.
AdviceKind.isAfter ( ):
This method is from 'AdviceKind' class.
AdviceKind.isCflow ( ):
This method is from 'AdviceKind' class.
AdviceKind.isPerEntry ( ):
This method is from 'AdviceKind' class.
AdviceKind.isPerObjectEntry ( ):
This method is from 'AdviceKind' class.
AdviceKind.read ( VersionedDataInputStream s ):
This method is from 'AdviceKind' class.
AdviceKind.stringToKind ( String s ):
This method is from 'AdviceKind' class.
[+] AjAttribute (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AjAttribute. |
[+] affected methods (7)
AjAttribute.AjAttribute ( ):
This constructor is from 'AjAttribute' abstract class.
AjAttribute.getAllBytes ( short nameIndex ):
This method is from 'AjAttribute' abstract class.
AjAttribute.getBytes ( ):
This method is from 'AjAttribute' abstract class.
AjAttribute.getNameChars ( ):
This method is from 'AjAttribute' abstract class.
AjAttribute.getNameString ( ):
This abstract method is from 'AjAttribute' abstract class.
AjAttribute.read ( AjAttribute.WeaverVersionInfo v, String name, byte[] bytes, ISourceContext context, World w ):
This method is from 'AjAttribute' abstract class.
AjAttribute.write ( java.io.DataOutputStream p1 ):
This abstract method is from 'AjAttribute' abstract class.
[+] AjcMemberMaker (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AjcMemberMaker. |
[+] affected methods (59)
AjcMemberMaker.AjcMemberMaker ( ):
This constructor is from 'AjcMemberMaker' class.
AjcMemberMaker.ajcPostClinitMethod ( UnresolvedType declaringType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.ajcPreClinitMethod ( UnresolvedType declaringType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.aroundClosurePreInitializationField ( ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.aroundClosurePreInitializationGetter ( ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.bridgerToInterMethod ( ResolvedMember meth, UnresolvedType aspectType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.cflowStackInit ( ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.cflowStackIsValid ( ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.cflowStackPeekInstance ( ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.cflowStackPushInstance ( ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.initFailureCauseField ( UnresolvedType declaringType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.inlineAccessMethodForFieldGet ( UnresolvedType aspectType, Member field ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.inlineAccessMethodForFieldSet ( UnresolvedType aspectType, Member field ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.inlineAccessMethodForMethod ( UnresolvedType aspectType, ResolvedMember method ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.interConstructor ( ResolvedType targetType, ResolvedMember constructor, UnresolvedType aspectType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.interfaceConstructor ( ResolvedType resolvedTypeX ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.interFieldClassField ( ResolvedMember field, UnresolvedType aspectType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.interFieldGetDispatcher ( ResolvedMember field, UnresolvedType aspectType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.interFieldInitializer ( ResolvedMember field, UnresolvedType aspectType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.interFieldInterfaceField ( ResolvedMember field, UnresolvedType onClass, UnresolvedType aspectType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.interFieldInterfaceGetter ( ResolvedMember field, ResolvedType onType, UnresolvedType aspectType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.interFieldInterfaceSetter ( ResolvedMember field, ResolvedType onType, UnresolvedType aspectType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.interFieldSetDispatcher ( ResolvedMember field, UnresolvedType aspectType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.interMethod ( ResolvedMember meth, UnresolvedType aspectType, boolean onInterface ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.interMethodBody ( ResolvedMember meth, UnresolvedType aspectType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.interMethodDispatcher ( ResolvedMember meth, UnresolvedType aspectType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.itdAtDeclareParentsField ( ResolvedType targetType, UnresolvedType itdType, UnresolvedType aspectType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.noAspectBoundExceptionInit ( ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.noAspectBoundExceptionInit2 ( ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.noAspectBoundExceptionInitWithCause ( ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.perCflowAspectOfMethod ( UnresolvedType declaringType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.perCflowField ( UnresolvedType declaringType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.perCflowHasAspectMethod ( UnresolvedType declaringType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.perCflowPush ( UnresolvedType declaringType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.perObjectAspectOfMethod ( UnresolvedType declaringType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.perObjectBind ( UnresolvedType declaringType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.perObjectField ( UnresolvedType declaringType, ResolvedType aspectType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.perObjectHasAspectMethod ( UnresolvedType declaringType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.perObjectInterfaceGet ( UnresolvedType aspectType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.perObjectInterfaceSet ( UnresolvedType aspectType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.perObjectInterfaceType ( UnresolvedType aspectType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.perSingletonAspectOfMethod ( UnresolvedType declaringType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.perSingletonField ( UnresolvedType declaringType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.perSingletonHasAspectMethod ( UnresolvedType declaringType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.perTypeWithinAspectOfMethod ( UnresolvedType declaringType, boolean inJava5Mode ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.perTypeWithinCreateAspectInstance ( UnresolvedType declaringType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.perTypeWithinField ( UnresolvedType declaringType, ResolvedType aspectType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.perTypeWithinGetInstance ( UnresolvedType declaringType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.perTypeWithinGetWithinTypeNameMethod ( UnresolvedType declaringType, boolean inJava5Mode ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.perTypeWithinHasAspectMethod ( UnresolvedType declaringType, boolean inJava5Mode ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.perTypeWithinLocalAspectOf ( UnresolvedType shadowType, UnresolvedType aspectType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.perTypeWithinWithinTypeField ( UnresolvedType declaringType, ResolvedType aspectType ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.postIntroducedConstructor ( UnresolvedType aspectType, UnresolvedType targetType, UnresolvedType[] paramTypes ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.preIntroducedConstructor ( UnresolvedType aspectType, UnresolvedType targetType, UnresolvedType[] paramTypes ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.privilegedAccessMethodForFieldGet ( UnresolvedType aspectType, Member field ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.privilegedAccessMethodForFieldSet ( UnresolvedType aspectType, Member field ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.privilegedAccessMethodForMethod ( UnresolvedType aspectType, ResolvedMember method ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.superAccessMethod ( UnresolvedType baseType, ResolvedMember method ):
This method is from 'AjcMemberMaker' class.
AjcMemberMaker.toObjectConversionMethod ( UnresolvedType fromType ):
This method is from 'AjcMemberMaker' class.
[+] AnnotatedElement (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AnnotatedElement. |
[+] affected methods (3)
AnnotatedElement.getAnnotationOfType ( UnresolvedType p1 ):
This abstract method is from 'AnnotatedElement' interface.
AnnotatedElement.getAnnotationTypes ( ):
This abstract method is from 'AnnotatedElement' interface.
AnnotatedElement.hasAnnotation ( UnresolvedType p1 ):
This abstract method is from 'AnnotatedElement' interface.
[+] AnnotationAJ (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AnnotationAJ. |
[+] affected methods (11)
AnnotationAJ.addNameValuePair ( AnnotationNameValuePair pair ):
This method is from 'AnnotationAJ' class.
AnnotationAJ.AnnotationAJ ( String type, boolean isRuntimeVisible ):
This constructor is from 'AnnotationAJ' class.
AnnotationAJ.getNameValuePairs ( ):
This method is from 'AnnotationAJ' class.
AnnotationAJ.getStringValueOf ( Object name ):
This method is from 'AnnotationAJ' class.
AnnotationAJ.getTypeSignature ( ):
This method is from 'AnnotationAJ' class.
AnnotationAJ.hasNamedValue ( String n ):
This method is from 'AnnotationAJ' class.
AnnotationAJ.hasNameValuePair ( String n, String v ):
This method is from 'AnnotationAJ' class.
AnnotationAJ.hasNameValuePairs ( ):
This method is from 'AnnotationAJ' class.
AnnotationAJ.isRuntimeVisible ( ):
This method is from 'AnnotationAJ' class.
AnnotationAJ.stringify ( ):
This method is from 'AnnotationAJ' class.
AnnotationAJ.toString ( ):
This method is from 'AnnotationAJ' class.
[+] AnnotationAnnotationValue (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AnnotationAnnotationValue. |
[+] affected methods (4)
AnnotationAnnotationValue.AnnotationAnnotationValue ( AnnotationAJ value ):
This constructor is from 'AnnotationAnnotationValue' class.
AnnotationAnnotationValue.getAnnotation ( ):
This method is from 'AnnotationAnnotationValue' class.
AnnotationAnnotationValue.stringify ( ):
This method is from 'AnnotationAnnotationValue' class.
AnnotationAnnotationValue.toString ( ):
This method is from 'AnnotationAnnotationValue' class.
[+] AnnotationNameValuePair (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AnnotationNameValuePair. |
[+] affected methods (5)
AnnotationNameValuePair.AnnotationNameValuePair ( String name, AnnotationValue val ):
This constructor is from 'AnnotationNameValuePair' class.
AnnotationNameValuePair.getName ( ):
This method is from 'AnnotationNameValuePair' class.
AnnotationNameValuePair.getValue ( ):
This method is from 'AnnotationNameValuePair' class.
AnnotationNameValuePair.stringify ( ):
This method is from 'AnnotationNameValuePair' class.
AnnotationNameValuePair.toString ( ):
This method is from 'AnnotationNameValuePair' class.
[+] AnnotationOnTypeMunger (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AnnotationOnTypeMunger. |
[+] affected methods (5)
AnnotationOnTypeMunger.AnnotationOnTypeMunger ( AnnotationX anno ):
This constructor is from 'AnnotationOnTypeMunger' class.
AnnotationOnTypeMunger.equals ( Object other ):
This method is from 'AnnotationOnTypeMunger' class.
AnnotationOnTypeMunger.getNewAnnotation ( ):
This method is from 'AnnotationOnTypeMunger' class.
AnnotationOnTypeMunger.hashCode ( ):
This method is from 'AnnotationOnTypeMunger' class.
AnnotationOnTypeMunger.write ( java.io.DataOutputStream s ):
This method is from 'AnnotationOnTypeMunger' class.
[+] AnnotationTargetKind (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AnnotationTargetKind. |
[+] affected methods (2)
AnnotationTargetKind.AnnotationTargetKind ( String name, int key ):
This constructor is from 'AnnotationTargetKind' class.
AnnotationTargetKind.read ( java.io.DataInputStream s ):
This method is from 'AnnotationTargetKind' class.
[+] AnnotationValue (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AnnotationValue. |
[+] affected methods (3)
AnnotationValue.AnnotationValue ( int kind ):
This constructor is from 'AnnotationValue' abstract class.
AnnotationValue.stringify ( ):
This abstract method is from 'AnnotationValue' abstract class.
AnnotationValue.whatKindIsThis ( int kind ):
This method is from 'AnnotationValue' abstract class.
[+] AnnotationX (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AnnotationX. |
[+] affected methods (18)
AnnotationX.allowedOnAnnotationType ( ):
This method is from 'AnnotationX' class.
AnnotationX.allowedOnField ( ):
This method is from 'AnnotationX' class.
AnnotationX.allowedOnRegularType ( ):
This method is from 'AnnotationX' class.
AnnotationX.AnnotationX ( org.aspectj.apache.bcel.classfile.annotation.AnnotationGen a, World world ):
This constructor is from 'AnnotationX' class.
AnnotationX.AnnotationX ( AnnotationAJ a, World world ):
This constructor is from 'AnnotationX' class.
AnnotationX.getBcelAnnotation ( ):
This method is from 'AnnotationX' class.
AnnotationX.getSignature ( ):
This method is from 'AnnotationX' class.
AnnotationX.getTargets ( ):
This method is from 'AnnotationX' class.
AnnotationX.getTypeName ( ):
This method is from 'AnnotationX' class.
AnnotationX.getTypeSignature ( ):
This method is from 'AnnotationX' class.
AnnotationX.getValidTargets ( ):
This method is from 'AnnotationX' class.
AnnotationX.hasNamedValue ( String n ):
This method is from 'AnnotationX' class.
AnnotationX.hasNameValuePair ( String n, String v ):
This method is from 'AnnotationX' class.
AnnotationX.isRuntimeVisible ( ):
This method is from 'AnnotationX' class.
AnnotationX.print ( StringBuffer sb ):
This method is from 'AnnotationX' class.
AnnotationX.specifiesTarget ( ):
This method is from 'AnnotationX' class.
AnnotationX.stringify ( ):
This method is from 'AnnotationX' class.
AnnotationX.toString ( ):
This method is from 'AnnotationX' class.
[+] ArrayAnnotationValue (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ArrayAnnotationValue. |
[+] affected methods (6)
ArrayAnnotationValue.ArrayAnnotationValue ( ):
This constructor is from 'ArrayAnnotationValue' class.
ArrayAnnotationValue.ArrayAnnotationValue ( AnnotationValue[] values ):
This constructor is from 'ArrayAnnotationValue' class.
ArrayAnnotationValue.getValues ( ):
This method is from 'ArrayAnnotationValue' class.
ArrayAnnotationValue.setValues ( AnnotationValue[] values ):
This method is from 'ArrayAnnotationValue' class.
ArrayAnnotationValue.stringify ( ):
This method is from 'ArrayAnnotationValue' class.
ArrayAnnotationValue.toString ( ):
This method is from 'ArrayAnnotationValue' class.
[+] ArrayReferenceType (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ArrayReferenceType. |
[+] affected methods (32)
ArrayReferenceType.ArrayReferenceType ( String sig, String erasureSig, World world, ResolvedType componentType ):
This constructor is from 'ArrayReferenceType' class.
ArrayReferenceType.canAnnotationTargetType ( ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.getAnnotationTargetKinds ( ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.getComponentType ( ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.getDeclaredFields ( ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.getDeclaredInterfaces ( ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.getDeclaredMethods ( ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.getDeclaredPointcuts ( ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.getModifiers ( ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.getResolvedComponentType ( ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.getSourceContext ( ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.getSuperclass ( ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.getTypeVariables ( ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.hasAnnotation ( UnresolvedType ofType ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.isAnnotation ( ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.isAnnotationStyleAspect ( ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.isAnnotationWithRuntimeRetention ( ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.isAnonymous ( ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.isAspect ( ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.isAssignableFrom ( ResolvedType o ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.isAssignableFrom ( ResolvedType o, boolean allowMissing ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.isClass ( ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.isCoerceableFrom ( ResolvedType o ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.isEnum ( ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.isGenericType ( ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.isGenericWildcard ( ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.isNested ( ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.isParameterizedType ( ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.isPrimitiveType ( ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.isRawType ( ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.isSimpleType ( ):
This method is from 'ArrayReferenceType' class.
ArrayReferenceType.isTypeVariableReference ( ):
This method is from 'ArrayReferenceType' class.
[+] AsmRelationshipProvider (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AsmRelationshipProvider. |
[+] affected methods (13)
AsmRelationshipProvider.addDeclareAnnotationRelationship ( org.aspectj.bridge.ISourceLocation declareAnnotationLocation, org.aspectj.bridge.ISourceLocation annotatedLocation ):
This method is from 'AsmRelationshipProvider' class.
AsmRelationshipProvider.addDeclareAnnotationRelationship ( org.aspectj.bridge.ISourceLocation sourceLocation, String typename, org.aspectj.apache.bcel.classfile.Field field ):
This method is from 'AsmRelationshipProvider' class.
AsmRelationshipProvider.addDeclareAnnotationRelationship ( org.aspectj.bridge.ISourceLocation sourceLocation, String typename, org.aspectj.apache.bcel.classfile.Method method ):
This method is from 'AsmRelationshipProvider' class.
AsmRelationshipProvider.addDeclareParentsRelationship ( org.aspectj.bridge.ISourceLocation decp, ResolvedType targetType, java.util.List newParents ):
This method is from 'AsmRelationshipProvider' class.
AsmRelationshipProvider.addRelationship ( ResolvedType onType, ResolvedTypeMunger munger, ResolvedType originatingAspect ):
This method is from 'AsmRelationshipProvider' class.
AsmRelationshipProvider.adviceMunger ( org.aspectj.asm.IHierarchy model, Shadow shadow, ShadowMunger munger ):
This method is from 'AsmRelationshipProvider' class.
AsmRelationshipProvider.AsmRelationshipProvider ( ):
This constructor is from 'AsmRelationshipProvider' class.
AsmRelationshipProvider.checkerMunger ( org.aspectj.asm.IHierarchy model, Shadow shadow, Checker checker ):
This method is from 'AsmRelationshipProvider' class.
AsmRelationshipProvider.findMemberInClass ( org.aspectj.asm.IProgramElement classNode, Member member ):
This method is from 'AsmRelationshipProvider' class.
AsmRelationshipProvider.getDefault ( ):
This method is from 'AsmRelationshipProvider' class.
AsmRelationshipProvider.getNode ( org.aspectj.asm.IHierarchy model, Shadow shadow ):
This method is from 'AsmRelationshipProvider' class.
AsmRelationshipProvider.lookupMember ( org.aspectj.asm.IHierarchy model, Member member ):
This method is from 'AsmRelationshipProvider' class.
AsmRelationshipProvider.setDefault ( AsmRelationshipProvider instance ):
This method is from 'AsmRelationshipProvider' class.
[+] AsmRelationshipUtils (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AsmRelationshipUtils. |
[+] affected methods (3)
AsmRelationshipUtils.AsmRelationshipUtils ( ):
This constructor is from 'AsmRelationshipUtils' class.
AsmRelationshipUtils.genDeclareMessage ( String message ):
This method is from 'AsmRelationshipUtils' class.
AsmRelationshipUtils.genPointcutDetails ( patterns.Pointcut pcd ):
This method is from 'AsmRelationshipUtils' class.
[+] BCException (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BCException. |
[+] affected methods (6)
BCException.BCException ( ):
This constructor is from 'BCException' class.
BCException.BCException ( String s ):
This constructor is from 'BCException' class.
BCException.BCException ( String s, Throwable thrown ):
This constructor is from 'BCException' class.
BCException.printStackTrace ( ):
This method is from 'BCException' class.
BCException.printStackTrace ( java.io.PrintStream s ):
This method is from 'BCException' class.
BCException.printStackTrace ( java.io.PrintWriter s ):
This method is from 'BCException' class.
[+] BoundedReferenceType (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BoundedReferenceType. |
[+] affected methods (16)
BoundedReferenceType.alwaysMatches ( ResolvedType aCandidateType ):
This method is from 'BoundedReferenceType' class.
BoundedReferenceType.BoundedReferenceType ( ReferenceType aBound, boolean isExtends, World world ):
This constructor is from 'BoundedReferenceType' class.
BoundedReferenceType.BoundedReferenceType ( ReferenceType aBound, boolean isExtends, World world, ReferenceType[] additionalInterfaces ):
This constructor is from 'BoundedReferenceType' class.
BoundedReferenceType.BoundedReferenceType ( String sig, String sigErasure, World world ):
This constructor is from 'BoundedReferenceType' class.
BoundedReferenceType.canBeCoercedTo ( ResolvedType aCandidateType ):
This method is from 'BoundedReferenceType' class.
BoundedReferenceType.getAdditionalBounds ( ):
This method is from 'BoundedReferenceType' class.
BoundedReferenceType.getDeclaredInterfaces ( ):
This method is from 'BoundedReferenceType' class.
BoundedReferenceType.getInterfaceBounds ( ):
This method is from 'BoundedReferenceType' class.
BoundedReferenceType.getLowerBound ( ):
This method is from 'BoundedReferenceType' class.
BoundedReferenceType.getSimpleName ( ):
This method is from 'BoundedReferenceType' class.
BoundedReferenceType.getUpperBound ( ):
This method is from 'BoundedReferenceType' class.
BoundedReferenceType.hasLowerBound ( ):
This method is from 'BoundedReferenceType' class.
BoundedReferenceType.isExtends ( ):
This method is from 'BoundedReferenceType' class.
BoundedReferenceType.isGenericWildcard ( ):
This method is from 'BoundedReferenceType' class.
BoundedReferenceType.isSuper ( ):
This method is from 'BoundedReferenceType' class.
BoundedReferenceType.parameterize ( java.util.Map typeBindings ):
This method is from 'BoundedReferenceType' class.
[+] Checker (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Checker. |
[+] affected methods (12)
Checker.Checker ( patterns.DeclareErrorOrWarning deow ):
This constructor is from 'Checker' class.
Checker.compareTo ( Object other ):
This method is from 'Checker' class.
Checker.concretize ( ResolvedType fromType, World world, patterns.PerClause clause ):
This method is from 'Checker' class.
Checker.equals ( Object other ):
This method is from 'Checker' class.
Checker.getThrownExceptions ( ):
This method is from 'Checker' class.
Checker.hashCode ( ):
This method is from 'Checker' class.
Checker.implementOn ( Shadow shadow ):
This method is from 'Checker' class.
Checker.isError ( ):
This method is from 'Checker' class.
Checker.match ( Shadow shadow, World world ):
This method is from 'Checker' class.
Checker.mustCheckExceptions ( ):
This method is from 'Checker' class.
Checker.parameterizeWith ( ResolvedType declaringType, java.util.Map typeVariableMap ):
This method is from 'Checker' class.
Checker.specializeOn ( Shadow shadow ):
This method is from 'Checker' class.
[+] ClassAnnotationValue (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassAnnotationValue. |
[+] affected methods (3)
ClassAnnotationValue.ClassAnnotationValue ( String sig ):
This constructor is from 'ClassAnnotationValue' class.
ClassAnnotationValue.stringify ( ):
This method is from 'ClassAnnotationValue' class.
ClassAnnotationValue.toString ( ):
This method is from 'ClassAnnotationValue' class.
[+] ConcreteTypeMunger (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConcreteTypeMunger. |
[+] affected methods (15)
ConcreteTypeMunger.compareTo ( Object other ):
This method is from 'ConcreteTypeMunger' abstract class.
ConcreteTypeMunger.ConcreteTypeMunger ( ResolvedTypeMunger munger, ResolvedType aspectType ):
This constructor is from 'ConcreteTypeMunger' abstract class.
ConcreteTypeMunger.equivalentTo ( Object other ):
This method is from 'ConcreteTypeMunger' abstract class.
ConcreteTypeMunger.fallbackCompareTo ( Object other ):
This method is from 'ConcreteTypeMunger' abstract class.
ConcreteTypeMunger.getAspectType ( ):
This method is from 'ConcreteTypeMunger' abstract class.
ConcreteTypeMunger.getMatchingSyntheticMember ( Member member ):
This method is from 'ConcreteTypeMunger' abstract class.
ConcreteTypeMunger.getMunger ( ):
This method is from 'ConcreteTypeMunger' abstract class.
ConcreteTypeMunger.getSignature ( ):
This method is from 'ConcreteTypeMunger' abstract class.
ConcreteTypeMunger.getSourceLocation ( ):
This method is from 'ConcreteTypeMunger' abstract class.
ConcreteTypeMunger.getWorld ( ):
This method is from 'ConcreteTypeMunger' abstract class.
ConcreteTypeMunger.isLateMunger ( ):
This method is from 'ConcreteTypeMunger' abstract class.
ConcreteTypeMunger.isTargetTypeParameterized ( ):
This method is from 'ConcreteTypeMunger' abstract class.
ConcreteTypeMunger.matches ( ResolvedType onType ):
This method is from 'ConcreteTypeMunger' abstract class.
ConcreteTypeMunger.parameterizedFor ( ResolvedType p1 ):
This abstract method is from 'ConcreteTypeMunger' abstract class.
ConcreteTypeMunger.parameterizeWith ( java.util.Map p1, World p2 ):
This abstract method is from 'ConcreteTypeMunger' abstract class.
[+] CrosscuttingMembers (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CrosscuttingMembers. |
[+] affected methods (27)
CrosscuttingMembers.addConcreteShadowMunger ( ShadowMunger m ):
This method is from 'CrosscuttingMembers' class.
CrosscuttingMembers.addDeclare ( patterns.Declare declare ):
This method is from 'CrosscuttingMembers' class.
CrosscuttingMembers.addDeclares ( java.util.Collection c ):
This method is from 'CrosscuttingMembers' class.
CrosscuttingMembers.addLateTypeMunger ( ConcreteTypeMunger m ):
This method is from 'CrosscuttingMembers' class.
CrosscuttingMembers.addLateTypeMungers ( java.util.Collection c ):
This method is from 'CrosscuttingMembers' class.
CrosscuttingMembers.addPrivilegedAccesses ( java.util.Collection accessedMembers ):
This method is from 'CrosscuttingMembers' class.
CrosscuttingMembers.addShadowMungers ( java.util.Collection c ):
This method is from 'CrosscuttingMembers' class.
CrosscuttingMembers.addTypeMunger ( ConcreteTypeMunger m ):
This method is from 'CrosscuttingMembers' class.
CrosscuttingMembers.addTypeMungers ( java.util.Collection c ):
This method is from 'CrosscuttingMembers' class.
CrosscuttingMembers.clearCaches ( ):
This method is from 'CrosscuttingMembers' class.
CrosscuttingMembers.CrosscuttingMembers ( ResolvedType inAspect, boolean shouldConcretizeIfNeeded ):
This constructor is from 'CrosscuttingMembers' class.
CrosscuttingMembers.exposeType ( UnresolvedType typeToExpose ):
This method is from 'CrosscuttingMembers' class.
CrosscuttingMembers.exposeTypes ( java.util.Collection typesToExpose ):
This method is from 'CrosscuttingMembers' class.
CrosscuttingMembers.getCflowBelowFields ( ):
This method is from 'CrosscuttingMembers' class.
CrosscuttingMembers.getCflowEntries ( ):
This method is from 'CrosscuttingMembers' class.
CrosscuttingMembers.getCflowFields ( ):
This method is from 'CrosscuttingMembers' class.
CrosscuttingMembers.getDeclareAnnotationOnFields ( ):
This method is from 'CrosscuttingMembers' class.
CrosscuttingMembers.getDeclareAnnotationOnMethods ( ):
This method is from 'CrosscuttingMembers' class.
CrosscuttingMembers.getDeclareAnnotationOnTypes ( ):
This method is from 'CrosscuttingMembers' class.
CrosscuttingMembers.getDeclareDominates ( ):
This method is from 'CrosscuttingMembers' class.
CrosscuttingMembers.getDeclareParents ( ):
This method is from 'CrosscuttingMembers' class.
CrosscuttingMembers.getDeclareSofts ( ):
This method is from 'CrosscuttingMembers' class.
CrosscuttingMembers.getLateTypeMungers ( ):
This method is from 'CrosscuttingMembers' class.
CrosscuttingMembers.getShadowMungers ( ):
This method is from 'CrosscuttingMembers' class.
CrosscuttingMembers.getTypeMungers ( ):
This method is from 'CrosscuttingMembers' class.
CrosscuttingMembers.replaceWith ( CrosscuttingMembers other, boolean careAboutShadowMungers ):
This method is from 'CrosscuttingMembers' class.
CrosscuttingMembers.setPerClause ( patterns.PerClause perClause ):
This method is from 'CrosscuttingMembers' class.
[+] CrosscuttingMembersSet (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CrosscuttingMembersSet. |
[+] affected methods (21)
CrosscuttingMembersSet.addAdviceLikeDeclares ( ResolvedType aspectType ):
This method is from 'CrosscuttingMembersSet' class.
CrosscuttingMembersSet.addFixedCrosscuttingMembers ( ResolvedType aspectType ):
This method is from 'CrosscuttingMembersSet' class.
CrosscuttingMembersSet.addOrReplaceAspect ( ResolvedType aspectType ):
This method is from 'CrosscuttingMembersSet' class.
CrosscuttingMembersSet.addOrReplaceAspect ( ResolvedType aspectType, boolean inWeavingPhase ):
This method is from 'CrosscuttingMembersSet' class.
CrosscuttingMembersSet.containsAspect ( UnresolvedType aspectType ):
This method is from 'CrosscuttingMembersSet' class.
CrosscuttingMembersSet.CrosscuttingMembersSet ( World world ):
This constructor is from 'CrosscuttingMembersSet' class.
CrosscuttingMembersSet.deleteAspect ( UnresolvedType aspectType ):
This method is from 'CrosscuttingMembersSet' class.
CrosscuttingMembersSet.findAspectDeclaringParents ( patterns.DeclareParents p ):
This method is from 'CrosscuttingMembersSet' class.
CrosscuttingMembersSet.getDeclareAnnotationOnFields ( ):
This method is from 'CrosscuttingMembersSet' class.
CrosscuttingMembersSet.getDeclareAnnotationOnMethods ( ):
This method is from 'CrosscuttingMembersSet' class.
CrosscuttingMembersSet.getDeclareAnnotationOnTypes ( ):
This method is from 'CrosscuttingMembersSet' class.
CrosscuttingMembersSet.getDeclareDominates ( ):
This method is from 'CrosscuttingMembersSet' class.
CrosscuttingMembersSet.getDeclareParents ( ):
This method is from 'CrosscuttingMembersSet' class.
CrosscuttingMembersSet.getDeclareSofts ( ):
This method is from 'CrosscuttingMembersSet' class.
CrosscuttingMembersSet.getLateTypeMungers ( ):
This method is from 'CrosscuttingMembersSet' class.
CrosscuttingMembersSet.getShadowMungers ( ):
This method is from 'CrosscuttingMembersSet' class.
CrosscuttingMembersSet.getTypeMungers ( ):
This method is from 'CrosscuttingMembersSet' class.
CrosscuttingMembersSet.hasChangedSinceLastReset ( ):
This method is from 'CrosscuttingMembersSet' class.
CrosscuttingMembersSet.recordNecessaryCheck ( patterns.IVerificationRequired verification ):
This method is from 'CrosscuttingMembersSet' class.
CrosscuttingMembersSet.reset ( ):
This method is from 'CrosscuttingMembersSet' class.
CrosscuttingMembersSet.verify ( ):
This method is from 'CrosscuttingMembersSet' class.
[+] CustomMungerFactory (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CustomMungerFactory. |
[+] affected methods (4)
CustomMungerFactory.createCustomShadowMungers ( ResolvedType p1 ):
This abstract method is from 'CustomMungerFactory' interface.
CustomMungerFactory.createCustomTypeMungers ( ResolvedType p1 ):
This abstract method is from 'CustomMungerFactory' interface.
CustomMungerFactory.getAllCreatedCustomShadowMungers ( ):
This abstract method is from 'CustomMungerFactory' interface.
CustomMungerFactory.getAllCreatedCustomTypeMungers ( ):
This abstract method is from 'CustomMungerFactory' interface.
[+] Dump (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Dump. |
[+] affected methods (20)
Dump.close ( ):
This method is from 'Dump' class.
Dump.dump ( String reason ):
This method is from 'Dump' class.
Dump.dumpOnExit ( ):
This method is from 'Dump' class.
Dump.dumpOnExit ( org.aspectj.bridge.IMessageHolder messageHolder, boolean reset ):
This method is from 'Dump' class.
Dump.dumpWithException ( org.aspectj.bridge.IMessageHolder messageHolder, Throwable th ):
This method is from 'Dump' class.
Dump.dumpWithException ( Throwable th ):
This method is from 'Dump' class.
Dump.getDumpOnException ( ):
This method is from 'Dump' class.
Dump.getDumpOnExit ( ):
This method is from 'Dump' class.
Dump.getFileName ( ):
This method is from 'Dump' class.
Dump.getLastDumpFileName ( ):
This method is from 'Dump' class.
Dump.preserveOnNextReset ( ):
This method is from 'Dump' class.
Dump.registerNode ( Class module, Dump.INode newNode ):
This method is from 'Dump' class.
Dump.reset ( ):
This method is from 'Dump' class.
Dump.saveCommandLine ( String[] args ):
This method is from 'Dump' class.
Dump.saveFullClasspath ( java.util.List list ):
This method is from 'Dump' class.
Dump.saveMessageHolder ( org.aspectj.bridge.IMessageHolder holder ):
This method is from 'Dump' class.
Dump.setDumpDirectory ( String directoryName ):
This method is from 'Dump' class.
Dump.setDumpOnException ( boolean b ):
This method is from 'Dump' class.
Dump.setDumpOnExit ( org.aspectj.bridge.IMessage.Kind condition ):
This method is from 'Dump' class.
Dump.setDumpOnExit ( String condition ):
This method is from 'Dump' class.
[+] EnumAnnotationValue (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EnumAnnotationValue. |
[+] affected methods (4)
EnumAnnotationValue.EnumAnnotationValue ( String type, String value ):
This constructor is from 'EnumAnnotationValue' class.
EnumAnnotationValue.getType ( ):
This method is from 'EnumAnnotationValue' class.
EnumAnnotationValue.stringify ( ):
This method is from 'EnumAnnotationValue' class.
EnumAnnotationValue.toString ( ):
This method is from 'EnumAnnotationValue' class.
[+] ExposeTypeMunger (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ExposeTypeMunger. |
[+] affected methods (3)
ExposeTypeMunger.ExposeTypeMunger ( UnresolvedType typeToExpose ):
This constructor is from 'ExposeTypeMunger' class.
ExposeTypeMunger.getExposedTypeSignature ( ):
This method is from 'ExposeTypeMunger' class.
ExposeTypeMunger.toString ( ):
This method is from 'ExposeTypeMunger' class.
[+] ExtensibleURLClassLoader (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ExtensibleURLClassLoader. |
[+] affected methods (5)
ExtensibleURLClassLoader.addURL ( java.net.URL url ):
This method is from 'ExtensibleURLClassLoader' abstract class.
ExtensibleURLClassLoader.defineClass ( String name, byte[] b, java.security.CodeSource cs ):
This method is from 'ExtensibleURLClassLoader' abstract class.
ExtensibleURLClassLoader.ExtensibleURLClassLoader ( java.net.URL[] urls, ClassLoader parent ):
This constructor is from 'ExtensibleURLClassLoader' abstract class.
ExtensibleURLClassLoader.findClass ( String name ):
This method is from 'ExtensibleURLClassLoader' abstract class.
ExtensibleURLClassLoader.getBytes ( String name ):
This method is from 'ExtensibleURLClassLoader' abstract class.
[+] FakeAnnotation (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FakeAnnotation. |
[+] affected methods (11)
FakeAnnotation.addElementNameValuePair ( org.aspectj.apache.bcel.classfile.annotation.ElementNameValuePairGen evp ):
This method is from 'FakeAnnotation' class.
FakeAnnotation.dump ( java.io.DataOutputStream dos ):
This method is from 'FakeAnnotation' class.
FakeAnnotation.FakeAnnotation ( String name, String sig, boolean isRuntimeVisible ):
This constructor is from 'FakeAnnotation' class.
FakeAnnotation.getTypeIndex ( ):
This method is from 'FakeAnnotation' class.
FakeAnnotation.getTypeName ( ):
This method is from 'FakeAnnotation' class.
FakeAnnotation.getTypeSignature ( ):
This method is from 'FakeAnnotation' class.
FakeAnnotation.getValues ( ):
This method is from 'FakeAnnotation' class.
FakeAnnotation.isRuntimeVisible ( ):
This method is from 'FakeAnnotation' class.
FakeAnnotation.setIsRuntimeVisible ( boolean b ):
This method is from 'FakeAnnotation' class.
FakeAnnotation.toShortString ( ):
This method is from 'FakeAnnotation' class.
FakeAnnotation.toString ( ):
This method is from 'FakeAnnotation' class.
[+] IClassFileProvider (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IClassFileProvider. |
[+] affected methods (3)
IClassFileProvider.getClassFileIterator ( ):
This abstract method is from 'IClassFileProvider' interface.
IClassFileProvider.getRequestor ( ):
This abstract method is from 'IClassFileProvider' interface.
IClassFileProvider.isApplyAtAspectJMungersOnly ( ):
This abstract method is from 'IClassFileProvider' interface.
[+] IClassWeaver (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IClassWeaver. |
[+] affected methods (1)
IClassWeaver.weave ( ):
This abstract method is from 'IClassWeaver' interface.
[+] ICrossReferenceHandler (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ICrossReferenceHandler. |
[+] affected methods (1)
ICrossReferenceHandler.addCrossReference ( org.aspectj.bridge.ISourceLocation p1, org.aspectj.bridge.ISourceLocation p2, org.aspectj.asm.IRelationship.Kind p3, boolean p4 ):
This abstract method is from 'ICrossReferenceHandler' interface.
[+] IEclipseSourceContext (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IEclipseSourceContext. |
[+] affected methods (1)
IEclipseSourceContext.removeUnnecessaryProblems ( Member p1, int p2 ):
This abstract method is from 'IEclipseSourceContext' interface.
[+] IHasPosition (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IHasPosition. |
[+] affected methods (2)
IHasPosition.getEnd ( ):
This abstract method is from 'IHasPosition' interface.
IHasPosition.getStart ( ):
This abstract method is from 'IHasPosition' interface.
[+] IHasSourceLocation (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IHasSourceLocation. |
[+] affected methods (2)
IHasSourceLocation.getSourceContext ( ):
This abstract method is from 'IHasSourceLocation' interface.
IHasSourceLocation.getSourceLocation ( ):
This abstract method is from 'IHasSourceLocation' interface.
[+] IntMap (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IntMap. |
[+] affected methods (17)
IntMap.copyContext ( IntMap bindings ):
This method is from 'IntMap' class.
IntMap.directlyInAdvice ( ):
This method is from 'IntMap' class.
IntMap.get ( int key ):
This method is from 'IntMap' class.
IntMap.getAdviceSignature ( ):
This method is from 'IntMap' class.
IntMap.getConcreteAspect ( ):
This method is from 'IntMap' class.
IntMap.getEnclosingAdvice ( ):
This method is from 'IntMap' class.
IntMap.hasKey ( int key ):
This method is from 'IntMap' class.
IntMap.idMap ( int size ):
This method is from 'IntMap' class.
IntMap.IntMap ( ):
This constructor is from 'IntMap' class.
IntMap.IntMap ( int initialCapacity ):
This constructor is from 'IntMap' class.
IntMap.peekEnclosingDefinition ( ):
This method is from 'IntMap' class.
IntMap.popEnclosingDefinitition ( ):
This method is from 'IntMap' class.
IntMap.pushEnclosingDefinition ( ResolvedPointcutDefinition def ):
This method is from 'IntMap' class.
IntMap.put ( int key, int val ):
This method is from 'IntMap' class.
IntMap.setConcreteAspect ( ResolvedType concreteAspect ):
This method is from 'IntMap' class.
IntMap.setEnclosingAdvice ( ShadowMunger advice ):
This method is from 'IntMap' class.
IntMap.toString ( ):
This method is from 'IntMap' class.
[+] ISourceContext (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ISourceContext. |
[+] affected methods (4)
ISourceContext.getOffset ( ):
This abstract method is from 'ISourceContext' interface.
ISourceContext.makeSourceLocation ( int p1, int p2 ):
This abstract method is from 'ISourceContext' interface.
ISourceContext.makeSourceLocation ( IHasPosition p1 ):
This abstract method is from 'ISourceContext' interface.
ISourceContext.tidy ( ):
This abstract method is from 'ISourceContext' interface.
[+] Iterators (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Iterators. |
[+] affected methods (8)
Iterators.append ( java.util.Iterator a, java.util.Iterator b ):
This method is from 'Iterators' class.
Iterators.append1 ( java.util.Iterator a, java.util.Iterator b ):
This method is from 'Iterators' class.
Iterators.array ( Object[] o ):
This method is from 'Iterators' class.
Iterators.dupFilter ( ):
This method is from 'Iterators' class.
Iterators.mapOver ( java.util.Iterator a, Iterators.Getter g ):
This method is from 'Iterators' class.
Iterators.one ( Object it ):
This method is from 'Iterators' class.
Iterators.recur ( Object a, Iterators.Getter g ):
This method is from 'Iterators' class.
Iterators.snoc ( java.util.Iterator first, Object last ):
This method is from 'Iterators' class.
[+] IWeaveRequestor (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IWeaveRequestor. |
[+] affected methods (6)
IWeaveRequestor.acceptResult ( bcel.UnwovenClassFile p1 ):
This abstract method is from 'IWeaveRequestor' interface.
IWeaveRequestor.addingTypeMungers ( ):
This abstract method is from 'IWeaveRequestor' interface.
IWeaveRequestor.processingReweavableState ( ):
This abstract method is from 'IWeaveRequestor' interface.
IWeaveRequestor.weaveCompleted ( ):
This abstract method is from 'IWeaveRequestor' interface.
IWeaveRequestor.weavingAspects ( ):
This abstract method is from 'IWeaveRequestor' interface.
IWeaveRequestor.weavingClasses ( ):
This abstract method is from 'IWeaveRequestor' interface.
[+] JoinPointSignature (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JoinPointSignature. |
[+] affected methods (83)
JoinPointSignature.addAnnotation ( AnnotationX annotation ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.canBeParameterized ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.compareTo ( Object other ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.equals ( Object obj ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.evictWeavingState ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getAnnotationDefaultValue ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getAnnotationOfType ( UnresolvedType ofType ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getAnnotations ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getAnnotationTypes ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getArity ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getAssociatedShadowMunger ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getBackingGenericMember ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getDeclaringType ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getDeclaringTypes ( World world ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getEffectiveSignature ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getEnd ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getErasure ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getExceptions ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getExceptions ( World world ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getGenericParameterTypes ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getGenericReturnType ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getJoinPointSignatures ( World world ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getKind ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getModifiers ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getModifiers ( World world ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getName ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getParameterAnnotations ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getParameterAnnotationTypes ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getParameterNames ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getParameterNames ( World world ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getParameterSignature ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getParameterSignatureErased ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getParameterTypes ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getReturnType ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getSignature ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getSignatureErased ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getSourceContext ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getSourceContext ( World world ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getSourceLocation ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getStart ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getType ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getTypeVariableNamed ( String name ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.getTypeVariables ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.hasAnnotation ( UnresolvedType ofType ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.hasAnnotations ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.hasBackingGenericMember ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.hashCode ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.isAbstract ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.isAjSynthetic ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.isAnnotatedElsewhere ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.isBridgeMethod ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.isCompatibleWith ( Member am ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.isDefault ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.isInterface ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.isNative ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.isPrivate ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.isProtected ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.isPublic ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.isStatic ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.isSynthetic ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.isVarargsMethod ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.isVisible ( ResolvedType fromType ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.JoinPointSignature ( ResolvedMember backing, ResolvedType aType ):
This constructor is from 'JoinPointSignature' class.
JoinPointSignature.matches ( ResolvedMember aCandidateMatch ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.parameterizedWith ( java.util.Map m, World w ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.parameterizedWith ( UnresolvedType[] typeParameters, ResolvedType newDeclaringType, boolean isParameterized ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.parameterizedWith ( UnresolvedType[] typeParameters, ResolvedType newDeclaringType, boolean isParameterized, java.util.List aliases ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.resetKind ( MemberKind newKind ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.resetModifiers ( int newModifiers ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.resetName ( String newName ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.resetReturnTypeToObjectArray ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.resolve ( World world ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.setAnnotatedElsewhere ( boolean b ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.setAnnotationTypes ( UnresolvedType[] annotationtypes ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.setCheckedExceptions ( UnresolvedType[] checkedExceptions ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.setParameterNames ( String[] names ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.setPosition ( int sourceStart, int sourceEnd ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.setSourceContext ( ISourceContext sourceContext ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.setTypeVariables ( TypeVariable[] types ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.toDebugString ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.toGenericString ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.toString ( ):
This method is from 'JoinPointSignature' class.
JoinPointSignature.write ( java.io.DataOutputStream s ):
This method is from 'JoinPointSignature' class.
[+] JoinPointSignatureIterator (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JoinPointSignatureIterator. |
[+] affected methods (5)
JoinPointSignatureIterator.hasNext ( ):
This method is from 'JoinPointSignatureIterator' class.
JoinPointSignatureIterator.JoinPointSignatureIterator ( Member joinPointSignature, World inAWorld ):
This constructor is from 'JoinPointSignatureIterator' class.
JoinPointSignatureIterator.next ( ):
This method is from 'JoinPointSignatureIterator' class.
JoinPointSignatureIterator.remove ( ):
This method is from 'JoinPointSignatureIterator' class.
JoinPointSignatureIterator.reset ( ):
This method is from 'JoinPointSignatureIterator' class.
[+] Lint (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Lint. |
[+] affected methods (11)
Lint.allKinds ( ):
This method is from 'Lint' class.
Lint.clearAllSuppressions ( ):
This method is from 'Lint' class.
Lint.clearSuppressions ( java.util.Collection lintKind ):
This method is from 'Lint' class.
Lint.fromKey ( String lintkey ):
This method is from 'Lint' class.
Lint.getLintKind ( String name ):
This method is from 'Lint' class.
Lint.Lint ( World world ):
This constructor is from 'Lint' class.
Lint.loadDefaultProperties ( ):
This method is from 'Lint' class.
Lint.setAll ( String messageKind ):
This method is from 'Lint' class.
Lint.setFromProperties ( java.io.File file ):
This method is from 'Lint' class.
Lint.setFromProperties ( java.util.Properties properties ):
This method is from 'Lint' class.
Lint.suppressKinds ( java.util.Collection lintKind ):
This method is from 'Lint' class.
[+] LintMessage (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LintMessage. |
[+] affected methods (3)
LintMessage.getLintKind ( ):
This method is from 'LintMessage' class.
LintMessage.LintMessage ( String message, org.aspectj.bridge.IMessage.Kind messageKind, org.aspectj.bridge.ISourceLocation location, org.aspectj.bridge.ISourceLocation[] extraLocations, Lint.Kind lintKind ):
This constructor is from 'LintMessage' class.
LintMessage.LintMessage ( String message, String extraDetails, Lint.Kind kind2, org.aspectj.bridge.IMessage.Kind kind, org.aspectj.bridge.ISourceLocation sourceLocation, Throwable object, org.aspectj.bridge.ISourceLocation[] seeAlsoLocations, boolean declared, int id, int sourceStart, int sourceEnd ):
This constructor is from 'LintMessage' class.
[+] Member (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Member. |
[+] affected methods (24)
Member.canBeParameterized ( ):
This abstract method is from 'Member' interface.
Member.compareTo ( Object p1 ):
This abstract method is from 'Member' interface.
Member.getAnnotations ( ):
This abstract method is from 'Member' interface.
Member.getArity ( ):
This abstract method is from 'Member' interface.
Member.getDeclaringType ( ):
This abstract method is from 'Member' interface.
Member.getDeclaringTypes ( World p1 ):
This abstract method is from 'Member' interface.
Member.getExceptions ( World p1 ):
This abstract method is from 'Member' interface.
Member.getGenericParameterTypes ( ):
This abstract method is from 'Member' interface.
Member.getGenericReturnType ( ):
This abstract method is from 'Member' interface.
Member.getJoinPointSignatures ( World p1 ):
This abstract method is from 'Member' interface.
Member.getKind ( ):
This abstract method is from 'Member' interface.
Member.getModifiers ( ):
This abstract method is from 'Member' interface.
Member.getModifiers ( World p1 ):
This abstract method is from 'Member' interface.
Member.getName ( ):
This abstract method is from 'Member' interface.
Member.getParameterNames ( World p1 ):
This abstract method is from 'Member' interface.
Member.getParameterSignature ( ):
This abstract method is from 'Member' interface.
Member.getParameterTypes ( ):
This abstract method is from 'Member' interface.
Member.getReturnType ( ):
This abstract method is from 'Member' interface.
Member.getSignature ( ):
This abstract method is from 'Member' interface.
Member.getType ( ):
This abstract method is from 'Member' interface.
Member.isInterface ( ):
This abstract method is from 'Member' interface.
Member.isPrivate ( ):
This abstract method is from 'Member' interface.
Member.isStatic ( ):
This abstract method is from 'Member' interface.
Member.resolve ( World p1 ):
This abstract method is from 'Member' interface.
[+] MemberImpl (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MemberImpl. |
[+] affected methods (40)
MemberImpl.canBeParameterized ( ):
This method is from 'MemberImpl' class.
MemberImpl.compareTo ( Object other ):
This method is from 'MemberImpl' class.
MemberImpl.equals ( Object other ):
This method is from 'MemberImpl' class.
MemberImpl.field ( UnresolvedType declaring, int mods, String name, UnresolvedType type ):
This method is from 'MemberImpl' class.
MemberImpl.field ( String declaring, int mods, String name, String signature ):
This method is from 'MemberImpl' class.
MemberImpl.getAnnotations ( ):
This method is from 'MemberImpl' class.
MemberImpl.getArity ( ):
This method is from 'MemberImpl' class.
MemberImpl.getDeclaringType ( ):
This method is from 'MemberImpl' class.
MemberImpl.getDeclaringTypes ( World world ):
This method is from 'MemberImpl' class.
MemberImpl.getExceptions ( World world ):
This method is from 'MemberImpl' class.
MemberImpl.getGenericParameterTypes ( ):
This method is from 'MemberImpl' class.
MemberImpl.getGenericReturnType ( ):
This method is from 'MemberImpl' class.
MemberImpl.getJoinPointSignatures ( World inAWorld ):
This method is from 'MemberImpl' class.
MemberImpl.getKind ( ):
This method is from 'MemberImpl' class.
MemberImpl.getModifiers ( ):
This method is from 'MemberImpl' class.
MemberImpl.getModifiers ( World world ):
This method is from 'MemberImpl' class.
MemberImpl.getName ( ):
This method is from 'MemberImpl' class.
MemberImpl.getParameterNames ( World world ):
This method is from 'MemberImpl' class.
MemberImpl.getParameterSignature ( ):
This method is from 'MemberImpl' class.
MemberImpl.getParameterTypes ( ):
This method is from 'MemberImpl' class.
MemberImpl.getReturnType ( ):
This method is from 'MemberImpl' class.
MemberImpl.getSignature ( ):
This method is from 'MemberImpl' class.
MemberImpl.getType ( ):
This method is from 'MemberImpl' class.
MemberImpl.hashCode ( ):
This method is from 'MemberImpl' class.
MemberImpl.isInterface ( ):
This method is from 'MemberImpl' class.
MemberImpl.isPrivate ( ):
This method is from 'MemberImpl' class.
MemberImpl.isStatic ( ):
This method is from 'MemberImpl' class.
MemberImpl.makeExceptionHandlerSignature ( UnresolvedType inType, UnresolvedType catchType ):
This method is from 'MemberImpl' class.
MemberImpl.MemberImpl ( MemberKind kind, UnresolvedType declaringType, int modifiers, UnresolvedType returnType, String name, UnresolvedType[] parameterTypes ):
This constructor is from 'MemberImpl' class.
MemberImpl.MemberImpl ( MemberKind kind, UnresolvedType declaringType, int modifiers, String name, String signature ):
This constructor is from 'MemberImpl' class.
MemberImpl.method ( UnresolvedType declaring, int mods, String name, String signature ):
This method is from 'MemberImpl' class.
MemberImpl.method ( UnresolvedType declTy, int mods, UnresolvedType rTy, String name, UnresolvedType[] paramTys ):
This method is from 'MemberImpl' class.
MemberImpl.monitorEnter ( ):
This method is from 'MemberImpl' class.
MemberImpl.monitorExit ( ):
This method is from 'MemberImpl' class.
MemberImpl.pointcut ( UnresolvedType declaring, String name, String signature ):
This method is from 'MemberImpl' class.
MemberImpl.resolve ( World world ):
This method is from 'MemberImpl' class.
MemberImpl.toString ( ):
This method is from 'MemberImpl' class.
MemberImpl.typesToSignature ( UnresolvedType returnType, UnresolvedType[] paramTypes, boolean useRawTypes ):
This method is from 'MemberImpl' class.
MemberImpl.typesToSignature ( UnresolvedType[] paramTypes ):
This method is from 'MemberImpl' class.
MemberImpl.wipeJoinpointSignatures ( ):
This method is from 'MemberImpl' class.
[+] MemberKind (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MemberKind. |
[+] affected methods (2)
MemberKind.MemberKind ( String name, int key ):
This constructor is from 'MemberKind' class.
MemberKind.read ( java.io.DataInputStream s ):
This method is from 'MemberKind' class.
[+] MethodDelegateTypeMunger (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MethodDelegateTypeMunger. |
[+] affected methods (9)
MethodDelegateTypeMunger.changesPublicSignature ( ):
This method is from 'MethodDelegateTypeMunger' class.
MethodDelegateTypeMunger.equals ( Object other ):
This method is from 'MethodDelegateTypeMunger' class.
MethodDelegateTypeMunger.getDelegate ( ResolvedType targetType ):
This method is from 'MethodDelegateTypeMunger' class.
MethodDelegateTypeMunger.getImplClassName ( ):
This method is from 'MethodDelegateTypeMunger' class.
MethodDelegateTypeMunger.hashCode ( ):
This method is from 'MethodDelegateTypeMunger' class.
MethodDelegateTypeMunger.matches ( ResolvedType matchType, ResolvedType aspectType ):
This method is from 'MethodDelegateTypeMunger' class.
MethodDelegateTypeMunger.MethodDelegateTypeMunger ( ResolvedMember signature, UnresolvedType aspect, String implClassName, patterns.TypePattern typePattern ):
This constructor is from 'MethodDelegateTypeMunger' class.
MethodDelegateTypeMunger.readMethod ( VersionedDataInputStream s, ISourceContext context ):
This method is from 'MethodDelegateTypeMunger' class.
MethodDelegateTypeMunger.write ( java.io.DataOutputStream s ):
This method is from 'MethodDelegateTypeMunger' class.
[+] MissingResolvedTypeWithKnownSignature (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MissingResolvedTypeWithKnownSignature. |
[+] affected methods (21)
MissingResolvedTypeWithKnownSignature.collectInterTypeMungers ( java.util.List collector ):
This method is from 'MissingResolvedTypeWithKnownSignature' class.
MissingResolvedTypeWithKnownSignature.getDeclaredFields ( ):
This method is from 'MissingResolvedTypeWithKnownSignature' class.
MissingResolvedTypeWithKnownSignature.getDeclaredInterfaces ( ):
This method is from 'MissingResolvedTypeWithKnownSignature' class.
MissingResolvedTypeWithKnownSignature.getDeclaredMethods ( ):
This method is from 'MissingResolvedTypeWithKnownSignature' class.
MissingResolvedTypeWithKnownSignature.getDeclaredPointcuts ( ):
This method is from 'MissingResolvedTypeWithKnownSignature' class.
MissingResolvedTypeWithKnownSignature.getInterTypeMungers ( ):
This method is from 'MissingResolvedTypeWithKnownSignature' class.
MissingResolvedTypeWithKnownSignature.getInterTypeMungersIncludingSupers ( ):
This method is from 'MissingResolvedTypeWithKnownSignature' class.
MissingResolvedTypeWithKnownSignature.getInterTypeParentMungers ( ):
This method is from 'MissingResolvedTypeWithKnownSignature' class.
MissingResolvedTypeWithKnownSignature.getInterTypeParentMungersIncludingSupers ( ):
This method is from 'MissingResolvedTypeWithKnownSignature' class.
MissingResolvedTypeWithKnownSignature.getModifiers ( ):
This method is from 'MissingResolvedTypeWithKnownSignature' class.
MissingResolvedTypeWithKnownSignature.getSourceContext ( ):
This method is from 'MissingResolvedTypeWithKnownSignature' class.
MissingResolvedTypeWithKnownSignature.getSuperclass ( ):
This method is from 'MissingResolvedTypeWithKnownSignature' class.
MissingResolvedTypeWithKnownSignature.hasAnnotation ( UnresolvedType ofType ):
This method is from 'MissingResolvedTypeWithKnownSignature' class.
MissingResolvedTypeWithKnownSignature.isAssignableFrom ( ResolvedType other ):
This method is from 'MissingResolvedTypeWithKnownSignature' class.
MissingResolvedTypeWithKnownSignature.isAssignableFrom ( ResolvedType other, boolean allowMissing ):
This method is from 'MissingResolvedTypeWithKnownSignature' class.
MissingResolvedTypeWithKnownSignature.isCoerceableFrom ( ResolvedType other ):
This method is from 'MissingResolvedTypeWithKnownSignature' class.
MissingResolvedTypeWithKnownSignature.isMissing ( ):
This method is from 'MissingResolvedTypeWithKnownSignature' class.
MissingResolvedTypeWithKnownSignature.MissingResolvedTypeWithKnownSignature ( String signature, World world ):
This constructor is from 'MissingResolvedTypeWithKnownSignature' class.
MissingResolvedTypeWithKnownSignature.MissingResolvedTypeWithKnownSignature ( String signature, String signatureErasure, World world ):
This constructor is from 'MissingResolvedTypeWithKnownSignature' class.
MissingResolvedTypeWithKnownSignature.raiseWarningOnJoinPointSignature ( String signature ):
This method is from 'MissingResolvedTypeWithKnownSignature' class.
MissingResolvedTypeWithKnownSignature.raiseWarningOnMissingInterfaceWhilstFindingMethods ( ):
This method is from 'MissingResolvedTypeWithKnownSignature' class.
[+] NameMangler (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NameMangler. |
[+] affected methods (37)
NameMangler.adviceName ( String nameAsIdentifier, AdviceKind kind, int adviceSeqNumber, int pcdHash ):
This method is from 'NameMangler' class.
NameMangler.aroundCallbackMethodName ( Member shadowSig, bcel.LazyClassGen enclosingType ):
This method is from 'NameMangler' class.
NameMangler.cflowCounter ( CrosscuttingMembers xcut ):
This method is from 'NameMangler' class.
NameMangler.cflowStack ( CrosscuttingMembers xcut ):
This method is from 'NameMangler' class.
NameMangler.getExtractableName ( Member shadowSignature ):
This method is from 'NameMangler' class.
NameMangler.inlineAccessMethodForFieldGet ( String name, UnresolvedType objectType, UnresolvedType aspectType ):
This method is from 'NameMangler' class.
NameMangler.inlineAccessMethodForFieldSet ( String name, UnresolvedType objectType, UnresolvedType aspectType ):
This method is from 'NameMangler' class.
NameMangler.inlineAccessMethodForMethod ( String name, UnresolvedType objectType, UnresolvedType aspectType ):
This method is from 'NameMangler' class.
NameMangler.interFieldClassField ( int modifiers, UnresolvedType aspectType, UnresolvedType classType, String name ):
This method is from 'NameMangler' class.
NameMangler.interFieldGetDispatcher ( UnresolvedType aspectType, UnresolvedType onType, String name ):
This method is from 'NameMangler' class.
NameMangler.interFieldInitializer ( UnresolvedType aspectType, UnresolvedType classType, String name ):
This method is from 'NameMangler' class.
NameMangler.interFieldInterfaceField ( UnresolvedType aspectType, UnresolvedType interfaceType, String name ):
This method is from 'NameMangler' class.
NameMangler.interFieldInterfaceGetter ( UnresolvedType aspectType, UnresolvedType interfaceType, String name ):
This method is from 'NameMangler' class.
NameMangler.interFieldInterfaceSetter ( UnresolvedType aspectType, UnresolvedType interfaceType, String name ):
This method is from 'NameMangler' class.
NameMangler.interFieldSetDispatcher ( UnresolvedType aspectType, UnresolvedType onType, String name ):
This method is from 'NameMangler' class.
NameMangler.interMethod ( int modifiers, UnresolvedType aspectType, UnresolvedType classType, String name ):
This method is from 'NameMangler' class.
NameMangler.interMethodBody ( UnresolvedType aspectType, UnresolvedType classType, String name ):
This method is from 'NameMangler' class.
NameMangler.interMethodDispatcher ( UnresolvedType aspectType, UnresolvedType classType, String name ):
This method is from 'NameMangler' class.
NameMangler.isSyntheticMethod ( String methodName, boolean declaredInAspect ):
This method is from 'NameMangler' class.
NameMangler.itdAtDeclareParentsField ( UnresolvedType aspectType, UnresolvedType itdType ):
This method is from 'NameMangler' class.
NameMangler.makeClosureClassName ( UnresolvedType enclosingType, int index ):
This method is from 'NameMangler' class.
NameMangler.makeName ( String s1, String s2, String s3 ):
This method is from 'NameMangler' class.
NameMangler.makeName ( String s1, String s2, String s3, String s4 ):
This method is from 'NameMangler' class.
NameMangler.NameMangler ( ):
This constructor is from 'NameMangler' class.
NameMangler.perObjectInterfaceField ( UnresolvedType aspectType ):
This method is from 'NameMangler' class.
NameMangler.perObjectInterfaceGet ( UnresolvedType aspectType ):
This method is from 'NameMangler' class.
NameMangler.perObjectInterfaceSet ( UnresolvedType aspectType ):
This method is from 'NameMangler' class.
NameMangler.perTypeWithinFieldForTarget ( UnresolvedType aspectType ):
This method is from 'NameMangler' class.
NameMangler.perTypeWithinLocalAspectOf ( UnresolvedType aspectType ):
This method is from 'NameMangler' class.
NameMangler.postIntroducedConstructor ( UnresolvedType aspectType, UnresolvedType targetType ):
This method is from 'NameMangler' class.
NameMangler.preIntroducedConstructor ( UnresolvedType aspectType, UnresolvedType targetType ):
This method is from 'NameMangler' class.
NameMangler.privilegedAccessMethodForFieldGet ( String name, UnresolvedType objectType, UnresolvedType aspectType ):
This method is from 'NameMangler' class.
NameMangler.privilegedAccessMethodForFieldSet ( String name, UnresolvedType objectType, UnresolvedType aspectType ):
This method is from 'NameMangler' class.
NameMangler.privilegedAccessMethodForMethod ( String name, UnresolvedType objectType, UnresolvedType aspectType ):
This method is from 'NameMangler' class.
NameMangler.proceedMethodName ( String adviceMethodName ):
This method is from 'NameMangler' class.
NameMangler.protectedDispatchMethod ( UnresolvedType classType, String name ):
This method is from 'NameMangler' class.
NameMangler.superDispatchMethod ( UnresolvedType classType, String name ):
This method is from 'NameMangler' class.
[+] NewConstructorTypeMunger (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NewConstructorTypeMunger. |
[+] affected methods (11)
NewConstructorTypeMunger.check ( World world ):
This method is from 'NewConstructorTypeMunger' class.
NewConstructorTypeMunger.equals ( Object other ):
This method is from 'NewConstructorTypeMunger' class.
NewConstructorTypeMunger.getExplicitConstructor ( ):
This method is from 'NewConstructorTypeMunger' class.
NewConstructorTypeMunger.getMatchingSyntheticMember ( Member member, ResolvedType aspectType ):
This method is from 'NewConstructorTypeMunger' class.
NewConstructorTypeMunger.getSyntheticConstructor ( ):
This method is from 'NewConstructorTypeMunger' class.
NewConstructorTypeMunger.hashCode ( ):
This method is from 'NewConstructorTypeMunger' class.
NewConstructorTypeMunger.NewConstructorTypeMunger ( ResolvedMember signature, ResolvedMember syntheticConstructor, ResolvedMember explicitConstructor, java.util.Set superMethodsCalled, java.util.List typeVariableAliases ):
This constructor is from 'NewConstructorTypeMunger' class.
NewConstructorTypeMunger.parameterizedFor ( ResolvedType target ):
This method is from 'NewConstructorTypeMunger' class.
NewConstructorTypeMunger.readConstructor ( VersionedDataInputStream s, ISourceContext context ):
This method is from 'NewConstructorTypeMunger' class.
NewConstructorTypeMunger.setExplicitConstructor ( ResolvedMember explicitConstructor ):
This method is from 'NewConstructorTypeMunger' class.
NewConstructorTypeMunger.write ( java.io.DataOutputStream s ):
This method is from 'NewConstructorTypeMunger' class.
[+] NewFieldTypeMunger (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NewFieldTypeMunger. |
[+] affected methods (9)
NewFieldTypeMunger.equals ( Object other ):
This method is from 'NewFieldTypeMunger' class.
NewFieldTypeMunger.getInitMethod ( UnresolvedType aspectType ):
This method is from 'NewFieldTypeMunger' class.
NewFieldTypeMunger.getMatchingSyntheticMember ( Member member, ResolvedType aspectType ):
This method is from 'NewFieldTypeMunger' class.
NewFieldTypeMunger.hashCode ( ):
This method is from 'NewFieldTypeMunger' class.
NewFieldTypeMunger.NewFieldTypeMunger ( ResolvedMember signature, java.util.Set superMethodsCalled, java.util.List typeVariableAliases ):
This constructor is from 'NewFieldTypeMunger' class.
NewFieldTypeMunger.parameterizedFor ( ResolvedType target ):
This method is from 'NewFieldTypeMunger' class.
NewFieldTypeMunger.parameterizeWith ( java.util.Map m, World w ):
This method is from 'NewFieldTypeMunger' class.
NewFieldTypeMunger.readField ( VersionedDataInputStream s, ISourceContext context ):
This method is from 'NewFieldTypeMunger' class.
NewFieldTypeMunger.write ( java.io.DataOutputStream s ):
This method is from 'NewFieldTypeMunger' class.
[+] NewMethodTypeMunger (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NewMethodTypeMunger. |
[+] affected methods (12)
NewMethodTypeMunger.equals ( Object other ):
This method is from 'NewMethodTypeMunger' class.
NewMethodTypeMunger.getDeclaredInterMethodBody ( UnresolvedType aspectType, World w ):
This method is from 'NewMethodTypeMunger' class.
NewMethodTypeMunger.getDeclaredInterMethodDispatcher ( UnresolvedType aspectType, World w ):
This method is from 'NewMethodTypeMunger' class.
NewMethodTypeMunger.getInterMethodBody ( UnresolvedType aspectType ):
This method is from 'NewMethodTypeMunger' class.
NewMethodTypeMunger.getInterMethodDispatcher ( UnresolvedType aspectType ):
This method is from 'NewMethodTypeMunger' class.
NewMethodTypeMunger.getMatchingSyntheticMember ( Member member, ResolvedType aspectType ):
This method is from 'NewMethodTypeMunger' class.
NewMethodTypeMunger.hashCode ( ):
This method is from 'NewMethodTypeMunger' class.
NewMethodTypeMunger.NewMethodTypeMunger ( ResolvedMember signature, java.util.Set superMethodsCalled, java.util.List typeVariableAliases ):
This constructor is from 'NewMethodTypeMunger' class.
NewMethodTypeMunger.parameterizedFor ( ResolvedType target ):
This method is from 'NewMethodTypeMunger' class.
NewMethodTypeMunger.parameterizeWith ( java.util.Map m, World w ):
This method is from 'NewMethodTypeMunger' class.
NewMethodTypeMunger.readMethod ( VersionedDataInputStream s, ISourceContext context ):
This method is from 'NewMethodTypeMunger' class.
NewMethodTypeMunger.write ( java.io.DataOutputStream s ):
This method is from 'NewMethodTypeMunger' class.
[+] NewParentTypeMunger (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NewParentTypeMunger. |
[+] affected methods (5)
NewParentTypeMunger.equals ( Object other ):
This method is from 'NewParentTypeMunger' class.
NewParentTypeMunger.getNewParent ( ):
This method is from 'NewParentTypeMunger' class.
NewParentTypeMunger.hashCode ( ):
This method is from 'NewParentTypeMunger' class.
NewParentTypeMunger.NewParentTypeMunger ( ResolvedType newParent ):
This constructor is from 'NewParentTypeMunger' class.
NewParentTypeMunger.write ( java.io.DataOutputStream s ):
This method is from 'NewParentTypeMunger' class.
[+] PerObjectInterfaceTypeMunger (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PerObjectInterfaceTypeMunger. |
[+] affected methods (8)
PerObjectInterfaceTypeMunger.equals ( Object other ):
This method is from 'PerObjectInterfaceTypeMunger' class.
PerObjectInterfaceTypeMunger.getInterfaceType ( ):
This method is from 'PerObjectInterfaceTypeMunger' class.
PerObjectInterfaceTypeMunger.getTestPointcut ( ):
This method is from 'PerObjectInterfaceTypeMunger' class.
PerObjectInterfaceTypeMunger.hashCode ( ):
This method is from 'PerObjectInterfaceTypeMunger' class.
PerObjectInterfaceTypeMunger.isLateMunger ( ):
This method is from 'PerObjectInterfaceTypeMunger' class.
PerObjectInterfaceTypeMunger.matches ( ResolvedType matchType, ResolvedType aspectType ):
This method is from 'PerObjectInterfaceTypeMunger' class.
PerObjectInterfaceTypeMunger.PerObjectInterfaceTypeMunger ( UnresolvedType aspectType, patterns.Pointcut testPointcut ):
This constructor is from 'PerObjectInterfaceTypeMunger' class.
PerObjectInterfaceTypeMunger.write ( java.io.DataOutputStream s ):
This method is from 'PerObjectInterfaceTypeMunger' class.
[+] PerTypeWithinTargetTypeMunger (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PerTypeWithinTargetTypeMunger. |
[+] affected methods (7)
PerTypeWithinTargetTypeMunger.equals ( Object other ):
This method is from 'PerTypeWithinTargetTypeMunger' class.
PerTypeWithinTargetTypeMunger.getAspectType ( ):
This method is from 'PerTypeWithinTargetTypeMunger' class.
PerTypeWithinTargetTypeMunger.getTestPointcut ( ):
This method is from 'PerTypeWithinTargetTypeMunger' class.
PerTypeWithinTargetTypeMunger.hashCode ( ):
This method is from 'PerTypeWithinTargetTypeMunger' class.
PerTypeWithinTargetTypeMunger.matches ( ResolvedType matchType, ResolvedType aspectType ):
This method is from 'PerTypeWithinTargetTypeMunger' class.
PerTypeWithinTargetTypeMunger.PerTypeWithinTargetTypeMunger ( UnresolvedType aspectType, patterns.PerTypeWithin testPointcut ):
This constructor is from 'PerTypeWithinTargetTypeMunger' class.
PerTypeWithinTargetTypeMunger.write ( java.io.DataOutputStream s ):
This method is from 'PerTypeWithinTargetTypeMunger' class.
[+] Position (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Position. |
[+] affected methods (3)
Position.getEnd ( ):
This method is from 'Position' class.
Position.getStart ( ):
This method is from 'Position' class.
Position.Position ( int start, int end ):
This constructor is from 'Position' class.
[+] PrivilegedAccessMunger (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PrivilegedAccessMunger. |
[+] affected methods (7)
PrivilegedAccessMunger.equals ( Object other ):
This method is from 'PrivilegedAccessMunger' class.
PrivilegedAccessMunger.existsToSupportShadowMunging ( ):
This method is from 'PrivilegedAccessMunger' class.
PrivilegedAccessMunger.getMatchingSyntheticMember ( Member member, ResolvedType aspectType ):
This method is from 'PrivilegedAccessMunger' class.
PrivilegedAccessMunger.getMember ( ):
This method is from 'PrivilegedAccessMunger' class.
PrivilegedAccessMunger.hashCode ( ):
This method is from 'PrivilegedAccessMunger' class.
PrivilegedAccessMunger.PrivilegedAccessMunger ( ResolvedMember member ):
This constructor is from 'PrivilegedAccessMunger' class.
PrivilegedAccessMunger.write ( java.io.DataOutputStream s ):
This method is from 'PrivilegedAccessMunger' class.
[+] ReferenceType (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ReferenceType. |
[+] affected methods (55)
ReferenceType.addAnnotation ( AnnotationX annotationX ):
This method is from 'ReferenceType' class.
ReferenceType.canAnnotationTargetType ( ):
This method is from 'ReferenceType' class.
ReferenceType.demoteToSimpleType ( ):
This method is from 'ReferenceType' class.
ReferenceType.doesNotExposeShadowMungers ( ):
This method is from 'ReferenceType' class.
ReferenceType.fromTypeX ( UnresolvedType tx, World world ):
This method is from 'ReferenceType' class.
ReferenceType.getAnnotations ( ):
This method is from 'ReferenceType' class.
ReferenceType.getAnnotationTargetKinds ( ):
This method is from 'ReferenceType' class.
ReferenceType.getAnnotationTypes ( ):
This method is from 'ReferenceType' class.
ReferenceType.getDeclaredFields ( ):
This method is from 'ReferenceType' class.
ReferenceType.getDeclaredGenericSignature ( ):
This method is from 'ReferenceType' class.
ReferenceType.getDeclaredInterfaces ( ):
This method is from 'ReferenceType' class.
ReferenceType.getDeclaredMethods ( ):
This method is from 'ReferenceType' class.
ReferenceType.getDeclaredPointcuts ( ):
This method is from 'ReferenceType' class.
ReferenceType.getDeclares ( ):
This method is from 'ReferenceType' class.
ReferenceType.getDelegate ( ):
This method is from 'ReferenceType' class.
ReferenceType.getEndPos ( ):
This method is from 'ReferenceType' class.
ReferenceType.getGenericSignature ( ):
This method is from 'ReferenceType' class.
ReferenceType.getGenericType ( ):
This method is from 'ReferenceType' class.
ReferenceType.getModifiers ( ):
This method is from 'ReferenceType' class.
ReferenceType.getOuterClass ( ):
This method is from 'ReferenceType' class.
ReferenceType.getPerClause ( ):
This method is from 'ReferenceType' class.
ReferenceType.getPrivilegedAccesses ( ):
This method is from 'ReferenceType' class.
ReferenceType.getRawType ( ):
This method is from 'ReferenceType' class.
ReferenceType.getRetentionPolicy ( ):
This method is from 'ReferenceType' class.
ReferenceType.getSignatureForAttribute ( ):
This method is from 'ReferenceType' class.
ReferenceType.getSourceContext ( ):
This method is from 'ReferenceType' class.
ReferenceType.getSourceLocation ( ):
This method is from 'ReferenceType' class.
ReferenceType.getStartPos ( ):
This method is from 'ReferenceType' class.
ReferenceType.getSuperclass ( ):
This method is from 'ReferenceType' class.
ReferenceType.getTypeMungers ( ):
This method is from 'ReferenceType' class.
ReferenceType.getTypeVariables ( ):
This method is from 'ReferenceType' class.
ReferenceType.getWeaverState ( ):
This method is from 'ReferenceType' class.
ReferenceType.hasAnnotation ( UnresolvedType ofType ):
This method is from 'ReferenceType' class.
ReferenceType.isAnnotation ( ):
This method is from 'ReferenceType' class.
ReferenceType.isAnnotationStyleAspect ( ):
This method is from 'ReferenceType' class.
ReferenceType.isAnnotationWithRuntimeRetention ( ):
This method is from 'ReferenceType' class.
ReferenceType.isAnonymous ( ):
This method is from 'ReferenceType' class.
ReferenceType.isAspect ( ):
This method is from 'ReferenceType' class.
ReferenceType.isAssignableFrom ( ResolvedType other ):
This method is from 'ReferenceType' class.
ReferenceType.isAssignableFrom ( ResolvedType other, boolean allowMissing ):
This method is from 'ReferenceType' class.
ReferenceType.isClass ( ):
This method is from 'ReferenceType' class.
ReferenceType.isCoerceableFrom ( ResolvedType o ):
This method is from 'ReferenceType' class.
ReferenceType.isEnum ( ):
This method is from 'ReferenceType' class.
ReferenceType.isExposedToWeaver ( ):
This method is from 'ReferenceType' class.
ReferenceType.isGenericType ( ):
This method is from 'ReferenceType' class.
ReferenceType.isNested ( ):
This method is from 'ReferenceType' class.
ReferenceType.ReferenceType ( ResolvedType theGenericType, ResolvedType[] theParameters, World aWorld ):
This constructor is from 'ReferenceType' class.
ReferenceType.ReferenceType ( ResolvedType theGenericType, World aWorld ):
This constructor is from 'ReferenceType' class.
ReferenceType.ReferenceType ( UnresolvedType genericType, World world ):
This constructor is from 'ReferenceType' class.
ReferenceType.ReferenceType ( String signature, World world ):
This constructor is from 'ReferenceType' class.
ReferenceType.ReferenceType ( String signature, String signatureErasure, World world ):
This constructor is from 'ReferenceType' class.
ReferenceType.setDelegate ( ReferenceTypeDelegate delegate ):
This method is from 'ReferenceType' class.
ReferenceType.setEndPos ( int endPos ):
This method is from 'ReferenceType' class.
ReferenceType.setGenericType ( ReferenceType rt ):
This method is from 'ReferenceType' class.
ReferenceType.setStartPos ( int startPos ):
This method is from 'ReferenceType' class.
[+] ReferenceTypeDelegate (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ReferenceTypeDelegate. |
[+] affected methods (37)
ReferenceTypeDelegate.addAnnotation ( AnnotationX p1 ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.canAnnotationTargetType ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.doesNotExposeShadowMungers ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.ensureDelegateConsistent ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.getAnnotations ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.getAnnotationTargetKinds ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.getAnnotationTypes ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.getDeclaredFields ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.getDeclaredGenericSignature ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.getDeclaredInterfaces ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.getDeclaredMethods ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.getDeclaredPointcuts ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.getDeclares ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.getModifiers ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.getOuterClass ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.getPerClause ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.getPrivilegedAccesses ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.getResolvedTypeX ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.getRetentionPolicy ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.getSourceContext ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.getSourcefilename ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.getSuperclass ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.getTypeMungers ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.getTypeVariables ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.getWeaverState ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.hasAnnotation ( UnresolvedType p1 ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.isAnnotation ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.isAnnotationStyleAspect ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.isAnnotationWithRuntimeRetention ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.isAnonymous ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.isAspect ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.isClass ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.isEnum ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.isExposedToWeaver ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.isGeneric ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.isInterface ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
ReferenceTypeDelegate.isNested ( ):
This abstract method is from 'ReferenceTypeDelegate' interface.
[+] ResolvedMember (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ResolvedMember. |
[+] affected methods (60)
ResolvedMember.addAnnotation ( AnnotationX p1 ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.evictWeavingState ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.getAnnotationDefaultValue ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.getAnnotations ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.getAnnotationTypes ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.getAssociatedShadowMunger ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.getBackingGenericMember ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.getEffectiveSignature ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.getEnd ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.getErasure ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.getExceptions ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.getExceptions ( World p1 ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.getGenericParameterTypes ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.getGenericReturnType ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.getModifiers ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.getModifiers ( World p1 ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.getParameterAnnotations ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.getParameterAnnotationTypes ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.getParameterNames ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.getParameterNames ( World p1 ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.getParameterSignatureErased ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.getSignatureErased ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.getSourceContext ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.getSourceContext ( World p1 ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.getSourceLocation ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.getStart ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.getTypeVariables ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.hasAnnotation ( UnresolvedType p1 ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.hasAnnotations ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.hasBackingGenericMember ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.isAbstract ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.isAjSynthetic ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.isAnnotatedElsewhere ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.isBridgeMethod ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.isCompatibleWith ( Member p1 ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.isDefault ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.isNative ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.isProtected ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.isPublic ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.isSynthetic ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.isVarargsMethod ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.isVisible ( ResolvedType p1 ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.matches ( ResolvedMember p1 ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.parameterizedWith ( java.util.Map p1, World p2 ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.parameterizedWith ( UnresolvedType[] p1, ResolvedType p2, boolean p3 ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.parameterizedWith ( UnresolvedType[] p1, ResolvedType p2, boolean p3, java.util.List p4 ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.resetKind ( MemberKind p1 ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.resetModifiers ( int p1 ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.resetName ( String p1 ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.resetReturnTypeToObjectArray ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.setAnnotatedElsewhere ( boolean p1 ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.setAnnotationTypes ( UnresolvedType[] p1 ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.setCheckedExceptions ( UnresolvedType[] p1 ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.setParameterNames ( String[] p1 ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.setPosition ( int p1, int p2 ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.setSourceContext ( ISourceContext p1 ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.setTypeVariables ( TypeVariable[] p1 ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.toDebugString ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.toGenericString ( ):
This abstract method is from 'ResolvedMember' interface.
ResolvedMember.write ( java.io.DataOutputStream p1 ):
This abstract method is from 'ResolvedMember' interface.
[+] ResolvedMemberImpl (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ResolvedMemberImpl. |
[+] affected methods (79)
ResolvedMemberImpl.addAnnotation ( AnnotationX annotation ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.appendSigWithTypeVarBoundsRemoved ( UnresolvedType aType, StringBuffer toBuffer, java.util.Set alreadyUsedTypeVars ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.evictWeavingState ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getAnnotationDefaultValue ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getAnnotationOfType ( UnresolvedType ofType ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getAnnotations ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getAnnotationTypes ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getAssociatedShadowMunger ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getBackingGenericMember ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getEffectiveSignature ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getEnd ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getErasure ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getExceptions ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getExceptions ( World world ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getGenericParameterTypes ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getGenericReturnType ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getGenericSignature ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getJoinPointSignatures ( Member joinPointSignature, World inAWorld ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getModifiers ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getModifiers ( World world ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getParameterAnnotations ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getParameterAnnotationTypes ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getParameterNames ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getParameterNames ( World world ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getParameterSignatureErased ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getSignatureErased ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getSourceContext ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getSourceContext ( World world ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getSourceLocation ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getStart ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getTypeVariableNamed ( String name ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.getTypeVariables ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.hasAnnotation ( UnresolvedType ofType ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.hasAnnotations ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.hasBackingGenericMember ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.isAbstract ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.isAjSynthetic ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.isAnnotatedElsewhere ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.isBridgeMethod ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.isCompatibleWith ( Member am ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.isDefault ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.isNative ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.isProtected ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.isPublic ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.isSynthetic ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.isVarargsMethod ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.isVisible ( ResolvedType fromType ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.matches ( ResolvedMember aCandidateMatch ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.parameterize ( UnresolvedType aType, java.util.Map typeVariableMap, boolean inParameterizedType ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.parameterize ( UnresolvedType aType, java.util.Map typeVariableMap, boolean inParameterizedType, World w ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.parameterizedWith ( java.util.Map m, World w ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.parameterizedWith ( UnresolvedType[] typeParameters, ResolvedType newDeclaringType, boolean isParameterized ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.parameterizedWith ( UnresolvedType[] typeParameters, ResolvedType newDeclaringType, boolean isParameterized, java.util.List aliases ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.readResolvedMember ( VersionedDataInputStream s, ISourceContext sourceContext ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.readResolvedMemberArray ( VersionedDataInputStream s, ISourceContext context ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.resetKind ( MemberKind newKind ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.resetModifiers ( int newModifiers ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.resetName ( String newName ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.resetReturnTypeToObjectArray ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.resolve ( World world ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.ResolvedMemberImpl ( MemberKind kind, UnresolvedType declaringType, int modifiers, UnresolvedType returnType, String name, UnresolvedType[] parameterTypes ):
This constructor is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.ResolvedMemberImpl ( MemberKind kind, UnresolvedType declaringType, int modifiers, UnresolvedType returnType, String name, UnresolvedType[] parameterTypes, UnresolvedType[] checkedExceptions ):
This constructor is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.ResolvedMemberImpl ( MemberKind kind, UnresolvedType declaringType, int modifiers, UnresolvedType returnType, String name, UnresolvedType[] parameterTypes, UnresolvedType[] checkedExceptions, ResolvedMember backingGenericMember ):
This constructor is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.ResolvedMemberImpl ( MemberKind kind, UnresolvedType declaringType, int modifiers, String name, String signature ):
This constructor is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.setAjSynthetic ( boolean b ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.setAnnotatedElsewhere ( boolean b ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.setAnnotationTypes ( UnresolvedType[] annotationtypes ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.setCheckedExceptions ( UnresolvedType[] checkedExceptions ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.setDeclaringType ( ReferenceType rt ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.setParameterNames ( String[] pnames ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.setPosition ( int sourceStart, int sourceEnd ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.setSourceContext ( ISourceContext sourceContext ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.setTypeVariables ( TypeVariable[] tvars ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.setVarargsMethod ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.toDebugString ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.toGenericString ( ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.withSubstituteDeclaringType ( ResolvedType newDeclaringType ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.write ( java.io.DataOutputStream s ):
This method is from 'ResolvedMemberImpl' class.
ResolvedMemberImpl.writeArray ( ResolvedMember[] members, java.io.DataOutputStream s ):
This method is from 'ResolvedMemberImpl' class.
[+] ResolvedPointcutDefinition (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ResolvedPointcutDefinition. |
[+] affected methods (9)
ResolvedPointcutDefinition.getPointcut ( ):
This method is from 'ResolvedPointcutDefinition' class.
ResolvedPointcutDefinition.isAjSynthetic ( ):
This method is from 'ResolvedPointcutDefinition' class.
ResolvedPointcutDefinition.parameterizedWith ( UnresolvedType[] typeParameters, ResolvedType newDeclaringType, boolean isParameterized ):
This method is from 'ResolvedPointcutDefinition' class.
ResolvedPointcutDefinition.read ( VersionedDataInputStream s, ISourceContext context ):
This method is from 'ResolvedPointcutDefinition' class.
ResolvedPointcutDefinition.ResolvedPointcutDefinition ( UnresolvedType declaringType, int modifiers, String name, UnresolvedType[] parameterTypes, patterns.Pointcut pointcut ):
This constructor is from 'ResolvedPointcutDefinition' class.
ResolvedPointcutDefinition.ResolvedPointcutDefinition ( UnresolvedType declaringType, int modifiers, String name, UnresolvedType[] parameterTypes, UnresolvedType returnType, patterns.Pointcut pointcut ):
This constructor is from 'ResolvedPointcutDefinition' class.
ResolvedPointcutDefinition.setPointcut ( patterns.Pointcut pointcut ):
This method is from 'ResolvedPointcutDefinition' class.
ResolvedPointcutDefinition.toString ( ):
This method is from 'ResolvedPointcutDefinition' class.
ResolvedPointcutDefinition.write ( java.io.DataOutputStream s ):
This method is from 'ResolvedPointcutDefinition' class.
[+] ResolvedType (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ResolvedType. |
[+] affected methods (110)
ResolvedType.addAnnotation ( AnnotationX annotationX ):
This method is from 'ResolvedType' abstract class.
ResolvedType.addInterTypeMunger ( ConcreteTypeMunger munger ):
This method is from 'ResolvedType' abstract class.
ResolvedType.ajMembersNeedParameterization ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.canAnnotationTargetType ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.checkInterTypeMungers ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.checkLegalOverride ( ResolvedMember parent, ResolvedMember child ):
This method is from 'ResolvedType' abstract class.
ResolvedType.clearInterTypeMungers ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.collectCrosscuttingMembers ( boolean shouldConcretizeIfNeeded ):
This method is from 'ResolvedType' abstract class.
ResolvedType.collectDeclares ( boolean includeAdviceLike ):
This method is from 'ResolvedType' abstract class.
ResolvedType.collectInterTypeMungers ( java.util.List collector ):
This method is from 'ResolvedType' abstract class.
ResolvedType.collectTypeMungers ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.conflictingSignature ( Member m1, Member m2 ):
This method is from 'ResolvedType' abstract class.
ResolvedType.discoverActualOccurrenceOfTypeInHierarchy ( ResolvedType lookingFor ):
This method is from 'ResolvedType' abstract class.
ResolvedType.doesNotExposeShadowMungers ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.equals ( Object other ):
This method is from 'ResolvedType' abstract class.
ResolvedType.fillInAnyTypeParameters ( ConcreteTypeMunger munger ):
This method is from 'ResolvedType' abstract class.
ResolvedType.findPointcut ( String name ):
This method is from 'ResolvedType' abstract class.
ResolvedType.findPointcut ( String name, World world ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getAjMemberParameterizationMap ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getAnnotationOfType ( UnresolvedType ofType ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getAnnotations ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getAnnotationTargetKinds ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getAnnotationTypes ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getBinaryPath ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getDeclaredAdvice ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getDeclaredFields ( ):
This abstract method is from 'ResolvedType' abstract class.
ResolvedType.getDeclaredInterfaces ( ):
This abstract method is from 'ResolvedType' abstract class.
ResolvedType.getDeclaredJavaFields ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getDeclaredJavaMethods ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getDeclaredMethods ( ):
This abstract method is from 'ResolvedType' abstract class.
ResolvedType.getDeclaredPointcuts ( ):
This abstract method is from 'ResolvedType' abstract class.
ResolvedType.getDeclaredShadowMungers ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getDeclaredShadowMungersArray ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getDeclares ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getDeclaringType ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getDirectSupertypes ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getExposedPointcuts ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getFields ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getGenericSignature ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getGenericType ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getInterTypeMungers ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getInterTypeMungersIncludingSupers ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getInterTypeParentMungers ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getInterTypeParentMungersIncludingSupers ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getMemberParameterizationMap ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getMethods ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getMethodsWithoutIterator ( boolean includeITDs, boolean allowMissing ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getModifiers ( ):
This abstract method is from 'ResolvedType' abstract class.
ResolvedType.getParameterizedSuperTypes ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getPerClause ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getPointcuts ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getPrivilegedAccesses ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getResolvedComponentType ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getResolvedTypeParameters ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getSignatureForAttribute ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getSourceContext ( ):
This abstract method is from 'ResolvedType' abstract class.
ResolvedType.getSourceLocation ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getSuperclass ( ):
This abstract method is from 'ResolvedType' abstract class.
ResolvedType.getSuperclass ( World world ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getTopmostImplementor ( ResolvedType interfaceType ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getTypeMungers ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getWeaverState ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.getWorld ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.hasAnnotation ( UnresolvedType p1 ):
This abstract method is from 'ResolvedType' abstract class.
ResolvedType.hasBridgeModifier ( int modifiers ):
This method is from 'ResolvedType' abstract class.
ResolvedType.hasGenericSuperType ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.hasParameterizedSuperType ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.isAbstract ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.isAnnotation ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.isAnnotationStyleAspect ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.isAnnotationWithRuntimeRetention ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.isAnonymous ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.isAspect ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.isAssignableFrom ( ResolvedType p1 ):
This abstract method is from 'ResolvedType' abstract class.
ResolvedType.isAssignableFrom ( ResolvedType p1, boolean p2 ):
This abstract method is from 'ResolvedType' abstract class.
ResolvedType.isCheckedException ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.isClass ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.isCoerceableFrom ( ResolvedType p1 ):
This abstract method is from 'ResolvedType' abstract class.
ResolvedType.isConvertableFrom ( ResolvedType other ):
This method is from 'ResolvedType' abstract class.
ResolvedType.isEnum ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.isException ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.isExposedToWeaver ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.isFinal ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.isInterface ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.isMissing ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.isMissing ( UnresolvedType unresolved ):
This method is from 'ResolvedType' abstract class.
ResolvedType.isMoreVisible ( int m1, int m2 ):
This method is from 'ResolvedType' abstract class.
ResolvedType.isNested ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.isParameterizedWithAMemberTypeVariable ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.isSynthetic ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.isTopmostImplementor ( ResolvedType interfaceType ):
This method is from 'ResolvedType' abstract class.
ResolvedType.isVisible ( int modifiers, ResolvedType targetType, ResolvedType fromType ):
This method is from 'ResolvedType' abstract class.
ResolvedType.lookupDirectlyDeclaredMemberNoSupers ( Member member ):
This method is from 'ResolvedType' abstract class.
ResolvedType.lookupField ( Member m ):
This method is from 'ResolvedType' abstract class.
ResolvedType.lookupMemberIncludingITDsOnInterfaces ( Member member ):
This method is from 'ResolvedType' abstract class.
ResolvedType.lookupMemberNoSupers ( Member member ):
This method is from 'ResolvedType' abstract class.
ResolvedType.lookupMemberWithSupersAndITDs ( Member member ):
This method is from 'ResolvedType' abstract class.
ResolvedType.lookupMethod ( Member m ):
This method is from 'ResolvedType' abstract class.
ResolvedType.lookupMethodInITDs ( Member m ):
This method is from 'ResolvedType' abstract class.
ResolvedType.lookupResolvedMember ( ResolvedMember aMember, boolean allowMissing ):
This method is from 'ResolvedType' abstract class.
ResolvedType.lookupSyntheticMember ( Member member ):
This method is from 'ResolvedType' abstract class.
ResolvedType.makeArray ( ResolvedType type, int dim ):
This method is from 'ResolvedType' abstract class.
ResolvedType.matches ( Member m1, Member m2 ):
This method is from 'ResolvedType' abstract class.
ResolvedType.needsNoConversionFrom ( ResolvedType o ):
This method is from 'ResolvedType' abstract class.
ResolvedType.parameterize ( java.util.Map typeBindings ):
This method is from 'ResolvedType' abstract class.
ResolvedType.parameterizedWith ( UnresolvedType[] typeParameters ):
This method is from 'ResolvedType' abstract class.
ResolvedType.resetPrimitives ( ):
This method is from 'ResolvedType' abstract class.
ResolvedType.ResolvedType ( String signature, World world ):
This constructor is from 'ResolvedType' abstract class.
ResolvedType.ResolvedType ( String signature, String signatureErasure, World world ):
This constructor is from 'ResolvedType' abstract class.
ResolvedType.setBinaryPath ( String binaryPath ):
This method is from 'ResolvedType' abstract class.
[+] ResolvedTypeMunger (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ResolvedTypeMunger. |
[+] affected methods (30)
ResolvedTypeMunger.changesPublicSignature ( ):
This method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.concretize ( World world, ResolvedType aspectType ):
This method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.existsToSupportShadowMunging ( ):
This method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.getDeclaredSignature ( ):
This method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.getKind ( ):
This method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.getMatchingSyntheticMember ( Member member, ResolvedType aspectType ):
This method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.getSignature ( ):
This method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.getSourceLocation ( ):
This method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.getSuperMethodsCalled ( ):
This method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.getTypeVariableAliases ( ):
This method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.hasTypeVariableAliases ( ):
This method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.isLateMunger ( ):
This method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.matches ( ResolvedType matchType, ResolvedType aspectType ):
This method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.needsAccessToTopmostImplementor ( ):
This method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.parameterizedFor ( ResolvedType target ):
This method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.parameterizeWith ( java.util.Map m, World w ):
This method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.read ( VersionedDataInputStream s, ISourceContext context ):
This method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.readInTypeAliases ( VersionedDataInputStream s ):
This method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.readSourceLocation ( VersionedDataInputStream s ):
This method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.readSuperMethodsCalled ( VersionedDataInputStream s ):
This method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.ResolvedTypeMunger ( ResolvedTypeMunger.Kind kind, ResolvedMember signature ):
This constructor is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.setDeclaredSignature ( ResolvedMember rm ):
This method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.setSourceLocation ( org.aspectj.bridge.ISourceLocation isl ):
This method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.setSuperMethodsCalled ( java.util.Set c ):
This method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.sharesTypeVariablesWithGenericType ( ):
This method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.toString ( ):
This method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.write ( java.io.DataOutputStream p1 ):
This abstract method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.writeOutTypeAliases ( java.io.DataOutputStream s ):
This method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.writeSourceLocation ( java.io.DataOutputStream s ):
This method is from 'ResolvedTypeMunger' abstract class.
ResolvedTypeMunger.writeSuperMethodsCalled ( java.io.DataOutputStream s ):
This method is from 'ResolvedTypeMunger' abstract class.
[+] Shadow (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Shadow. |
[+] affected methods (47)
Shadow.addMunger ( ShadowMunger munger ):
This method is from 'Shadow' abstract class.
Shadow.checkCanThrow ( ShadowMunger munger, ResolvedType resolvedTypeX ):
This method is from 'Shadow' abstract class.
Shadow.checkMunger ( ShadowMunger munger ):
This method is from 'Shadow' abstract class.
Shadow.determineRelKind ( ShadowMunger munger ):
This method is from 'Shadow' abstract class.
Shadow.getArgAnnotationVar ( int p1, UnresolvedType p2 ):
This abstract method is from 'Shadow' abstract class.
Shadow.getArgCount ( ):
This method is from 'Shadow' abstract class.
Shadow.getArgName ( int i, World w ):
This method is from 'Shadow' abstract class.
Shadow.getArgType ( int arg ):
This method is from 'Shadow' abstract class.
Shadow.getArgTypes ( ):
This method is from 'Shadow' abstract class.
Shadow.getArgumentTypesForArrayConstructionShadow ( ):
This method is from 'Shadow' abstract class.
Shadow.getArgVar ( int p1 ):
This abstract method is from 'Shadow' abstract class.
Shadow.getEnclosingCodeSignature ( ):
This abstract method is from 'Shadow' abstract class.
Shadow.getEnclosingType ( ):
This abstract method is from 'Shadow' abstract class.
Shadow.getGenericArgTypes ( ):
This method is from 'Shadow' abstract class.
Shadow.getIWorld ( ):
This abstract method is from 'Shadow' abstract class.
Shadow.getKind ( ):
This method is from 'Shadow' abstract class.
Shadow.getKindedAnnotationVar ( UnresolvedType p1 ):
This abstract method is from 'Shadow' abstract class.
Shadow.getMatchingSignature ( ):
This method is from 'Shadow' abstract class.
Shadow.getMungers ( ):
This method is from 'Shadow' abstract class.
Shadow.getResolvedSignature ( ):
This method is from 'Shadow' abstract class.
Shadow.getReturnType ( ):
This method is from 'Shadow' abstract class.
Shadow.getSignature ( ):
This method is from 'Shadow' abstract class.
Shadow.getSourceLocation ( ):
This abstract method is from 'Shadow' abstract class.
Shadow.getTargetAnnotationVar ( UnresolvedType p1 ):
This abstract method is from 'Shadow' abstract class.
Shadow.getTargetType ( ):
This method is from 'Shadow' abstract class.
Shadow.getTargetVar ( ):
This abstract method is from 'Shadow' abstract class.
Shadow.getThisAnnotationVar ( UnresolvedType p1 ):
This abstract method is from 'Shadow' abstract class.
Shadow.getThisEnclosingJoinPointStaticPartVar ( ):
This abstract method is from 'Shadow' abstract class.
Shadow.getThisJoinPointStaticPartVar ( ):
This abstract method is from 'Shadow' abstract class.
Shadow.getThisJoinPointVar ( ):
This abstract method is from 'Shadow' abstract class.
Shadow.getThisType ( ):
This method is from 'Shadow' abstract class.
Shadow.getThisVar ( ):
This abstract method is from 'Shadow' abstract class.
Shadow.getWithinAnnotationVar ( UnresolvedType p1 ):
This abstract method is from 'Shadow' abstract class.
Shadow.getWithinCodeAnnotationVar ( UnresolvedType p1 ):
This abstract method is from 'Shadow' abstract class.
Shadow.hasTarget ( ):
This method is from 'Shadow' abstract class.
Shadow.hasThis ( ):
This method is from 'Shadow' abstract class.
Shadow.howMany ( int i ):
This method is from 'Shadow' abstract class.
Shadow.implement ( ):
This method is from 'Shadow' abstract class.
Shadow.isShadowForArrayConstructionJoinpoint ( ):
This method is from 'Shadow' abstract class.
Shadow.isShadowForMonitor ( ):
This method is from 'Shadow' abstract class.
Shadow.makeReflectiveFactoryString ( ):
This method is from 'Shadow' abstract class.
Shadow.prepareForMungers ( ):
This method is from 'Shadow' abstract class.
Shadow.setMatchingSignature ( Member member ):
This method is from 'Shadow' abstract class.
Shadow.Shadow ( Shadow.Kind kind, Member signature, Shadow enclosingShadow ):
This constructor is from 'Shadow' abstract class.
Shadow.toResolvedString ( World world ):
This method is from 'Shadow' abstract class.
Shadow.toSet ( int i ):
This method is from 'Shadow' abstract class.
Shadow.toString ( ):
This method is from 'Shadow' abstract class.
[+] ShadowMunger (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ShadowMunger. |
[+] affected methods (20)
ShadowMunger.compareTo ( Object p1 ):
This abstract method is from 'ShadowMunger' abstract class.
ShadowMunger.concretize ( ResolvedType p1, World p2, patterns.PerClause p3 ):
This abstract method is from 'ShadowMunger' abstract class.
ShadowMunger.createHierarchy ( ):
This method is from 'ShadowMunger' abstract class.
ShadowMunger.fallbackCompareTo ( Object other ):
This method is from 'ShadowMunger' abstract class.
ShadowMunger.getDeclaringType ( ):
This method is from 'ShadowMunger' abstract class.
ShadowMunger.getEnd ( ):
This method is from 'ShadowMunger' abstract class.
ShadowMunger.getHandle ( ):
This method is from 'ShadowMunger' abstract class.
ShadowMunger.getPointcut ( ):
This method is from 'ShadowMunger' abstract class.
ShadowMunger.getSourceLocation ( ):
This method is from 'ShadowMunger' abstract class.
ShadowMunger.getStart ( ):
This method is from 'ShadowMunger' abstract class.
ShadowMunger.getThrownExceptions ( ):
This abstract method is from 'ShadowMunger' abstract class.
ShadowMunger.implementOn ( Shadow p1 ):
This abstract method is from 'ShadowMunger' abstract class.
ShadowMunger.isBinary ( ):
This method is from 'ShadowMunger' abstract class.
ShadowMunger.match ( Shadow shadow, World world ):
This method is from 'ShadowMunger' abstract class.
ShadowMunger.mustCheckExceptions ( ):
This abstract method is from 'ShadowMunger' abstract class.
ShadowMunger.parameterizeWith ( ResolvedType p1, java.util.Map p2 ):
This abstract method is from 'ShadowMunger' abstract class.
ShadowMunger.setDeclaringType ( ResolvedType aType ):
This method is from 'ShadowMunger' abstract class.
ShadowMunger.setPointcut ( patterns.Pointcut pointcut ):
This method is from 'ShadowMunger' abstract class.
ShadowMunger.ShadowMunger ( patterns.Pointcut pointcut, int start, int end, ISourceContext sourceContext ):
This constructor is from 'ShadowMunger' abstract class.
ShadowMunger.specializeOn ( Shadow p1 ):
This abstract method is from 'ShadowMunger' abstract class.
[+] SignatureUtils (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SignatureUtils. |
[+] affected methods (13)
SignatureUtils.getAdviceSignatureString ( Member m, World world ):
This method is from 'SignatureUtils' class.
SignatureUtils.getConstructorSignatureString ( Member m, World world ):
This method is from 'SignatureUtils' class.
SignatureUtils.getFieldSignatureString ( Member m, World world ):
This method is from 'SignatureUtils' class.
SignatureUtils.getMethodSignatureString ( Member m, World world ):
This method is from 'SignatureUtils' class.
SignatureUtils.getMonitorSignatureString ( Member m, World world ):
This method is from 'SignatureUtils' class.
SignatureUtils.getSignatureMakerName ( Member m ):
This method is from 'SignatureUtils' class.
SignatureUtils.getSignatureString ( Member m, World world ):
This method is from 'SignatureUtils' class.
SignatureUtils.getSignatureType ( Member m ):
This method is from 'SignatureUtils' class.
SignatureUtils.makeString ( int i ):
This method is from 'SignatureUtils' class.
SignatureUtils.makeString ( UnresolvedType t ):
This method is from 'SignatureUtils' class.
SignatureUtils.makeString ( UnresolvedType[] types ):
This method is from 'SignatureUtils' class.
SignatureUtils.makeString ( String[] names ):
This method is from 'SignatureUtils' class.
SignatureUtils.SignatureUtils ( ):
This constructor is from 'SignatureUtils' class.
[+] SimpleAnnotationValue (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SimpleAnnotationValue. |
[+] affected methods (8)
SimpleAnnotationValue.setValueByte ( byte b ):
This method is from 'SimpleAnnotationValue' class.
SimpleAnnotationValue.setValueChar ( char c ):
This method is from 'SimpleAnnotationValue' class.
SimpleAnnotationValue.setValueInt ( int i ):
This method is from 'SimpleAnnotationValue' class.
SimpleAnnotationValue.setValueString ( String s ):
This method is from 'SimpleAnnotationValue' class.
SimpleAnnotationValue.SimpleAnnotationValue ( int kind ):
This constructor is from 'SimpleAnnotationValue' class.
SimpleAnnotationValue.SimpleAnnotationValue ( int kind, Object value ):
This constructor is from 'SimpleAnnotationValue' class.
SimpleAnnotationValue.stringify ( ):
This method is from 'SimpleAnnotationValue' class.
SimpleAnnotationValue.toString ( ):
This method is from 'SimpleAnnotationValue' class.
[+] SourceContextImpl (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SourceContextImpl. |
[+] affected methods (7)
SourceContextImpl.configureFromAttribute ( String name, int[] linebreaks ):
This method is from 'SourceContextImpl' class.
SourceContextImpl.getOffset ( ):
This method is from 'SourceContextImpl' class.
SourceContextImpl.makeSourceLocation ( int line, int offset ):
This method is from 'SourceContextImpl' class.
SourceContextImpl.makeSourceLocation ( IHasPosition position ):
This method is from 'SourceContextImpl' class.
SourceContextImpl.setSourceFileName ( String name ):
This method is from 'SourceContextImpl' class.
SourceContextImpl.SourceContextImpl ( AbstractReferenceTypeDelegate delegate ):
This constructor is from 'SourceContextImpl' class.
SourceContextImpl.tidy ( ):
This method is from 'SourceContextImpl' class.
[+] StaticJoinPointFactory (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StaticJoinPointFactory. |
[+] affected methods (1)
StaticJoinPointFactory.StaticJoinPointFactory ( ):
This constructor is from 'StaticJoinPointFactory' class.
[+] TypeFactory (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TypeFactory. |
[+] affected methods (6)
TypeFactory.createParameterizedType ( ResolvedType aBaseType, UnresolvedType[] someTypeParameters, World inAWorld ):
This method is from 'TypeFactory' class.
TypeFactory.createRawType ( ResolvedType aBaseType, World inAWorld ):
This method is from 'TypeFactory' class.
TypeFactory.createTypeFromSignature ( String signature ):
This method is from 'TypeFactory' class.
TypeFactory.createUnresolvedParameterizedType ( String baseTypeSignature, UnresolvedType[] arguments ):
This method is from 'TypeFactory' class.
TypeFactory.createUnresolvedParameterizedType ( String sig, String erasuresig, UnresolvedType[] arguments ):
This method is from 'TypeFactory' class.
TypeFactory.TypeFactory ( ):
This constructor is from 'TypeFactory' class.
[+] TypeVariable (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TypeVariable. |
[+] affected methods (28)
TypeVariable.canBeBoundTo ( ResolvedType aCandidateType ):
This method is from 'TypeVariable' class.
TypeVariable.getAdditionalInterfaceBounds ( ):
This method is from 'TypeVariable' class.
TypeVariable.getDeclaringElement ( ):
This method is from 'TypeVariable' class.
TypeVariable.getDeclaringElementKind ( ):
This method is from 'TypeVariable' class.
TypeVariable.getDisplayName ( ):
This method is from 'TypeVariable' class.
TypeVariable.getErasureSignature ( ):
This method is from 'TypeVariable' class.
TypeVariable.getFirstBound ( ):
This method is from 'TypeVariable' class.
TypeVariable.getGenericSignature ( ):
This method is from 'TypeVariable' class.
TypeVariable.getLowerBound ( ):
This method is from 'TypeVariable' class.
TypeVariable.getName ( ):
This method is from 'TypeVariable' class.
TypeVariable.getRank ( ):
This method is from 'TypeVariable' class.
TypeVariable.getSignature ( ):
This method is from 'TypeVariable' class.
TypeVariable.getUpperBound ( ):
This method is from 'TypeVariable' class.
TypeVariable.read ( VersionedDataInputStream s ):
This method is from 'TypeVariable' class.
TypeVariable.resolve ( World inSomeWorld ):
This method is from 'TypeVariable' class.
TypeVariable.setAdditionalInterfaceBounds ( UnresolvedType[] someTypeXs ):
This method is from 'TypeVariable' class.
TypeVariable.setDeclaringElement ( TypeVariableDeclaringElement element ):
This method is from 'TypeVariable' class.
TypeVariable.setDeclaringElementKind ( int kind ):
This method is from 'TypeVariable' class.
TypeVariable.setLowerBound ( UnresolvedType aTypeX ):
This method is from 'TypeVariable' class.
TypeVariable.setRank ( int rank ):
This method is from 'TypeVariable' class.
TypeVariable.setUpperBound ( UnresolvedType aTypeX ):
This method is from 'TypeVariable' class.
TypeVariable.toDebugString ( ):
This method is from 'TypeVariable' class.
TypeVariable.toString ( ):
This method is from 'TypeVariable' class.
TypeVariable.TypeVariable ( String aName ):
This constructor is from 'TypeVariable' class.
TypeVariable.TypeVariable ( String aName, UnresolvedType anUpperBound ):
This constructor is from 'TypeVariable' class.
TypeVariable.TypeVariable ( String aName, UnresolvedType anUpperBound, UnresolvedType[] someAdditionalInterfaceBounds ):
This constructor is from 'TypeVariable' class.
TypeVariable.TypeVariable ( String aName, UnresolvedType anUpperBound, UnresolvedType[] someAdditionalInterfaceBounds, UnresolvedType aLowerBound ):
This constructor is from 'TypeVariable' class.
TypeVariable.write ( java.io.DataOutputStream s ):
This method is from 'TypeVariable' class.
[+] TypeVariableDeclaringElement (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TypeVariableDeclaringElement. |
[+] affected methods (1)
TypeVariableDeclaringElement.getTypeVariableNamed ( String p1 ):
This abstract method is from 'TypeVariableDeclaringElement' interface.
[+] TypeVariableReference (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TypeVariableReference. |
[+] affected methods (1)
TypeVariableReference.getTypeVariable ( ):
This abstract method is from 'TypeVariableReference' interface.
[+] TypeVariableReferenceType (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TypeVariableReferenceType. |
[+] affected methods (13)
TypeVariableReferenceType.getAdditionalBounds ( ):
This method is from 'TypeVariableReferenceType' class.
TypeVariableReferenceType.getDelegate ( ):
This method is from 'TypeVariableReferenceType' class.
TypeVariableReferenceType.getLowerBound ( ):
This method is from 'TypeVariableReferenceType' class.
TypeVariableReferenceType.getSignature ( ):
This method is from 'TypeVariableReferenceType' class.
TypeVariableReferenceType.getTypeVariable ( ):
This method is from 'TypeVariableReferenceType' class.
TypeVariableReferenceType.getUpperBound ( ):
This method is from 'TypeVariableReferenceType' class.
TypeVariableReferenceType.isAnnotation ( ):
This method is from 'TypeVariableReferenceType' class.
TypeVariableReferenceType.isGenericWildcard ( ):
This method is from 'TypeVariableReferenceType' class.
TypeVariableReferenceType.isTypeVariableReference ( ):
This method is from 'TypeVariableReferenceType' class.
TypeVariableReferenceType.parameterize ( java.util.Map typeBindings ):
This method is from 'TypeVariableReferenceType' class.
TypeVariableReferenceType.toString ( ):
This method is from 'TypeVariableReferenceType' class.
TypeVariableReferenceType.TypeVariableReferenceType ( TypeVariable aTypeVariable, World aWorld ):
This constructor is from 'TypeVariableReferenceType' class.
TypeVariableReferenceType.write ( java.io.DataOutputStream s ):
This method is from 'TypeVariableReferenceType' class.
[+] UnresolvedType (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class UnresolvedType. |
[+] affected methods (55)
UnresolvedType.add ( UnresolvedType[] types, UnresolvedType end ):
This method is from 'UnresolvedType' class.
UnresolvedType.equals ( Object other ):
This method is from 'UnresolvedType' class.
UnresolvedType.forGenericType ( String name, TypeVariable[] tvbs, String genericSig ):
This method is from 'UnresolvedType' class.
UnresolvedType.forGenericTypeSignature ( String sig, String declaredGenericSig ):
This method is from 'UnresolvedType' class.
UnresolvedType.forGenericTypeVariables ( String sig, TypeVariable[] tVars ):
This method is from 'UnresolvedType' class.
UnresolvedType.forName ( String name ):
This method is from 'UnresolvedType' class.
UnresolvedType.forNames ( String[] names ):
This method is from 'UnresolvedType' class.
UnresolvedType.forRawTypeName ( String name ):
This method is from 'UnresolvedType' class.
UnresolvedType.forSignature ( String signature ):
This method is from 'UnresolvedType' class.
UnresolvedType.forSignatures ( String[] sigs ):
This method is from 'UnresolvedType' class.
UnresolvedType.getBaseName ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.getClassName ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.getComponentType ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.getErasureSignature ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.getName ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.getNameAsIdentifier ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.getNames ( UnresolvedType[] types ):
This method is from 'UnresolvedType' class.
UnresolvedType.getOutermostType ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.getPackageName ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.getPackageNameAsIdentifier ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.getRawName ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.getRawType ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.getSignature ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.getSimpleBaseName ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.getSimpleName ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.getSize ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.getTypekind ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.getTypeParameters ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.getTypeVariableNamed ( String name ):
This method is from 'UnresolvedType' class.
UnresolvedType.getTypeVariables ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.hashCode ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.insert ( UnresolvedType start, UnresolvedType[] types ):
This method is from 'UnresolvedType' class.
UnresolvedType.isArray ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.isGenericType ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.isGenericWildcard ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.isParameterizedType ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.isPrimitiveType ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.isRawType ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.isSimpleType ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.isTypeVariableReference ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.makeArray ( UnresolvedType base, int dims ):
This method is from 'UnresolvedType' class.
UnresolvedType.needsModifiableDelegate ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.parameterize ( java.util.Map typeBindings ):
This method is from 'UnresolvedType' class.
UnresolvedType.read ( java.io.DataInputStream s ):
This method is from 'UnresolvedType' class.
UnresolvedType.readArray ( java.io.DataInputStream s ):
This method is from 'UnresolvedType' class.
UnresolvedType.resolve ( World world ):
This method is from 'UnresolvedType' class.
UnresolvedType.setNeedsModifiableDelegate ( boolean b ):
This method is from 'UnresolvedType' class.
UnresolvedType.toDebugString ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.toString ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.toTraceString ( ):
This method is from 'UnresolvedType' class.
UnresolvedType.UnresolvedType ( String signature ):
This constructor is from 'UnresolvedType' class.
UnresolvedType.UnresolvedType ( String signature, String signatureErasure ):
This constructor is from 'UnresolvedType' class.
UnresolvedType.UnresolvedType ( String signature, String signatureErasure, UnresolvedType[] typeParams ):
This constructor is from 'UnresolvedType' class.
UnresolvedType.write ( java.io.DataOutputStream s ):
This method is from 'UnresolvedType' class.
UnresolvedType.writeArray ( UnresolvedType[] types, java.io.DataOutputStream s ):
This method is from 'UnresolvedType' class.
[+] UnresolvedTypeVariableReferenceType (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class UnresolvedTypeVariableReferenceType. |
[+] affected methods (10)
UnresolvedTypeVariableReferenceType.getErasureSignature ( ):
This method is from 'UnresolvedTypeVariableReferenceType' class.
UnresolvedTypeVariableReferenceType.getTypeVariable ( ):
This method is from 'UnresolvedTypeVariableReferenceType' class.
UnresolvedTypeVariableReferenceType.isTypeVariableReference ( ):
This method is from 'UnresolvedTypeVariableReferenceType' class.
UnresolvedTypeVariableReferenceType.resolve ( World world ):
This method is from 'UnresolvedTypeVariableReferenceType' class.
UnresolvedTypeVariableReferenceType.setTypeVariable ( TypeVariable aTypeVariable ):
This method is from 'UnresolvedTypeVariableReferenceType' class.
UnresolvedTypeVariableReferenceType.toDebugString ( ):
This method is from 'UnresolvedTypeVariableReferenceType' class.
UnresolvedTypeVariableReferenceType.toString ( ):
This method is from 'UnresolvedTypeVariableReferenceType' class.
UnresolvedTypeVariableReferenceType.UnresolvedTypeVariableReferenceType ( ):
This constructor is from 'UnresolvedTypeVariableReferenceType' class.
UnresolvedTypeVariableReferenceType.UnresolvedTypeVariableReferenceType ( TypeVariable aTypeVariable ):
This constructor is from 'UnresolvedTypeVariableReferenceType' class.
UnresolvedTypeVariableReferenceType.write ( java.io.DataOutputStream s ):
This method is from 'UnresolvedTypeVariableReferenceType' class.
[+] VersionedDataInputStream (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class VersionedDataInputStream. |
[+] affected methods (5)
VersionedDataInputStream.getBuildstamp ( ):
This method is from 'VersionedDataInputStream' class.
VersionedDataInputStream.getMajorVersion ( ):
This method is from 'VersionedDataInputStream' class.
VersionedDataInputStream.getMinorVersion ( ):
This method is from 'VersionedDataInputStream' class.
VersionedDataInputStream.setVersion ( AjAttribute.WeaverVersionInfo version ):
This method is from 'VersionedDataInputStream' class.
VersionedDataInputStream.VersionedDataInputStream ( java.io.InputStream is ):
This constructor is from 'VersionedDataInputStream' class.
[+] WeakClassLoaderReference (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class WeakClassLoaderReference. |
[+] affected methods (5)
WeakClassLoaderReference.equals ( Object obj ):
This method is from 'WeakClassLoaderReference' class.
WeakClassLoaderReference.getClassLoader ( ):
This method is from 'WeakClassLoaderReference' class.
WeakClassLoaderReference.hashCode ( ):
This method is from 'WeakClassLoaderReference' class.
WeakClassLoaderReference.WeakClassLoaderReference ( ClassLoader loader ):
This constructor is from 'WeakClassLoaderReference' class.
WeakClassLoaderReference.WeakClassLoaderReference ( ClassLoader loader, ref.ReferenceQueue q ):
This constructor is from 'WeakClassLoaderReference' class.
[+] WeaverMessages (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class WeaverMessages. |
[+] affected methods (6)
WeaverMessages.format ( String key ):
This method is from 'WeaverMessages' class.
WeaverMessages.format ( String key, Object insert ):
This method is from 'WeaverMessages' class.
WeaverMessages.format ( String key, Object insert1, Object insert2 ):
This method is from 'WeaverMessages' class.
WeaverMessages.format ( String key, Object insert1, Object insert2, Object insert3 ):
This method is from 'WeaverMessages' class.
WeaverMessages.format ( String key, Object insert1, Object insert2, Object insert3, Object insert4 ):
This method is from 'WeaverMessages' class.
WeaverMessages.WeaverMessages ( ):
This constructor is from 'WeaverMessages' class.
[+] WeaverStateInfo (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class WeaverStateInfo. |
[+] affected methods (17)
WeaverStateInfo.addAspectAffectingType ( String aspectType ):
This method is from 'WeaverStateInfo' class.
WeaverStateInfo.addAspectsAffectingType ( java.util.Collection aspects ):
This method is from 'WeaverStateInfo' class.
WeaverStateInfo.addConcreteMunger ( ConcreteTypeMunger munger ):
This method is from 'WeaverStateInfo' class.
WeaverStateInfo.getAspectsAffectingType ( ):
This method is from 'WeaverStateInfo' class.
WeaverStateInfo.getTypeMungers ( ResolvedType onType ):
This method is from 'WeaverStateInfo' class.
WeaverStateInfo.getUnwovenClassFileData ( byte[] wovenClassFile ):
This method is from 'WeaverStateInfo' class.
WeaverStateInfo.isOldStyle ( ):
This method is from 'WeaverStateInfo' class.
WeaverStateInfo.isReweavable ( ):
This method is from 'WeaverStateInfo' class.
WeaverStateInfo.read ( VersionedDataInputStream s, ISourceContext context ):
This method is from 'WeaverStateInfo' class.
WeaverStateInfo.replaceKeyWithDiff ( byte[] wovenClassFile ):
This method is from 'WeaverStateInfo' class.
WeaverStateInfo.setReweavable ( boolean rw ):
This method is from 'WeaverStateInfo' class.
WeaverStateInfo.setReweavableModeDefaults ( boolean mode, boolean compress, boolean diff ):
This method is from 'WeaverStateInfo' class.
WeaverStateInfo.setUnwovenClassFileData ( byte[] data ):
This method is from 'WeaverStateInfo' class.
WeaverStateInfo.toString ( ):
This method is from 'WeaverStateInfo' class.
WeaverStateInfo.WeaverStateInfo ( ):
This constructor is from 'WeaverStateInfo' class.
WeaverStateInfo.WeaverStateInfo ( boolean reweavable ):
This constructor is from 'WeaverStateInfo' class.
WeaverStateInfo.write ( java.io.DataOutputStream s ):
This method is from 'WeaverStateInfo' class.
[+] WildcardedUnresolvedType (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class WildcardedUnresolvedType. |
[+] affected methods (6)
WildcardedUnresolvedType.getLowerBound ( ):
This method is from 'WildcardedUnresolvedType' class.
WildcardedUnresolvedType.getUpperBound ( ):
This method is from 'WildcardedUnresolvedType' class.
WildcardedUnresolvedType.isExtends ( ):
This method is from 'WildcardedUnresolvedType' class.
WildcardedUnresolvedType.isSuper ( ):
This method is from 'WildcardedUnresolvedType' class.
WildcardedUnresolvedType.isUnbound ( ):
This method is from 'WildcardedUnresolvedType' class.
WildcardedUnresolvedType.WildcardedUnresolvedType ( String signature, UnresolvedType upperBound, UnresolvedType lowerBound ):
This constructor is from 'WildcardedUnresolvedType' class.
[+] World (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class World. |
[+] affected methods (86)
World.accept ( Dump.IVisitor visitor ):
This method is from 'World' abstract class.
World.areSynchronizationPointcutsInUse ( ):
This method is from 'World' abstract class.
World.compareByPrecedence ( ResolvedType aspect1, ResolvedType aspect2 ):
This method is from 'World' abstract class.
World.compareByPrecedenceAndHierarchy ( ResolvedType aspect1, ResolvedType aspect2 ):
This method is from 'World' abstract class.
World.completeBinaryType ( ResolvedType ret ):
This method is from 'World' abstract class.
World.concreteTypeMunger ( ResolvedTypeMunger p1, ResolvedType p2 ):
This abstract method is from 'World' abstract class.
World.couldIncrementalCompileFollow ( ):
This method is from 'World' abstract class.
World.createAdviceMunger ( AdviceKind kind, patterns.Pointcut p, Member signature, int extraParameterFlags, IHasSourceLocation loc ):
This method is from 'World' abstract class.
World.createAdviceMunger ( AjAttribute.AdviceAttribute p1, patterns.Pointcut p2, Member p3 ):
This abstract method is from 'World' abstract class.
World.debug ( String message ):
This method is from 'World' abstract class.
World.ensureAdvancedConfigurationProcessed ( ):
This method is from 'World' abstract class.
World.flush ( ):
This method is from 'World' abstract class.
World.forgetTypeVariablesCurrentlyBeingProcessed ( Class baseClass ):
This method is from 'World' abstract class.
World.getAllTypes ( ):
This method is from 'World' abstract class.
World.getCoreType ( UnresolvedType tx ):
This method is from 'World' abstract class.
World.getCrosscuttingMembersSet ( ):
This method is from 'World' abstract class.
World.getCrossReferenceHandler ( ):
This method is from 'World' abstract class.
World.getDeclareAnnotationOnFields ( ):
This method is from 'World' abstract class.
World.getDeclareAnnotationOnMethods ( ):
This method is from 'World' abstract class.
World.getDeclareAnnotationOnTypes ( ):
This method is from 'World' abstract class.
World.getDeclareParents ( ):
This method is from 'World' abstract class.
World.getDeclareSoft ( ):
This method is from 'World' abstract class.
World.getExtraConfiguration ( ):
This method is from 'World' abstract class.
World.getLint ( ):
This method is from 'World' abstract class.
World.getMessageHandler ( ):
This method is from 'World' abstract class.
World.getModel ( ):
This method is from 'World' abstract class.
World.getPrecedenceIfAny ( ResolvedType aspect1, ResolvedType aspect2 ):
This method is from 'World' abstract class.
World.getRegisteredPointcutHandlers ( ):
This method is from 'World' abstract class.
World.getTargetAspectjRuntimeLevel ( ):
This method is from 'World' abstract class.
World.getTypeVariableLookupScope ( ):
This method is from 'World' abstract class.
World.getTypeVariablesCurrentlyBeingProcessed ( Class baseClass ):
This method is from 'World' abstract class.
World.isAddSerialVerUID ( ):
This method is from 'World' abstract class.
World.isASMAround ( ):
This method is from 'World' abstract class.
World.isExpendable ( ResolvedType type ):
This method is from 'World' abstract class.
World.isFastDelegateSupportEnabled ( ):
This method is from 'World' abstract class.
World.isHasMemberSupportEnabled ( ):
This method is from 'World' abstract class.
World.isIgnoringUnusedDeclaredThrownException ( ):
This method is from 'World' abstract class.
World.isInJava5Mode ( ):
This method is from 'World' abstract class.
World.isInPinpointMode ( ):
This method is from 'World' abstract class.
World.isJoinpointArrayConstructionEnabled ( ):
This method is from 'World' abstract class.
World.isJoinpointSynchronizationEnabled ( ):
This method is from 'World' abstract class.
World.isLocallyDefined ( String classname ):
This method is from 'World' abstract class.
World.isRunMinimalMemory ( ):
This method is from 'World' abstract class.
World.isTargettingAspectJRuntime12 ( ):
This method is from 'World' abstract class.
World.isXlazyTjp ( ):
This method is from 'World' abstract class.
World.isXnoInline ( ):
This method is from 'World' abstract class.
World.lookupBySignature ( String signature ):
This method is from 'World' abstract class.
World.lookupOrCreateName ( UnresolvedType ty ):
This method is from 'World' abstract class.
World.makeCflowCounterFieldAdder ( ResolvedMember p1 ):
This abstract method is from 'World' abstract class.
World.makeCflowStackFieldAdder ( ResolvedMember p1 ):
This abstract method is from 'World' abstract class.
World.makePerClauseAspect ( ResolvedType p1, patterns.PerClause.Kind p2 ):
This abstract method is from 'World' abstract class.
World.performExtraConfiguration ( String config ):
This method is from 'World' abstract class.
World.recordTypeVariablesCurrentlyBeingProcessed ( Class baseClass, TypeVariable[] typeVariables ):
This method is from 'World' abstract class.
World.registerPointcutHandler ( tools.PointcutDesignatorHandler designatorHandler ):
This method is from 'World' abstract class.
World.resolve ( Member member ):
This method is from 'World' abstract class.
World.resolve ( ResolvedType ty ):
This method is from 'World' abstract class.
World.resolve ( UnresolvedType ty ):
This method is from 'World' abstract class.
World.resolve ( UnresolvedType ty, boolean allowMissing ):
This method is from 'World' abstract class.
World.resolve ( UnresolvedType ty, org.aspectj.bridge.ISourceLocation isl ):
This method is from 'World' abstract class.
World.resolve ( UnresolvedType[] types ):
This method is from 'World' abstract class.
World.resolve ( String name ):
This method is from 'World' abstract class.
World.resolve ( String name, boolean allowMissing ):
This method is from 'World' abstract class.
World.resolveDelegate ( ReferenceType p1 ):
This abstract method is from 'World' abstract class.
World.resolveGenericTypeFor ( UnresolvedType anUnresolvedType, boolean allowMissing ):
This method is from 'World' abstract class.
World.setAddSerialVerUID ( boolean b ):
This method is from 'World' abstract class.
World.setBehaveInJava5Way ( boolean b ):
This method is from 'World' abstract class.
World.setCrossReferenceHandler ( ICrossReferenceHandler xrefHandler ):
This method is from 'World' abstract class.
World.setErrorAndWarningThreshold ( long errorThreshold, long warningThreshold ):
This method is from 'World' abstract class.
World.setFastDelegateSupport ( boolean b ):
This method is from 'World' abstract class.
World.setIncrementalCompileCouldFollow ( boolean b ):
This method is from 'World' abstract class.
World.setLint ( Lint lint ):
This method is from 'World' abstract class.
World.setMessageHandler ( org.aspectj.bridge.IMessageHandler messageHandler ):
This method is from 'World' abstract class.
World.setModel ( org.aspectj.asm.IHierarchy model ):
This method is from 'World' abstract class.
World.setOptionalJoinpoints ( String jps ):
This method is from 'World' abstract class.
World.setPinpointMode ( boolean b ):
This method is from 'World' abstract class.
World.setSynchronizationPointcutsInUse ( ):
This method is from 'World' abstract class.
World.setTargetAspectjRuntimeLevel ( String s ):
This method is from 'World' abstract class.
World.setTypeVariableLookupScope ( TypeVariableDeclaringElement scope ):
This method is from 'World' abstract class.
World.setXHasMemberSupportEnabled ( boolean b ):
This method is from 'World' abstract class.
World.setXlazyTjp ( boolean b ):
This method is from 'World' abstract class.
World.setXnoInline ( boolean xnoInline ):
This method is from 'World' abstract class.
World.shouldFastPackMethods ( ):
This method is from 'World' abstract class.
World.shouldPipelineCompilation ( ):
This method is from 'World' abstract class.
World.showMessage ( org.aspectj.bridge.IMessage.Kind kind, String message, org.aspectj.bridge.ISourceLocation loc1, org.aspectj.bridge.ISourceLocation loc2 ):
This method is from 'World' abstract class.
World.validateType ( UnresolvedType type ):
This method is from 'World' abstract class.
World.World ( ):
This constructor is from 'World' abstract class.
package org.aspectj.weaver.ast
[+] And (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class And. |
[+] affected methods (6)
And.accept ( ITestVisitor v ):
This method is from 'And' class.
And.And ( Test left, Test right ):
This constructor is from 'And' class.
And.equals ( Object other ):
This method is from 'And' class.
And.getLeft ( ):
This method is from 'And' class.
And.getRight ( ):
This method is from 'And' class.
And.toString ( ):
This method is from 'And' class.
[+] ASTNode (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ASTNode. |
[+] affected methods (1)
ASTNode.ASTNode ( ):
This constructor is from 'ASTNode' abstract class.
[+] Call (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Call. |
[+] affected methods (4)
Call.accept ( ITestVisitor v ):
This method is from 'Call' class.
Call.Call ( org.aspectj.weaver.Member m, Expr[] args ):
This constructor is from 'Call' class.
Call.getArgs ( ):
This method is from 'Call' class.
Call.getMethod ( ):
This method is from 'Call' class.
[+] CallExpr (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CallExpr. |
[+] affected methods (5)
CallExpr.accept ( IExprVisitor v ):
This method is from 'CallExpr' class.
CallExpr.CallExpr ( org.aspectj.weaver.Member m, Expr[] args, org.aspectj.weaver.ResolvedType returnType ):
This constructor is from 'CallExpr' class.
CallExpr.getArgs ( ):
This method is from 'CallExpr' class.
CallExpr.getMethod ( ):
This method is from 'CallExpr' class.
CallExpr.getType ( ):
This method is from 'CallExpr' class.
[+] CastExpr (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CastExpr. |
[+] affected methods (4)
CastExpr.accept ( IExprVisitor v ):
This method is from 'CastExpr' class.
CastExpr.CastExpr ( CallExpr expr, String castToSignature ):
This constructor is from 'CastExpr' class.
CastExpr.getType ( ):
This method is from 'CastExpr' class.
CastExpr.getTypeName ( ):
This method is from 'CastExpr' class.
[+] Expr (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Expr. |
[+] affected methods (6)
Expr.accept ( IExprVisitor p1 ):
This abstract method is from 'Expr' abstract class.
Expr.Expr ( ):
This constructor is from 'Expr' abstract class.
Expr.getType ( ):
This abstract method is from 'Expr' abstract class.
Expr.makeCallExpr ( org.aspectj.weaver.Member member, Expr[] exprs, org.aspectj.weaver.ResolvedType returnType ):
This method is from 'Expr' abstract class.
Expr.makeFieldGet ( org.aspectj.weaver.Member myField, org.aspectj.weaver.ResolvedType inAspect ):
This method is from 'Expr' abstract class.
Expr.makeStringConstantExpr ( String stringConst ):
This method is from 'Expr' abstract class.
[+] FieldGet (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FieldGet. |
[+] affected methods (6)
FieldGet.accept ( IExprVisitor v ):
This method is from 'FieldGet' class.
FieldGet.FieldGet ( org.aspectj.weaver.Member field, org.aspectj.weaver.ResolvedType resolvedType ):
This constructor is from 'FieldGet' class.
FieldGet.getField ( ):
This method is from 'FieldGet' class.
FieldGet.getResolvedType ( ):
This method is from 'FieldGet' class.
FieldGet.getType ( ):
This method is from 'FieldGet' class.
FieldGet.toString ( ):
This method is from 'FieldGet' class.
[+] FieldGetCall (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FieldGetCall. |
[+] affected methods (5)
FieldGetCall.accept ( ITestVisitor v ):
This method is from 'FieldGetCall' class.
FieldGetCall.FieldGetCall ( org.aspectj.weaver.Member f, org.aspectj.weaver.Member m, Expr[] args ):
This constructor is from 'FieldGetCall' class.
FieldGetCall.getArgs ( ):
This method is from 'FieldGetCall' class.
FieldGetCall.getField ( ):
This method is from 'FieldGetCall' class.
FieldGetCall.getMethod ( ):
This method is from 'FieldGetCall' class.
[+] FieldGetOn (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FieldGetOn. |
[+] affected methods (3)
FieldGetOn.accept ( IExprVisitor v ):
This method is from 'FieldGetOn' class.
FieldGetOn.FieldGetOn ( org.aspectj.weaver.Member field, org.aspectj.weaver.UnresolvedType declaringType ):
This constructor is from 'FieldGetOn' class.
FieldGetOn.getDeclaringType ( ):
This method is from 'FieldGetOn' class.
[+] HasAnnotation (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HasAnnotation. |
[+] affected methods (6)
HasAnnotation.accept ( ITestVisitor v ):
This method is from 'HasAnnotation' class.
HasAnnotation.equals ( Object other ):
This method is from 'HasAnnotation' class.
HasAnnotation.getAnnotationType ( ):
This method is from 'HasAnnotation' class.
HasAnnotation.getVar ( ):
This method is from 'HasAnnotation' class.
HasAnnotation.HasAnnotation ( Var v, org.aspectj.weaver.ResolvedType annType ):
This constructor is from 'HasAnnotation' class.
HasAnnotation.toString ( ):
This method is from 'HasAnnotation' class.
[+] IExprVisitor (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IExprVisitor. |
[+] affected methods (6)
IExprVisitor.visit ( CallExpr p1 ):
This abstract method is from 'IExprVisitor' interface.
IExprVisitor.visit ( CastExpr p1 ):
This abstract method is from 'IExprVisitor' interface.
IExprVisitor.visit ( FieldGet p1 ):
This abstract method is from 'IExprVisitor' interface.
IExprVisitor.visit ( FieldGetOn p1 ):
This abstract method is from 'IExprVisitor' interface.
IExprVisitor.visit ( StringConstExpr p1 ):
This abstract method is from 'IExprVisitor' interface.
IExprVisitor.visit ( Var p1 ):
This abstract method is from 'IExprVisitor' interface.
[+] Instanceof (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Instanceof. |
[+] affected methods (6)
Instanceof.accept ( ITestVisitor v ):
This method is from 'Instanceof' class.
Instanceof.equals ( Object other ):
This method is from 'Instanceof' class.
Instanceof.getType ( ):
This method is from 'Instanceof' class.
Instanceof.getVar ( ):
This method is from 'Instanceof' class.
Instanceof.Instanceof ( Var left, org.aspectj.weaver.UnresolvedType right ):
This constructor is from 'Instanceof' class.
Instanceof.toString ( ):
This method is from 'Instanceof' class.
[+] ITestVisitor (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ITestVisitor. |
[+] affected methods (9)
ITestVisitor.visit ( And p1 ):
This abstract method is from 'ITestVisitor' interface.
ITestVisitor.visit ( Call p1 ):
This abstract method is from 'ITestVisitor' interface.
ITestVisitor.visit ( FieldGetCall p1 ):
This abstract method is from 'ITestVisitor' interface.
ITestVisitor.visit ( HasAnnotation p1 ):
This abstract method is from 'ITestVisitor' interface.
ITestVisitor.visit ( Instanceof p1 ):
This abstract method is from 'ITestVisitor' interface.
ITestVisitor.visit ( Literal p1 ):
This abstract method is from 'ITestVisitor' interface.
ITestVisitor.visit ( Not p1 ):
This abstract method is from 'ITestVisitor' interface.
ITestVisitor.visit ( Or p1 ):
This abstract method is from 'ITestVisitor' interface.
ITestVisitor.visit ( org.aspectj.weaver.internal.tools.MatchingContextBasedTest p1 ):
This abstract method is from 'ITestVisitor' interface.
[+] Literal (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Literal. |
[+] affected methods (2)
Literal.accept ( ITestVisitor v ):
This method is from 'Literal' class.
Literal.toString ( ):
This method is from 'Literal' class.
[+] Not (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Not. |
[+] affected methods (5)
Not.accept ( ITestVisitor v ):
This method is from 'Not' class.
Not.equals ( Object other ):
This method is from 'Not' class.
Not.getBody ( ):
This method is from 'Not' class.
Not.Not ( Test test ):
This constructor is from 'Not' class.
Not.toString ( ):
This method is from 'Not' class.
[+] Or (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Or. |
[+] affected methods (6)
Or.accept ( ITestVisitor v ):
This method is from 'Or' class.
Or.equals ( Object other ):
This method is from 'Or' class.
Or.getLeft ( ):
This method is from 'Or' class.
Or.getRight ( ):
This method is from 'Or' class.
Or.Or ( Test left, Test right ):
This constructor is from 'Or' class.
Or.toString ( ):
This method is from 'Or' class.
[+] StringConstExpr (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StringConstExpr. |
[+] affected methods (4)
StringConstExpr.accept ( IExprVisitor v ):
This method is from 'StringConstExpr' class.
StringConstExpr.getStringConst ( ):
This method is from 'StringConstExpr' class.
StringConstExpr.getType ( ):
This method is from 'StringConstExpr' class.
StringConstExpr.StringConstExpr ( String stringConst ):
This constructor is from 'StringConstExpr' class.
[+] Test (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Test. |
[+] affected methods (9)
Test.accept ( ITestVisitor p1 ):
This abstract method is from 'Test' abstract class.
Test.makeAnd ( Test a, Test b ):
This method is from 'Test' abstract class.
Test.makeCall ( org.aspectj.weaver.Member m, Expr[] args ):
This method is from 'Test' abstract class.
Test.makeFieldGetCall ( org.aspectj.weaver.Member f, org.aspectj.weaver.Member m, Expr[] args ):
This method is from 'Test' abstract class.
Test.makeHasAnnotation ( Var v, org.aspectj.weaver.ResolvedType annTy ):
This method is from 'Test' abstract class.
Test.makeInstanceof ( Var v, org.aspectj.weaver.ResolvedType ty ):
This method is from 'Test' abstract class.
Test.makeNot ( Test a ):
This method is from 'Test' abstract class.
Test.makeOr ( Test a, Test b ):
This method is from 'Test' abstract class.
Test.Test ( ):
This constructor is from 'Test' abstract class.
[+] Var (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Var. |
[+] affected methods (4)
Var.accept ( IExprVisitor v ):
This method is from 'Var' class.
Var.getType ( ):
This method is from 'Var' class.
Var.toString ( ):
This method is from 'Var' class.
Var.Var ( org.aspectj.weaver.ResolvedType variableType ):
This constructor is from 'Var' class.
package org.aspectj.weaver.bcel
[+] AnnotationAccessFieldVar (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AnnotationAccessFieldVar. |
[+] affected methods (12)
AnnotationAccessFieldVar.AnnotationAccessFieldVar ( AnnotationAccessVar aav, org.aspectj.weaver.ResolvedType field ):
This constructor is from 'AnnotationAccessFieldVar' class.
AnnotationAccessFieldVar.appendLoad ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact ):
This method is from 'AnnotationAccessFieldVar' class.
AnnotationAccessFieldVar.appendLoadAndConvert ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact, org.aspectj.weaver.ResolvedType toType ):
This method is from 'AnnotationAccessFieldVar' class.
AnnotationAccessFieldVar.appendStore ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact ):
This method is from 'AnnotationAccessFieldVar' class.
AnnotationAccessFieldVar.createCopyFrom ( org.aspectj.apache.bcel.generic.InstructionFactory fact, int oldSlot ):
This method is from 'AnnotationAccessFieldVar' class.
AnnotationAccessFieldVar.createLoad ( org.aspectj.apache.bcel.generic.InstructionFactory fact ):
This method is from 'AnnotationAccessFieldVar' class.
AnnotationAccessFieldVar.createStore ( org.aspectj.apache.bcel.generic.InstructionFactory fact ):
This method is from 'AnnotationAccessFieldVar' class.
AnnotationAccessFieldVar.getPositionInAroundState ( ):
This method is from 'AnnotationAccessFieldVar' class.
AnnotationAccessFieldVar.getSlot ( ):
This method is from 'AnnotationAccessFieldVar' class.
AnnotationAccessFieldVar.insertLoad ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact ):
This method is from 'AnnotationAccessFieldVar' class.
AnnotationAccessFieldVar.setPositionInAroundState ( int positionInAroundState ):
This method is from 'AnnotationAccessFieldVar' class.
AnnotationAccessFieldVar.toString ( ):
This method is from 'AnnotationAccessFieldVar' class.
[+] AnnotationAccessVar (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AnnotationAccessVar. |
[+] affected methods (10)
AnnotationAccessVar.AnnotationAccessVar ( org.aspectj.weaver.Shadow.Kind kind, org.aspectj.weaver.ResolvedType annotationType, org.aspectj.weaver.UnresolvedType theTargetIsStoredHere, org.aspectj.weaver.Member sig ):
This constructor is from 'AnnotationAccessVar' class.
AnnotationAccessVar.appendLoad ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact ):
This method is from 'AnnotationAccessVar' class.
AnnotationAccessVar.appendLoadAndConvert ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact, org.aspectj.weaver.ResolvedType toType ):
This method is from 'AnnotationAccessVar' class.
AnnotationAccessVar.createCopyFrom ( org.aspectj.apache.bcel.generic.InstructionFactory fact, int oldSlot ):
This method is from 'AnnotationAccessVar' class.
AnnotationAccessVar.createLoad ( org.aspectj.apache.bcel.generic.InstructionFactory fact ):
This method is from 'AnnotationAccessVar' class.
AnnotationAccessVar.createStore ( org.aspectj.apache.bcel.generic.InstructionFactory fact ):
This method is from 'AnnotationAccessVar' class.
AnnotationAccessVar.getKind ( ):
This method is from 'AnnotationAccessVar' class.
AnnotationAccessVar.getMember ( ):
This method is from 'AnnotationAccessVar' class.
AnnotationAccessVar.insertLoad ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact ):
This method is from 'AnnotationAccessVar' class.
AnnotationAccessVar.toString ( ):
This method is from 'AnnotationAccessVar' class.
[+] AtAjAttributes (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AtAjAttributes. |
[+] affected methods (6)
AtAjAttributes.acceptAttribute ( org.aspectj.apache.bcel.classfile.Attribute attribute ):
This method is from 'AtAjAttributes' class.
AtAjAttributes.AtAjAttributes ( ):
This constructor is from 'AtAjAttributes' class.
AtAjAttributes.extractExtraArgument ( String[] argumentSignatures ):
This method is from 'AtAjAttributes' class.
AtAjAttributes.readAj5ClassAttributes ( org.aspectj.apache.bcel.classfile.JavaClass javaClass, org.aspectj.weaver.ReferenceType type, org.aspectj.weaver.ISourceContext context, org.aspectj.bridge.IMessageHandler msgHandler, boolean isCodeStyleAspect ):
This method is from 'AtAjAttributes' class.
AtAjAttributes.readAj5FieldAttributes ( org.aspectj.apache.bcel.classfile.Field field, BcelField bField, org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.ISourceContext context, org.aspectj.bridge.IMessageHandler msgHandler ):
This method is from 'AtAjAttributes' class.
AtAjAttributes.readAj5MethodAttributes ( org.aspectj.apache.bcel.classfile.Method method, BcelMethod bMethod, org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.ResolvedPointcutDefinition preResolvedPointcut, org.aspectj.weaver.ISourceContext context, org.aspectj.bridge.IMessageHandler msgHandler ):
This method is from 'AtAjAttributes' class.
[+] BcelAccessForInlineMunger (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BcelAccessForInlineMunger. |
[+] affected methods (5)
BcelAccessForInlineMunger.BcelAccessForInlineMunger ( org.aspectj.weaver.ResolvedType aspectType ):
This constructor is from 'BcelAccessForInlineMunger' class.
BcelAccessForInlineMunger.getMatchingSyntheticMember ( org.aspectj.weaver.Member member ):
This method is from 'BcelAccessForInlineMunger' class.
BcelAccessForInlineMunger.getSignature ( ):
This method is from 'BcelAccessForInlineMunger' class.
BcelAccessForInlineMunger.matches ( org.aspectj.weaver.ResolvedType onType ):
This method is from 'BcelAccessForInlineMunger' class.
BcelAccessForInlineMunger.munge ( BcelClassWeaver weaver ):
This method is from 'BcelAccessForInlineMunger' class.
[+] BcelAdvice (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BcelAdvice. |
[+] affected methods (20)
BcelAdvice.BcelAdvice ( org.aspectj.weaver.AdviceKind kind, org.aspectj.weaver.patterns.Pointcut pointcut, org.aspectj.weaver.Member signature, int extraArgumentFlags, int start, int end, org.aspectj.weaver.ISourceContext sourceContext, org.aspectj.weaver.ResolvedType concreteAspect ):
This constructor is from 'BcelAdvice' class.
BcelAdvice.BcelAdvice ( org.aspectj.weaver.AjAttribute.AdviceAttribute attribute, org.aspectj.weaver.patterns.Pointcut pointcut, org.aspectj.weaver.Member signature, org.aspectj.weaver.ResolvedType concreteAspect ):
This constructor is from 'BcelAdvice' class.
BcelAdvice.clearLintSuppressions ( org.aspectj.weaver.World inWorld, java.util.Collection toClear ):
This method is from 'BcelAdvice' class.
BcelAdvice.compareTo ( Object other ):
This method is from 'BcelAdvice' class.
BcelAdvice.concretize ( org.aspectj.weaver.ResolvedType fromType, org.aspectj.weaver.World world, org.aspectj.weaver.patterns.PerClause clause ):
This method is from 'BcelAdvice' class.
BcelAdvice.getAdviceArgSetup ( BcelShadow shadow, BcelVar extraVar, org.aspectj.apache.bcel.generic.InstructionList closureInstantiation ):
This method is from 'BcelAdvice' class.
BcelAdvice.getExposedStateAsBcelVars ( boolean isAround ):
This method is from 'BcelAdvice' class.
BcelAdvice.getNonTestAdviceInstructions ( BcelShadow shadow ):
This method is from 'BcelAdvice' class.
BcelAdvice.getOriginalSignature ( ):
This method is from 'BcelAdvice' class.
BcelAdvice.getTestInstructions ( BcelShadow shadow, org.aspectj.apache.bcel.generic.InstructionHandle sk, org.aspectj.apache.bcel.generic.InstructionHandle fk, org.aspectj.apache.bcel.generic.InstructionHandle next ):
This method is from 'BcelAdvice' class.
BcelAdvice.getThrownExceptions ( ):
This method is from 'BcelAdvice' class.
BcelAdvice.hasDynamicTests ( ):
This method is from 'BcelAdvice' class.
BcelAdvice.hasMatchedSomething ( ):
This method is from 'BcelAdvice' class.
BcelAdvice.implementOn ( org.aspectj.weaver.Shadow s ):
This method is from 'BcelAdvice' class.
BcelAdvice.match ( org.aspectj.weaver.Shadow shadow, org.aspectj.weaver.World world ):
This method is from 'BcelAdvice' class.
BcelAdvice.mustCheckExceptions ( ):
This method is from 'BcelAdvice' class.
BcelAdvice.parameterizeWith ( org.aspectj.weaver.ResolvedType declaringType, java.util.Map typeVariableMap ):
This method is from 'BcelAdvice' class.
BcelAdvice.setHasMatchedSomething ( boolean hasMatchedSomething ):
This method is from 'BcelAdvice' class.
BcelAdvice.specializeOn ( org.aspectj.weaver.Shadow shadow ):
This method is from 'BcelAdvice' class.
BcelAdvice.suppressLintWarnings ( org.aspectj.weaver.World inWorld ):
This method is from 'BcelAdvice' class.
[+] BcelAttributes (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BcelAttributes. |
[+] affected methods (1)
BcelAttributes.readAjAttributes ( String classname, org.aspectj.apache.bcel.classfile.Attribute[] as, org.aspectj.weaver.ISourceContext context, org.aspectj.weaver.World w, org.aspectj.weaver.AjAttribute.WeaverVersionInfo version ):
This method is from 'BcelAttributes' class.
[+] BcelCflowAccessVar (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BcelCflowAccessVar. |
[+] affected methods (9)
BcelCflowAccessVar.appendLoad ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact ):
This method is from 'BcelCflowAccessVar' class.
BcelCflowAccessVar.appendLoadAndConvert ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact, org.aspectj.weaver.ResolvedType toType ):
This method is from 'BcelCflowAccessVar' class.
BcelCflowAccessVar.BcelCflowAccessVar ( org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.Member stackField, int index ):
This constructor is from 'BcelCflowAccessVar' class.
BcelCflowAccessVar.createCopyFrom ( org.aspectj.apache.bcel.generic.InstructionFactory fact, int oldSlot ):
This method is from 'BcelCflowAccessVar' class.
BcelCflowAccessVar.createLoad ( org.aspectj.apache.bcel.generic.InstructionFactory fact ):
This method is from 'BcelCflowAccessVar' class.
BcelCflowAccessVar.createLoadInstructions ( org.aspectj.weaver.ResolvedType toType, org.aspectj.apache.bcel.generic.InstructionFactory fact ):
This method is from 'BcelCflowAccessVar' class.
BcelCflowAccessVar.createStore ( org.aspectj.apache.bcel.generic.InstructionFactory fact ):
This method is from 'BcelCflowAccessVar' class.
BcelCflowAccessVar.insertLoad ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact ):
This method is from 'BcelCflowAccessVar' class.
BcelCflowAccessVar.toString ( ):
This method is from 'BcelCflowAccessVar' class.
[+] BcelCflowCounterFieldAdder (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BcelCflowCounterFieldAdder. |
[+] affected methods (7)
BcelCflowCounterFieldAdder.BcelCflowCounterFieldAdder ( org.aspectj.weaver.ResolvedMember cflowCounterField ):
This constructor is from 'BcelCflowCounterFieldAdder' class.
BcelCflowCounterFieldAdder.existsToSupportShadowMunging ( ):
This method is from 'BcelCflowCounterFieldAdder' class.
BcelCflowCounterFieldAdder.getMatchingSyntheticMember ( org.aspectj.weaver.Member member ):
This method is from 'BcelCflowCounterFieldAdder' class.
BcelCflowCounterFieldAdder.getSignature ( ):
This method is from 'BcelCflowCounterFieldAdder' class.
BcelCflowCounterFieldAdder.matches ( org.aspectj.weaver.ResolvedType onType ):
This method is from 'BcelCflowCounterFieldAdder' class.
BcelCflowCounterFieldAdder.munge ( BcelClassWeaver weaver ):
This method is from 'BcelCflowCounterFieldAdder' class.
BcelCflowCounterFieldAdder.toString ( ):
This method is from 'BcelCflowCounterFieldAdder' class.
[+] BcelCflowStackFieldAdder (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BcelCflowStackFieldAdder. |
[+] affected methods (6)
BcelCflowStackFieldAdder.BcelCflowStackFieldAdder ( org.aspectj.weaver.ResolvedMember cflowStackField ):
This constructor is from 'BcelCflowStackFieldAdder' class.
BcelCflowStackFieldAdder.existsToSupportShadowMunging ( ):
This method is from 'BcelCflowStackFieldAdder' class.
BcelCflowStackFieldAdder.getMatchingSyntheticMember ( org.aspectj.weaver.Member member ):
This method is from 'BcelCflowStackFieldAdder' class.
BcelCflowStackFieldAdder.getSignature ( ):
This method is from 'BcelCflowStackFieldAdder' class.
BcelCflowStackFieldAdder.matches ( org.aspectj.weaver.ResolvedType onType ):
This method is from 'BcelCflowStackFieldAdder' class.
BcelCflowStackFieldAdder.munge ( BcelClassWeaver weaver ):
This method is from 'BcelCflowStackFieldAdder' class.
[+] BcelClassWeaver (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BcelClassWeaver. |
[+] affected methods (19)
BcelClassWeaver.addDispatchTarget ( org.aspectj.weaver.ResolvedMember m ):
This method is from 'BcelClassWeaver' class.
BcelClassWeaver.addInitializer ( org.aspectj.weaver.ConcreteTypeMunger cm ):
This method is from 'BcelClassWeaver' class.
BcelClassWeaver.addLazyMethodGen ( LazyMethodGen gen ):
This method is from 'BcelClassWeaver' class.
BcelClassWeaver.addOrReplaceLazyMethodGen ( LazyMethodGen mg ):
This method is from 'BcelClassWeaver' class.
BcelClassWeaver.calculateAnyRequiredBridgeMethods ( BcelWorld world, LazyClassGen clazz ):
This method is from 'BcelClassWeaver' class.
BcelClassWeaver.checkForOverride ( org.aspectj.weaver.ResolvedType typeToCheck, String mname, String mparams, String mrettype, int mmods, String mpkg, org.aspectj.weaver.UnresolvedType[] methodParamsArray ):
This method is from 'BcelClassWeaver' class.
BcelClassWeaver.getLazyClassGen ( ):
This method is from 'BcelClassWeaver' class.
BcelClassWeaver.getReweavableMode ( ):
This method is from 'BcelClassWeaver' class.
BcelClassWeaver.getShadowMungers ( ):
This method is from 'BcelClassWeaver' class.
BcelClassWeaver.getWorld ( ):
This method is from 'BcelClassWeaver' class.
BcelClassWeaver.inlineMethod ( LazyMethodGen donor, LazyMethodGen recipient, org.aspectj.apache.bcel.generic.InstructionHandle call ):
This method is from 'BcelClassWeaver' class.
BcelClassWeaver.locateAnnotationHolderForFieldMunger ( LazyClassGen clazz, BcelTypeMunger fieldMunger ):
This method is from 'BcelClassWeaver' class.
BcelClassWeaver.locateAnnotationHolderForMethodCtorMunger ( LazyClassGen clazz, BcelTypeMunger methodCtorMunger ):
This method is from 'BcelClassWeaver' class.
BcelClassWeaver.makeBridgeMethod ( LazyClassGen gen, org.aspectj.weaver.ResolvedMember member ):
This method is from 'BcelClassWeaver' class.
BcelClassWeaver.setReweavableMode ( boolean mode ):
This method is from 'BcelClassWeaver' class.
BcelClassWeaver.toString ( ):
This method is from 'BcelClassWeaver' class.
BcelClassWeaver.transformSynchronizedMethod ( LazyMethodGen synchronizedMethod ):
This method is from 'BcelClassWeaver' class.
BcelClassWeaver.weave ( ):
This method is from 'BcelClassWeaver' class.
BcelClassWeaver.weave ( BcelWorld world, LazyClassGen clazz, java.util.List shadowMungers, java.util.List typeMungers, java.util.List lateTypeMungers ):
This method is from 'BcelClassWeaver' class.
[+] BcelField (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BcelField. |
[+] affected methods (11)
BcelField.addAnnotation ( org.aspectj.weaver.AnnotationX annotation ):
This method is from 'BcelField' class.
BcelField.evictWeavingState ( ):
This method is from 'BcelField' class.
BcelField.getAnnotationOfType ( org.aspectj.weaver.UnresolvedType ofType ):
This method is from 'BcelField' class.
BcelField.getAnnotations ( ):
This method is from 'BcelField' class.
BcelField.getAnnotationTypes ( ):
This method is from 'BcelField' class.
BcelField.getField ( org.aspectj.apache.bcel.classfile.ConstantPool cpg ):
This method is from 'BcelField' class.
BcelField.getFieldAsIs ( ):
This method is from 'BcelField' class.
BcelField.getGenericReturnType ( ):
This method is from 'BcelField' class.
BcelField.hasAnnotation ( org.aspectj.weaver.UnresolvedType ofType ):
This method is from 'BcelField' class.
BcelField.isAjSynthetic ( ):
This method is from 'BcelField' class.
BcelField.isSynthetic ( ):
This method is from 'BcelField' class.
[+] BcelFieldRef (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BcelFieldRef. |
[+] affected methods (5)
BcelFieldRef.BcelFieldRef ( org.aspectj.weaver.ResolvedType type, String className, String fieldName ):
This constructor is from 'BcelFieldRef' class.
BcelFieldRef.createCopyFrom ( org.aspectj.apache.bcel.generic.InstructionFactory fact, int oldSlot ):
This method is from 'BcelFieldRef' class.
BcelFieldRef.createLoad ( org.aspectj.apache.bcel.generic.InstructionFactory fact ):
This method is from 'BcelFieldRef' class.
BcelFieldRef.createStore ( org.aspectj.apache.bcel.generic.InstructionFactory fact ):
This method is from 'BcelFieldRef' class.
BcelFieldRef.toString ( ):
This method is from 'BcelFieldRef' class.
[+] BcelGenericSignatureToTypeXConverter (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BcelGenericSignatureToTypeXConverter. |
[+] affected methods (5)
BcelGenericSignatureToTypeXConverter.BcelGenericSignatureToTypeXConverter ( ):
This constructor is from 'BcelGenericSignatureToTypeXConverter' class.
BcelGenericSignatureToTypeXConverter.classTypeSignature2TypeX ( org.aspectj.apache.bcel.classfile.Signature.ClassTypeSignature aClassTypeSignature, org.aspectj.apache.bcel.classfile.Signature.FormalTypeParameter[] typeParams, org.aspectj.weaver.World world ):
This method is from 'BcelGenericSignatureToTypeXConverter' class.
BcelGenericSignatureToTypeXConverter.fieldTypeSignature2TypeX ( org.aspectj.apache.bcel.classfile.Signature.FieldTypeSignature aFieldTypeSignature, org.aspectj.apache.bcel.classfile.Signature.FormalTypeParameter[] typeParams, org.aspectj.weaver.World world ):
This method is from 'BcelGenericSignatureToTypeXConverter' class.
BcelGenericSignatureToTypeXConverter.formalTypeParameter2TypeVariable ( org.aspectj.apache.bcel.classfile.Signature.FormalTypeParameter aFormalTypeParameter, org.aspectj.apache.bcel.classfile.Signature.FormalTypeParameter[] typeParams, org.aspectj.weaver.World world ):
This method is from 'BcelGenericSignatureToTypeXConverter' class.
BcelGenericSignatureToTypeXConverter.typeSignature2TypeX ( org.aspectj.apache.bcel.classfile.Signature.TypeSignature aTypeSig, org.aspectj.apache.bcel.classfile.Signature.FormalTypeParameter[] typeParams, org.aspectj.weaver.World world ):
This method is from 'BcelGenericSignatureToTypeXConverter' class.
[+] BcelMethod (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BcelMethod. |
[+] affected methods (28)
BcelMethod.addAnnotation ( org.aspectj.weaver.AnnotationX annotation ):
This method is from 'BcelMethod' class.
BcelMethod.canBeParameterized ( ):
This method is from 'BcelMethod' class.
BcelMethod.determineParameterNames ( ):
This method is from 'BcelMethod' class.
BcelMethod.evictWeavingState ( ):
This method is from 'BcelMethod' class.
BcelMethod.getAnnotationDefaultValue ( ):
This method is from 'BcelMethod' class.
BcelMethod.getAnnotationOfType ( org.aspectj.weaver.UnresolvedType ofType ):
This method is from 'BcelMethod' class.
BcelMethod.getAnnotations ( ):
This method is from 'BcelMethod' class.
BcelMethod.getAnnotationTypes ( ):
This method is from 'BcelMethod' class.
BcelMethod.getAssociatedShadowMunger ( ):
This method is from 'BcelMethod' class.
BcelMethod.getAttributeNames ( boolean onlyIncludeAjOnes ):
This method is from 'BcelMethod' class.
BcelMethod.getAttributes ( String name ):
This method is from 'BcelMethod' class.
BcelMethod.getDeclarationLineNumber ( ):
This method is from 'BcelMethod' class.
BcelMethod.getDeclarationOffset ( ):
This method is from 'BcelMethod' class.
BcelMethod.getEffectiveSignature ( ):
This method is from 'BcelMethod' class.
BcelMethod.getGenericParameterTypes ( ):
This method is from 'BcelMethod' class.
BcelMethod.getGenericReturnType ( ):
This method is from 'BcelMethod' class.
BcelMethod.getKind ( ):
This method is from 'BcelMethod' class.
BcelMethod.getLineNumberOfFirstInstruction ( ):
This method is from 'BcelMethod' class.
BcelMethod.getMethod ( ):
This method is from 'BcelMethod' class.
BcelMethod.getParameterAnnotations ( ):
This method is from 'BcelMethod' class.
BcelMethod.getParameterAnnotationTypes ( ):
This method is from 'BcelMethod' class.
BcelMethod.getParameterNames ( ):
This method is from 'BcelMethod' class.
BcelMethod.getSourceLocation ( ):
This method is from 'BcelMethod' class.
BcelMethod.hasAnnotation ( org.aspectj.weaver.UnresolvedType ofType ):
This method is from 'BcelMethod' class.
BcelMethod.hasDeclarationLineNumberInfo ( ):
This method is from 'BcelMethod' class.
BcelMethod.isAjSynthetic ( ):
This method is from 'BcelMethod' class.
BcelMethod.isEquivalentTo ( Object other ):
This method is from 'BcelMethod' class.
BcelMethod.isSynthetic ( ):
This method is from 'BcelMethod' class.
[+] BcelObjectType (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BcelObjectType. |
[+] affected methods (49)
BcelObjectType.addAnnotation ( org.aspectj.weaver.AnnotationX annotation ):
This method is from 'BcelObjectType' class.
BcelObjectType.addParent ( org.aspectj.weaver.ResolvedType newParent ):
This method is from 'BcelObjectType' class.
BcelObjectType.addPointcutDefinition ( org.aspectj.weaver.ResolvedPointcutDefinition d ):
This method is from 'BcelObjectType' class.
BcelObjectType.canAnnotationTargetType ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.ensureDelegateConsistent ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.evictWeavingState ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.finishedWith ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.getAllFormals ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.getAnnotations ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.getAnnotationTargetKinds ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.getAnnotationTypes ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.getAttributeNames ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.getAttributes ( String name ):
This method is from 'BcelObjectType' class.
BcelObjectType.getDeclaredFields ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.getDeclaredGenericSignature ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.getDeclaredInterfaces ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.getDeclaredMethods ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.getDeclaredPointcuts ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.getDeclares ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.getJavaClass ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.getLazyClassGen ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.getModifiers ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.getOuterClass ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.getPerClause ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.getPrivilegedAccesses ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.getRetentionPolicy ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.getSuperclass ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.getTypeMungers ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.getTypeVariables ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.getWeaverState ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.getWeaverVersionAttribute ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.getWorld ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.hasAnnotation ( org.aspectj.weaver.UnresolvedType ofType ):
This method is from 'BcelObjectType' class.
BcelObjectType.hasBeenWoven ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.isAnnotation ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.isAnnotationStyleAspect ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.isAnnotationWithRuntimeRetention ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.isAnonymous ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.isAspect ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.isEnum ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.isGeneric ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.isInterface ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.isNested ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.isSynthetic ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.printWackyStuff ( java.io.PrintStream out ):
This method is from 'BcelObjectType' class.
BcelObjectType.resetState ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.setJavaClass ( org.aspectj.apache.bcel.classfile.JavaClass newclass ):
This method is from 'BcelObjectType' class.
BcelObjectType.toString ( ):
This method is from 'BcelObjectType' class.
BcelObjectType.weavingCompleted ( ):
This method is from 'BcelObjectType' class.
[+] BcelPerClauseAspectAdder (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BcelPerClauseAspectAdder. |
[+] affected methods (6)
BcelPerClauseAspectAdder.BcelPerClauseAspectAdder ( org.aspectj.weaver.ResolvedType aspect, org.aspectj.weaver.patterns.PerClause.Kind kind ):
This constructor is from 'BcelPerClauseAspectAdder' class.
BcelPerClauseAspectAdder.forceMunge ( LazyClassGen gen, boolean checkAlreadyThere ):
This method is from 'BcelPerClauseAspectAdder' class.
BcelPerClauseAspectAdder.getMatchingSyntheticMember ( org.aspectj.weaver.Member member ):
This method is from 'BcelPerClauseAspectAdder' class.
BcelPerClauseAspectAdder.getSignature ( ):
This method is from 'BcelPerClauseAspectAdder' class.
BcelPerClauseAspectAdder.matches ( org.aspectj.weaver.ResolvedType onType ):
This method is from 'BcelPerClauseAspectAdder' class.
BcelPerClauseAspectAdder.munge ( BcelClassWeaver weaver ):
This method is from 'BcelPerClauseAspectAdder' class.
[+] BcelRenderer (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BcelRenderer. |
[+] affected methods (20)
BcelRenderer.renderExpr ( org.aspectj.apache.bcel.generic.InstructionFactory fact, BcelWorld world, org.aspectj.weaver.ast.Expr e ):
This method is from 'BcelRenderer' class.
BcelRenderer.renderExpr ( org.aspectj.apache.bcel.generic.InstructionFactory fact, BcelWorld world, org.aspectj.weaver.ast.Expr e, org.aspectj.apache.bcel.generic.Type desiredType ):
This method is from 'BcelRenderer' class.
BcelRenderer.renderExprs ( org.aspectj.apache.bcel.generic.InstructionFactory fact, BcelWorld world, org.aspectj.weaver.ast.Expr[] es ):
This method is from 'BcelRenderer' class.
BcelRenderer.renderTest ( org.aspectj.apache.bcel.generic.InstructionFactory fact, BcelWorld world, org.aspectj.weaver.ast.Test e, org.aspectj.apache.bcel.generic.InstructionHandle sk, org.aspectj.apache.bcel.generic.InstructionHandle fk ):
This method is from 'BcelRenderer' class.
BcelRenderer.renderTest ( org.aspectj.apache.bcel.generic.InstructionFactory fact, BcelWorld world, org.aspectj.weaver.ast.Test e, org.aspectj.apache.bcel.generic.InstructionHandle sk, org.aspectj.apache.bcel.generic.InstructionHandle fk, org.aspectj.apache.bcel.generic.InstructionHandle next ):
This method is from 'BcelRenderer' class.
BcelRenderer.visit ( org.aspectj.weaver.ast.And e ):
This method is from 'BcelRenderer' class.
BcelRenderer.visit ( org.aspectj.weaver.ast.Call call ):
This method is from 'BcelRenderer' class.
BcelRenderer.visit ( org.aspectj.weaver.ast.CallExpr call ):
This method is from 'BcelRenderer' class.
BcelRenderer.visit ( org.aspectj.weaver.ast.CastExpr castExpr ):
This method is from 'BcelRenderer' class.
BcelRenderer.visit ( org.aspectj.weaver.ast.FieldGet fieldGet ):
This method is from 'BcelRenderer' class.
BcelRenderer.visit ( org.aspectj.weaver.ast.FieldGetCall fieldGetCall ):
This method is from 'BcelRenderer' class.
BcelRenderer.visit ( org.aspectj.weaver.ast.FieldGetOn fieldGet ):
This method is from 'BcelRenderer' class.
BcelRenderer.visit ( org.aspectj.weaver.ast.HasAnnotation hasAnnotation ):
This method is from 'BcelRenderer' class.
BcelRenderer.visit ( org.aspectj.weaver.ast.Instanceof i ):
This method is from 'BcelRenderer' class.
BcelRenderer.visit ( org.aspectj.weaver.ast.Literal literal ):
This method is from 'BcelRenderer' class.
BcelRenderer.visit ( org.aspectj.weaver.ast.Not e ):
This method is from 'BcelRenderer' class.
BcelRenderer.visit ( org.aspectj.weaver.ast.Or e ):
This method is from 'BcelRenderer' class.
BcelRenderer.visit ( org.aspectj.weaver.ast.StringConstExpr stringConst ):
This method is from 'BcelRenderer' class.
BcelRenderer.visit ( org.aspectj.weaver.ast.Var var ):
This method is from 'BcelRenderer' class.
BcelRenderer.visit ( org.aspectj.weaver.internal.tools.MatchingContextBasedTest matchingContextTest ):
This method is from 'BcelRenderer' class.
[+] BcelShadow (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BcelShadow. |
[+] affected methods (82)
BcelShadow.addAdvicePreventingLazyTjp ( BcelAdvice advice ):
This method is from 'BcelShadow' class.
BcelShadow.arg0HoldsThis ( ):
This method is from 'BcelShadow' class.
BcelShadow.BcelShadow ( BcelWorld world, org.aspectj.weaver.Shadow.Kind kind, org.aspectj.weaver.Member signature, LazyMethodGen enclosingMethod, BcelShadow enclosingShadow ):
This constructor is from 'BcelShadow' class.
BcelShadow.copyInto ( LazyMethodGen recipient, BcelShadow enclosing ):
This method is from 'BcelShadow' class.
BcelShadow.ensureTargetTypeIsCorrect ( org.aspectj.weaver.UnresolvedType tx ):
This method is from 'BcelShadow' class.
BcelShadow.extractMethod ( String newMethodName, int visibilityModifier, org.aspectj.weaver.ShadowMunger munger ):
This method is from 'BcelShadow' class.
BcelShadow.genTempVar ( org.aspectj.weaver.UnresolvedType typeX ):
This method is from 'BcelShadow' class.
BcelShadow.genTempVar ( org.aspectj.weaver.UnresolvedType typeX, String localName ):
This method is from 'BcelShadow' class.
BcelShadow.getActualTargetType ( ):
This method is from 'BcelShadow' class.
BcelShadow.getAnnotations ( org.aspectj.weaver.ResolvedMember foundMember, org.aspectj.weaver.Member relevantMember, org.aspectj.weaver.ResolvedType relevantType ):
This method is from 'BcelShadow' class.
BcelShadow.getArgAnnotationVar ( int i, org.aspectj.weaver.UnresolvedType forAnnotationType ):
This method is from 'BcelShadow' class.
BcelShadow.getArgVar ( int i ):
This method is from 'BcelShadow' class.
BcelShadow.getEnclosingClass ( ):
This method is from 'BcelShadow' class.
BcelShadow.getEnclosingCodeSignature ( ):
This method is from 'BcelShadow' class.
BcelShadow.getEnclosingMethod ( ):
This method is from 'BcelShadow' class.
BcelShadow.getEnclosingShadow ( ):
This method is from 'BcelShadow' class.
BcelShadow.getEnclosingType ( ):
This method is from 'BcelShadow' class.
BcelShadow.getFactory ( ):
This method is from 'BcelShadow' class.
BcelShadow.getIWorld ( ):
This method is from 'BcelShadow' class.
BcelShadow.getKindedAnnotationVar ( org.aspectj.weaver.UnresolvedType forAnnotationType ):
This method is from 'BcelShadow' class.
BcelShadow.getRange ( ):
This method is from 'BcelShadow' class.
BcelShadow.getRelevantMember ( org.aspectj.weaver.ResolvedMember foundMember, org.aspectj.weaver.Member relevantMember, org.aspectj.weaver.ResolvedType relevantType ):
This method is from 'BcelShadow' class.
BcelShadow.getSourceLine ( ):
This method is from 'BcelShadow' class.
BcelShadow.getSourceLocation ( ):
This method is from 'BcelShadow' class.
BcelShadow.getTargetAnnotationVar ( org.aspectj.weaver.UnresolvedType forAnnotationType ):
This method is from 'BcelShadow' class.
BcelShadow.getTargetVar ( ):
This method is from 'BcelShadow' class.
BcelShadow.getThisAnnotationVar ( org.aspectj.weaver.UnresolvedType forAnnotationType ):
This method is from 'BcelShadow' class.
BcelShadow.getThisEnclosingJoinPointStaticPartBcelVar ( ):
This method is from 'BcelShadow' class.
BcelShadow.getThisEnclosingJoinPointStaticPartVar ( ):
This method is from 'BcelShadow' class.
BcelShadow.getThisJoinPointStaticPartBcelVar ( ):
This method is from 'BcelShadow' class.
BcelShadow.getThisJoinPointStaticPartBcelVar ( boolean isEnclosingJp ):
This method is from 'BcelShadow' class.
BcelShadow.getThisJoinPointStaticPartVar ( ):
This method is from 'BcelShadow' class.
BcelShadow.getThisJoinPointVar ( ):
This method is from 'BcelShadow' class.
BcelShadow.getThisVar ( ):
This method is from 'BcelShadow' class.
BcelShadow.getWithinAnnotationVar ( org.aspectj.weaver.UnresolvedType forAnnotationType ):
This method is from 'BcelShadow' class.
BcelShadow.getWithinCodeAnnotationVar ( org.aspectj.weaver.UnresolvedType forAnnotationType ):
This method is from 'BcelShadow' class.
BcelShadow.getWorld ( ):
This method is from 'BcelShadow' class.
BcelShadow.init ( ):
This method is from 'BcelShadow' class.
BcelShadow.initializeArgAnnotationVars ( ):
This method is from 'BcelShadow' class.
BcelShadow.initializeArgVars ( ):
This method is from 'BcelShadow' class.
BcelShadow.initializeForAroundClosure ( ):
This method is from 'BcelShadow' class.
BcelShadow.initializeKindedAnnotationVars ( ):
This method is from 'BcelShadow' class.
BcelShadow.initializeTargetAnnotationVars ( ):
This method is from 'BcelShadow' class.
BcelShadow.initializeTargetVar ( ):
This method is from 'BcelShadow' class.
BcelShadow.initializeThisAnnotationVars ( ):
This method is from 'BcelShadow' class.
BcelShadow.initializeWithinAnnotationVars ( ):
This method is from 'BcelShadow' class.
BcelShadow.initializeWithinCodeAnnotationVars ( ):
This method is from 'BcelShadow' class.
BcelShadow.initIfaceInitializer ( org.aspectj.apache.bcel.generic.InstructionHandle end ):
This method is from 'BcelShadow' class.
BcelShadow.isFallsThrough ( ):
This method is from 'BcelShadow' class.
BcelShadow.makeAdviceExecution ( BcelWorld world, LazyMethodGen enclosingMethod ):
This method is from 'BcelShadow' class.
BcelShadow.makeArrayConstructorCall ( BcelWorld world, LazyMethodGen enclosingMethod, org.aspectj.apache.bcel.generic.InstructionHandle arrayInstruction, BcelShadow enclosingShadow ):
This method is from 'BcelShadow' class.
BcelShadow.makeConstructorCall ( BcelWorld world, LazyMethodGen enclosingMethod, org.aspectj.apache.bcel.generic.InstructionHandle callHandle, BcelShadow enclosingShadow ):
This method is from 'BcelShadow' class.
BcelShadow.makeConstructorExecution ( BcelWorld world, LazyMethodGen enclosingMethod, org.aspectj.apache.bcel.generic.InstructionHandle justBeforeStart ):
This method is from 'BcelShadow' class.
BcelShadow.makeExceptionHandler ( BcelWorld world, ExceptionRange exceptionRange, LazyMethodGen enclosingMethod, org.aspectj.apache.bcel.generic.InstructionHandle startOfHandler, BcelShadow enclosingShadow ):
This method is from 'BcelShadow' class.
BcelShadow.makeFieldGet ( BcelWorld world, org.aspectj.weaver.ResolvedMember field, LazyMethodGen enclosingMethod, org.aspectj.apache.bcel.generic.InstructionHandle getHandle, BcelShadow enclosingShadow ):
This method is from 'BcelShadow' class.
BcelShadow.makeFieldSet ( BcelWorld world, org.aspectj.weaver.ResolvedMember field, LazyMethodGen enclosingMethod, org.aspectj.apache.bcel.generic.InstructionHandle setHandle, BcelShadow enclosingShadow ):
This method is from 'BcelShadow' class.
BcelShadow.makeIfaceInitialization ( BcelWorld world, LazyMethodGen constructor, org.aspectj.weaver.Member interfaceConstructorSignature ):
This method is from 'BcelShadow' class.
BcelShadow.makeMethodCall ( BcelWorld world, LazyMethodGen enclosingMethod, org.aspectj.apache.bcel.generic.InstructionHandle callHandle, BcelShadow enclosingShadow ):
This method is from 'BcelShadow' class.
BcelShadow.makeMethodExecution ( BcelWorld world, LazyMethodGen enclosingMethod ):
This method is from 'BcelShadow' class.
BcelShadow.makeMethodExecution ( BcelWorld world, LazyMethodGen enclosingMethod, boolean lazyInit ):
This method is from 'BcelShadow' class.
BcelShadow.makeMonitorEnter ( BcelWorld world, LazyMethodGen enclosingMethod, org.aspectj.apache.bcel.generic.InstructionHandle monitorInstruction, BcelShadow enclosingShadow ):
This method is from 'BcelShadow' class.
BcelShadow.makeMonitorExit ( BcelWorld world, LazyMethodGen enclosingMethod, org.aspectj.apache.bcel.generic.InstructionHandle monitorInstruction, BcelShadow enclosingShadow ):
This method is from 'BcelShadow' class.
BcelShadow.makeShadowForMethod ( BcelWorld world, LazyMethodGen enclosingMethod, org.aspectj.weaver.Shadow.Kind kind, org.aspectj.weaver.Member sig ):
This method is from 'BcelShadow' class.
BcelShadow.makeShadowForMethodCall ( BcelWorld world, LazyMethodGen enclosingMethod, org.aspectj.apache.bcel.generic.InstructionHandle callHandle, BcelShadow enclosingShadow, org.aspectj.weaver.Shadow.Kind kind, org.aspectj.weaver.ResolvedMember sig ):
This method is from 'BcelShadow' class.
BcelShadow.makeStaticInitialization ( BcelWorld world, LazyMethodGen enclosingMethod ):
This method is from 'BcelShadow' class.
BcelShadow.makeUnfinishedInitialization ( BcelWorld world, LazyMethodGen constructor ):
This method is from 'BcelShadow' class.
BcelShadow.makeUnfinishedPreinitialization ( BcelWorld world, LazyMethodGen constructor ):
This method is from 'BcelShadow' class.
BcelShadow.prepareForMungers ( ):
This method is from 'BcelShadow' class.
BcelShadow.requireThisJoinPoint ( boolean hasGuardTest, boolean isAround ):
This method is from 'BcelShadow' class.
BcelShadow.retargetAllBranches ( org.aspectj.apache.bcel.generic.InstructionHandle from, org.aspectj.apache.bcel.generic.InstructionHandle to ):
This method is from 'BcelShadow' class.
BcelShadow.setActualTargetType ( String className ):
This method is from 'BcelShadow' class.
BcelShadow.setRange ( ShadowRange range ):
This method is from 'BcelShadow' class.
BcelShadow.terminatesWithReturn ( ):
This method is from 'BcelShadow' class.
BcelShadow.weaveAfter ( BcelAdvice munger ):
This method is from 'BcelShadow' class.
BcelShadow.weaveAfterReturning ( BcelAdvice munger ):
This method is from 'BcelShadow' class.
BcelShadow.weaveAfterThrowing ( BcelAdvice munger, org.aspectj.weaver.UnresolvedType catchType ):
This method is from 'BcelShadow' class.
BcelShadow.weaveAroundClosure ( BcelAdvice munger, boolean hasDynamicTest ):
This method is from 'BcelShadow' class.
BcelShadow.weaveAroundInline ( BcelAdvice munger, boolean hasDynamicTest ):
This method is from 'BcelShadow' class.
BcelShadow.weaveCflowEntry ( BcelAdvice munger, org.aspectj.weaver.Member cflowField ):
This method is from 'BcelShadow' class.
BcelShadow.weavePerObjectEntry ( BcelAdvice munger, BcelVar onVar ):
This method is from 'BcelShadow' class.
BcelShadow.weavePerTypeWithinAspectInitialization ( BcelAdvice munger, org.aspectj.weaver.UnresolvedType t ):
This method is from 'BcelShadow' class.
BcelShadow.weaveSoftener ( BcelAdvice munger, org.aspectj.weaver.UnresolvedType catchType ):
This method is from 'BcelShadow' class.
[+] BcelTypeMunger (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BcelTypeMunger. |
[+] affected methods (13)
BcelTypeMunger.attemptToModifySuperCalls ( BcelClassWeaver weaver, LazyClassGen newParentTarget, org.aspectj.weaver.ResolvedType newParent ):
This method is from 'BcelTypeMunger' class.
BcelTypeMunger.BcelTypeMunger ( org.aspectj.weaver.ResolvedTypeMunger munger, org.aspectj.weaver.ResolvedType aspectType ):
This constructor is from 'BcelTypeMunger' class.
BcelTypeMunger.equals ( Object other ):
This method is from 'BcelTypeMunger' class.
BcelTypeMunger.error ( BcelClassWeaver weaver, String text, org.aspectj.bridge.ISourceLocation primaryLoc, org.aspectj.bridge.ISourceLocation[] extraLocs ):
This method is from 'BcelTypeMunger' class.
BcelTypeMunger.existsToSupportShadowMunging ( ):
This method is from 'BcelTypeMunger' class.
BcelTypeMunger.getTypeVariableAliases ( ):
This method is from 'BcelTypeMunger' class.
BcelTypeMunger.hashCode ( ):
This method is from 'BcelTypeMunger' class.
BcelTypeMunger.makeFieldGen ( LazyClassGen gen, org.aspectj.weaver.ResolvedMember member ):
This method is from 'BcelTypeMunger' class.
BcelTypeMunger.makeMethodGen ( LazyClassGen gen, org.aspectj.weaver.ResolvedMember member ):
This method is from 'BcelTypeMunger' class.
BcelTypeMunger.munge ( BcelClassWeaver weaver ):
This method is from 'BcelTypeMunger' class.
BcelTypeMunger.parameterizedFor ( org.aspectj.weaver.ResolvedType target ):
This method is from 'BcelTypeMunger' class.
BcelTypeMunger.parameterizeWith ( java.util.Map m, org.aspectj.weaver.World w ):
This method is from 'BcelTypeMunger' class.
BcelTypeMunger.toString ( ):
This method is from 'BcelTypeMunger' class.
[+] BcelVar (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BcelVar. |
[+] affected methods (12)
BcelVar.appendLoad ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact ):
This method is from 'BcelVar' class.
BcelVar.appendLoadAndConvert ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact, org.aspectj.weaver.ResolvedType toType ):
This method is from 'BcelVar' class.
BcelVar.appendStore ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact ):
This method is from 'BcelVar' class.
BcelVar.BcelVar ( org.aspectj.weaver.ResolvedType type, int slot ):
This constructor is from 'BcelVar' class.
BcelVar.createCopyFrom ( org.aspectj.apache.bcel.generic.InstructionFactory fact, int oldSlot ):
This method is from 'BcelVar' class.
BcelVar.createLoad ( org.aspectj.apache.bcel.generic.InstructionFactory fact ):
This method is from 'BcelVar' class.
BcelVar.createStore ( org.aspectj.apache.bcel.generic.InstructionFactory fact ):
This method is from 'BcelVar' class.
BcelVar.getPositionInAroundState ( ):
This method is from 'BcelVar' class.
BcelVar.getSlot ( ):
This method is from 'BcelVar' class.
BcelVar.insertLoad ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact ):
This method is from 'BcelVar' class.
BcelVar.setPositionInAroundState ( int positionInAroundState ):
This method is from 'BcelVar' class.
BcelVar.toString ( ):
This method is from 'BcelVar' class.
[+] BcelWeaver (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BcelWeaver. |
[+] affected methods (33)
BcelWeaver.addClassFile ( java.io.File classFile, java.io.File inPathDir, java.io.File outDir ):
This method is from 'BcelWeaver' class.
BcelWeaver.addClassFile ( UnwovenClassFile classFile ):
This method is from 'BcelWeaver' class.
BcelWeaver.addDirectoryContents ( java.io.File inFile, java.io.File outDir ):
This method is from 'BcelWeaver' class.
BcelWeaver.addJarFile ( java.io.File inFile, java.io.File outDir, boolean canBeDirectory ):
This method is from 'BcelWeaver' class.
BcelWeaver.addLibraryAspect ( String aspectName ):
This method is from 'BcelWeaver' class.
BcelWeaver.addLibraryJarFile ( java.io.File inFile ):
This method is from 'BcelWeaver' class.
BcelWeaver.addManifest ( java.util.jar.Manifest newManifest ):
This method is from 'BcelWeaver' class.
BcelWeaver.addNormalTypeMungers ( String typeName ):
This method is from 'BcelWeaver' class.
BcelWeaver.addParentTypeMungers ( String typeName ):
This method is from 'BcelWeaver' class.
BcelWeaver.allWeavingComplete ( ):
This method is from 'BcelWeaver' class.
BcelWeaver.BcelWeaver ( ):
This constructor is from 'BcelWeaver' class.
BcelWeaver.BcelWeaver ( BcelWorld world ):
This constructor is from 'BcelWeaver' class.
BcelWeaver.deleteClassFile ( String typename ):
This method is from 'BcelWeaver' class.
BcelWeaver.getClassFilesFor ( LazyClassGen clazz ):
This method is from 'BcelWeaver' class.
BcelWeaver.getClassType ( String forClass ):
This method is from 'BcelWeaver' class.
BcelWeaver.getManifest ( boolean shouldCreate ):
This method is from 'BcelWeaver' class.
BcelWeaver.getWorld ( ):
This method is from 'BcelWeaver' class.
BcelWeaver.isReweavable ( ):
This method is from 'BcelWeaver' class.
BcelWeaver.needToReweaveWorld ( ):
This method is from 'BcelWeaver' class.
BcelWeaver.prepareForWeave ( ):
This method is from 'BcelWeaver' class.
BcelWeaver.prepareToProcessReweavableState ( ):
This method is from 'BcelWeaver' class.
BcelWeaver.processReweavableStateIfPresent ( String className, BcelObjectType classType ):
This method is from 'BcelWeaver' class.
BcelWeaver.setCustomMungerFactory ( org.aspectj.weaver.CustomMungerFactory factory ):
This method is from 'BcelWeaver' class.
BcelWeaver.setIsBatchWeave ( boolean b ):
This method is from 'BcelWeaver' class.
BcelWeaver.setProgressListener ( org.aspectj.bridge.IProgressListener listener, double previousProgress, double progressPerClassFile ):
This method is from 'BcelWeaver' class.
BcelWeaver.setReweavableMode ( boolean xNotReweavable ):
This method is from 'BcelWeaver' class.
BcelWeaver.setShadowMungers ( java.util.List l ):
This method is from 'BcelWeaver' class.
BcelWeaver.tidyUp ( ):
This method is from 'BcelWeaver' class.
BcelWeaver.weave ( java.io.File file ):
This method is from 'BcelWeaver' class.
BcelWeaver.weave ( org.aspectj.weaver.IClassFileProvider input ):
This method is from 'BcelWeaver' class.
BcelWeaver.weaveNormalTypeMungers ( org.aspectj.weaver.ResolvedType onType ):
This method is from 'BcelWeaver' class.
BcelWeaver.weaveParentTypeMungers ( org.aspectj.weaver.ResolvedType onType ):
This method is from 'BcelWeaver' class.
BcelWeaver.weaveWithoutDump ( UnwovenClassFile classFile, BcelObjectType classType ):
This method is from 'BcelWeaver' class.
[+] BcelWorld (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BcelWorld. |
[+] affected methods (39)
BcelWorld.addPath ( String name ):
This method is from 'BcelWorld' class.
BcelWorld.addSourceObjectType ( org.aspectj.apache.bcel.classfile.JavaClass jc ):
This method is from 'BcelWorld' class.
BcelWorld.BcelWorld ( ):
This constructor is from 'BcelWorld' class.
BcelWorld.BcelWorld ( ClassLoader loader, org.aspectj.bridge.IMessageHandler handler, org.aspectj.weaver.ICrossReferenceHandler xrefHandler ):
This constructor is from 'BcelWorld' class.
BcelWorld.BcelWorld ( java.util.List classPath, org.aspectj.bridge.IMessageHandler handler, org.aspectj.weaver.ICrossReferenceHandler xrefHandler ):
This constructor is from 'BcelWorld' class.
BcelWorld.BcelWorld ( ClassPathManager cpm, org.aspectj.bridge.IMessageHandler handler, org.aspectj.weaver.ICrossReferenceHandler xrefHandler ):
This constructor is from 'BcelWorld' class.
BcelWorld.BcelWorld ( String cp ):
This constructor is from 'BcelWorld' class.
BcelWorld.buildBcelDelegate ( org.aspectj.weaver.ReferenceType resolvedTypeX, org.aspectj.apache.bcel.classfile.JavaClass jc, boolean exposedToWeaver ):
This method is from 'BcelWorld' class.
BcelWorld.clear ( ):
This method is from 'BcelWorld' class.
BcelWorld.concreteTypeMunger ( org.aspectj.weaver.ResolvedTypeMunger munger, org.aspectj.weaver.ResolvedType aspectType ):
This method is from 'BcelWorld' class.
BcelWorld.createAdviceMunger ( org.aspectj.weaver.AjAttribute.AdviceAttribute attribute, org.aspectj.weaver.patterns.Pointcut pointcut, org.aspectj.weaver.Member signature ):
This method is from 'BcelWorld' class.
BcelWorld.ensureRepositorySetup ( ):
This method is from 'BcelWorld' class.
BcelWorld.findClass ( String className ):
This method is from 'BcelWorld' class.
BcelWorld.fromBcel ( org.aspectj.apache.bcel.generic.Type t ):
This method is from 'BcelWorld' class.
BcelWorld.getBcelObjectType ( org.aspectj.weaver.ResolvedType concreteAspect ):
This method is from 'BcelWorld' class.
BcelWorld.getClassLoaderRepositoryFor ( org.aspectj.apache.bcel.util.ClassLoaderReference loader ):
This method is from 'BcelWorld' class.
BcelWorld.isAnnotationStyleAspect ( String name, byte[] bytes ):
This method is from 'BcelWorld' class.
BcelWorld.isNotOnPackageRestrictedList ( String s ):
This method is from 'BcelWorld' class.
BcelWorld.loadClass ( Class clazz ):
This method is from 'BcelWorld' class.
BcelWorld.loadClass ( String className ):
This method is from 'BcelWorld' class.
BcelWorld.makeBcelType ( org.aspectj.weaver.UnresolvedType type ):
This method is from 'BcelWorld' class.
BcelWorld.makeCflowCounterFieldAdder ( org.aspectj.weaver.ResolvedMember cflowField ):
This method is from 'BcelWorld' class.
BcelWorld.makeCflowStackFieldAdder ( org.aspectj.weaver.ResolvedMember cflowField ):
This method is from 'BcelWorld' class.
BcelWorld.makeFieldJoinPointSignature ( LazyClassGen cg, org.aspectj.apache.bcel.generic.FieldInstruction fi ):
This method is from 'BcelWorld' class.
BcelWorld.makeJoinPointSignatureForArrayConstruction ( LazyClassGen cg, org.aspectj.apache.bcel.generic.InstructionHandle handle ):
This method is from 'BcelWorld' class.
BcelWorld.makeJoinPointSignatureForMethodInvocation ( LazyClassGen cg, org.aspectj.apache.bcel.generic.InvokeInstruction ii ):
This method is from 'BcelWorld' class.
BcelWorld.makeJoinPointSignatureForMonitorEnter ( LazyClassGen cg, org.aspectj.apache.bcel.generic.InstructionHandle h ):
This method is from 'BcelWorld' class.
BcelWorld.makeJoinPointSignatureForMonitorExit ( LazyClassGen cg, org.aspectj.apache.bcel.generic.InstructionHandle h ):
This method is from 'BcelWorld' class.
BcelWorld.makeJoinPointSignatureFromMethod ( LazyMethodGen mg, org.aspectj.weaver.MemberKind kind ):
This method is from 'BcelWorld' class.
BcelWorld.makeMungerMethodSignature ( org.aspectj.apache.bcel.classfile.JavaClass javaClass, org.aspectj.apache.bcel.classfile.Method method ):
This method is from 'BcelWorld' class.
BcelWorld.makePerClauseAspect ( org.aspectj.weaver.ResolvedType aspect, org.aspectj.weaver.patterns.PerClause.Kind kind ):
This method is from 'BcelWorld' class.
BcelWorld.removeClass ( org.aspectj.apache.bcel.classfile.JavaClass clazz ):
This method is from 'BcelWorld' class.
BcelWorld.resolve ( org.aspectj.apache.bcel.generic.Type t ):
This method is from 'BcelWorld' class.
BcelWorld.resolveDelegate ( org.aspectj.weaver.ReferenceType ty ):
This method is from 'BcelWorld' class.
BcelWorld.storeClass ( org.aspectj.apache.bcel.classfile.JavaClass clazz ):
This method is from 'BcelWorld' class.
BcelWorld.tidyUp ( ):
This method is from 'BcelWorld' class.
BcelWorld.toString ( ):
This method is from 'BcelWorld' class.
BcelWorld.validateType ( org.aspectj.weaver.UnresolvedType type ):
This method is from 'BcelWorld' class.
BcelWorld.weaveInterTypeDeclarations ( org.aspectj.weaver.ResolvedType onType ):
This method is from 'BcelWorld' class.
[+] ClassPathManager (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassPathManager. |
[+] affected methods (7)
ClassPathManager.addPath ( String name, org.aspectj.bridge.IMessageHandler handler ):
This method is from 'ClassPathManager' class.
ClassPathManager.ClassPathManager ( ):
This constructor is from 'ClassPathManager' class.
ClassPathManager.ClassPathManager ( java.util.List classpath, org.aspectj.bridge.IMessageHandler handler ):
This constructor is from 'ClassPathManager' class.
ClassPathManager.closeArchives ( ):
This method is from 'ClassPathManager' class.
ClassPathManager.find ( org.aspectj.weaver.UnresolvedType type ):
This method is from 'ClassPathManager' class.
ClassPathManager.getAllClassFiles ( ):
This method is from 'ClassPathManager' class.
ClassPathManager.toString ( ):
This method is from 'ClassPathManager' class.
[+] ExceptionRange (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ExceptionRange. |
[+] affected methods (12)
ExceptionRange.associateWithTargets ( org.aspectj.apache.bcel.generic.InstructionHandle start, org.aspectj.apache.bcel.generic.InstructionHandle end, org.aspectj.apache.bcel.generic.InstructionHandle handler ):
This method is from 'ExceptionRange' class.
ExceptionRange.equals ( Object other ):
This method is from 'ExceptionRange' class.
ExceptionRange.ExceptionRange ( org.aspectj.apache.bcel.generic.InstructionList body, org.aspectj.weaver.UnresolvedType exceptionType, boolean insideExisting ):
This constructor is from 'ExceptionRange' class.
ExceptionRange.ExceptionRange ( org.aspectj.apache.bcel.generic.InstructionList body, org.aspectj.weaver.UnresolvedType exceptionType, int priority ):
This constructor is from 'ExceptionRange' class.
ExceptionRange.getCatchType ( ):
This method is from 'ExceptionRange' class.
ExceptionRange.getHandler ( ):
This method is from 'ExceptionRange' class.
ExceptionRange.getPriority ( ):
This method is from 'ExceptionRange' class.
ExceptionRange.hashCode ( ):
This method is from 'ExceptionRange' class.
ExceptionRange.isExceptionEnd ( org.aspectj.apache.bcel.generic.InstructionHandle ih ):
This method is from 'ExceptionRange' class.
ExceptionRange.isExceptionStart ( org.aspectj.apache.bcel.generic.InstructionHandle ih ):
This method is from 'ExceptionRange' class.
ExceptionRange.toString ( ):
This method is from 'ExceptionRange' class.
ExceptionRange.updateTarget ( org.aspectj.apache.bcel.generic.InstructionHandle oldIh, org.aspectj.apache.bcel.generic.InstructionHandle newIh, org.aspectj.apache.bcel.generic.InstructionList newBody ):
This method is from 'ExceptionRange' class.
[+] IfFinder (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IfFinder. |
[+] affected methods (4)
IfFinder.visit ( org.aspectj.weaver.patterns.AndPointcut node, Object data ):
This method is from 'IfFinder' class.
IfFinder.visit ( org.aspectj.weaver.patterns.IfPointcut node, Object data ):
This method is from 'IfFinder' class.
IfFinder.visit ( org.aspectj.weaver.patterns.NotPointcut node, Object data ):
This method is from 'IfFinder' class.
IfFinder.visit ( org.aspectj.weaver.patterns.OrPointcut node, Object data ):
This method is from 'IfFinder' class.
[+] LazyClassGen (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LazyClassGen. |
[+] affected methods (64)
LazyClassGen.addAnnotation ( org.aspectj.apache.bcel.classfile.annotation.AnnotationGen a ):
This method is from 'LazyClassGen' class.
LazyClassGen.addField ( org.aspectj.apache.bcel.generic.FieldGen field, org.aspectj.bridge.ISourceLocation sourceLocation ):
This method is from 'LazyClassGen' class.
LazyClassGen.addGeneratedInner ( LazyClassGen newClass ):
This method is from 'LazyClassGen' class.
LazyClassGen.addInterface ( org.aspectj.weaver.UnresolvedType typeX, org.aspectj.bridge.ISourceLocation sourceLocation ):
This method is from 'LazyClassGen' class.
LazyClassGen.addMethodGen ( LazyMethodGen gen ):
This method is from 'LazyClassGen' class.
LazyClassGen.addMethodGen ( LazyMethodGen gen, org.aspectj.bridge.ISourceLocation sourceLocation ):
This method is from 'LazyClassGen' class.
LazyClassGen.allocateField ( String prefix ):
This method is from 'LazyClassGen' class.
LazyClassGen.disassemble ( String path, String name, java.io.PrintStream out ):
This method is from 'LazyClassGen' class.
LazyClassGen.errorOnAddedField ( org.aspectj.apache.bcel.generic.FieldGen field, org.aspectj.bridge.ISourceLocation sourceLocation ):
This method is from 'LazyClassGen' class.
LazyClassGen.forcePublic ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.getAjcPreClinit ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.getAnnotations ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.getAspectsAffectingType ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.getBcelObjectType ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.getChildClasses ( BcelWorld world ):
This method is from 'LazyClassGen' class.
LazyClassGen.getClassId ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.getClassName ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.getConstantPool ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.getFactory ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.getFieldGens ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.getFileName ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.getInterfaceNames ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.getInternalClassName ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.getInternalFileName ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.getJavaClass ( BcelWorld world ):
This method is from 'LazyClassGen' class.
LazyClassGen.getJavaClassBytesIncludingReweavable ( BcelWorld world ):
This method is from 'LazyClassGen' class.
LazyClassGen.getLazyMethodGen ( org.aspectj.weaver.Member m ):
This method is from 'LazyClassGen' class.
LazyClassGen.getLazyMethodGen ( String name, String signature ):
This method is from 'LazyClassGen' class.
LazyClassGen.getLazyMethodGen ( String name, String signature, boolean allowMissing ):
This method is from 'LazyClassGen' class.
LazyClassGen.getMethodGens ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.getName ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.getNewGeneratedNameTag ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.getOrCreateWeaverStateInfo ( boolean inReweavableMode ):
This method is from 'LazyClassGen' class.
LazyClassGen.getPackageName ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.getPackagePath ( java.io.File root ):
This method is from 'LazyClassGen' class.
LazyClassGen.getStaticInitializer ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.getSuperClass ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.getSuperClassname ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.getTjpField ( BcelShadow shadow, boolean isEnclosingJp ):
This method is from 'LazyClassGen' class.
LazyClassGen.getType ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.getWorld ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.hasAnnotation ( org.aspectj.weaver.UnresolvedType t ):
This method is from 'LazyClassGen' class.
LazyClassGen.hasSerialVersionUIDField ( org.aspectj.weaver.ResolvedType type ):
This method is from 'LazyClassGen' class.
LazyClassGen.isAbstract ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.isAtLeastJava5 ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.isInterface ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.isReweavable ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.isWoven ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.LazyClassGen ( BcelObjectType myType ):
This constructor is from 'LazyClassGen' class.
LazyClassGen.LazyClassGen ( String class_name, String super_class_name, String file_name, int access_flags, String[] interfaces, org.aspectj.weaver.World world ):
This constructor is from 'LazyClassGen' class.
LazyClassGen.makeString ( int i ):
This method is from 'LazyClassGen' class.
LazyClassGen.makeString ( org.aspectj.weaver.UnresolvedType t ):
This method is from 'LazyClassGen' class.
LazyClassGen.makeString ( org.aspectj.weaver.UnresolvedType[] types ):
This method is from 'LazyClassGen' class.
LazyClassGen.makeString ( String[] names ):
This method is from 'LazyClassGen' class.
LazyClassGen.print ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.print ( java.io.PrintStream out ):
This method is from 'LazyClassGen' class.
LazyClassGen.setSuperClass ( org.aspectj.weaver.ResolvedType typeX ):
This method is from 'LazyClassGen' class.
LazyClassGen.toLongString ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.toShortString ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.toString ( ):
This method is from 'LazyClassGen' class.
LazyClassGen.warnOnAddedInterface ( String name, org.aspectj.bridge.ISourceLocation sourceLocation ):
This method is from 'LazyClassGen' class.
LazyClassGen.warnOnAddedMethod ( org.aspectj.apache.bcel.classfile.Method method, org.aspectj.bridge.ISourceLocation sourceLocation ):
This method is from 'LazyClassGen' class.
LazyClassGen.warnOnAddedStaticInitializer ( org.aspectj.weaver.Shadow shadow, org.aspectj.bridge.ISourceLocation sourceLocation ):
This method is from 'LazyClassGen' class.
LazyClassGen.warnOnModifiedSerialVersionUID ( org.aspectj.bridge.ISourceLocation sourceLocation, String reason ):
This method is from 'LazyClassGen' class.
[+] LazyMethodGen (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LazyMethodGen. |
[+] affected methods (60)
LazyMethodGen.addAnnotation ( org.aspectj.weaver.AnnotationX ax ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.addAttribute ( org.aspectj.apache.bcel.classfile.Attribute attr ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.addExceptionHandler ( org.aspectj.apache.bcel.generic.InstructionHandle start, org.aspectj.apache.bcel.generic.InstructionHandle end, org.aspectj.apache.bcel.generic.InstructionHandle handlerStart, org.aspectj.apache.bcel.generic.ObjectType catchType, boolean highPriority ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.allocateLocal ( int slots ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.allocateLocal ( org.aspectj.apache.bcel.generic.Type type ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.assertGoodBody ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.assertGoodBody ( org.aspectj.apache.bcel.generic.InstructionList il, String from ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.ensureAllLineNumberSetup ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.forcePublic ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.getAccessFlags ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.getAccessFlagsWithoutSynchronized ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.getArgumentTypes ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.getAttributes ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.getBody ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.getBodyForPrint ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.getCanInline ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.getClassName ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.getDeclarationLineNumber ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.getDeclarationOffset ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.getDeclaredExceptions ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.getEffectiveSignature ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.getEnclosingClass ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.getGenericReturnTypeSignature ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.getMaxLocals ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.getMemberView ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.getMethod ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.getName ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.getParameterSignature ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.getReturnType ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.getSignature ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.getSourceLocation ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.hasAnnotation ( org.aspectj.weaver.UnresolvedType annotationTypeX ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.hasBody ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.hasDeclaredLineNumberInfo ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.isAbstract ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.isBridgeMethod ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.isDefault ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.isPrivate ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.isProtected ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.isPublic ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.isStatic ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.isSynchronized ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.LazyMethodGen ( int accessFlags, org.aspectj.apache.bcel.generic.Type returnType, String name, org.aspectj.apache.bcel.generic.Type[] paramTypes, String[] declaredExceptions, LazyClassGen enclosingClass ):
This constructor is from 'LazyMethodGen' class.
LazyMethodGen.LazyMethodGen ( org.aspectj.apache.bcel.classfile.Method m, LazyClassGen enclosingClass ):
This constructor is from 'LazyMethodGen' class.
LazyMethodGen.LazyMethodGen ( BcelMethod m, LazyClassGen enclosingClass ):
This constructor is from 'LazyMethodGen' class.
LazyMethodGen.makeSynthetic ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.markAsChanged ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.optimizedPackBody ( org.aspectj.apache.bcel.generic.MethodGen gen ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.pack ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.packBody ( org.aspectj.apache.bcel.generic.MethodGen gen ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.print ( java.io.PrintStream out, org.aspectj.weaver.AjAttribute.WeaverVersionInfo weaverVersion ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.print ( org.aspectj.weaver.AjAttribute.WeaverVersionInfo weaverVersion ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.setAccessFlags ( int newFlags ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.setCanInline ( boolean canInline ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.setEffectiveSignature ( org.aspectj.weaver.ResolvedMember member, org.aspectj.weaver.Shadow.Kind kind, boolean shouldWeave ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.setMaxLocals ( int maxLocals ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.toLongString ( org.aspectj.weaver.AjAttribute.WeaverVersionInfo weaverVersion ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.toShortString ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.toString ( ):
This method is from 'LazyMethodGen' class.
LazyMethodGen.toTraceString ( ):
This method is from 'LazyMethodGen' class.
[+] PoliceExtensionUse (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PoliceExtensionUse. |
[+] affected methods (6)
PoliceExtensionUse.PoliceExtensionUse ( org.aspectj.weaver.World w, org.aspectj.weaver.patterns.Pointcut p ):
This constructor is from 'PoliceExtensionUse' class.
PoliceExtensionUse.synchronizationDesignatorEncountered ( ):
This method is from 'PoliceExtensionUse' class.
PoliceExtensionUse.visit ( org.aspectj.weaver.patterns.AndPointcut node, Object data ):
This method is from 'PoliceExtensionUse' class.
PoliceExtensionUse.visit ( org.aspectj.weaver.patterns.KindedPointcut node, Object data ):
This method is from 'PoliceExtensionUse' class.
PoliceExtensionUse.visit ( org.aspectj.weaver.patterns.NotPointcut node, Object data ):
This method is from 'PoliceExtensionUse' class.
PoliceExtensionUse.visit ( org.aspectj.weaver.patterns.OrPointcut node, Object data ):
This method is from 'PoliceExtensionUse' class.
[+] Range (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Range. |
[+] affected methods (6)
Range.containsTarget ( org.aspectj.apache.bcel.generic.InstructionHandle ih ):
This method is from 'Range' abstract class.
Range.getRange ( org.aspectj.apache.bcel.generic.InstructionHandle ih ):
This method is from 'Range' abstract class.
Range.isRangeHandle ( org.aspectj.apache.bcel.generic.InstructionHandle ih ):
This method is from 'Range' abstract class.
Range.Range ( org.aspectj.apache.bcel.generic.InstructionList il ):
This constructor is from 'Range' abstract class.
Range.updateTarget ( org.aspectj.apache.bcel.generic.InstructionHandle old_ih, org.aspectj.apache.bcel.generic.InstructionHandle new_ih ):
This method is from 'Range' abstract class.
Range.updateTarget ( org.aspectj.apache.bcel.generic.InstructionHandle old_ih, org.aspectj.apache.bcel.generic.InstructionHandle new_ih, org.aspectj.apache.bcel.generic.InstructionList new_il ):
This method is from 'Range' abstract class.
[+] ShadowRange (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ShadowRange. |
[+] affected methods (6)
ShadowRange.associateWithShadow ( BcelShadow shadow ):
This method is from 'ShadowRange' class.
ShadowRange.associateWithTargets ( org.aspectj.apache.bcel.generic.InstructionHandle start, org.aspectj.apache.bcel.generic.InstructionHandle end ):
This method is from 'ShadowRange' class.
ShadowRange.getKind ( ):
This method is from 'ShadowRange' class.
ShadowRange.getShadow ( ):
This method is from 'ShadowRange' class.
ShadowRange.ShadowRange ( org.aspectj.apache.bcel.generic.InstructionList body ):
This constructor is from 'ShadowRange' class.
ShadowRange.toString ( ):
This method is from 'ShadowRange' class.
[+] TypeAnnotationAccessVar (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TypeAnnotationAccessVar. |
[+] affected methods (9)
TypeAnnotationAccessVar.appendLoad ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact ):
This method is from 'TypeAnnotationAccessVar' class.
TypeAnnotationAccessVar.appendLoadAndConvert ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact, org.aspectj.weaver.ResolvedType toType ):
This method is from 'TypeAnnotationAccessVar' class.
TypeAnnotationAccessVar.createCopyFrom ( org.aspectj.apache.bcel.generic.InstructionFactory fact, int oldSlot ):
This method is from 'TypeAnnotationAccessVar' class.
TypeAnnotationAccessVar.createLoad ( org.aspectj.apache.bcel.generic.InstructionFactory fact ):
This method is from 'TypeAnnotationAccessVar' class.
TypeAnnotationAccessVar.createLoadInstructions ( org.aspectj.weaver.ResolvedType toType, org.aspectj.apache.bcel.generic.InstructionFactory fact ):
This method is from 'TypeAnnotationAccessVar' class.
TypeAnnotationAccessVar.createStore ( org.aspectj.apache.bcel.generic.InstructionFactory fact ):
This method is from 'TypeAnnotationAccessVar' class.
TypeAnnotationAccessVar.insertLoad ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact ):
This method is from 'TypeAnnotationAccessVar' class.
TypeAnnotationAccessVar.toString ( ):
This method is from 'TypeAnnotationAccessVar' class.
TypeAnnotationAccessVar.TypeAnnotationAccessVar ( org.aspectj.weaver.ResolvedType type, BcelVar theAnnotatedTargetIsStoredHere ):
This constructor is from 'TypeAnnotationAccessVar' class.
[+] UnwovenClassFile (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class UnwovenClassFile. |
[+] affected methods (16)
UnwovenClassFile.deleteAllChildClasses ( ):
This method is from 'UnwovenClassFile' class.
UnwovenClassFile.deleteChildClassFile ( String innerName ):
This method is from 'UnwovenClassFile' class.
UnwovenClassFile.deleteRealFile ( ):
This method is from 'UnwovenClassFile' class.
UnwovenClassFile.exists ( ):
This method is from 'UnwovenClassFile' class.
UnwovenClassFile.getBytes ( ):
This method is from 'UnwovenClassFile' class.
UnwovenClassFile.getClassName ( ):
This method is from 'UnwovenClassFile' class.
UnwovenClassFile.getClassNameAsChars ( ):
This method is from 'UnwovenClassFile' class.
UnwovenClassFile.getFilename ( ):
This method is from 'UnwovenClassFile' class.
UnwovenClassFile.getJavaClass ( ):
This method is from 'UnwovenClassFile' class.
UnwovenClassFile.makeInnerFileName ( String innerName ):
This method is from 'UnwovenClassFile' class.
UnwovenClassFile.setClassNameAsChars ( char[] classNameAsChars ):
This method is from 'UnwovenClassFile' class.
UnwovenClassFile.toString ( ):
This method is from 'UnwovenClassFile' class.
UnwovenClassFile.UnwovenClassFile ( String filename, byte[] bytes ):
This constructor is from 'UnwovenClassFile' class.
UnwovenClassFile.UnwovenClassFile ( String filename, String classname, byte[] bytes ):
This constructor is from 'UnwovenClassFile' class.
UnwovenClassFile.writeUnchangedBytes ( ):
This method is from 'UnwovenClassFile' class.
UnwovenClassFile.writeWovenBytes ( byte[] bytes, java.util.List childClasses ):
This method is from 'UnwovenClassFile' class.
[+] UnwovenClassFileWithThirdPartyManagedBytecode (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class UnwovenClassFileWithThirdPartyManagedBytecode. |
[+] affected methods (2)
UnwovenClassFileWithThirdPartyManagedBytecode.getBytes ( ):
This method is from 'UnwovenClassFileWithThirdPartyManagedBytecode' class.
UnwovenClassFileWithThirdPartyManagedBytecode.UnwovenClassFileWithThirdPartyManagedBytecode ( String filename, String classname, UnwovenClassFileWithThirdPartyManagedBytecode.IByteCodeProvider provider ):
This constructor is from 'UnwovenClassFileWithThirdPartyManagedBytecode' class.
[+] Utility (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Utility. |
[+] affected methods (33)
Utility.appendConversion ( org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact, org.aspectj.weaver.ResolvedType fromType, org.aspectj.weaver.ResolvedType toType ):
This method is from 'Utility' class.
Utility.arrayToString ( int[] a ):
This method is from 'Utility' class.
Utility.bcelAttribute ( org.aspectj.weaver.AjAttribute a, org.aspectj.apache.bcel.classfile.ConstantPool pool ):
This method is from 'Utility' class.
Utility.beautifyLocation ( org.aspectj.bridge.ISourceLocation isl ):
This method is from 'Utility' class.
Utility.copyInstruction ( org.aspectj.apache.bcel.generic.Instruction i ):
This method is from 'Utility' class.
Utility.createConstant ( org.aspectj.apache.bcel.generic.InstructionFactory fact, int value ):
This method is from 'Utility' class.
Utility.createConversion ( org.aspectj.apache.bcel.generic.InstructionFactory fact, org.aspectj.apache.bcel.generic.Type fromType, org.aspectj.apache.bcel.generic.Type toType, boolean allowAutoboxing ):
This method is from 'Utility' class.
Utility.createConversion ( org.aspectj.apache.bcel.generic.InstructionFactory factory, org.aspectj.apache.bcel.generic.Type fromType, org.aspectj.apache.bcel.generic.Type toType ):
This method is from 'Utility' class.
Utility.createGet ( org.aspectj.apache.bcel.generic.InstructionFactory fact, org.aspectj.weaver.Member signature ):
This method is from 'Utility' class.
Utility.createGetOn ( org.aspectj.apache.bcel.generic.InstructionFactory fact, org.aspectj.weaver.Member signature, org.aspectj.weaver.UnresolvedType declaringType ):
This method is from 'Utility' class.
Utility.createInstanceof ( org.aspectj.apache.bcel.generic.InstructionFactory fact, org.aspectj.apache.bcel.generic.ReferenceType t ):
This method is from 'Utility' class.
Utility.createInvoke ( org.aspectj.apache.bcel.generic.InstructionFactory fact, org.aspectj.apache.bcel.classfile.JavaClass declaringClass, org.aspectj.apache.bcel.classfile.Method newMethod ):
This method is from 'Utility' class.
Utility.createInvoke ( org.aspectj.apache.bcel.generic.InstructionFactory fact, BcelWorld world, org.aspectj.weaver.Member signature ):
This method is from 'Utility' class.
Utility.createInvoke ( org.aspectj.apache.bcel.generic.InstructionFactory fact, LazyMethodGen m ):
This method is from 'Utility' class.
Utility.createInvoke ( org.aspectj.apache.bcel.generic.InstructionFactory fact, short kind, org.aspectj.weaver.Member member ):
This method is from 'Utility' class.
Utility.createSet ( org.aspectj.apache.bcel.generic.InstructionFactory fact, org.aspectj.weaver.Member signature ):
This method is from 'Utility' class.
Utility.createSuperInvoke ( org.aspectj.apache.bcel.generic.InstructionFactory fact, BcelWorld world, org.aspectj.weaver.Member signature ):
This method is from 'Utility' class.
Utility.deleteInstruction ( org.aspectj.apache.bcel.generic.InstructionHandle ih, org.aspectj.apache.bcel.generic.InstructionHandle retargetTo, LazyMethodGen enclosingMethod ):
This method is from 'Utility' class.
Utility.deleteInstruction ( org.aspectj.apache.bcel.generic.InstructionHandle ih, LazyMethodGen enclosingMethod ):
This method is from 'Utility' class.
Utility.getSourceLine ( org.aspectj.apache.bcel.generic.InstructionHandle ih ):
This method is from 'Utility' class.
Utility.getSuppressedWarnings ( org.aspectj.weaver.AnnotationX[] anns, org.aspectj.weaver.Lint lint ):
This method is from 'Utility' class.
Utility.isConstantPushInstruction ( org.aspectj.apache.bcel.generic.Instruction i ):
This method is from 'Utility' class.
Utility.isSuppressing ( org.aspectj.weaver.AnnotationX[] anns, String lintkey ):
This method is from 'Utility' class.
Utility.isSuppressing ( org.aspectj.weaver.Member member, String lintkey ):
This method is from 'Utility' class.
Utility.makeArgNames ( int n ):
This method is from 'Utility' class.
Utility.makeJavaClass ( String filename, byte[] bytes ):
This method is from 'Utility' class.
Utility.makePrivate ( int i ):
This method is from 'Utility' class.
Utility.makePublic ( int i ):
This method is from 'Utility' class.
Utility.pushAndReturnArrayOfVars ( org.aspectj.weaver.ResolvedType[] proceedParamTypes, org.aspectj.apache.bcel.generic.InstructionList il, org.aspectj.apache.bcel.generic.InstructionFactory fact, LazyMethodGen enclosingMethod ):
This method is from 'Utility' class.
Utility.replaceInstruction ( org.aspectj.apache.bcel.generic.InstructionHandle ih, org.aspectj.apache.bcel.generic.InstructionList replacementInstructions, LazyMethodGen enclosingMethod ):
This method is from 'Utility' class.
Utility.setSourceLine ( org.aspectj.apache.bcel.generic.InstructionHandle ih, int lineNumber ):
This method is from 'Utility' class.
Utility.stringToUTF ( String s ):
This method is from 'Utility' class.
Utility.Utility ( ):
This constructor is from 'Utility' class.
package org.aspectj.weaver.loadtime
[+] Agent (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Agent. |
[+] affected methods (3)
Agent.Agent ( ):
This constructor is from 'Agent' class.
Agent.getInstrumentation ( ):
This method is from 'Agent' class.
Agent.premain ( String options, instrument.Instrumentation instrumentation ):
This method is from 'Agent' class.
[+] Aj (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Aj. |
[+] affected methods (10)
Aj.Aj ( ):
This constructor is from 'Aj' class.
Aj.Aj ( IWeavingContext context ):
This constructor is from 'Aj' class.
Aj.checkQ ( ):
This method is from 'Aj' class.
Aj.flushGeneratedClasses ( ClassLoader loader ):
This method is from 'Aj' class.
Aj.generatedClassesExist ( ClassLoader loader ):
This method is from 'Aj' class.
Aj.getActiveAdaptorCount ( ):
This method is from 'Aj' class.
Aj.getNamespace ( ClassLoader loader ):
This method is from 'Aj' class.
Aj.initialize ( ):
This method is from 'Aj' class.
Aj.preProcess ( String className, byte[] bytes, ClassLoader loader ):
This method is from 'Aj' class.
Aj.removeStaleAdaptors ( boolean displayProgress ):
This method is from 'Aj' class.
[+] ClassLoaderWeavingAdaptor (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassLoaderWeavingAdaptor. |
[+] affected methods (10)
ClassLoaderWeavingAdaptor.accept ( String className, byte[] bytes ):
This method is from 'ClassLoaderWeavingAdaptor' class.
ClassLoaderWeavingAdaptor.ClassLoaderWeavingAdaptor ( ):
This constructor is from 'ClassLoaderWeavingAdaptor' class.
ClassLoaderWeavingAdaptor.ClassLoaderWeavingAdaptor ( ClassLoader deprecatedLoader, IWeavingContext deprecatedContext ):
This constructor is from 'ClassLoaderWeavingAdaptor' class.
ClassLoaderWeavingAdaptor.flushGeneratedClasses ( ):
This method is from 'ClassLoaderWeavingAdaptor' class.
ClassLoaderWeavingAdaptor.generatedClassesExistFor ( String className ):
This method is from 'ClassLoaderWeavingAdaptor' class.
ClassLoaderWeavingAdaptor.getContextId ( ):
This method is from 'ClassLoaderWeavingAdaptor' class.
ClassLoaderWeavingAdaptor.getNamespace ( ):
This method is from 'ClassLoaderWeavingAdaptor' class.
ClassLoaderWeavingAdaptor.initialize ( ClassLoader classLoader, IWeavingContext context ):
This method is from 'ClassLoaderWeavingAdaptor' class.
ClassLoaderWeavingAdaptor.lint ( String name, String[] infos ):
This method is from 'ClassLoaderWeavingAdaptor' class.
ClassLoaderWeavingAdaptor.shouldDump ( String className, boolean before ):
This method is from 'ClassLoaderWeavingAdaptor' class.
[+] ClassPreProcessor (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassPreProcessor. |
[+] affected methods (2)
ClassPreProcessor.initialize ( ):
This abstract method is from 'ClassPreProcessor' interface.
ClassPreProcessor.preProcess ( String p1, byte[] p2, ClassLoader p3 ):
This abstract method is from 'ClassPreProcessor' interface.
[+] ClassPreProcessorAgentAdapter (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassPreProcessorAgentAdapter. |
[+] affected methods (2)
ClassPreProcessorAgentAdapter.ClassPreProcessorAgentAdapter ( ):
This constructor is from 'ClassPreProcessorAgentAdapter' class.
ClassPreProcessorAgentAdapter.transform ( ClassLoader loader, String className, Class classBeingRedefined, java.security.ProtectionDomain protectionDomain, byte[] bytes ):
This method is from 'ClassPreProcessorAgentAdapter' class.
[+] ConcreteAspectCodeGen (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConcreteAspectCodeGen. |
[+] affected methods (3)
ConcreteAspectCodeGen.getBytes ( ):
This method is from 'ConcreteAspectCodeGen' class.
ConcreteAspectCodeGen.getClassName ( ):
This method is from 'ConcreteAspectCodeGen' class.
ConcreteAspectCodeGen.validate ( ):
This method is from 'ConcreteAspectCodeGen' class.
[+] DefaultMessageHandler (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DefaultMessageHandler. |
[+] affected methods (5)
DefaultMessageHandler.DefaultMessageHandler ( ):
This constructor is from 'DefaultMessageHandler' class.
DefaultMessageHandler.dontIgnore ( org.aspectj.bridge.IMessage.Kind kind ):
This method is from 'DefaultMessageHandler' class.
DefaultMessageHandler.handleMessage ( org.aspectj.bridge.IMessage message ):
This method is from 'DefaultMessageHandler' class.
DefaultMessageHandler.ignore ( org.aspectj.bridge.IMessage.Kind kind ):
This method is from 'DefaultMessageHandler' class.
DefaultMessageHandler.isIgnoring ( org.aspectj.bridge.IMessage.Kind kind ):
This method is from 'DefaultMessageHandler' class.
[+] DefaultWeavingContext (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DefaultWeavingContext. |
[+] affected methods (10)
DefaultWeavingContext.DefaultWeavingContext ( ClassLoader loader ):
This constructor is from 'DefaultWeavingContext' class.
DefaultWeavingContext.getBundleIdFromURL ( java.net.URL url ):
This method is from 'DefaultWeavingContext' class.
DefaultWeavingContext.getClassLoader ( ):
This method is from 'DefaultWeavingContext' class.
DefaultWeavingContext.getClassLoaderName ( ):
This method is from 'DefaultWeavingContext' class.
DefaultWeavingContext.getDefinitions ( ClassLoader loader, org.aspectj.weaver.tools.WeavingAdaptor adaptor ):
This method is from 'DefaultWeavingContext' class.
DefaultWeavingContext.getFile ( java.net.URL url ):
This method is from 'DefaultWeavingContext' class.
DefaultWeavingContext.getId ( ):
This method is from 'DefaultWeavingContext' class.
DefaultWeavingContext.getResources ( String name ):
This method is from 'DefaultWeavingContext' class.
DefaultWeavingContext.getSuffix ( ):
This method is from 'DefaultWeavingContext' class.
DefaultWeavingContext.isLocallyDefined ( String classname ):
This method is from 'DefaultWeavingContext' class.
[+] IWeavingContext (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IWeavingContext. |
[+] affected methods (8)
IWeavingContext.getBundleIdFromURL ( java.net.URL p1 ):
This abstract method is from 'IWeavingContext' interface.
IWeavingContext.getClassLoader ( ):
This abstract method is from 'IWeavingContext' interface.
IWeavingContext.getClassLoaderName ( ):
This abstract method is from 'IWeavingContext' interface.
IWeavingContext.getDefinitions ( ClassLoader p1, org.aspectj.weaver.tools.WeavingAdaptor p2 ):
This abstract method is from 'IWeavingContext' interface.
IWeavingContext.getFile ( java.net.URL p1 ):
This abstract method is from 'IWeavingContext' interface.
IWeavingContext.getId ( ):
This abstract method is from 'IWeavingContext' interface.
IWeavingContext.getResources ( String p1 ):
This abstract method is from 'IWeavingContext' interface.
IWeavingContext.isLocallyDefined ( String p1 ):
This abstract method is from 'IWeavingContext' interface.
[+] JRockitAgent (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JRockitAgent. |
[+] affected methods (2)
JRockitAgent.JRockitAgent ( ):
This constructor is from 'JRockitAgent' class.
JRockitAgent.preProcess ( ClassLoader loader, String className, byte[] bytes ):
This method is from 'JRockitAgent' class.
[+] Options (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Options. |
[+] affected methods (2)
Options.Options ( ):
This constructor is from 'Options' class.
Options.parse ( String options, ClassLoader laoder, org.aspectj.bridge.IMessageHandler imh ):
This method is from 'Options' class.
[+] WeavingURLClassLoader (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class WeavingURLClassLoader. |
[+] affected methods (8)
WeavingURLClassLoader.acceptClass ( String name, byte[] bytes ):
This method is from 'WeavingURLClassLoader' class.
WeavingURLClassLoader.addURL ( java.net.URL url ):
This method is from 'WeavingURLClassLoader' class.
WeavingURLClassLoader.defineClass ( String name, byte[] b, java.security.CodeSource cs ):
This method is from 'WeavingURLClassLoader' class.
WeavingURLClassLoader.getAspectURLs ( ):
This method is from 'WeavingURLClassLoader' class.
WeavingURLClassLoader.getBytes ( String name ):
This method is from 'WeavingURLClassLoader' class.
WeavingURLClassLoader.WeavingURLClassLoader ( ClassLoader parent ):
This constructor is from 'WeavingURLClassLoader' class.
WeavingURLClassLoader.WeavingURLClassLoader ( java.net.URL[] classURLs, java.net.URL[] aspectURLs, ClassLoader parent ):
This constructor is from 'WeavingURLClassLoader' class.
WeavingURLClassLoader.WeavingURLClassLoader ( java.net.URL[] urls, ClassLoader parent ):
This constructor is from 'WeavingURLClassLoader' class.
package org.aspectj.weaver.loadtime.definition
[+] Definition (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Definition. |
[+] affected methods (12)
Definition.appendWeaverOptions ( String option ):
This method is from 'Definition' class.
Definition.Definition ( ):
This constructor is from 'Definition' class.
Definition.getAspectClassNames ( ):
This method is from 'Definition' class.
Definition.getAspectExcludePatterns ( ):
This method is from 'Definition' class.
Definition.getAspectIncludePatterns ( ):
This method is from 'Definition' class.
Definition.getConcreteAspects ( ):
This method is from 'Definition' class.
Definition.getDumpPatterns ( ):
This method is from 'Definition' class.
Definition.getExcludePatterns ( ):
This method is from 'Definition' class.
Definition.getIncludePatterns ( ):
This method is from 'Definition' class.
Definition.getWeaverOptions ( ):
This method is from 'Definition' class.
Definition.setDumpBefore ( boolean b ):
This method is from 'Definition' class.
Definition.shouldDumpBefore ( ):
This method is from 'Definition' class.
[+] DocumentParser (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DocumentParser. |
[+] affected methods (7)
DocumentParser.endElement ( String uri, String localName, String qName ):
This method is from 'DocumentParser' class.
DocumentParser.error ( org.xml.sax.SAXParseException e ):
This method is from 'DocumentParser' class.
DocumentParser.fatalError ( org.xml.sax.SAXParseException e ):
This method is from 'DocumentParser' class.
DocumentParser.parse ( java.net.URL url ):
This method is from 'DocumentParser' class.
DocumentParser.resolveEntity ( String publicId, String systemId ):
This method is from 'DocumentParser' class.
DocumentParser.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes ):
This method is from 'DocumentParser' class.
DocumentParser.warning ( org.xml.sax.SAXParseException e ):
This method is from 'DocumentParser' class.
package org.aspectj.weaver.ltw
[+] LTWWorld (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LTWWorld. |
[+] affected methods (14)
LTWWorld.accept ( org.aspectj.weaver.Dump.IVisitor visitor ):
This method is from 'LTWWorld' class.
LTWWorld.completeBinaryType ( org.aspectj.weaver.ResolvedType ret ):
This method is from 'LTWWorld' class.
LTWWorld.completeNonLocalType ( org.aspectj.weaver.ResolvedType ret ):
This method is from 'LTWWorld' class.
LTWWorld.getAnnotationFinder ( ):
This method is from 'LTWWorld' class.
LTWWorld.getClassLoader ( ):
This method is from 'LTWWorld' class.
LTWWorld.isLocallyDefined ( String classname ):
This method is from 'LTWWorld' class.
LTWWorld.isRunMinimalMemory ( ):
This method is from 'LTWWorld' class.
LTWWorld.loadedClass ( Class clazz ):
This method is from 'LTWWorld' class.
LTWWorld.LTWWorld ( ClassLoader loader, org.aspectj.weaver.loadtime.IWeavingContext weavingContext, org.aspectj.bridge.IMessageHandler handler, org.aspectj.weaver.ICrossReferenceHandler xrefHandler ):
This constructor is from 'LTWWorld' class.
LTWWorld.needsCompletion ( ):
This method is from 'LTWWorld' class.
LTWWorld.resolve ( Class aClass ):
This method is from 'LTWWorld' class.
LTWWorld.resolveDelegate ( org.aspectj.weaver.ReferenceType ty ):
This method is from 'LTWWorld' class.
LTWWorld.resolveIfBootstrapDelegate ( org.aspectj.weaver.ReferenceType ty ):
This method is from 'LTWWorld' class.
LTWWorld.storeClass ( org.aspectj.apache.bcel.classfile.JavaClass clazz ):
This method is from 'LTWWorld' class.
package org.aspectj.weaver.patterns
[+] AbstractPatternNodeVisitor (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractPatternNodeVisitor. |
[+] affected methods (58)
AbstractPatternNodeVisitor.AbstractPatternNodeVisitor ( ):
This constructor is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( AndAnnotationTypePattern node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( AndPointcut node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( AndTypePattern node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( AnnotationPatternList node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( AnnotationPointcut node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( AnyAnnotationTypePattern node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( AnyTypePattern node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( AnyWithAnnotationTypePattern node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( ArgsAnnotationPointcut node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( ArgsPointcut node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( BindingAnnotationTypePattern node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( BindingTypePattern node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( CflowPointcut node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( ConcreteCflowPointcut node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( DeclareAnnotation node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( DeclareErrorOrWarning node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( DeclareParents node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( DeclarePrecedence node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( DeclareSoft node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( EllipsisAnnotationTypePattern node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( EllipsisTypePattern node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( ExactAnnotationTypePattern node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( ExactTypePattern node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( HandlerPointcut node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( HasMemberTypePattern node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( IfPointcut node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( KindedPointcut node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( ModifiersPattern node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( NamePattern node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( NotAnnotationTypePattern node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( NotPointcut node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( NotTypePattern node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( NoTypePattern node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( OrAnnotationTypePattern node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( OrPointcut node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( OrTypePattern node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( PatternNode node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( PerCflow node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( PerFromSuper node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( PerObject node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( PerSingleton node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( PerTypeWithin node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( Pointcut.MatchesNothingPointcut node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( ReferencePointcut node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( SignaturePattern node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( ThisOrTargetAnnotationPointcut node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( ThisOrTargetPointcut node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( ThrowsPattern node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( TypePatternList node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( TypeVariablePattern node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( TypeVariablePatternList node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( WildAnnotationTypePattern node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( WildTypePattern node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( WithinAnnotationPointcut node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( WithinCodeAnnotationPointcut node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( WithincodePointcut node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
AbstractPatternNodeVisitor.visit ( WithinPointcut node, Object data ):
This method is from 'AbstractPatternNodeVisitor' abstract class.
[+] AndAnnotationTypePattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AndAnnotationTypePattern. |
[+] affected methods (16)
AndAnnotationTypePattern.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'AndAnnotationTypePattern' class.
AndAnnotationTypePattern.AndAnnotationTypePattern ( AnnotationTypePattern left, AnnotationTypePattern right ):
This constructor is from 'AndAnnotationTypePattern' class.
AndAnnotationTypePattern.equals ( Object obj ):
This method is from 'AndAnnotationTypePattern' class.
AndAnnotationTypePattern.getLeft ( ):
This method is from 'AndAnnotationTypePattern' class.
AndAnnotationTypePattern.getRight ( ):
This method is from 'AndAnnotationTypePattern' class.
AndAnnotationTypePattern.hashCode ( ):
This method is from 'AndAnnotationTypePattern' class.
AndAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated ):
This method is from 'AndAnnotationTypePattern' class.
AndAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated, org.aspectj.weaver.ResolvedType[] parameterAnnotations ):
This method is from 'AndAnnotationTypePattern' class.
AndAnnotationTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'AndAnnotationTypePattern' class.
AndAnnotationTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'AndAnnotationTypePattern' class.
AndAnnotationTypePattern.resolve ( org.aspectj.weaver.World world ):
This method is from 'AndAnnotationTypePattern' class.
AndAnnotationTypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding ):
This method is from 'AndAnnotationTypePattern' class.
AndAnnotationTypePattern.setForParameterAnnotationMatch ( ):
This method is from 'AndAnnotationTypePattern' class.
AndAnnotationTypePattern.toString ( ):
This method is from 'AndAnnotationTypePattern' class.
AndAnnotationTypePattern.traverse ( PatternNodeVisitor visitor, Object data ):
This method is from 'AndAnnotationTypePattern' class.
AndAnnotationTypePattern.write ( java.io.DataOutputStream s ):
This method is from 'AndAnnotationTypePattern' class.
[+] AndPointcut (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AndPointcut. |
[+] affected methods (17)
AndPointcut.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'AndPointcut' class.
AndPointcut.AndPointcut ( Pointcut left, Pointcut right ):
This constructor is from 'AndPointcut' class.
AndPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):
This method is from 'AndPointcut' class.
AndPointcut.couldMatchKinds ( ):
This method is from 'AndPointcut' class.
AndPointcut.equals ( Object other ):
This method is from 'AndPointcut' class.
AndPointcut.fastMatch ( FastMatchInfo type ):
This method is from 'AndPointcut' class.
AndPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):
This method is from 'AndPointcut' class.
AndPointcut.getLeft ( ):
This method is from 'AndPointcut' class.
AndPointcut.getRight ( ):
This method is from 'AndPointcut' class.
AndPointcut.hashCode ( ):
This method is from 'AndPointcut' class.
AndPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):
This method is from 'AndPointcut' class.
AndPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'AndPointcut' class.
AndPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'AndPointcut' class.
AndPointcut.resolveBindings ( IScope scope, Bindings bindings ):
This method is from 'AndPointcut' class.
AndPointcut.toString ( ):
This method is from 'AndPointcut' class.
AndPointcut.traverse ( PatternNodeVisitor visitor, Object data ):
This method is from 'AndPointcut' class.
AndPointcut.write ( java.io.DataOutputStream s ):
This method is from 'AndPointcut' class.
[+] AndTypePattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AndTypePattern. |
[+] affected methods (19)
AndTypePattern.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'AndTypePattern' class.
AndTypePattern.AndTypePattern ( TypePattern left, TypePattern right ):
This constructor is from 'AndTypePattern' class.
AndTypePattern.couldEverMatchSameTypesAs ( TypePattern other ):
This method is from 'AndTypePattern' class.
AndTypePattern.equals ( Object obj ):
This method is from 'AndTypePattern' class.
AndTypePattern.getLeft ( ):
This method is from 'AndTypePattern' class.
AndTypePattern.getRight ( ):
This method is from 'AndTypePattern' class.
AndTypePattern.hashCode ( ):
This method is from 'AndTypePattern' class.
AndTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type ):
This method is from 'AndTypePattern' class.
AndTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.ResolvedType annotatedType ):
This method is from 'AndTypePattern' class.
AndTypePattern.matchesInstanceof ( org.aspectj.weaver.ResolvedType type ):
This method is from 'AndTypePattern' class.
AndTypePattern.matchesStatically ( org.aspectj.weaver.ResolvedType type ):
This method is from 'AndTypePattern' class.
AndTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'AndTypePattern' class.
AndTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'AndTypePattern' class.
AndTypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType ):
This method is from 'AndTypePattern' class.
AndTypePattern.setAnnotationTypePattern ( AnnotationTypePattern annPatt ):
This method is from 'AndTypePattern' class.
AndTypePattern.setIsVarArgs ( boolean isVarArgs ):
This method is from 'AndTypePattern' class.
AndTypePattern.toString ( ):
This method is from 'AndTypePattern' class.
AndTypePattern.traverse ( PatternNodeVisitor visitor, Object data ):
This method is from 'AndTypePattern' class.
AndTypePattern.write ( java.io.DataOutputStream s ):
This method is from 'AndTypePattern' class.
[+] AnnotationPatternList (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AnnotationPatternList. |
[+] affected methods (18)
AnnotationPatternList.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'AnnotationPatternList' class.
AnnotationPatternList.AnnotationPatternList ( ):
This constructor is from 'AnnotationPatternList' class.
AnnotationPatternList.AnnotationPatternList ( java.util.List l ):
This constructor is from 'AnnotationPatternList' class.
AnnotationPatternList.AnnotationPatternList ( AnnotationTypePattern[] arguments ):
This constructor is from 'AnnotationPatternList' class.
AnnotationPatternList.equals ( Object other ):
This method is from 'AnnotationPatternList' class.
AnnotationPatternList.get ( int index ):
This method is from 'AnnotationPatternList' class.
AnnotationPatternList.getAnnotationPatterns ( ):
This method is from 'AnnotationPatternList' class.
AnnotationPatternList.hashCode ( ):
This method is from 'AnnotationPatternList' class.
AnnotationPatternList.matches ( org.aspectj.weaver.ResolvedType[] someArgs ):
This method is from 'AnnotationPatternList' class.
AnnotationPatternList.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'AnnotationPatternList' class.
AnnotationPatternList.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'AnnotationPatternList' class.
AnnotationPatternList.resolve ( org.aspectj.weaver.World inWorld ):
This method is from 'AnnotationPatternList' class.
AnnotationPatternList.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding ):
This method is from 'AnnotationPatternList' class.
AnnotationPatternList.resolveReferences ( org.aspectj.weaver.IntMap bindings ):
This method is from 'AnnotationPatternList' class.
AnnotationPatternList.size ( ):
This method is from 'AnnotationPatternList' class.
AnnotationPatternList.toString ( ):
This method is from 'AnnotationPatternList' class.
AnnotationPatternList.traverse ( PatternNodeVisitor visitor, Object data ):
This method is from 'AnnotationPatternList' class.
AnnotationPatternList.write ( java.io.DataOutputStream s ):
This method is from 'AnnotationPatternList' class.
[+] AnnotationPointcut (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AnnotationPointcut. |
[+] affected methods (19)
AnnotationPointcut.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'AnnotationPointcut' class.
AnnotationPointcut.AnnotationPointcut ( ExactAnnotationTypePattern type ):
This constructor is from 'AnnotationPointcut' class.
AnnotationPointcut.AnnotationPointcut ( ExactAnnotationTypePattern type, org.aspectj.weaver.ShadowMunger munger ):
This constructor is from 'AnnotationPointcut' class.
AnnotationPointcut.buildDeclarationText ( ):
This method is from 'AnnotationPointcut' class.
AnnotationPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):
This method is from 'AnnotationPointcut' class.
AnnotationPointcut.couldMatchKinds ( ):
This method is from 'AnnotationPointcut' class.
AnnotationPointcut.equals ( Object other ):
This method is from 'AnnotationPointcut' class.
AnnotationPointcut.fastMatch ( FastMatchInfo info ):
This method is from 'AnnotationPointcut' class.
AnnotationPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):
This method is from 'AnnotationPointcut' class.
AnnotationPointcut.getAnnotationTypePattern ( ):
This method is from 'AnnotationPointcut' class.
AnnotationPointcut.getBindingAnnotationTypePatterns ( ):
This method is from 'AnnotationPointcut' class.
AnnotationPointcut.getBindingTypePatterns ( ):
This method is from 'AnnotationPointcut' class.
AnnotationPointcut.hashCode ( ):
This method is from 'AnnotationPointcut' class.
AnnotationPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):
This method is from 'AnnotationPointcut' class.
AnnotationPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'AnnotationPointcut' class.
AnnotationPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'AnnotationPointcut' class.
AnnotationPointcut.resolveBindings ( IScope scope, Bindings bindings ):
This method is from 'AnnotationPointcut' class.
AnnotationPointcut.toString ( ):
This method is from 'AnnotationPointcut' class.
AnnotationPointcut.write ( java.io.DataOutputStream s ):
This method is from 'AnnotationPointcut' class.
[+] AnnotationTypePattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AnnotationTypePattern. |
[+] affected methods (12)
AnnotationTypePattern.AnnotationTypePattern ( ):
This constructor is from 'AnnotationTypePattern' abstract class.
AnnotationTypePattern.fastMatches ( org.aspectj.weaver.AnnotatedElement annotated ):
This method is from 'AnnotationTypePattern' abstract class.
AnnotationTypePattern.isAny ( ):
This method is from 'AnnotationTypePattern' abstract class.
AnnotationTypePattern.isForParameterAnnotationMatch ( ):
This method is from 'AnnotationTypePattern' abstract class.
AnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement p1 ):
This abstract method is from 'AnnotationTypePattern' abstract class.
AnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement p1, org.aspectj.weaver.ResolvedType[] p2 ):
This abstract method is from 'AnnotationTypePattern' abstract class.
AnnotationTypePattern.parameterizeWith ( java.util.Map p1, org.aspectj.weaver.World p2 ):
This abstract method is from 'AnnotationTypePattern' abstract class.
AnnotationTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'AnnotationTypePattern' abstract class.
AnnotationTypePattern.remapAdviceFormals ( org.aspectj.weaver.IntMap bindings ):
This method is from 'AnnotationTypePattern' abstract class.
AnnotationTypePattern.resolve ( org.aspectj.weaver.World p1 ):
This abstract method is from 'AnnotationTypePattern' abstract class.
AnnotationTypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding ):
This method is from 'AnnotationTypePattern' abstract class.
AnnotationTypePattern.setForParameterAnnotationMatch ( ):
This method is from 'AnnotationTypePattern' abstract class.
[+] AnyAnnotationTypePattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AnyAnnotationTypePattern. |
[+] affected methods (10)
AnyAnnotationTypePattern.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'AnyAnnotationTypePattern' class.
AnyAnnotationTypePattern.AnyAnnotationTypePattern ( ):
This constructor is from 'AnyAnnotationTypePattern' class.
AnyAnnotationTypePattern.fastMatches ( org.aspectj.weaver.AnnotatedElement annotated ):
This method is from 'AnyAnnotationTypePattern' class.
AnyAnnotationTypePattern.isAny ( ):
This method is from 'AnyAnnotationTypePattern' class.
AnyAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated ):
This method is from 'AnyAnnotationTypePattern' class.
AnyAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated, org.aspectj.weaver.ResolvedType[] parameterAnnotations ):
This method is from 'AnyAnnotationTypePattern' class.
AnyAnnotationTypePattern.parameterizeWith ( java.util.Map arg0, org.aspectj.weaver.World w ):
This method is from 'AnyAnnotationTypePattern' class.
AnyAnnotationTypePattern.resolve ( org.aspectj.weaver.World world ):
This method is from 'AnyAnnotationTypePattern' class.
AnyAnnotationTypePattern.toString ( ):
This method is from 'AnyAnnotationTypePattern' class.
AnyAnnotationTypePattern.write ( java.io.DataOutputStream s ):
This method is from 'AnyAnnotationTypePattern' class.
[+] AnyTypePattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AnyTypePattern. |
[+] affected methods (13)
AnyTypePattern.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'AnyTypePattern' class.
AnyTypePattern.AnyTypePattern ( ):
This constructor is from 'AnyTypePattern' class.
AnyTypePattern.couldEverMatchSameTypesAs ( TypePattern other ):
This method is from 'AnyTypePattern' class.
AnyTypePattern.equals ( Object obj ):
This method is from 'AnyTypePattern' class.
AnyTypePattern.hashCode ( ):
This method is from 'AnyTypePattern' class.
AnyTypePattern.isStar ( ):
This method is from 'AnyTypePattern' class.
AnyTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type ):
This method is from 'AnyTypePattern' class.
AnyTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.ResolvedType annotatedType ):
This method is from 'AnyTypePattern' class.
AnyTypePattern.matchesInstanceof ( org.aspectj.weaver.ResolvedType type ):
This method is from 'AnyTypePattern' class.
AnyTypePattern.matchesSubtypes ( org.aspectj.weaver.ResolvedType type ):
This method is from 'AnyTypePattern' class.
AnyTypePattern.parameterizeWith ( java.util.Map arg0, org.aspectj.weaver.World w ):
This method is from 'AnyTypePattern' class.
AnyTypePattern.toString ( ):
This method is from 'AnyTypePattern' class.
AnyTypePattern.write ( java.io.DataOutputStream s ):
This method is from 'AnyTypePattern' class.
[+] AnyWithAnnotationTypePattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AnyWithAnnotationTypePattern. |
[+] affected methods (14)
AnyWithAnnotationTypePattern.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'AnyWithAnnotationTypePattern' class.
AnyWithAnnotationTypePattern.AnyWithAnnotationTypePattern ( AnnotationTypePattern atp ):
This constructor is from 'AnyWithAnnotationTypePattern' class.
AnyWithAnnotationTypePattern.couldEverMatchSameTypesAs ( TypePattern other ):
This method is from 'AnyWithAnnotationTypePattern' class.
AnyWithAnnotationTypePattern.equals ( Object obj ):
This method is from 'AnyWithAnnotationTypePattern' class.
AnyWithAnnotationTypePattern.hashCode ( ):
This method is from 'AnyWithAnnotationTypePattern' class.
AnyWithAnnotationTypePattern.isStar ( ):
This method is from 'AnyWithAnnotationTypePattern' class.
AnyWithAnnotationTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type ):
This method is from 'AnyWithAnnotationTypePattern' class.
AnyWithAnnotationTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.ResolvedType annotatedType ):
This method is from 'AnyWithAnnotationTypePattern' class.
AnyWithAnnotationTypePattern.matchesInstanceof ( org.aspectj.weaver.ResolvedType type ):
This method is from 'AnyWithAnnotationTypePattern' class.
AnyWithAnnotationTypePattern.matchesSubtypes ( org.aspectj.weaver.ResolvedType type ):
This method is from 'AnyWithAnnotationTypePattern' class.
AnyWithAnnotationTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'AnyWithAnnotationTypePattern' class.
AnyWithAnnotationTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext c ):
This method is from 'AnyWithAnnotationTypePattern' class.
AnyWithAnnotationTypePattern.toString ( ):
This method is from 'AnyWithAnnotationTypePattern' class.
AnyWithAnnotationTypePattern.write ( java.io.DataOutputStream s ):
This method is from 'AnyWithAnnotationTypePattern' class.
[+] ArgsAnnotationPointcut (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ArgsAnnotationPointcut. |
[+] affected methods (17)
ArgsAnnotationPointcut.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'ArgsAnnotationPointcut' class.
ArgsAnnotationPointcut.ArgsAnnotationPointcut ( AnnotationPatternList arguments ):
This constructor is from 'ArgsAnnotationPointcut' class.
ArgsAnnotationPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):
This method is from 'ArgsAnnotationPointcut' class.
ArgsAnnotationPointcut.couldMatchKinds ( ):
This method is from 'ArgsAnnotationPointcut' class.
ArgsAnnotationPointcut.equals ( Object obj ):
This method is from 'ArgsAnnotationPointcut' class.
ArgsAnnotationPointcut.fastMatch ( FastMatchInfo info ):
This method is from 'ArgsAnnotationPointcut' class.
ArgsAnnotationPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):
This method is from 'ArgsAnnotationPointcut' class.
ArgsAnnotationPointcut.getArguments ( ):
This method is from 'ArgsAnnotationPointcut' class.
ArgsAnnotationPointcut.getBindingAnnotationTypePatterns ( ):
This method is from 'ArgsAnnotationPointcut' class.
ArgsAnnotationPointcut.getBindingTypePatterns ( ):
This method is from 'ArgsAnnotationPointcut' class.
ArgsAnnotationPointcut.hashCode ( ):
This method is from 'ArgsAnnotationPointcut' class.
ArgsAnnotationPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):
This method is from 'ArgsAnnotationPointcut' class.
ArgsAnnotationPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'ArgsAnnotationPointcut' class.
ArgsAnnotationPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'ArgsAnnotationPointcut' class.
ArgsAnnotationPointcut.resolveBindings ( IScope scope, Bindings bindings ):
This method is from 'ArgsAnnotationPointcut' class.
ArgsAnnotationPointcut.toString ( ):
This method is from 'ArgsAnnotationPointcut' class.
ArgsAnnotationPointcut.write ( java.io.DataOutputStream s ):
This method is from 'ArgsAnnotationPointcut' class.
[+] ArgsPointcut (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ArgsPointcut. |
[+] affected methods (18)
ArgsPointcut.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'ArgsPointcut' class.
ArgsPointcut.ArgsPointcut ( TypePatternList arguments ):
This constructor is from 'ArgsPointcut' class.
ArgsPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):
This method is from 'ArgsPointcut' class.
ArgsPointcut.couldMatchKinds ( ):
This method is from 'ArgsPointcut' class.
ArgsPointcut.equals ( Object other ):
This method is from 'ArgsPointcut' class.
ArgsPointcut.fastMatch ( FastMatchInfo type ):
This method is from 'ArgsPointcut' class.
ArgsPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):
This method is from 'ArgsPointcut' class.
ArgsPointcut.getArguments ( ):
This method is from 'ArgsPointcut' class.
ArgsPointcut.getBindingAnnotationTypePatterns ( ):
This method is from 'ArgsPointcut' class.
ArgsPointcut.getBindingTypePatterns ( ):
This method is from 'ArgsPointcut' class.
ArgsPointcut.hashCode ( ):
This method is from 'ArgsPointcut' class.
ArgsPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):
This method is from 'ArgsPointcut' class.
ArgsPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'ArgsPointcut' class.
ArgsPointcut.postRead ( org.aspectj.weaver.ResolvedType enclosingType ):
This method is from 'ArgsPointcut' class.
ArgsPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'ArgsPointcut' class.
ArgsPointcut.resolveBindings ( IScope scope, Bindings bindings ):
This method is from 'ArgsPointcut' class.
ArgsPointcut.toString ( ):
This method is from 'ArgsPointcut' class.
ArgsPointcut.write ( java.io.DataOutputStream s ):
This method is from 'ArgsPointcut' class.
[+] BasicToken (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BasicToken. |
[+] affected methods (11)
BasicToken.getEnd ( ):
This method is from 'BasicToken' class.
BasicToken.getFileName ( ):
This method is from 'BasicToken' class.
BasicToken.getLiteralKind ( ):
This method is from 'BasicToken' class.
BasicToken.getStart ( ):
This method is from 'BasicToken' class.
BasicToken.getString ( ):
This method is from 'BasicToken' class.
BasicToken.isIdentifier ( ):
This method is from 'BasicToken' class.
BasicToken.makeIdentifier ( String value, int start, int end ):
This method is from 'BasicToken' class.
BasicToken.makeLiteral ( String value, String kind, int start, int end ):
This method is from 'BasicToken' class.
BasicToken.makeOperator ( String value, int start, int end ):
This method is from 'BasicToken' class.
BasicToken.maybeGetParsedPointcut ( ):
This method is from 'BasicToken' class.
BasicToken.toString ( ):
This method is from 'BasicToken' class.
[+] BasicTokenSource (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BasicTokenSource. |
[+] affected methods (9)
BasicTokenSource.BasicTokenSource ( IToken[] tokens, org.aspectj.weaver.ISourceContext sourceContext ):
This constructor is from 'BasicTokenSource' class.
BasicTokenSource.getIndex ( ):
This method is from 'BasicTokenSource' class.
BasicTokenSource.getSourceContext ( ):
This method is from 'BasicTokenSource' class.
BasicTokenSource.next ( ):
This method is from 'BasicTokenSource' class.
BasicTokenSource.peek ( ):
This method is from 'BasicTokenSource' class.
BasicTokenSource.peek ( int offset ):
This method is from 'BasicTokenSource' class.
BasicTokenSource.setIndex ( int newIndex ):
This method is from 'BasicTokenSource' class.
BasicTokenSource.setSourceContext ( org.aspectj.weaver.ISourceContext context ):
This method is from 'BasicTokenSource' class.
BasicTokenSource.toString ( ):
This method is from 'BasicTokenSource' class.
[+] BindingAnnotationFieldTypePattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BindingAnnotationFieldTypePattern. |
[+] affected methods (11)
BindingAnnotationFieldTypePattern.BindingAnnotationFieldTypePattern ( org.aspectj.weaver.UnresolvedType formalType, int formalIndex, org.aspectj.weaver.UnresolvedType theAnnotationType ):
This constructor is from 'BindingAnnotationFieldTypePattern' class.
BindingAnnotationFieldTypePattern.equals ( Object obj ):
This method is from 'BindingAnnotationFieldTypePattern' class.
BindingAnnotationFieldTypePattern.getFormalIndex ( ):
This method is from 'BindingAnnotationFieldTypePattern' class.
BindingAnnotationFieldTypePattern.getFormalType ( ):
This method is from 'BindingAnnotationFieldTypePattern' class.
BindingAnnotationFieldTypePattern.hashCode ( ):
This method is from 'BindingAnnotationFieldTypePattern' class.
BindingAnnotationFieldTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated, org.aspectj.weaver.ResolvedType[] parameterAnnotations ):
This method is from 'BindingAnnotationFieldTypePattern' class.
BindingAnnotationFieldTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'BindingAnnotationFieldTypePattern' class.
BindingAnnotationFieldTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'BindingAnnotationFieldTypePattern' class.
BindingAnnotationFieldTypePattern.remapAdviceFormals ( org.aspectj.weaver.IntMap bindings ):
This method is from 'BindingAnnotationFieldTypePattern' class.
BindingAnnotationFieldTypePattern.resolveBinding ( org.aspectj.weaver.World world ):
This method is from 'BindingAnnotationFieldTypePattern' class.
BindingAnnotationFieldTypePattern.write ( java.io.DataOutputStream s ):
This method is from 'BindingAnnotationFieldTypePattern' class.
[+] BindingAnnotationTypePattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BindingAnnotationTypePattern. |
[+] affected methods (10)
BindingAnnotationTypePattern.BindingAnnotationTypePattern ( FormalBinding binding ):
This constructor is from 'BindingAnnotationTypePattern' class.
BindingAnnotationTypePattern.BindingAnnotationTypePattern ( org.aspectj.weaver.UnresolvedType annotationType, int index ):
This constructor is from 'BindingAnnotationTypePattern' class.
BindingAnnotationTypePattern.equals ( Object obj ):
This method is from 'BindingAnnotationTypePattern' class.
BindingAnnotationTypePattern.getFormalIndex ( ):
This method is from 'BindingAnnotationTypePattern' class.
BindingAnnotationTypePattern.hashCode ( ):
This method is from 'BindingAnnotationTypePattern' class.
BindingAnnotationTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'BindingAnnotationTypePattern' class.
BindingAnnotationTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'BindingAnnotationTypePattern' class.
BindingAnnotationTypePattern.remapAdviceFormals ( org.aspectj.weaver.IntMap bindings ):
This method is from 'BindingAnnotationTypePattern' class.
BindingAnnotationTypePattern.resolveBinding ( org.aspectj.weaver.World world ):
This method is from 'BindingAnnotationTypePattern' class.
BindingAnnotationTypePattern.write ( java.io.DataOutputStream s ):
This method is from 'BindingAnnotationTypePattern' class.
[+] BindingPattern (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BindingPattern. |
[+] affected methods (1)
BindingPattern.getFormalIndex ( ):
This abstract method is from 'BindingPattern' interface.
[+] Bindings (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Bindings. |
[+] affected methods (12)
Bindings.Bindings ( int count ):
This constructor is from 'Bindings' class.
Bindings.Bindings ( BindingPattern[] bindings ):
This constructor is from 'Bindings' class.
Bindings.checkAllBound ( IScope scope ):
This method is from 'Bindings' class.
Bindings.checkEmpty ( IScope scope, String message ):
This method is from 'Bindings' class.
Bindings.checkEquals ( Bindings other, IScope scope ):
This method is from 'Bindings' class.
Bindings.copy ( ):
This method is from 'Bindings' class.
Bindings.getUsedFormals ( ):
This method is from 'Bindings' class.
Bindings.getUsedFormalTypes ( ):
This method is from 'Bindings' class.
Bindings.mergeIn ( Bindings other, IScope scope ):
This method is from 'Bindings' class.
Bindings.register ( BindingPattern binding, IScope scope ):
This method is from 'Bindings' class.
Bindings.size ( ):
This method is from 'Bindings' class.
Bindings.toString ( ):
This method is from 'Bindings' class.
[+] BindingTypePattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BindingTypePattern. |
[+] affected methods (10)
BindingTypePattern.BindingTypePattern ( FormalBinding binding, boolean isVarArgs ):
This constructor is from 'BindingTypePattern' class.
BindingTypePattern.BindingTypePattern ( org.aspectj.weaver.UnresolvedType type, int index, boolean isVarArgs ):
This constructor is from 'BindingTypePattern' class.
BindingTypePattern.equals ( Object other ):
This method is from 'BindingTypePattern' class.
BindingTypePattern.getFormalIndex ( ):
This method is from 'BindingTypePattern' class.
BindingTypePattern.hashCode ( ):
This method is from 'BindingTypePattern' class.
BindingTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'BindingTypePattern' class.
BindingTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'BindingTypePattern' class.
BindingTypePattern.remapAdviceFormals ( org.aspectj.weaver.IntMap bindings ):
This method is from 'BindingTypePattern' class.
BindingTypePattern.toString ( ):
This method is from 'BindingTypePattern' class.
BindingTypePattern.write ( java.io.DataOutputStream out ):
This method is from 'BindingTypePattern' class.
[+] CflowPointcut (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CflowPointcut. |
[+] affected methods (16)
CflowPointcut.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'CflowPointcut' class.
CflowPointcut.CflowPointcut ( Pointcut entry, boolean isBelow, int[] freeVars ):
This constructor is from 'CflowPointcut' class.
CflowPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):
This method is from 'CflowPointcut' class.
CflowPointcut.couldMatchKinds ( ):
This method is from 'CflowPointcut' class.
CflowPointcut.equals ( Object other ):
This method is from 'CflowPointcut' class.
CflowPointcut.fastMatch ( FastMatchInfo type ):
This method is from 'CflowPointcut' class.
CflowPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):
This method is from 'CflowPointcut' class.
CflowPointcut.getEntry ( ):
This method is from 'CflowPointcut' class.
CflowPointcut.hashCode ( ):
This method is from 'CflowPointcut' class.
CflowPointcut.isCflowBelow ( ):
This method is from 'CflowPointcut' class.
CflowPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):
This method is from 'CflowPointcut' class.
CflowPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'CflowPointcut' class.
CflowPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'CflowPointcut' class.
CflowPointcut.resolveBindings ( IScope scope, Bindings bindings ):
This method is from 'CflowPointcut' class.
CflowPointcut.toString ( ):
This method is from 'CflowPointcut' class.
CflowPointcut.write ( java.io.DataOutputStream s ):
This method is from 'CflowPointcut' class.
[+] ConcreteCflowPointcut (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConcreteCflowPointcut. |
[+] affected methods (14)
ConcreteCflowPointcut.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'ConcreteCflowPointcut' class.
ConcreteCflowPointcut.ConcreteCflowPointcut ( org.aspectj.weaver.Member cflowField, java.util.List slots, boolean usesCounter ):
This constructor is from 'ConcreteCflowPointcut' class.
ConcreteCflowPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):
This method is from 'ConcreteCflowPointcut' class.
ConcreteCflowPointcut.couldMatchKinds ( ):
This method is from 'ConcreteCflowPointcut' class.
ConcreteCflowPointcut.equals ( Object other ):
This method is from 'ConcreteCflowPointcut' class.
ConcreteCflowPointcut.fastMatch ( FastMatchInfo type ):
This method is from 'ConcreteCflowPointcut' class.
ConcreteCflowPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):
This method is from 'ConcreteCflowPointcut' class.
ConcreteCflowPointcut.getUsedFormalSlots ( ):
This method is from 'ConcreteCflowPointcut' class.
ConcreteCflowPointcut.hashCode ( ):
This method is from 'ConcreteCflowPointcut' class.
ConcreteCflowPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):
This method is from 'ConcreteCflowPointcut' class.
ConcreteCflowPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'ConcreteCflowPointcut' class.
ConcreteCflowPointcut.resolveBindings ( IScope scope, Bindings bindings ):
This method is from 'ConcreteCflowPointcut' class.
ConcreteCflowPointcut.toString ( ):
This method is from 'ConcreteCflowPointcut' class.
ConcreteCflowPointcut.write ( java.io.DataOutputStream s ):
This method is from 'ConcreteCflowPointcut' class.
[+] Declare (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Declare. |
[+] affected methods (8)
Declare.Declare ( ):
This constructor is from 'Declare' abstract class.
Declare.getDeclaringType ( ):
This method is from 'Declare' abstract class.
Declare.getNameSuffix ( ):
This abstract method is from 'Declare' abstract class.
Declare.isAdviceLike ( ):
This abstract method is from 'Declare' abstract class.
Declare.parameterizeWith ( java.util.Map p1, org.aspectj.weaver.World p2 ):
This abstract method is from 'Declare' abstract class.
Declare.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'Declare' abstract class.
Declare.resolve ( IScope p1 ):
This abstract method is from 'Declare' abstract class.
Declare.setDeclaringType ( org.aspectj.weaver.ResolvedType aType ):
This method is from 'Declare' abstract class.
[+] DeclareAnnotation (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DeclareAnnotation. |
[+] affected methods (35)
DeclareAnnotation.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.copyAnnotationTo ( org.aspectj.weaver.ResolvedType onType ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.couldEverMatch ( org.aspectj.weaver.ResolvedType type ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.DeclareAnnotation ( DeclareAnnotation.Kind kind, SignaturePattern sigPattern ):
This constructor is from 'DeclareAnnotation' class.
DeclareAnnotation.DeclareAnnotation ( DeclareAnnotation.Kind kind, TypePattern typePattern ):
This constructor is from 'DeclareAnnotation' class.
DeclareAnnotation.equals ( Object obj ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.getAnnotationMethod ( ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.getAnnotationString ( ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.getAnnotationTypeX ( ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.getAnnotationX ( ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.getAspect ( ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.getKind ( ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.getNameSuffix ( ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.getPatternAsString ( ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.getSignaturePattern ( ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.getTypePattern ( ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.hashCode ( ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.isAdviceLike ( ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.isAnnotationAllowedOnField ( ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.isDeclareAtConstuctor ( ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.isDeclareAtField ( ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.isDeclareAtMethod ( ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.isDeclareAtType ( ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.isExactPattern ( ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.isStarredAnnotationPattern ( ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.matches ( org.aspectj.weaver.ResolvedMember rm, org.aspectj.weaver.World world ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.matches ( org.aspectj.weaver.ResolvedType typeX ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.parameterizeWith ( java.util.Map typeVariableBindingMap, org.aspectj.weaver.World w ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.resolve ( IScope scope ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.setAnnotationMethod ( String methName ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.setAnnotationString ( String as ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.setAspect ( org.aspectj.weaver.ResolvedType typeX ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.toString ( ):
This method is from 'DeclareAnnotation' class.
DeclareAnnotation.write ( java.io.DataOutputStream s ):
This method is from 'DeclareAnnotation' class.
[+] DeclareErrorOrWarning (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DeclareErrorOrWarning. |
[+] affected methods (15)
DeclareErrorOrWarning.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'DeclareErrorOrWarning' class.
DeclareErrorOrWarning.DeclareErrorOrWarning ( boolean isError, Pointcut pointcut, String message ):
This constructor is from 'DeclareErrorOrWarning' class.
DeclareErrorOrWarning.equals ( Object other ):
This method is from 'DeclareErrorOrWarning' class.
DeclareErrorOrWarning.getMessage ( ):
This method is from 'DeclareErrorOrWarning' class.
DeclareErrorOrWarning.getName ( ):
This method is from 'DeclareErrorOrWarning' class.
DeclareErrorOrWarning.getNameSuffix ( ):
This method is from 'DeclareErrorOrWarning' class.
DeclareErrorOrWarning.getPointcut ( ):
This method is from 'DeclareErrorOrWarning' class.
DeclareErrorOrWarning.hashCode ( ):
This method is from 'DeclareErrorOrWarning' class.
DeclareErrorOrWarning.isAdviceLike ( ):
This method is from 'DeclareErrorOrWarning' class.
DeclareErrorOrWarning.isError ( ):
This method is from 'DeclareErrorOrWarning' class.
DeclareErrorOrWarning.parameterizeWith ( java.util.Map typeVariableBindingMap, org.aspectj.weaver.World w ):
This method is from 'DeclareErrorOrWarning' class.
DeclareErrorOrWarning.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'DeclareErrorOrWarning' class.
DeclareErrorOrWarning.resolve ( IScope scope ):
This method is from 'DeclareErrorOrWarning' class.
DeclareErrorOrWarning.toString ( ):
This method is from 'DeclareErrorOrWarning' class.
DeclareErrorOrWarning.write ( java.io.DataOutputStream s ):
This method is from 'DeclareErrorOrWarning' class.
[+] DeclareParents (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DeclareParents. |
[+] affected methods (18)
DeclareParents.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'DeclareParents' class.
DeclareParents.DeclareParents ( TypePattern child, java.util.List parents, boolean isExtends ):
This constructor is from 'DeclareParents' class.
DeclareParents.equals ( Object other ):
This method is from 'DeclareParents' class.
DeclareParents.findMatchingNewParents ( org.aspectj.weaver.ResolvedType onType, boolean reportErrors ):
This method is from 'DeclareParents' class.
DeclareParents.getChild ( ):
This method is from 'DeclareParents' class.
DeclareParents.getNameSuffix ( ):
This method is from 'DeclareParents' class.
DeclareParents.getParents ( ):
This method is from 'DeclareParents' class.
DeclareParents.hashCode ( ):
This method is from 'DeclareParents' class.
DeclareParents.isAdviceLike ( ):
This method is from 'DeclareParents' class.
DeclareParents.isExtends ( ):
This method is from 'DeclareParents' class.
DeclareParents.match ( org.aspectj.weaver.ResolvedType typeX ):
This method is from 'DeclareParents' class.
DeclareParents.parameterizeWith ( java.util.Map typeVariableBindingMap, org.aspectj.weaver.World w ):
This method is from 'DeclareParents' class.
DeclareParents.parentsIncludeClass ( org.aspectj.weaver.World w ):
This method is from 'DeclareParents' class.
DeclareParents.parentsIncludeInterface ( org.aspectj.weaver.World w ):
This method is from 'DeclareParents' class.
DeclareParents.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'DeclareParents' class.
DeclareParents.resolve ( IScope scope ):
This method is from 'DeclareParents' class.
DeclareParents.toString ( ):
This method is from 'DeclareParents' class.
DeclareParents.write ( java.io.DataOutputStream s ):
This method is from 'DeclareParents' class.
[+] DeclarePrecedence (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DeclarePrecedence. |
[+] affected methods (13)
DeclarePrecedence.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'DeclarePrecedence' class.
DeclarePrecedence.compare ( org.aspectj.weaver.ResolvedType aspect1, org.aspectj.weaver.ResolvedType aspect2 ):
This method is from 'DeclarePrecedence' class.
DeclarePrecedence.DeclarePrecedence ( java.util.List patterns ):
This constructor is from 'DeclarePrecedence' class.
DeclarePrecedence.equals ( Object other ):
This method is from 'DeclarePrecedence' class.
DeclarePrecedence.getNameSuffix ( ):
This method is from 'DeclarePrecedence' class.
DeclarePrecedence.getPatterns ( ):
This method is from 'DeclarePrecedence' class.
DeclarePrecedence.hashCode ( ):
This method is from 'DeclarePrecedence' class.
DeclarePrecedence.isAdviceLike ( ):
This method is from 'DeclarePrecedence' class.
DeclarePrecedence.parameterizeWith ( java.util.Map typeVariableBindingMap, org.aspectj.weaver.World w ):
This method is from 'DeclarePrecedence' class.
DeclarePrecedence.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'DeclarePrecedence' class.
DeclarePrecedence.resolve ( IScope scope ):
This method is from 'DeclarePrecedence' class.
DeclarePrecedence.toString ( ):
This method is from 'DeclarePrecedence' class.
DeclarePrecedence.write ( java.io.DataOutputStream s ):
This method is from 'DeclarePrecedence' class.
[+] DeclareSoft (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DeclareSoft. |
[+] affected methods (13)
DeclareSoft.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'DeclareSoft' class.
DeclareSoft.DeclareSoft ( TypePattern exception, Pointcut pointcut ):
This constructor is from 'DeclareSoft' class.
DeclareSoft.equals ( Object other ):
This method is from 'DeclareSoft' class.
DeclareSoft.getException ( ):
This method is from 'DeclareSoft' class.
DeclareSoft.getNameSuffix ( ):
This method is from 'DeclareSoft' class.
DeclareSoft.getPointcut ( ):
This method is from 'DeclareSoft' class.
DeclareSoft.hashCode ( ):
This method is from 'DeclareSoft' class.
DeclareSoft.isAdviceLike ( ):
This method is from 'DeclareSoft' class.
DeclareSoft.parameterizeWith ( java.util.Map typeVariableBindingMap, org.aspectj.weaver.World w ):
This method is from 'DeclareSoft' class.
DeclareSoft.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'DeclareSoft' class.
DeclareSoft.resolve ( IScope scope ):
This method is from 'DeclareSoft' class.
DeclareSoft.toString ( ):
This method is from 'DeclareSoft' class.
DeclareSoft.write ( java.io.DataOutputStream s ):
This method is from 'DeclareSoft' class.
[+] EllipsisAnnotationTypePattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EllipsisAnnotationTypePattern. |
[+] affected methods (7)
EllipsisAnnotationTypePattern.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'EllipsisAnnotationTypePattern' class.
EllipsisAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated ):
This method is from 'EllipsisAnnotationTypePattern' class.
EllipsisAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated, org.aspectj.weaver.ResolvedType[] parameterAnnotations ):
This method is from 'EllipsisAnnotationTypePattern' class.
EllipsisAnnotationTypePattern.parameterizeWith ( java.util.Map arg0, org.aspectj.weaver.World w ):
This method is from 'EllipsisAnnotationTypePattern' class.
EllipsisAnnotationTypePattern.resolve ( org.aspectj.weaver.World world ):
This method is from 'EllipsisAnnotationTypePattern' class.
EllipsisAnnotationTypePattern.toString ( ):
This method is from 'EllipsisAnnotationTypePattern' class.
EllipsisAnnotationTypePattern.write ( java.io.DataOutputStream s ):
This method is from 'EllipsisAnnotationTypePattern' class.
[+] EllipsisTypePattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EllipsisTypePattern. |
[+] affected methods (11)
EllipsisTypePattern.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'EllipsisTypePattern' class.
EllipsisTypePattern.couldEverMatchSameTypesAs ( TypePattern other ):
This method is from 'EllipsisTypePattern' class.
EllipsisTypePattern.EllipsisTypePattern ( ):
This constructor is from 'EllipsisTypePattern' class.
EllipsisTypePattern.equals ( Object obj ):
This method is from 'EllipsisTypePattern' class.
EllipsisTypePattern.hashCode ( ):
This method is from 'EllipsisTypePattern' class.
EllipsisTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type ):
This method is from 'EllipsisTypePattern' class.
EllipsisTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.ResolvedType annotatedType ):
This method is from 'EllipsisTypePattern' class.
EllipsisTypePattern.matchesInstanceof ( org.aspectj.weaver.ResolvedType type ):
This method is from 'EllipsisTypePattern' class.
EllipsisTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'EllipsisTypePattern' class.
EllipsisTypePattern.toString ( ):
This method is from 'EllipsisTypePattern' class.
EllipsisTypePattern.write ( java.io.DataOutputStream s ):
This method is from 'EllipsisTypePattern' class.
[+] ExactAnnotationFieldTypePattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ExactAnnotationFieldTypePattern. |
[+] affected methods (18)
ExactAnnotationFieldTypePattern.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'ExactAnnotationFieldTypePattern' class.
ExactAnnotationFieldTypePattern.equals ( Object obj ):
This method is from 'ExactAnnotationFieldTypePattern' class.
ExactAnnotationFieldTypePattern.ExactAnnotationFieldTypePattern ( ExactAnnotationTypePattern p, String formalName ):
This constructor is from 'ExactAnnotationFieldTypePattern' class.
ExactAnnotationFieldTypePattern.ExactAnnotationFieldTypePattern ( org.aspectj.weaver.UnresolvedType annotationType, String formalName ):
This constructor is from 'ExactAnnotationFieldTypePattern' class.
ExactAnnotationFieldTypePattern.fastMatches ( org.aspectj.weaver.AnnotatedElement annotated ):
This method is from 'ExactAnnotationFieldTypePattern' class.
ExactAnnotationFieldTypePattern.getAnnotationType ( ):
This method is from 'ExactAnnotationFieldTypePattern' class.
ExactAnnotationFieldTypePattern.getAnnotationValues ( ):
This method is from 'ExactAnnotationFieldTypePattern' class.
ExactAnnotationFieldTypePattern.getResolvedAnnotationType ( ):
This method is from 'ExactAnnotationFieldTypePattern' class.
ExactAnnotationFieldTypePattern.hashCode ( ):
This method is from 'ExactAnnotationFieldTypePattern' class.
ExactAnnotationFieldTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated ):
This method is from 'ExactAnnotationFieldTypePattern' class.
ExactAnnotationFieldTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated, org.aspectj.weaver.ResolvedType[] parameterAnnotations ):
This method is from 'ExactAnnotationFieldTypePattern' class.
ExactAnnotationFieldTypePattern.matchesRuntimeType ( org.aspectj.weaver.AnnotatedElement annotated ):
This method is from 'ExactAnnotationFieldTypePattern' class.
ExactAnnotationFieldTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'ExactAnnotationFieldTypePattern' class.
ExactAnnotationFieldTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'ExactAnnotationFieldTypePattern' class.
ExactAnnotationFieldTypePattern.resolve ( org.aspectj.weaver.World world ):
This method is from 'ExactAnnotationFieldTypePattern' class.
ExactAnnotationFieldTypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding ):
This method is from 'ExactAnnotationFieldTypePattern' class.
ExactAnnotationFieldTypePattern.toString ( ):
This method is from 'ExactAnnotationFieldTypePattern' class.
ExactAnnotationFieldTypePattern.write ( java.io.DataOutputStream s ):
This method is from 'ExactAnnotationFieldTypePattern' class.
[+] ExactAnnotationTypePattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ExactAnnotationTypePattern. |
[+] affected methods (20)
ExactAnnotationTypePattern.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'ExactAnnotationTypePattern' class.
ExactAnnotationTypePattern.equals ( Object obj ):
This method is from 'ExactAnnotationTypePattern' class.
ExactAnnotationTypePattern.ExactAnnotationTypePattern ( org.aspectj.weaver.UnresolvedType annotationType, java.util.Map annotationValues ):
This constructor is from 'ExactAnnotationTypePattern' class.
ExactAnnotationTypePattern.ExactAnnotationTypePattern ( String formalName ):
This constructor is from 'ExactAnnotationTypePattern' class.
ExactAnnotationTypePattern.fastMatches ( org.aspectj.weaver.AnnotatedElement annotated ):
This method is from 'ExactAnnotationTypePattern' class.
ExactAnnotationTypePattern.getAnnotationType ( ):
This method is from 'ExactAnnotationTypePattern' class.
ExactAnnotationTypePattern.getAnnotationValues ( ):
This method is from 'ExactAnnotationTypePattern' class.
ExactAnnotationTypePattern.getResolvedAnnotationType ( ):
This method is from 'ExactAnnotationTypePattern' class.
ExactAnnotationTypePattern.hashCode ( ):
This method is from 'ExactAnnotationTypePattern' class.
ExactAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated ):
This method is from 'ExactAnnotationTypePattern' class.
ExactAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated, org.aspectj.weaver.ResolvedType[] parameterAnnotations ):
This method is from 'ExactAnnotationTypePattern' class.
ExactAnnotationTypePattern.matchesRuntimeType ( org.aspectj.weaver.AnnotatedElement annotated ):
This method is from 'ExactAnnotationTypePattern' class.
ExactAnnotationTypePattern.maybeGetSimpleName ( ):
This method is from 'ExactAnnotationTypePattern' class.
ExactAnnotationTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'ExactAnnotationTypePattern' class.
ExactAnnotationTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'ExactAnnotationTypePattern' class.
ExactAnnotationTypePattern.resolve ( org.aspectj.weaver.World world ):
This method is from 'ExactAnnotationTypePattern' class.
ExactAnnotationTypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding ):
This method is from 'ExactAnnotationTypePattern' class.
ExactAnnotationTypePattern.toString ( ):
This method is from 'ExactAnnotationTypePattern' class.
ExactAnnotationTypePattern.verifyIsAnnotationType ( org.aspectj.weaver.ResolvedType type, IScope scope ):
This method is from 'ExactAnnotationTypePattern' class.
ExactAnnotationTypePattern.write ( java.io.DataOutputStream s ):
This method is from 'ExactAnnotationTypePattern' class.
[+] ExactTypePattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ExactTypePattern. |
[+] affected methods (17)
ExactTypePattern.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'ExactTypePattern' class.
ExactTypePattern.couldEverMatchSameTypesAs ( TypePattern other ):
This method is from 'ExactTypePattern' class.
ExactTypePattern.equals ( Object other ):
This method is from 'ExactTypePattern' class.
ExactTypePattern.ExactTypePattern ( org.aspectj.weaver.UnresolvedType type, boolean includeSubtypes, boolean isVarArgs ):
This constructor is from 'ExactTypePattern' class.
ExactTypePattern.getType ( ):
This method is from 'ExactTypePattern' class.
ExactTypePattern.hashCode ( ):
This method is from 'ExactTypePattern' class.
ExactTypePattern.isArray ( ):
This method is from 'ExactTypePattern' class.
ExactTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType matchType ):
This method is from 'ExactTypePattern' class.
ExactTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType matchType, org.aspectj.weaver.ResolvedType annotatedType ):
This method is from 'ExactTypePattern' class.
ExactTypePattern.matchesInstanceof ( org.aspectj.weaver.ResolvedType matchType ):
This method is from 'ExactTypePattern' class.
ExactTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'ExactTypePattern' class.
ExactTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'ExactTypePattern' class.
ExactTypePattern.readTypePattern150 ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'ExactTypePattern' class.
ExactTypePattern.readTypePatternOldStyle ( java.io.DataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'ExactTypePattern' class.
ExactTypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType ):
This method is from 'ExactTypePattern' class.
ExactTypePattern.toString ( ):
This method is from 'ExactTypePattern' class.
ExactTypePattern.write ( java.io.DataOutputStream out ):
This method is from 'ExactTypePattern' class.
[+] ExposedState (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ExposedState. |
[+] affected methods (11)
ExposedState.ExposedState ( int size ):
This constructor is from 'ExposedState' class.
ExposedState.ExposedState ( org.aspectj.weaver.Member signature ):
This constructor is from 'ExposedState' class.
ExposedState.get ( int i ):
This method is from 'ExposedState' class.
ExposedState.getAspectInstance ( ):
This method is from 'ExposedState' class.
ExposedState.isErroneousVar ( int formalIndex ):
This method is from 'ExposedState' class.
ExposedState.isFullySetUp ( ):
This method is from 'ExposedState' class.
ExposedState.set ( int i, org.aspectj.weaver.ast.Var var ):
This method is from 'ExposedState' class.
ExposedState.setAspectInstance ( org.aspectj.weaver.ast.Expr aspectInstance ):
This method is from 'ExposedState' class.
ExposedState.setErroneousVar ( int formalIndex ):
This method is from 'ExposedState' class.
ExposedState.size ( ):
This method is from 'ExposedState' class.
ExposedState.toString ( ):
This method is from 'ExposedState' class.
[+] FastMatchInfo (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FastMatchInfo. |
[+] affected methods (4)
FastMatchInfo.FastMatchInfo ( org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.Shadow.Kind kind ):
This constructor is from 'FastMatchInfo' class.
FastMatchInfo.getKind ( ):
This method is from 'FastMatchInfo' class.
FastMatchInfo.getType ( ):
This method is from 'FastMatchInfo' class.
FastMatchInfo.toString ( ):
This method is from 'FastMatchInfo' class.
[+] FormalBinding (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FormalBinding. |
[+] affected methods (10)
FormalBinding.FormalBinding ( org.aspectj.weaver.UnresolvedType type, int index ):
This constructor is from 'FormalBinding' class.
FormalBinding.FormalBinding ( org.aspectj.weaver.UnresolvedType type, String name, int index ):
This constructor is from 'FormalBinding' class.
FormalBinding.FormalBinding ( org.aspectj.weaver.UnresolvedType type, String name, int index, int start, int end, String fileName ):
This constructor is from 'FormalBinding' class.
FormalBinding.getEnd ( ):
This method is from 'FormalBinding' class.
FormalBinding.getFileName ( ):
This method is from 'FormalBinding' class.
FormalBinding.getIndex ( ):
This method is from 'FormalBinding' class.
FormalBinding.getName ( ):
This method is from 'FormalBinding' class.
FormalBinding.getStart ( ):
This method is from 'FormalBinding' class.
FormalBinding.getType ( ):
This method is from 'FormalBinding' class.
FormalBinding.toString ( ):
This method is from 'FormalBinding' class.
[+] HandlerPointcut (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HandlerPointcut. |
[+] affected methods (14)
HandlerPointcut.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'HandlerPointcut' class.
HandlerPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):
This method is from 'HandlerPointcut' class.
HandlerPointcut.couldMatchKinds ( ):
This method is from 'HandlerPointcut' class.
HandlerPointcut.equals ( Object other ):
This method is from 'HandlerPointcut' class.
HandlerPointcut.fastMatch ( FastMatchInfo type ):
This method is from 'HandlerPointcut' class.
HandlerPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):
This method is from 'HandlerPointcut' class.
HandlerPointcut.HandlerPointcut ( TypePattern exceptionType ):
This constructor is from 'HandlerPointcut' class.
HandlerPointcut.hashCode ( ):
This method is from 'HandlerPointcut' class.
HandlerPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):
This method is from 'HandlerPointcut' class.
HandlerPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'HandlerPointcut' class.
HandlerPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'HandlerPointcut' class.
HandlerPointcut.resolveBindings ( IScope scope, Bindings bindings ):
This method is from 'HandlerPointcut' class.
HandlerPointcut.toString ( ):
This method is from 'HandlerPointcut' class.
HandlerPointcut.write ( java.io.DataOutputStream s ):
This method is from 'HandlerPointcut' class.
[+] HasMemberTypePattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HasMemberTypePattern. |
[+] affected methods (12)
HasMemberTypePattern.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'HasMemberTypePattern' class.
HasMemberTypePattern.equals ( Object obj ):
This method is from 'HasMemberTypePattern' class.
HasMemberTypePattern.hashCode ( ):
This method is from 'HasMemberTypePattern' class.
HasMemberTypePattern.HasMemberTypePattern ( SignaturePattern aSignaturePattern ):
This constructor is from 'HasMemberTypePattern' class.
HasMemberTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type ):
This method is from 'HasMemberTypePattern' class.
HasMemberTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.ResolvedType annotatedType ):
This method is from 'HasMemberTypePattern' class.
HasMemberTypePattern.matchesInstanceof ( org.aspectj.weaver.ResolvedType type ):
This method is from 'HasMemberTypePattern' class.
HasMemberTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'HasMemberTypePattern' class.
HasMemberTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'HasMemberTypePattern' class.
HasMemberTypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType ):
This method is from 'HasMemberTypePattern' class.
HasMemberTypePattern.toString ( ):
This method is from 'HasMemberTypePattern' class.
HasMemberTypePattern.write ( java.io.DataOutputStream s ):
This method is from 'HasMemberTypePattern' class.
[+] HasMemberTypePatternFinder (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HasMemberTypePatternFinder. |
[+] affected methods (3)
HasMemberTypePatternFinder.hasMemberTypePattern ( ):
This method is from 'HasMemberTypePatternFinder' class.
HasMemberTypePatternFinder.HasMemberTypePatternFinder ( TypePattern aPattern ):
This constructor is from 'HasMemberTypePatternFinder' class.
HasMemberTypePatternFinder.visit ( HasMemberTypePattern node, Object data ):
This method is from 'HasMemberTypePatternFinder' class.
[+] HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor. |
[+] affected methods (4)
HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor.HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor ( ):
This constructor is from 'HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor' class.
HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor.visit ( ExactTypePattern node, Object data ):
This method is from 'HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor' class.
HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor.visit ( WildTypePattern node, Object data ):
This method is from 'HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor' class.
HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor.wellHasItThen ( ):
This method is from 'HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor' class.
[+] IdentityPointcutVisitor (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IdentityPointcutVisitor. |
[+] affected methods (58)
IdentityPointcutVisitor.IdentityPointcutVisitor ( ):
This constructor is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( AndAnnotationTypePattern node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( AndPointcut node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( AndTypePattern node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( AnnotationPatternList node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( AnnotationPointcut node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( AnyAnnotationTypePattern node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( AnyTypePattern node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( AnyWithAnnotationTypePattern node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( ArgsAnnotationPointcut node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( ArgsPointcut node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( BindingAnnotationTypePattern node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( BindingTypePattern node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( CflowPointcut node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( ConcreteCflowPointcut node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( DeclareAnnotation node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( DeclareErrorOrWarning node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( DeclareParents node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( DeclarePrecedence node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( DeclareSoft node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( EllipsisAnnotationTypePattern node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( EllipsisTypePattern node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( ExactAnnotationTypePattern node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( ExactTypePattern node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( HandlerPointcut node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( HasMemberTypePattern node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( IfPointcut node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( KindedPointcut node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( ModifiersPattern node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( NamePattern node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( NotAnnotationTypePattern node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( NotPointcut node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( NotTypePattern node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( NoTypePattern node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( OrAnnotationTypePattern node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( OrPointcut node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( OrTypePattern node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( PatternNode node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( PerCflow node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( PerFromSuper node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( PerObject node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( PerSingleton node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( PerTypeWithin node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( Pointcut.MatchesNothingPointcut node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( ReferencePointcut node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( SignaturePattern node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( ThisOrTargetAnnotationPointcut node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( ThisOrTargetPointcut node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( ThrowsPattern node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( TypePatternList node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( TypeVariablePattern node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( TypeVariablePatternList node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( WildAnnotationTypePattern node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( WildTypePattern node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( WithinAnnotationPointcut node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( WithinCodeAnnotationPointcut node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( WithincodePointcut node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
IdentityPointcutVisitor.visit ( WithinPointcut node, Object data ):
This method is from 'IdentityPointcutVisitor' class.
[+] IfPointcut (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IfPointcut. |
[+] affected methods (21)
IfPointcut.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'IfPointcut' class.
IfPointcut.alwaysFalse ( ):
This method is from 'IfPointcut' class.
IfPointcut.alwaysTrue ( ):
This method is from 'IfPointcut' class.
IfPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):
This method is from 'IfPointcut' class.
IfPointcut.couldMatchKinds ( ):
This method is from 'IfPointcut' class.
IfPointcut.equals ( Object other ):
This method is from 'IfPointcut' class.
IfPointcut.fastMatch ( FastMatchInfo type ):
This method is from 'IfPointcut' class.
IfPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):
This method is from 'IfPointcut' class.
IfPointcut.getResidueSource ( ):
This method is from 'IfPointcut' class.
IfPointcut.hashCode ( ):
This method is from 'IfPointcut' class.
IfPointcut.IfPointcut ( org.aspectj.weaver.ResolvedMember testMethod, int extraParameterFlags ):
This constructor is from 'IfPointcut' class.
IfPointcut.IfPointcut ( String enclosingPointcutHint ):
This constructor is from 'IfPointcut' class.
IfPointcut.makeIfFalsePointcut ( Pointcut.State state ):
This method is from 'IfPointcut' class.
IfPointcut.makeIfTruePointcut ( Pointcut.State state ):
This method is from 'IfPointcut' class.
IfPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):
This method is from 'IfPointcut' class.
IfPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'IfPointcut' class.
IfPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'IfPointcut' class.
IfPointcut.resolveBindings ( IScope scope, Bindings bindings ):
This method is from 'IfPointcut' class.
IfPointcut.shouldCopyLocationForConcretize ( ):
This method is from 'IfPointcut' class.
IfPointcut.toString ( ):
This method is from 'IfPointcut' class.
IfPointcut.write ( java.io.DataOutputStream s ):
This method is from 'IfPointcut' class.
[+] IScope (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IScope. |
[+] affected methods (12)
IScope.getEnclosingType ( ):
This abstract method is from 'IScope' interface.
IScope.getFormal ( int p1 ):
This abstract method is from 'IScope' interface.
IScope.getFormalCount ( ):
This abstract method is from 'IScope' interface.
IScope.getImportedNames ( ):
This abstract method is from 'IScope' interface.
IScope.getImportedPrefixes ( ):
This abstract method is from 'IScope' interface.
IScope.getMessageHandler ( ):
This abstract method is from 'IScope' interface.
IScope.getWorld ( ):
This abstract method is from 'IScope' interface.
IScope.lookupFormal ( String p1 ):
This abstract method is from 'IScope' interface.
IScope.lookupType ( String p1, org.aspectj.weaver.IHasPosition p2 ):
This abstract method is from 'IScope' interface.
IScope.message ( org.aspectj.bridge.IMessage p1 ):
This abstract method is from 'IScope' interface.
IScope.message ( org.aspectj.bridge.IMessage.Kind p1, org.aspectj.weaver.IHasPosition p2, org.aspectj.weaver.IHasPosition p3, String p4 ):
This abstract method is from 'IScope' interface.
IScope.message ( org.aspectj.bridge.IMessage.Kind p1, org.aspectj.weaver.IHasPosition p2, String p3 ):
This abstract method is from 'IScope' interface.
[+] IToken (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IToken. |
[+] affected methods (4)
IToken.getLiteralKind ( ):
This abstract method is from 'IToken' interface.
IToken.getString ( ):
This abstract method is from 'IToken' interface.
IToken.isIdentifier ( ):
This abstract method is from 'IToken' interface.
IToken.maybeGetParsedPointcut ( ):
This abstract method is from 'IToken' interface.
[+] ITokenSource (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ITokenSource. |
[+] affected methods (6)
ITokenSource.getIndex ( ):
This abstract method is from 'ITokenSource' interface.
ITokenSource.getSourceContext ( ):
This abstract method is from 'ITokenSource' interface.
ITokenSource.next ( ):
This abstract method is from 'ITokenSource' interface.
ITokenSource.peek ( ):
This abstract method is from 'ITokenSource' interface.
ITokenSource.peek ( int p1 ):
This abstract method is from 'ITokenSource' interface.
ITokenSource.setIndex ( int p1 ):
This abstract method is from 'ITokenSource' interface.
[+] IVerificationRequired (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IVerificationRequired. |
[+] affected methods (1)
IVerificationRequired.verify ( ):
This abstract method is from 'IVerificationRequired' interface.
[+] KindedPointcut (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class KindedPointcut. |
[+] affected methods (19)
KindedPointcut.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'KindedPointcut' class.
KindedPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):
This method is from 'KindedPointcut' class.
KindedPointcut.couldEverMatchSameJoinPointsAs ( KindedPointcut other ):
This method is from 'KindedPointcut' class.
KindedPointcut.couldMatchKinds ( ):
This method is from 'KindedPointcut' class.
KindedPointcut.equals ( Object other ):
This method is from 'KindedPointcut' class.
KindedPointcut.fastMatch ( FastMatchInfo info ):
This method is from 'KindedPointcut' class.
KindedPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):
This method is from 'KindedPointcut' class.
KindedPointcut.getKind ( ):
This method is from 'KindedPointcut' class.
KindedPointcut.getSignature ( ):
This method is from 'KindedPointcut' class.
KindedPointcut.hashCode ( ):
This method is from 'KindedPointcut' class.
KindedPointcut.KindedPointcut ( org.aspectj.weaver.Shadow.Kind kind, SignaturePattern signature ):
This constructor is from 'KindedPointcut' class.
KindedPointcut.KindedPointcut ( org.aspectj.weaver.Shadow.Kind kind, SignaturePattern signature, org.aspectj.weaver.ShadowMunger munger ):
This constructor is from 'KindedPointcut' class.
KindedPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):
This method is from 'KindedPointcut' class.
KindedPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'KindedPointcut' class.
KindedPointcut.postRead ( org.aspectj.weaver.ResolvedType enclosingType ):
This method is from 'KindedPointcut' class.
KindedPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'KindedPointcut' class.
KindedPointcut.resolveBindings ( IScope scope, Bindings bindings ):
This method is from 'KindedPointcut' class.
KindedPointcut.toString ( ):
This method is from 'KindedPointcut' class.
KindedPointcut.write ( java.io.DataOutputStream s ):
This method is from 'KindedPointcut' class.
[+] ModifiersPattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ModifiersPattern. |
[+] affected methods (9)
ModifiersPattern.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'ModifiersPattern' class.
ModifiersPattern.equals ( Object other ):
This method is from 'ModifiersPattern' class.
ModifiersPattern.getModifierFlag ( String name ):
This method is from 'ModifiersPattern' class.
ModifiersPattern.hashCode ( ):
This method is from 'ModifiersPattern' class.
ModifiersPattern.matches ( int modifiers ):
This method is from 'ModifiersPattern' class.
ModifiersPattern.ModifiersPattern ( int requiredModifiers, int forbiddenModifiers ):
This constructor is from 'ModifiersPattern' class.
ModifiersPattern.read ( org.aspectj.weaver.VersionedDataInputStream s ):
This method is from 'ModifiersPattern' class.
ModifiersPattern.toString ( ):
This method is from 'ModifiersPattern' class.
ModifiersPattern.write ( java.io.DataOutputStream s ):
This method is from 'ModifiersPattern' class.
[+] NameBindingPointcut (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NameBindingPointcut. |
[+] affected methods (4)
NameBindingPointcut.exposeStateForVar ( org.aspectj.weaver.ast.Var var, TypePattern type, ExposedState state, org.aspectj.weaver.World world ):
This method is from 'NameBindingPointcut' abstract class.
NameBindingPointcut.getBindingAnnotationTypePatterns ( ):
This abstract method is from 'NameBindingPointcut' abstract class.
NameBindingPointcut.getBindingTypePatterns ( ):
This abstract method is from 'NameBindingPointcut' abstract class.
NameBindingPointcut.NameBindingPointcut ( ):
This constructor is from 'NameBindingPointcut' abstract class.
[+] NamePattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NamePattern. |
[+] affected methods (12)
NamePattern.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'NamePattern' class.
NamePattern.equals ( Object other ):
This method is from 'NamePattern' class.
NamePattern.hashCode ( ):
This method is from 'NamePattern' class.
NamePattern.isAny ( ):
This method is from 'NamePattern' class.
NamePattern.matches ( char[] a2 ):
This method is from 'NamePattern' class.
NamePattern.matches ( String other ):
This method is from 'NamePattern' class.
NamePattern.maybeGetSimpleName ( ):
This method is from 'NamePattern' class.
NamePattern.NamePattern ( char[] pattern ):
This constructor is from 'NamePattern' class.
NamePattern.NamePattern ( String name ):
This constructor is from 'NamePattern' class.
NamePattern.read ( org.aspectj.weaver.VersionedDataInputStream in ):
This method is from 'NamePattern' class.
NamePattern.toString ( ):
This method is from 'NamePattern' class.
NamePattern.write ( java.io.DataOutputStream out ):
This method is from 'NamePattern' class.
[+] NotAnnotationTypePattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NotAnnotationTypePattern. |
[+] affected methods (15)
NotAnnotationTypePattern.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'NotAnnotationTypePattern' class.
NotAnnotationTypePattern.equals ( Object obj ):
This method is from 'NotAnnotationTypePattern' class.
NotAnnotationTypePattern.getNegatedPattern ( ):
This method is from 'NotAnnotationTypePattern' class.
NotAnnotationTypePattern.hashCode ( ):
This method is from 'NotAnnotationTypePattern' class.
NotAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated ):
This method is from 'NotAnnotationTypePattern' class.
NotAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated, org.aspectj.weaver.ResolvedType[] parameterAnnotations ):
This method is from 'NotAnnotationTypePattern' class.
NotAnnotationTypePattern.NotAnnotationTypePattern ( AnnotationTypePattern pattern ):
This constructor is from 'NotAnnotationTypePattern' class.
NotAnnotationTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'NotAnnotationTypePattern' class.
NotAnnotationTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'NotAnnotationTypePattern' class.
NotAnnotationTypePattern.resolve ( org.aspectj.weaver.World world ):
This method is from 'NotAnnotationTypePattern' class.
NotAnnotationTypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding ):
This method is from 'NotAnnotationTypePattern' class.
NotAnnotationTypePattern.setForParameterAnnotationMatch ( ):
This method is from 'NotAnnotationTypePattern' class.
NotAnnotationTypePattern.toString ( ):
This method is from 'NotAnnotationTypePattern' class.
NotAnnotationTypePattern.traverse ( PatternNodeVisitor visitor, Object data ):
This method is from 'NotAnnotationTypePattern' class.
NotAnnotationTypePattern.write ( java.io.DataOutputStream s ):
This method is from 'NotAnnotationTypePattern' class.
[+] NotPointcut (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NotPointcut. |
[+] affected methods (17)
NotPointcut.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'NotPointcut' class.
NotPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):
This method is from 'NotPointcut' class.
NotPointcut.couldMatchKinds ( ):
This method is from 'NotPointcut' class.
NotPointcut.equals ( Object other ):
This method is from 'NotPointcut' class.
NotPointcut.fastMatch ( FastMatchInfo type ):
This method is from 'NotPointcut' class.
NotPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):
This method is from 'NotPointcut' class.
NotPointcut.getNegatedPointcut ( ):
This method is from 'NotPointcut' class.
NotPointcut.hashCode ( ):
This method is from 'NotPointcut' class.
NotPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):
This method is from 'NotPointcut' class.
NotPointcut.NotPointcut ( Pointcut negated ):
This constructor is from 'NotPointcut' class.
NotPointcut.NotPointcut ( Pointcut pointcut, int startPos ):
This constructor is from 'NotPointcut' class.
NotPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'NotPointcut' class.
NotPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'NotPointcut' class.
NotPointcut.resolveBindings ( IScope scope, Bindings bindings ):
This method is from 'NotPointcut' class.
NotPointcut.toString ( ):
This method is from 'NotPointcut' class.
NotPointcut.traverse ( PatternNodeVisitor visitor, Object data ):
This method is from 'NotPointcut' class.
NotPointcut.write ( java.io.DataOutputStream s ):
This method is from 'NotPointcut' class.
[+] NotTypePattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NotTypePattern. |
[+] affected methods (18)
NotTypePattern.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'NotTypePattern' class.
NotTypePattern.couldEverMatchSameTypesAs ( TypePattern other ):
This method is from 'NotTypePattern' class.
NotTypePattern.equals ( Object obj ):
This method is from 'NotTypePattern' class.
NotTypePattern.getNegatedPattern ( ):
This method is from 'NotTypePattern' class.
NotTypePattern.hashCode ( ):
This method is from 'NotTypePattern' class.
NotTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type ):
This method is from 'NotTypePattern' class.
NotTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.ResolvedType annotatedType ):
This method is from 'NotTypePattern' class.
NotTypePattern.matchesInstanceof ( org.aspectj.weaver.ResolvedType type ):
This method is from 'NotTypePattern' class.
NotTypePattern.matchesStatically ( org.aspectj.weaver.ResolvedType type ):
This method is from 'NotTypePattern' class.
NotTypePattern.NotTypePattern ( TypePattern pattern ):
This constructor is from 'NotTypePattern' class.
NotTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'NotTypePattern' class.
NotTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'NotTypePattern' class.
NotTypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType ):
This method is from 'NotTypePattern' class.
NotTypePattern.setAnnotationTypePattern ( AnnotationTypePattern annPatt ):
This method is from 'NotTypePattern' class.
NotTypePattern.setIsVarArgs ( boolean isVarArgs ):
This method is from 'NotTypePattern' class.
NotTypePattern.toString ( ):
This method is from 'NotTypePattern' class.
NotTypePattern.traverse ( PatternNodeVisitor visitor, Object data ):
This method is from 'NotTypePattern' class.
NotTypePattern.write ( java.io.DataOutputStream s ):
This method is from 'NotTypePattern' class.
[+] NoTypePattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NoTypePattern. |
[+] affected methods (13)
NoTypePattern.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'NoTypePattern' class.
NoTypePattern.couldEverMatchSameTypesAs ( TypePattern other ):
This method is from 'NoTypePattern' class.
NoTypePattern.equals ( Object obj ):
This method is from 'NoTypePattern' class.
NoTypePattern.hashCode ( ):
This method is from 'NoTypePattern' class.
NoTypePattern.isStar ( ):
This method is from 'NoTypePattern' class.
NoTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type ):
This method is from 'NoTypePattern' class.
NoTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.ResolvedType annotatedType ):
This method is from 'NoTypePattern' class.
NoTypePattern.matchesInstanceof ( org.aspectj.weaver.ResolvedType type ):
This method is from 'NoTypePattern' class.
NoTypePattern.matchesSubtypes ( org.aspectj.weaver.ResolvedType type ):
This method is from 'NoTypePattern' class.
NoTypePattern.NoTypePattern ( ):
This constructor is from 'NoTypePattern' class.
NoTypePattern.parameterizeWith ( java.util.Map arg0, org.aspectj.weaver.World w ):
This method is from 'NoTypePattern' class.
NoTypePattern.toString ( ):
This method is from 'NoTypePattern' class.
NoTypePattern.write ( java.io.DataOutputStream s ):
This method is from 'NoTypePattern' class.
[+] OrAnnotationTypePattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class OrAnnotationTypePattern. |
[+] affected methods (16)
OrAnnotationTypePattern.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'OrAnnotationTypePattern' class.
OrAnnotationTypePattern.equals ( Object obj ):
This method is from 'OrAnnotationTypePattern' class.
OrAnnotationTypePattern.getLeft ( ):
This method is from 'OrAnnotationTypePattern' class.
OrAnnotationTypePattern.getRight ( ):
This method is from 'OrAnnotationTypePattern' class.
OrAnnotationTypePattern.hashCode ( ):
This method is from 'OrAnnotationTypePattern' class.
OrAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated ):
This method is from 'OrAnnotationTypePattern' class.
OrAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated, org.aspectj.weaver.ResolvedType[] parameterAnnotations ):
This method is from 'OrAnnotationTypePattern' class.
OrAnnotationTypePattern.OrAnnotationTypePattern ( AnnotationTypePattern left, AnnotationTypePattern right ):
This constructor is from 'OrAnnotationTypePattern' class.
OrAnnotationTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'OrAnnotationTypePattern' class.
OrAnnotationTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'OrAnnotationTypePattern' class.
OrAnnotationTypePattern.resolve ( org.aspectj.weaver.World world ):
This method is from 'OrAnnotationTypePattern' class.
OrAnnotationTypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding ):
This method is from 'OrAnnotationTypePattern' class.
OrAnnotationTypePattern.setForParameterAnnotationMatch ( ):
This method is from 'OrAnnotationTypePattern' class.
OrAnnotationTypePattern.toString ( ):
This method is from 'OrAnnotationTypePattern' class.
OrAnnotationTypePattern.traverse ( PatternNodeVisitor visitor, Object data ):
This method is from 'OrAnnotationTypePattern' class.
OrAnnotationTypePattern.write ( java.io.DataOutputStream s ):
This method is from 'OrAnnotationTypePattern' class.
[+] OrPointcut (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class OrPointcut. |
[+] affected methods (17)
OrPointcut.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'OrPointcut' class.
OrPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):
This method is from 'OrPointcut' class.
OrPointcut.couldMatchKinds ( ):
This method is from 'OrPointcut' class.
OrPointcut.equals ( Object other ):
This method is from 'OrPointcut' class.
OrPointcut.fastMatch ( FastMatchInfo type ):
This method is from 'OrPointcut' class.
OrPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):
This method is from 'OrPointcut' class.
OrPointcut.getLeft ( ):
This method is from 'OrPointcut' class.
OrPointcut.getRight ( ):
This method is from 'OrPointcut' class.
OrPointcut.hashCode ( ):
This method is from 'OrPointcut' class.
OrPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):
This method is from 'OrPointcut' class.
OrPointcut.OrPointcut ( Pointcut left, Pointcut right ):
This constructor is from 'OrPointcut' class.
OrPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'OrPointcut' class.
OrPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'OrPointcut' class.
OrPointcut.resolveBindings ( IScope scope, Bindings bindings ):
This method is from 'OrPointcut' class.
OrPointcut.toString ( ):
This method is from 'OrPointcut' class.
OrPointcut.traverse ( PatternNodeVisitor visitor, Object data ):
This method is from 'OrPointcut' class.
OrPointcut.write ( java.io.DataOutputStream s ):
This method is from 'OrPointcut' class.
[+] OrTypePattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class OrTypePattern. |
[+] affected methods (19)
OrTypePattern.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'OrTypePattern' class.
OrTypePattern.couldEverMatchSameTypesAs ( TypePattern other ):
This method is from 'OrTypePattern' class.
OrTypePattern.equals ( Object obj ):
This method is from 'OrTypePattern' class.
OrTypePattern.getLeft ( ):
This method is from 'OrTypePattern' class.
OrTypePattern.getRight ( ):
This method is from 'OrTypePattern' class.
OrTypePattern.hashCode ( ):
This method is from 'OrTypePattern' class.
OrTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type ):
This method is from 'OrTypePattern' class.
OrTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.ResolvedType annotatedType ):
This method is from 'OrTypePattern' class.
OrTypePattern.matchesInstanceof ( org.aspectj.weaver.ResolvedType type ):
This method is from 'OrTypePattern' class.
OrTypePattern.matchesStatically ( org.aspectj.weaver.ResolvedType type ):
This method is from 'OrTypePattern' class.
OrTypePattern.OrTypePattern ( TypePattern left, TypePattern right ):
This constructor is from 'OrTypePattern' class.
OrTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'OrTypePattern' class.
OrTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'OrTypePattern' class.
OrTypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType ):
This method is from 'OrTypePattern' class.
OrTypePattern.setAnnotationTypePattern ( AnnotationTypePattern annPatt ):
This method is from 'OrTypePattern' class.
OrTypePattern.setIsVarArgs ( boolean isVarArgs ):
This method is from 'OrTypePattern' class.
OrTypePattern.toString ( ):
This method is from 'OrTypePattern' class.
OrTypePattern.traverse ( PatternNodeVisitor visitor, Object data ):
This method is from 'OrTypePattern' class.
OrTypePattern.write ( java.io.DataOutputStream s ):
This method is from 'OrTypePattern' class.
[+] ParserException (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ParserException. |
[+] affected methods (2)
ParserException.getLocation ( ):
This method is from 'ParserException' class.
ParserException.ParserException ( String message, org.aspectj.weaver.IHasPosition token ):
This constructor is from 'ParserException' class.
[+] PatternNode (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PatternNode. |
[+] affected methods (13)
PatternNode.accept ( PatternNodeVisitor p1, Object p2 ):
This abstract method is from 'PatternNode' abstract class.
PatternNode.copyLocationFrom ( PatternNode other ):
This method is from 'PatternNode' abstract class.
PatternNode.getEnd ( ):
This method is from 'PatternNode' abstract class.
PatternNode.getFileName ( ):
This method is from 'PatternNode' abstract class.
PatternNode.getSourceContext ( ):
This method is from 'PatternNode' abstract class.
PatternNode.getSourceLocation ( ):
This method is from 'PatternNode' abstract class.
PatternNode.getStart ( ):
This method is from 'PatternNode' abstract class.
PatternNode.PatternNode ( ):
This constructor is from 'PatternNode' abstract class.
PatternNode.readLocation ( org.aspectj.weaver.ISourceContext context, java.io.DataInputStream s ):
This method is from 'PatternNode' abstract class.
PatternNode.setLocation ( org.aspectj.weaver.ISourceContext sourceContext, int start, int end ):
This method is from 'PatternNode' abstract class.
PatternNode.traverse ( PatternNodeVisitor visitor, Object data ):
This method is from 'PatternNode' abstract class.
PatternNode.write ( java.io.DataOutputStream p1 ):
This abstract method is from 'PatternNode' abstract class.
PatternNode.writeLocation ( java.io.DataOutputStream s ):
This method is from 'PatternNode' abstract class.
[+] PatternNodeVisitor (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PatternNodeVisitor. |
[+] affected methods (57)
PatternNodeVisitor.visit ( AndAnnotationTypePattern p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( AndPointcut p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( AndTypePattern p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( AnnotationPatternList p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( AnnotationPointcut p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( AnyAnnotationTypePattern p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( AnyTypePattern p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( AnyWithAnnotationTypePattern p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( ArgsAnnotationPointcut p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( ArgsPointcut p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( BindingAnnotationTypePattern p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( BindingTypePattern p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( CflowPointcut p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( ConcreteCflowPointcut p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( DeclareAnnotation p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( DeclareErrorOrWarning p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( DeclareParents p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( DeclarePrecedence p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( DeclareSoft p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( EllipsisAnnotationTypePattern p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( EllipsisTypePattern p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( ExactAnnotationTypePattern p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( ExactTypePattern p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( HandlerPointcut p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( HasMemberTypePattern p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( IfPointcut p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( KindedPointcut p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( ModifiersPattern p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( NamePattern p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( NotAnnotationTypePattern p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( NotPointcut p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( NotTypePattern p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( NoTypePattern p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( OrAnnotationTypePattern p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( OrPointcut p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( OrTypePattern p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( PatternNode p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( PerCflow p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( PerFromSuper p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( PerObject p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( PerSingleton p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( PerTypeWithin p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( Pointcut.MatchesNothingPointcut p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( ReferencePointcut p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( SignaturePattern p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( ThisOrTargetAnnotationPointcut p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( ThisOrTargetPointcut p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( ThrowsPattern p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( TypePatternList p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( TypeVariablePattern p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( TypeVariablePatternList p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( WildAnnotationTypePattern p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( WildTypePattern p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( WithinAnnotationPointcut p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( WithinCodeAnnotationPointcut p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( WithincodePointcut p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
PatternNodeVisitor.visit ( WithinPointcut p1, Object p2 ):
This abstract method is from 'PatternNodeVisitor' interface.
[+] PatternParser (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PatternParser. |
[+] affected methods (50)
PatternParser.checkEof ( ):
This method is from 'PatternParser' class.
PatternParser.eat ( String expectedValue ):
This method is from 'PatternParser' class.
PatternParser.eatIdentifier ( String expectedValue ):
This method is from 'PatternParser' class.
PatternParser.maybeEat ( String token ):
This method is from 'PatternParser' class.
PatternParser.maybeEatAdjacent ( String token ):
This method is from 'PatternParser' class.
PatternParser.maybeEatIdentifier ( ):
This method is from 'PatternParser' class.
PatternParser.maybeEatIdentifier ( String expectedValue ):
This method is from 'PatternParser' class.
PatternParser.maybeParseAnnotationPattern ( ):
This method is from 'PatternParser' class.
PatternParser.maybeParsePerClause ( ):
This method is from 'PatternParser' class.
PatternParser.maybeParseSimpleTypeVariableList ( ):
This method is from 'PatternParser' class.
PatternParser.maybeParseSingleAnnotationPattern ( ):
This method is from 'PatternParser' class.
PatternParser.maybeParseTypeParameterList ( ):
This method is from 'PatternParser' class.
PatternParser.maybeParseTypeVariableList ( ):
This method is from 'PatternParser' class.
PatternParser.parseAnnotationNameOrVarTypePattern ( ):
This method is from 'PatternParser' class.
PatternParser.parseAnnotationNameValuePattern ( ):
This method is from 'PatternParser' class.
PatternParser.parseAnnotationPointcut ( ):
This method is from 'PatternParser' class.
PatternParser.parseAnnotationValues ( ):
This method is from 'PatternParser' class.
PatternParser.parseArgumentsAnnotationPattern ( ):
This method is from 'PatternParser' class.
PatternParser.parseArgumentsPattern ( boolean parameterAnnotationsPossible ):
This method is from 'PatternParser' class.
PatternParser.parseDeclare ( ):
This method is from 'PatternParser' class.
PatternParser.parseDeclareAnnotation ( ):
This method is from 'PatternParser' class.
PatternParser.parseDeclareAtField ( ):
This method is from 'PatternParser' class.
PatternParser.parseDeclareAtMethod ( boolean isMethod ):
This method is from 'PatternParser' class.
PatternParser.parseDeclareAtType ( ):
This method is from 'PatternParser' class.
PatternParser.parseDominates ( ):
This method is from 'PatternParser' class.
PatternParser.parseDottedIdentifier ( ):
This method is from 'PatternParser' class.
PatternParser.parseDottedNamePattern ( ):
This method is from 'PatternParser' class.
PatternParser.parseFieldSignaturePattern ( ):
This method is from 'PatternParser' class.
PatternParser.parseGenericsWildcardTypePattern ( ):
This method is from 'PatternParser' class.
PatternParser.parseHasFieldTypePattern ( ):
This method is from 'PatternParser' class.
PatternParser.parseHasMethodTypePattern ( ):
This method is from 'PatternParser' class.
PatternParser.parseIdentifier ( ):
This method is from 'PatternParser' class.
PatternParser.parseMethodOrConstructorSignaturePattern ( ):
This method is from 'PatternParser' class.
PatternParser.parseModifiersPattern ( ):
This method is from 'PatternParser' class.
PatternParser.parseNamePattern ( ):
This method is from 'PatternParser' class.
PatternParser.parseOptionalThrowsPattern ( ):
This method is from 'PatternParser' class.
PatternParser.parsePointcut ( ):
This method is from 'PatternParser' class.
PatternParser.parsePossibleStringSequence ( boolean shouldEnd ):
This method is from 'PatternParser' class.
PatternParser.parseSinglePointcut ( ):
This method is from 'PatternParser' class.
PatternParser.parseSingleTypePattern ( ):
This method is from 'PatternParser' class.
PatternParser.parseSingleTypePattern ( boolean insideTypeParameters ):
This method is from 'PatternParser' class.
PatternParser.parseStringLiteral ( ):
This method is from 'PatternParser' class.
PatternParser.parseTypePattern ( ):
This method is from 'PatternParser' class.
PatternParser.parseTypePattern ( boolean insideTypeParameters, boolean parameterAnnotationsPossible ):
This method is from 'PatternParser' class.
PatternParser.parseTypeVariable ( ):
This method is from 'PatternParser' class.
PatternParser.PatternParser ( ITokenSource tokenSource ):
This constructor is from 'PatternParser' class.
PatternParser.PatternParser ( String data ):
This constructor is from 'PatternParser' class.
PatternParser.PatternParser ( String data, org.aspectj.weaver.ISourceContext context ):
This constructor is from 'PatternParser' class.
PatternParser.peek ( String token ):
This method is from 'PatternParser' class.
PatternParser.setPointcutDesignatorHandlers ( java.util.Set handlers, org.aspectj.weaver.reflect.ReflectionWorld world ):
This method is from 'PatternParser' class.
[+] PerCflow (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PerCflow. |
[+] affected methods (17)
PerCflow.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'PerCflow' class.
PerCflow.concretize ( org.aspectj.weaver.ResolvedType inAspect ):
This method is from 'PerCflow' class.
PerCflow.couldMatchKinds ( ):
This method is from 'PerCflow' class.
PerCflow.equals ( Object other ):
This method is from 'PerCflow' class.
PerCflow.fastMatch ( FastMatchInfo type ):
This method is from 'PerCflow' class.
PerCflow.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):
This method is from 'PerCflow' class.
PerCflow.getEntry ( ):
This method is from 'PerCflow' class.
PerCflow.getKind ( ):
This method is from 'PerCflow' class.
PerCflow.hashCode ( ):
This method is from 'PerCflow' class.
PerCflow.matchInternal ( org.aspectj.weaver.Shadow shadow ):
This method is from 'PerCflow' class.
PerCflow.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'PerCflow' class.
PerCflow.PerCflow ( Pointcut entry, boolean isBelow ):
This constructor is from 'PerCflow' class.
PerCflow.readPerClause ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'PerCflow' class.
PerCflow.resolveBindings ( IScope scope, Bindings bindings ):
This method is from 'PerCflow' class.
PerCflow.toDeclarationString ( ):
This method is from 'PerCflow' class.
PerCflow.toString ( ):
This method is from 'PerCflow' class.
PerCflow.write ( java.io.DataOutputStream s ):
This method is from 'PerCflow' class.
[+] PerClause (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PerClause. |
[+] affected methods (6)
PerClause.concretize ( org.aspectj.weaver.ResolvedType p1 ):
This abstract method is from 'PerClause' abstract class.
PerClause.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):
This method is from 'PerClause' abstract class.
PerClause.getKind ( ):
This abstract method is from 'PerClause' abstract class.
PerClause.PerClause ( ):
This constructor is from 'PerClause' abstract class.
PerClause.readPerClause ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'PerClause' abstract class.
PerClause.toDeclarationString ( ):
This abstract method is from 'PerClause' abstract class.
[+] PerFromSuper (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PerFromSuper. |
[+] affected methods (17)
PerFromSuper.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'PerFromSuper' class.
PerFromSuper.concretize ( org.aspectj.weaver.ResolvedType inAspect ):
This method is from 'PerFromSuper' class.
PerFromSuper.couldMatchKinds ( ):
This method is from 'PerFromSuper' class.
PerFromSuper.equals ( Object other ):
This method is from 'PerFromSuper' class.
PerFromSuper.fastMatch ( FastMatchInfo type ):
This method is from 'PerFromSuper' class.
PerFromSuper.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):
This method is from 'PerFromSuper' class.
PerFromSuper.getKind ( ):
This method is from 'PerFromSuper' class.
PerFromSuper.hashCode ( ):
This method is from 'PerFromSuper' class.
PerFromSuper.lookupConcretePerClause ( org.aspectj.weaver.ResolvedType lookupType ):
This method is from 'PerFromSuper' class.
PerFromSuper.matchInternal ( org.aspectj.weaver.Shadow shadow ):
This method is from 'PerFromSuper' class.
PerFromSuper.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'PerFromSuper' class.
PerFromSuper.PerFromSuper ( PerClause.Kind kind ):
This constructor is from 'PerFromSuper' class.
PerFromSuper.readPerClause ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'PerFromSuper' class.
PerFromSuper.resolveBindings ( IScope scope, Bindings bindings ):
This method is from 'PerFromSuper' class.
PerFromSuper.toDeclarationString ( ):
This method is from 'PerFromSuper' class.
PerFromSuper.toString ( ):
This method is from 'PerFromSuper' class.
PerFromSuper.write ( java.io.DataOutputStream s ):
This method is from 'PerFromSuper' class.
[+] PerObject (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PerObject. |
[+] affected methods (18)
PerObject.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'PerObject' class.
PerObject.concretize ( org.aspectj.weaver.ResolvedType inAspect ):
This method is from 'PerObject' class.
PerObject.couldMatchKinds ( ):
This method is from 'PerObject' class.
PerObject.equals ( Object other ):
This method is from 'PerObject' class.
PerObject.fastMatch ( FastMatchInfo type ):
This method is from 'PerObject' class.
PerObject.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):
This method is from 'PerObject' class.
PerObject.getEntry ( ):
This method is from 'PerObject' class.
PerObject.getKind ( ):
This method is from 'PerObject' class.
PerObject.hashCode ( ):
This method is from 'PerObject' class.
PerObject.isThis ( ):
This method is from 'PerObject' class.
PerObject.matchInternal ( org.aspectj.weaver.Shadow shadow ):
This method is from 'PerObject' class.
PerObject.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'PerObject' class.
PerObject.PerObject ( Pointcut entry, boolean isThis ):
This constructor is from 'PerObject' class.
PerObject.readPerClause ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'PerObject' class.
PerObject.resolveBindings ( IScope scope, Bindings bindings ):
This method is from 'PerObject' class.
PerObject.toDeclarationString ( ):
This method is from 'PerObject' class.
PerObject.toString ( ):
This method is from 'PerObject' class.
PerObject.write ( java.io.DataOutputStream s ):
This method is from 'PerObject' class.
[+] PerSingleton (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PerSingleton. |
[+] affected methods (16)
PerSingleton.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'PerSingleton' class.
PerSingleton.concretize ( org.aspectj.weaver.ResolvedType inAspect ):
This method is from 'PerSingleton' class.
PerSingleton.couldMatchKinds ( ):
This method is from 'PerSingleton' class.
PerSingleton.equals ( Object other ):
This method is from 'PerSingleton' class.
PerSingleton.fastMatch ( FastMatchInfo type ):
This method is from 'PerSingleton' class.
PerSingleton.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):
This method is from 'PerSingleton' class.
PerSingleton.getKind ( ):
This method is from 'PerSingleton' class.
PerSingleton.hashCode ( ):
This method is from 'PerSingleton' class.
PerSingleton.matchInternal ( org.aspectj.weaver.Shadow shadow ):
This method is from 'PerSingleton' class.
PerSingleton.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'PerSingleton' class.
PerSingleton.PerSingleton ( ):
This constructor is from 'PerSingleton' class.
PerSingleton.readPerClause ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'PerSingleton' class.
PerSingleton.resolveBindings ( IScope scope, Bindings bindings ):
This method is from 'PerSingleton' class.
PerSingleton.toDeclarationString ( ):
This method is from 'PerSingleton' class.
PerSingleton.toString ( ):
This method is from 'PerSingleton' class.
PerSingleton.write ( java.io.DataOutputStream s ):
This method is from 'PerSingleton' class.
[+] PerThisOrTargetPointcutVisitor (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PerThisOrTargetPointcutVisitor. |
[+] affected methods (21)
PerThisOrTargetPointcutVisitor.getPerTypePointcut ( Pointcut perClausePointcut ):
This method is from 'PerThisOrTargetPointcutVisitor' class.
PerThisOrTargetPointcutVisitor.PerThisOrTargetPointcutVisitor ( boolean isTarget, org.aspectj.weaver.ResolvedType fromAspectType ):
This constructor is from 'PerThisOrTargetPointcutVisitor' class.
PerThisOrTargetPointcutVisitor.visit ( AndPointcut node, Object data ):
This method is from 'PerThisOrTargetPointcutVisitor' class.
PerThisOrTargetPointcutVisitor.visit ( AnnotationPointcut node, Object data ):
This method is from 'PerThisOrTargetPointcutVisitor' class.
PerThisOrTargetPointcutVisitor.visit ( ArgsAnnotationPointcut node, Object data ):
This method is from 'PerThisOrTargetPointcutVisitor' class.
PerThisOrTargetPointcutVisitor.visit ( ArgsPointcut node, Object data ):
This method is from 'PerThisOrTargetPointcutVisitor' class.
PerThisOrTargetPointcutVisitor.visit ( CflowPointcut node, Object data ):
This method is from 'PerThisOrTargetPointcutVisitor' class.
PerThisOrTargetPointcutVisitor.visit ( ConcreteCflowPointcut node, Object data ):
This method is from 'PerThisOrTargetPointcutVisitor' class.
PerThisOrTargetPointcutVisitor.visit ( HandlerPointcut node, Object data ):
This method is from 'PerThisOrTargetPointcutVisitor' class.
PerThisOrTargetPointcutVisitor.visit ( IfPointcut node, Object data ):
This method is from 'PerThisOrTargetPointcutVisitor' class.
PerThisOrTargetPointcutVisitor.visit ( KindedPointcut node, Object data ):
This method is from 'PerThisOrTargetPointcutVisitor' class.
PerThisOrTargetPointcutVisitor.visit ( NotPointcut node, Object data ):
This method is from 'PerThisOrTargetPointcutVisitor' class.
PerThisOrTargetPointcutVisitor.visit ( OrPointcut node, Object data ):
This method is from 'PerThisOrTargetPointcutVisitor' class.
PerThisOrTargetPointcutVisitor.visit ( Pointcut.MatchesNothingPointcut node, Object data ):
This method is from 'PerThisOrTargetPointcutVisitor' class.
PerThisOrTargetPointcutVisitor.visit ( ReferencePointcut node, Object data ):
This method is from 'PerThisOrTargetPointcutVisitor' class.
PerThisOrTargetPointcutVisitor.visit ( ThisOrTargetAnnotationPointcut node, Object data ):
This method is from 'PerThisOrTargetPointcutVisitor' class.
PerThisOrTargetPointcutVisitor.visit ( ThisOrTargetPointcut node, Object data ):
This method is from 'PerThisOrTargetPointcutVisitor' class.
PerThisOrTargetPointcutVisitor.visit ( WithinAnnotationPointcut node, Object data ):
This method is from 'PerThisOrTargetPointcutVisitor' class.
PerThisOrTargetPointcutVisitor.visit ( WithinCodeAnnotationPointcut node, Object data ):
This method is from 'PerThisOrTargetPointcutVisitor' class.
PerThisOrTargetPointcutVisitor.visit ( WithincodePointcut node, Object data ):
This method is from 'PerThisOrTargetPointcutVisitor' class.
PerThisOrTargetPointcutVisitor.visit ( WithinPointcut node, Object data ):
This method is from 'PerThisOrTargetPointcutVisitor' class.
[+] PerTypeWithin (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PerTypeWithin. |
[+] affected methods (17)
PerTypeWithin.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'PerTypeWithin' class.
PerTypeWithin.concretize ( org.aspectj.weaver.ResolvedType inAspect ):
This method is from 'PerTypeWithin' class.
PerTypeWithin.couldMatchKinds ( ):
This method is from 'PerTypeWithin' class.
PerTypeWithin.equals ( Object other ):
This method is from 'PerTypeWithin' class.
PerTypeWithin.fastMatch ( FastMatchInfo info ):
This method is from 'PerTypeWithin' class.
PerTypeWithin.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):
This method is from 'PerTypeWithin' class.
PerTypeWithin.getKind ( ):
This method is from 'PerTypeWithin' class.
PerTypeWithin.getTypePattern ( ):
This method is from 'PerTypeWithin' class.
PerTypeWithin.hashCode ( ):
This method is from 'PerTypeWithin' class.
PerTypeWithin.matchInternal ( org.aspectj.weaver.Shadow shadow ):
This method is from 'PerTypeWithin' class.
PerTypeWithin.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'PerTypeWithin' class.
PerTypeWithin.PerTypeWithin ( TypePattern p ):
This constructor is from 'PerTypeWithin' class.
PerTypeWithin.readPerClause ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'PerTypeWithin' class.
PerTypeWithin.resolveBindings ( IScope scope, Bindings bindings ):
This method is from 'PerTypeWithin' class.
PerTypeWithin.toDeclarationString ( ):
This method is from 'PerTypeWithin' class.
PerTypeWithin.toString ( ):
This method is from 'PerTypeWithin' class.
PerTypeWithin.write ( java.io.DataOutputStream s ):
This method is from 'PerTypeWithin' class.
[+] Pointcut (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Pointcut. |
[+] affected methods (25)
Pointcut.assertState ( Pointcut.State state ):
This method is from 'Pointcut' abstract class.
Pointcut.check ( org.aspectj.weaver.ISourceContext ctx, org.aspectj.weaver.World world ):
This method is from 'Pointcut' abstract class.
Pointcut.concretize ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, int arity ):
This method is from 'Pointcut' abstract class.
Pointcut.concretize ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, int arity, org.aspectj.weaver.ShadowMunger advice ):
This method is from 'Pointcut' abstract class.
Pointcut.concretize ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):
This method is from 'Pointcut' abstract class.
Pointcut.concretize1 ( org.aspectj.weaver.ResolvedType p1, org.aspectj.weaver.ResolvedType p2, org.aspectj.weaver.IntMap p3 ):
This abstract method is from 'Pointcut' abstract class.
Pointcut.couldMatchKinds ( ):
This abstract method is from 'Pointcut' abstract class.
Pointcut.fastMatch ( FastMatchInfo p1 ):
This abstract method is from 'Pointcut' abstract class.
Pointcut.findResidue ( org.aspectj.weaver.Shadow shadow, ExposedState state ):
This method is from 'Pointcut' abstract class.
Pointcut.findResidueInternal ( org.aspectj.weaver.Shadow p1, ExposedState p2 ):
This abstract method is from 'Pointcut' abstract class.
Pointcut.fromString ( String str ):
This method is from 'Pointcut' abstract class.
Pointcut.getPointcutKind ( ):
This method is from 'Pointcut' abstract class.
Pointcut.getTypeVariablesInScope ( ):
This method is from 'Pointcut' abstract class.
Pointcut.isDeclare ( org.aspectj.weaver.ShadowMunger munger ):
This method is from 'Pointcut' abstract class.
Pointcut.makeMatchesNothing ( Pointcut.State state ):
This method is from 'Pointcut' abstract class.
Pointcut.match ( org.aspectj.weaver.Shadow shadow ):
This method is from 'Pointcut' abstract class.
Pointcut.matchInternal ( org.aspectj.weaver.Shadow p1 ):
This abstract method is from 'Pointcut' abstract class.
Pointcut.parameterizeWith ( java.util.Map p1, org.aspectj.weaver.World p2 ):
This abstract method is from 'Pointcut' abstract class.
Pointcut.Pointcut ( ):
This constructor is from 'Pointcut' abstract class.
Pointcut.postRead ( org.aspectj.weaver.ResolvedType enclosingType ):
This method is from 'Pointcut' abstract class.
Pointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'Pointcut' abstract class.
Pointcut.resolve ( IScope scope ):
This method is from 'Pointcut' abstract class.
Pointcut.resolveBindings ( IScope p1, Bindings p2 ):
This abstract method is from 'Pointcut' abstract class.
Pointcut.setTypeVariablesInScope ( String[] typeVars ):
This method is from 'Pointcut' abstract class.
Pointcut.shouldCopyLocationForConcretize ( ):
This method is from 'Pointcut' abstract class.
[+] PointcutEvaluationExpenseComparator (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PointcutEvaluationExpenseComparator. |
[+] affected methods (2)
PointcutEvaluationExpenseComparator.compare ( Object o1, Object o2 ):
This method is from 'PointcutEvaluationExpenseComparator' class.
PointcutEvaluationExpenseComparator.PointcutEvaluationExpenseComparator ( ):
This constructor is from 'PointcutEvaluationExpenseComparator' class.
[+] PointcutRewriter (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PointcutRewriter. |
[+] affected methods (6)
PointcutRewriter.createAndsFor ( Pointcut[] ps ):
This method is from 'PointcutRewriter' class.
PointcutRewriter.format ( Pointcut p ):
This method is from 'PointcutRewriter' class.
PointcutRewriter.not ( Pointcut p ):
This method is from 'PointcutRewriter' class.
PointcutRewriter.PointcutRewriter ( ):
This constructor is from 'PointcutRewriter' class.
PointcutRewriter.rewrite ( Pointcut pc ):
This method is from 'PointcutRewriter' class.
PointcutRewriter.rewrite ( Pointcut pc, boolean forceRewrite ):
This method is from 'PointcutRewriter' class.
[+] ReferencePointcut (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ReferencePointcut. |
[+] affected methods (17)
ReferencePointcut.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'ReferencePointcut' class.
ReferencePointcut.concretize1 ( org.aspectj.weaver.ResolvedType searchStart, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):
This method is from 'ReferencePointcut' class.
ReferencePointcut.couldMatchKinds ( ):
This method is from 'ReferencePointcut' class.
ReferencePointcut.equals ( Object other ):
This method is from 'ReferencePointcut' class.
ReferencePointcut.fastMatch ( FastMatchInfo type ):
This method is from 'ReferencePointcut' class.
ReferencePointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):
This method is from 'ReferencePointcut' class.
ReferencePointcut.hashCode ( ):
This method is from 'ReferencePointcut' class.
ReferencePointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):
This method is from 'ReferencePointcut' class.
ReferencePointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'ReferencePointcut' class.
ReferencePointcut.postRead ( org.aspectj.weaver.ResolvedType enclosingType ):
This method is from 'ReferencePointcut' class.
ReferencePointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'ReferencePointcut' class.
ReferencePointcut.ReferencePointcut ( TypePattern onTypeSymbolic, String name, TypePatternList arguments ):
This constructor is from 'ReferencePointcut' class.
ReferencePointcut.ReferencePointcut ( org.aspectj.weaver.UnresolvedType onType, String name, TypePatternList arguments ):
This constructor is from 'ReferencePointcut' class.
ReferencePointcut.resolveBindings ( IScope scope, Bindings bindings ):
This method is from 'ReferencePointcut' class.
ReferencePointcut.shouldCopyLocationForConcretize ( ):
This method is from 'ReferencePointcut' class.
ReferencePointcut.toString ( ):
This method is from 'ReferencePointcut' class.
ReferencePointcut.write ( java.io.DataOutputStream s ):
This method is from 'ReferencePointcut' class.
[+] ScopeWithTypeVariables (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ScopeWithTypeVariables. |
[+] affected methods (13)
ScopeWithTypeVariables.getEnclosingType ( ):
This method is from 'ScopeWithTypeVariables' class.
ScopeWithTypeVariables.getFormal ( int i ):
This method is from 'ScopeWithTypeVariables' class.
ScopeWithTypeVariables.getFormalCount ( ):
This method is from 'ScopeWithTypeVariables' class.
ScopeWithTypeVariables.getImportedNames ( ):
This method is from 'ScopeWithTypeVariables' class.
ScopeWithTypeVariables.getImportedPrefixes ( ):
This method is from 'ScopeWithTypeVariables' class.
ScopeWithTypeVariables.getMessageHandler ( ):
This method is from 'ScopeWithTypeVariables' class.
ScopeWithTypeVariables.getWorld ( ):
This method is from 'ScopeWithTypeVariables' class.
ScopeWithTypeVariables.lookupFormal ( String name ):
This method is from 'ScopeWithTypeVariables' class.
ScopeWithTypeVariables.lookupType ( String name, org.aspectj.weaver.IHasPosition location ):
This method is from 'ScopeWithTypeVariables' class.
ScopeWithTypeVariables.message ( org.aspectj.bridge.IMessage aMessage ):
This method is from 'ScopeWithTypeVariables' class.
ScopeWithTypeVariables.message ( org.aspectj.bridge.IMessage.Kind kind, org.aspectj.weaver.IHasPosition location, String message ):
This method is from 'ScopeWithTypeVariables' class.
ScopeWithTypeVariables.message ( org.aspectj.bridge.IMessage.Kind kind, org.aspectj.weaver.IHasPosition location1, org.aspectj.weaver.IHasPosition location2, String message ):
This method is from 'ScopeWithTypeVariables' class.
ScopeWithTypeVariables.ScopeWithTypeVariables ( String[] typeVarNames, IScope delegate ):
This constructor is from 'ScopeWithTypeVariables' class.
[+] SignaturePattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SignaturePattern. |
[+] affected methods (21)
SignaturePattern.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'SignaturePattern' class.
SignaturePattern.declaringTypeMatchAllowingForCovariance ( org.aspectj.weaver.Member member, org.aspectj.weaver.UnresolvedType shadowDeclaringType, org.aspectj.weaver.World world, TypePattern returnTypePattern, org.aspectj.weaver.ResolvedType sigReturn ):
This method is from 'SignaturePattern' class.
SignaturePattern.equals ( Object other ):
This method is from 'SignaturePattern' class.
SignaturePattern.getAnnotationPattern ( ):
This method is from 'SignaturePattern' class.
SignaturePattern.getDeclaringType ( ):
This method is from 'SignaturePattern' class.
SignaturePattern.getKind ( ):
This method is from 'SignaturePattern' class.
SignaturePattern.getModifiers ( ):
This method is from 'SignaturePattern' class.
SignaturePattern.getName ( ):
This method is from 'SignaturePattern' class.
SignaturePattern.getParameterTypes ( ):
This method is from 'SignaturePattern' class.
SignaturePattern.getReturnType ( ):
This method is from 'SignaturePattern' class.
SignaturePattern.getThrowsPattern ( ):
This method is from 'SignaturePattern' class.
SignaturePattern.hashCode ( ):
This method is from 'SignaturePattern' class.
SignaturePattern.isStarAnnotation ( ):
This method is from 'SignaturePattern' class.
SignaturePattern.matches ( org.aspectj.weaver.Member joinPointSignature, org.aspectj.weaver.World world, boolean allowBridgeMethods ):
This method is from 'SignaturePattern' class.
SignaturePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'SignaturePattern' class.
SignaturePattern.postRead ( org.aspectj.weaver.ResolvedType enclosingType ):
This method is from 'SignaturePattern' class.
SignaturePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'SignaturePattern' class.
SignaturePattern.resolveBindings ( IScope scope, Bindings bindings ):
This method is from 'SignaturePattern' class.
SignaturePattern.SignaturePattern ( org.aspectj.weaver.MemberKind kind, ModifiersPattern modifiers, TypePattern returnType, TypePattern declaringType, NamePattern name, TypePatternList parameterTypes, ThrowsPattern throwsPattern, AnnotationTypePattern annotationPattern ):
This constructor is from 'SignaturePattern' class.
SignaturePattern.toString ( ):
This method is from 'SignaturePattern' class.
SignaturePattern.write ( java.io.DataOutputStream s ):
This method is from 'SignaturePattern' class.
[+] SimpleScope (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SimpleScope. |
[+] affected methods (17)
SimpleScope.getEnclosingType ( ):
This method is from 'SimpleScope' class.
SimpleScope.getFormal ( int i ):
This method is from 'SimpleScope' class.
SimpleScope.getFormalCount ( ):
This method is from 'SimpleScope' class.
SimpleScope.getImportedNames ( ):
This method is from 'SimpleScope' class.
SimpleScope.getImportedPrefixes ( ):
This method is from 'SimpleScope' class.
SimpleScope.getMessageHandler ( ):
This method is from 'SimpleScope' class.
SimpleScope.getWorld ( ):
This method is from 'SimpleScope' class.
SimpleScope.lookupFormal ( String name ):
This method is from 'SimpleScope' class.
SimpleScope.lookupType ( String name, org.aspectj.weaver.IHasPosition location ):
This method is from 'SimpleScope' class.
SimpleScope.makeFormalBindings ( org.aspectj.weaver.UnresolvedType[] types, String[] names ):
This method is from 'SimpleScope' class.
SimpleScope.makeSourceLocation ( org.aspectj.weaver.IHasPosition location ):
This method is from 'SimpleScope' class.
SimpleScope.message ( org.aspectj.bridge.IMessage aMessage ):
This method is from 'SimpleScope' class.
SimpleScope.message ( org.aspectj.bridge.IMessage.Kind kind, org.aspectj.weaver.IHasPosition location, String message ):
This method is from 'SimpleScope' class.
SimpleScope.message ( org.aspectj.bridge.IMessage.Kind kind, org.aspectj.weaver.IHasPosition location1, org.aspectj.weaver.IHasPosition location2, String message ):
This method is from 'SimpleScope' class.
SimpleScope.setImportedNames ( String[] importedNames ):
This method is from 'SimpleScope' class.
SimpleScope.setImportedPrefixes ( String[] importedPrefixes ):
This method is from 'SimpleScope' class.
SimpleScope.SimpleScope ( org.aspectj.weaver.World world, FormalBinding[] bindings ):
This constructor is from 'SimpleScope' class.
[+] ThisOrTargetAnnotationPointcut (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ThisOrTargetAnnotationPointcut. |
[+] affected methods (19)
ThisOrTargetAnnotationPointcut.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'ThisOrTargetAnnotationPointcut' class.
ThisOrTargetAnnotationPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):
This method is from 'ThisOrTargetAnnotationPointcut' class.
ThisOrTargetAnnotationPointcut.couldMatchKinds ( ):
This method is from 'ThisOrTargetAnnotationPointcut' class.
ThisOrTargetAnnotationPointcut.equals ( Object obj ):
This method is from 'ThisOrTargetAnnotationPointcut' class.
ThisOrTargetAnnotationPointcut.fastMatch ( FastMatchInfo info ):
This method is from 'ThisOrTargetAnnotationPointcut' class.
ThisOrTargetAnnotationPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):
This method is from 'ThisOrTargetAnnotationPointcut' class.
ThisOrTargetAnnotationPointcut.getAnnotationTypePattern ( ):
This method is from 'ThisOrTargetAnnotationPointcut' class.
ThisOrTargetAnnotationPointcut.getBindingAnnotationTypePatterns ( ):
This method is from 'ThisOrTargetAnnotationPointcut' class.
ThisOrTargetAnnotationPointcut.getBindingTypePatterns ( ):
This method is from 'ThisOrTargetAnnotationPointcut' class.
ThisOrTargetAnnotationPointcut.hashCode ( ):
This method is from 'ThisOrTargetAnnotationPointcut' class.
ThisOrTargetAnnotationPointcut.isThis ( ):
This method is from 'ThisOrTargetAnnotationPointcut' class.
ThisOrTargetAnnotationPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):
This method is from 'ThisOrTargetAnnotationPointcut' class.
ThisOrTargetAnnotationPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'ThisOrTargetAnnotationPointcut' class.
ThisOrTargetAnnotationPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'ThisOrTargetAnnotationPointcut' class.
ThisOrTargetAnnotationPointcut.resolveBindings ( IScope scope, Bindings bindings ):
This method is from 'ThisOrTargetAnnotationPointcut' class.
ThisOrTargetAnnotationPointcut.ThisOrTargetAnnotationPointcut ( boolean isThis, ExactAnnotationTypePattern type ):
This constructor is from 'ThisOrTargetAnnotationPointcut' class.
ThisOrTargetAnnotationPointcut.ThisOrTargetAnnotationPointcut ( boolean isThis, ExactAnnotationTypePattern type, org.aspectj.weaver.ShadowMunger munger ):
This constructor is from 'ThisOrTargetAnnotationPointcut' class.
ThisOrTargetAnnotationPointcut.toString ( ):
This method is from 'ThisOrTargetAnnotationPointcut' class.
ThisOrTargetAnnotationPointcut.write ( java.io.DataOutputStream s ):
This method is from 'ThisOrTargetAnnotationPointcut' class.
[+] ThisOrTargetPointcut (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ThisOrTargetPointcut. |
[+] affected methods (20)
ThisOrTargetPointcut.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'ThisOrTargetPointcut' class.
ThisOrTargetPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):
This method is from 'ThisOrTargetPointcut' class.
ThisOrTargetPointcut.couldMatchKinds ( ):
This method is from 'ThisOrTargetPointcut' class.
ThisOrTargetPointcut.equals ( Object other ):
This method is from 'ThisOrTargetPointcut' class.
ThisOrTargetPointcut.fastMatch ( FastMatchInfo type ):
This method is from 'ThisOrTargetPointcut' class.
ThisOrTargetPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):
This method is from 'ThisOrTargetPointcut' class.
ThisOrTargetPointcut.getBindingAnnotationTypePatterns ( ):
This method is from 'ThisOrTargetPointcut' class.
ThisOrTargetPointcut.getBindingTypePatterns ( ):
This method is from 'ThisOrTargetPointcut' class.
ThisOrTargetPointcut.getType ( ):
This method is from 'ThisOrTargetPointcut' class.
ThisOrTargetPointcut.hashCode ( ):
This method is from 'ThisOrTargetPointcut' class.
ThisOrTargetPointcut.isBinding ( ):
This method is from 'ThisOrTargetPointcut' class.
ThisOrTargetPointcut.isThis ( ):
This method is from 'ThisOrTargetPointcut' class.
ThisOrTargetPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):
This method is from 'ThisOrTargetPointcut' class.
ThisOrTargetPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'ThisOrTargetPointcut' class.
ThisOrTargetPointcut.postRead ( org.aspectj.weaver.ResolvedType enclosingType ):
This method is from 'ThisOrTargetPointcut' class.
ThisOrTargetPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'ThisOrTargetPointcut' class.
ThisOrTargetPointcut.resolveBindings ( IScope scope, Bindings bindings ):
This method is from 'ThisOrTargetPointcut' class.
ThisOrTargetPointcut.ThisOrTargetPointcut ( boolean isThis, TypePattern type ):
This constructor is from 'ThisOrTargetPointcut' class.
ThisOrTargetPointcut.toString ( ):
This method is from 'ThisOrTargetPointcut' class.
ThisOrTargetPointcut.write ( java.io.DataOutputStream s ):
This method is from 'ThisOrTargetPointcut' class.
[+] ThrowsPattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ThrowsPattern. |
[+] affected methods (13)
ThrowsPattern.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'ThrowsPattern' class.
ThrowsPattern.equals ( Object other ):
This method is from 'ThrowsPattern' class.
ThrowsPattern.getForbidden ( ):
This method is from 'ThrowsPattern' class.
ThrowsPattern.getRequired ( ):
This method is from 'ThrowsPattern' class.
ThrowsPattern.hashCode ( ):
This method is from 'ThrowsPattern' class.
ThrowsPattern.matches ( org.aspectj.weaver.UnresolvedType[] tys, org.aspectj.weaver.World world ):
This method is from 'ThrowsPattern' class.
ThrowsPattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'ThrowsPattern' class.
ThrowsPattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'ThrowsPattern' class.
ThrowsPattern.resolveBindings ( IScope scope, Bindings bindings ):
This method is from 'ThrowsPattern' class.
ThrowsPattern.ThrowsPattern ( TypePatternList required, TypePatternList forbidden ):
This constructor is from 'ThrowsPattern' class.
ThrowsPattern.toString ( ):
This method is from 'ThrowsPattern' class.
ThrowsPattern.traverse ( PatternNodeVisitor visitor, Object data ):
This method is from 'ThrowsPattern' class.
ThrowsPattern.write ( java.io.DataOutputStream s ):
This method is from 'ThrowsPattern' class.
[+] TypePattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TypePattern. |
[+] affected methods (30)
TypePattern.couldEverMatchSameTypesAs ( TypePattern other ):
This method is from 'TypePattern' abstract class.
TypePattern.getAnnotationPattern ( ):
This method is from 'TypePattern' abstract class.
TypePattern.getExactType ( ):
This method is from 'TypePattern' abstract class.
TypePattern.getTypeParameters ( ):
This method is from 'TypePattern' abstract class.
TypePattern.isArray ( ):
This method is from 'TypePattern' abstract class.
TypePattern.isIncludeSubtypes ( ):
This method is from 'TypePattern' abstract class.
TypePattern.isStar ( ):
This method is from 'TypePattern' abstract class.
TypePattern.isStarAnnotation ( ):
This method is from 'TypePattern' abstract class.
TypePattern.isVarArgs ( ):
This method is from 'TypePattern' abstract class.
TypePattern.matches ( org.aspectj.weaver.ResolvedType type, TypePattern.MatchKind kind ):
This method is from 'TypePattern' abstract class.
TypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType p1 ):
This abstract method is from 'TypePattern' abstract class.
TypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType p1, org.aspectj.weaver.ResolvedType p2 ):
This abstract method is from 'TypePattern' abstract class.
TypePattern.matchesInstanceof ( org.aspectj.weaver.ResolvedType p1 ):
This abstract method is from 'TypePattern' abstract class.
TypePattern.matchesStatically ( org.aspectj.weaver.ResolvedType type ):
This method is from 'TypePattern' abstract class.
TypePattern.matchesSubtypes ( org.aspectj.weaver.ResolvedType superType, org.aspectj.weaver.ResolvedType annotatedType ):
This method is from 'TypePattern' abstract class.
TypePattern.matchesSubtypes ( org.aspectj.weaver.ResolvedType type ):
This method is from 'TypePattern' abstract class.
TypePattern.notExactType ( IScope s ):
This method is from 'TypePattern' abstract class.
TypePattern.parameterizeWith ( java.util.Map p1, org.aspectj.weaver.World p2 ):
This abstract method is from 'TypePattern' abstract class.
TypePattern.postRead ( org.aspectj.weaver.ResolvedType enclosingType ):
This method is from 'TypePattern' abstract class.
TypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'TypePattern' abstract class.
TypePattern.remapAdviceFormals ( org.aspectj.weaver.IntMap bindings ):
This method is from 'TypePattern' abstract class.
TypePattern.resolve ( org.aspectj.weaver.World world ):
This method is from 'TypePattern' abstract class.
TypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType ):
This method is from 'TypePattern' abstract class.
TypePattern.resolveExactType ( IScope scope, Bindings bindings ):
This method is from 'TypePattern' abstract class.
TypePattern.setAnnotationTypePattern ( AnnotationTypePattern annPatt ):
This method is from 'TypePattern' abstract class.
TypePattern.setIsVarArgs ( boolean isVarArgs ):
This method is from 'TypePattern' abstract class.
TypePattern.setTypeParameters ( TypePatternList typeParams ):
This method is from 'TypePattern' abstract class.
TypePattern.TypePattern ( boolean includeSubtypes ):
This constructor is from 'TypePattern' abstract class.
TypePattern.TypePattern ( boolean includeSubtypes, boolean isVarArgs ):
This constructor is from 'TypePattern' abstract class.
TypePattern.TypePattern ( boolean includeSubtypes, boolean isVarArgs, TypePatternList typeParams ):
This constructor is from 'TypePattern' abstract class.
[+] TypePatternList (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TypePatternList. |
[+] affected methods (23)
TypePatternList.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'TypePatternList' class.
TypePatternList.areAllExactWithNoSubtypesAllowed ( ):
This method is from 'TypePatternList' class.
TypePatternList.canMatchSignatureWithNParameters ( int numParams ):
This method is from 'TypePatternList' class.
TypePatternList.equals ( Object other ):
This method is from 'TypePatternList' class.
TypePatternList.get ( int index ):
This method is from 'TypePatternList' class.
TypePatternList.getExactTypes ( ):
This method is from 'TypePatternList' class.
TypePatternList.getTypePatterns ( ):
This method is from 'TypePatternList' class.
TypePatternList.hashCode ( ):
This method is from 'TypePatternList' class.
TypePatternList.matches ( org.aspectj.weaver.ResolvedType[] types, TypePattern.MatchKind kind ):
This method is from 'TypePatternList' class.
TypePatternList.matches ( org.aspectj.weaver.ResolvedType[] types, TypePattern.MatchKind kind, org.aspectj.weaver.ResolvedType[][] parameterAnnotations ):
This method is from 'TypePatternList' class.
TypePatternList.maybeGetCleanNames ( ):
This method is from 'TypePatternList' class.
TypePatternList.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'TypePatternList' class.
TypePatternList.postRead ( org.aspectj.weaver.ResolvedType enclosingType ):
This method is from 'TypePatternList' class.
TypePatternList.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'TypePatternList' class.
TypePatternList.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType ):
This method is from 'TypePatternList' class.
TypePatternList.resolveReferences ( org.aspectj.weaver.IntMap bindings ):
This method is from 'TypePatternList' class.
TypePatternList.size ( ):
This method is from 'TypePatternList' class.
TypePatternList.toString ( ):
This method is from 'TypePatternList' class.
TypePatternList.traverse ( PatternNodeVisitor visitor, Object data ):
This method is from 'TypePatternList' class.
TypePatternList.TypePatternList ( ):
This constructor is from 'TypePatternList' class.
TypePatternList.TypePatternList ( java.util.List l ):
This constructor is from 'TypePatternList' class.
TypePatternList.TypePatternList ( TypePattern[] arguments ):
This constructor is from 'TypePatternList' class.
TypePatternList.write ( java.io.DataOutputStream s ):
This method is from 'TypePatternList' class.
[+] TypePatternQuestions (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TypePatternQuestions. |
[+] affected methods (4)
TypePatternQuestions.anyChanges ( ):
This method is from 'TypePatternQuestions' class.
TypePatternQuestions.askQuestion ( TypePattern pattern, org.aspectj.weaver.ResolvedType type, TypePattern.MatchKind kind ):
This method is from 'TypePatternQuestions' class.
TypePatternQuestions.toString ( ):
This method is from 'TypePatternQuestions' class.
TypePatternQuestions.TypePatternQuestions ( ):
This constructor is from 'TypePatternQuestions' class.
[+] TypeVariablePattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TypeVariablePattern. |
[+] affected methods (17)
TypeVariablePattern.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'TypeVariablePattern' class.
TypeVariablePattern.equals ( Object obj ):
This method is from 'TypeVariablePattern' class.
TypeVariablePattern.getAdditionalInterfaceBounds ( ):
This method is from 'TypeVariablePattern' class.
TypeVariablePattern.getLowerBound ( ):
This method is from 'TypeVariablePattern' class.
TypeVariablePattern.getName ( ):
This method is from 'TypeVariablePattern' class.
TypeVariablePattern.getRawTypePattern ( ):
This method is from 'TypeVariablePattern' class.
TypeVariablePattern.getUpperBound ( ):
This method is from 'TypeVariablePattern' class.
TypeVariablePattern.hasAdditionalInterfaceBounds ( ):
This method is from 'TypeVariablePattern' class.
TypeVariablePattern.hashCode ( ):
This method is from 'TypeVariablePattern' class.
TypeVariablePattern.hasLowerBound ( ):
This method is from 'TypeVariablePattern' class.
TypeVariablePattern.isAnythingPattern ( ):
This method is from 'TypeVariablePattern' class.
TypeVariablePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'TypeVariablePattern' class.
TypeVariablePattern.toString ( ):
This method is from 'TypeVariablePattern' class.
TypeVariablePattern.TypeVariablePattern ( String variableName ):
This constructor is from 'TypeVariablePattern' class.
TypeVariablePattern.TypeVariablePattern ( String variableName, TypePattern upperBound ):
This constructor is from 'TypeVariablePattern' class.
TypeVariablePattern.TypeVariablePattern ( String variableName, TypePattern upperLimit, TypePattern[] interfaceBounds, TypePattern lowerBound ):
This constructor is from 'TypeVariablePattern' class.
TypeVariablePattern.write ( java.io.DataOutputStream s ):
This method is from 'TypeVariablePattern' class.
[+] TypeVariablePatternList (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TypeVariablePatternList. |
[+] affected methods (8)
TypeVariablePatternList.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'TypeVariablePatternList' class.
TypeVariablePatternList.getTypeVariablePatterns ( ):
This method is from 'TypeVariablePatternList' class.
TypeVariablePatternList.isEmpty ( ):
This method is from 'TypeVariablePatternList' class.
TypeVariablePatternList.lookupTypeVariable ( String name ):
This method is from 'TypeVariablePatternList' class.
TypeVariablePatternList.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'TypeVariablePatternList' class.
TypeVariablePatternList.traverse ( PatternNodeVisitor visitor, Object data ):
This method is from 'TypeVariablePatternList' class.
TypeVariablePatternList.TypeVariablePatternList ( TypeVariablePattern[] typeVars ):
This constructor is from 'TypeVariablePatternList' class.
TypeVariablePatternList.write ( java.io.DataOutputStream s ):
This method is from 'TypeVariablePatternList' class.
[+] WildAnnotationTypePattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class WildAnnotationTypePattern. |
[+] affected methods (15)
WildAnnotationTypePattern.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'WildAnnotationTypePattern' class.
WildAnnotationTypePattern.equals ( Object obj ):
This method is from 'WildAnnotationTypePattern' class.
WildAnnotationTypePattern.getTypePattern ( ):
This method is from 'WildAnnotationTypePattern' class.
WildAnnotationTypePattern.hashCode ( ):
This method is from 'WildAnnotationTypePattern' class.
WildAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated ):
This method is from 'WildAnnotationTypePattern' class.
WildAnnotationTypePattern.matches ( org.aspectj.weaver.AnnotatedElement annotated, org.aspectj.weaver.ResolvedType[] parameterAnnotations ):
This method is from 'WildAnnotationTypePattern' class.
WildAnnotationTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'WildAnnotationTypePattern' class.
WildAnnotationTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'WildAnnotationTypePattern' class.
WildAnnotationTypePattern.resolve ( org.aspectj.weaver.World world ):
This method is from 'WildAnnotationTypePattern' class.
WildAnnotationTypePattern.resolveAnnotationValues ( org.aspectj.weaver.ResolvedType annotationType, IScope scope ):
This method is from 'WildAnnotationTypePattern' class.
WildAnnotationTypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding ):
This method is from 'WildAnnotationTypePattern' class.
WildAnnotationTypePattern.toString ( ):
This method is from 'WildAnnotationTypePattern' class.
WildAnnotationTypePattern.WildAnnotationTypePattern ( TypePattern typePattern ):
This constructor is from 'WildAnnotationTypePattern' class.
WildAnnotationTypePattern.WildAnnotationTypePattern ( TypePattern typePattern, java.util.Map annotationValues ):
This constructor is from 'WildAnnotationTypePattern' class.
WildAnnotationTypePattern.write ( java.io.DataOutputStream s ):
This method is from 'WildAnnotationTypePattern' class.
[+] WildTypePattern (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class WildTypePattern. |
[+] affected methods (32)
WildTypePattern.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'WildTypePattern' class.
WildTypePattern.couldEverMatchSameTypesAs ( TypePattern other ):
This method is from 'WildTypePattern' class.
WildTypePattern.equals ( Object other ):
This method is from 'WildTypePattern' class.
WildTypePattern.extractName ( ):
This method is from 'WildTypePattern' class.
WildTypePattern.getAdditionalIntefaceBounds ( ):
This method is from 'WildTypePattern' class.
WildTypePattern.getDimensions ( ):
This method is from 'WildTypePattern' class.
WildTypePattern.getLowerBound ( ):
This method is from 'WildTypePattern' class.
WildTypePattern.getNamePatterns ( ):
This method is from 'WildTypePattern' class.
WildTypePattern.getUpperBound ( ):
This method is from 'WildTypePattern' class.
WildTypePattern.hashCode ( ):
This method is from 'WildTypePattern' class.
WildTypePattern.isArray ( ):
This method is from 'WildTypePattern' class.
WildTypePattern.isStar ( ):
This method is from 'WildTypePattern' class.
WildTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type ):
This method is from 'WildTypePattern' class.
WildTypePattern.matchesExactly ( org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.ResolvedType annotatedType ):
This method is from 'WildTypePattern' class.
WildTypePattern.matchesInstanceof ( org.aspectj.weaver.ResolvedType type ):
This method is from 'WildTypePattern' class.
WildTypePattern.maybeExtractName ( String string ):
This method is from 'WildTypePattern' class.
WildTypePattern.maybeGetCleanName ( ):
This method is from 'WildTypePattern' class.
WildTypePattern.maybeGetSimpleName ( ):
This method is from 'WildTypePattern' class.
WildTypePattern.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'WildTypePattern' class.
WildTypePattern.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'WildTypePattern' class.
WildTypePattern.readTypePattern150 ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'WildTypePattern' class.
WildTypePattern.readTypePatternOldStyle ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'WildTypePattern' class.
WildTypePattern.resolveBindings ( IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType ):
This method is from 'WildTypePattern' class.
WildTypePattern.setIsVarArgs ( boolean isVarArgs ):
This method is from 'WildTypePattern' class.
WildTypePattern.splitNames ( String s, boolean convertDollar ):
This method is from 'WildTypePattern' class.
WildTypePattern.toString ( ):
This method is from 'WildTypePattern' class.
WildTypePattern.WildTypePattern ( java.util.List names, boolean includeSubtypes, int dim ):
This constructor is from 'WildTypePattern' class.
WildTypePattern.WildTypePattern ( java.util.List names, boolean includeSubtypes, int dim, int endPos ):
This constructor is from 'WildTypePattern' class.
WildTypePattern.WildTypePattern ( java.util.List names, boolean includeSubtypes, int dim, int endPos, boolean isVarArg ):
This constructor is from 'WildTypePattern' class.
WildTypePattern.WildTypePattern ( java.util.List names, boolean includeSubtypes, int dim, int endPos, boolean isVarArg, TypePatternList typeParams ):
This constructor is from 'WildTypePattern' class.
WildTypePattern.WildTypePattern ( java.util.List names, boolean includeSubtypes, int dim, int endPos, boolean isVarArg, TypePatternList typeParams, TypePattern upperBound, TypePattern[] additionalInterfaceBounds, TypePattern lowerBound ):
This constructor is from 'WildTypePattern' class.
WildTypePattern.write ( java.io.DataOutputStream s ):
This method is from 'WildTypePattern' class.
[+] WithinAnnotationPointcut (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class WithinAnnotationPointcut. |
[+] affected methods (18)
WithinAnnotationPointcut.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'WithinAnnotationPointcut' class.
WithinAnnotationPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):
This method is from 'WithinAnnotationPointcut' class.
WithinAnnotationPointcut.couldMatchKinds ( ):
This method is from 'WithinAnnotationPointcut' class.
WithinAnnotationPointcut.equals ( Object obj ):
This method is from 'WithinAnnotationPointcut' class.
WithinAnnotationPointcut.fastMatch ( FastMatchInfo info ):
This method is from 'WithinAnnotationPointcut' class.
WithinAnnotationPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):
This method is from 'WithinAnnotationPointcut' class.
WithinAnnotationPointcut.getAnnotationTypePattern ( ):
This method is from 'WithinAnnotationPointcut' class.
WithinAnnotationPointcut.getBindingAnnotationTypePatterns ( ):
This method is from 'WithinAnnotationPointcut' class.
WithinAnnotationPointcut.getBindingTypePatterns ( ):
This method is from 'WithinAnnotationPointcut' class.
WithinAnnotationPointcut.hashCode ( ):
This method is from 'WithinAnnotationPointcut' class.
WithinAnnotationPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):
This method is from 'WithinAnnotationPointcut' class.
WithinAnnotationPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'WithinAnnotationPointcut' class.
WithinAnnotationPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'WithinAnnotationPointcut' class.
WithinAnnotationPointcut.resolveBindings ( IScope scope, Bindings bindings ):
This method is from 'WithinAnnotationPointcut' class.
WithinAnnotationPointcut.toString ( ):
This method is from 'WithinAnnotationPointcut' class.
WithinAnnotationPointcut.WithinAnnotationPointcut ( AnnotationTypePattern type ):
This constructor is from 'WithinAnnotationPointcut' class.
WithinAnnotationPointcut.WithinAnnotationPointcut ( AnnotationTypePattern type, org.aspectj.weaver.ShadowMunger munger ):
This constructor is from 'WithinAnnotationPointcut' class.
WithinAnnotationPointcut.write ( java.io.DataOutputStream s ):
This method is from 'WithinAnnotationPointcut' class.
[+] WithinCodeAnnotationPointcut (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class WithinCodeAnnotationPointcut. |
[+] affected methods (18)
WithinCodeAnnotationPointcut.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'WithinCodeAnnotationPointcut' class.
WithinCodeAnnotationPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):
This method is from 'WithinCodeAnnotationPointcut' class.
WithinCodeAnnotationPointcut.couldMatchKinds ( ):
This method is from 'WithinCodeAnnotationPointcut' class.
WithinCodeAnnotationPointcut.equals ( Object other ):
This method is from 'WithinCodeAnnotationPointcut' class.
WithinCodeAnnotationPointcut.fastMatch ( FastMatchInfo info ):
This method is from 'WithinCodeAnnotationPointcut' class.
WithinCodeAnnotationPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):
This method is from 'WithinCodeAnnotationPointcut' class.
WithinCodeAnnotationPointcut.getAnnotationTypePattern ( ):
This method is from 'WithinCodeAnnotationPointcut' class.
WithinCodeAnnotationPointcut.getBindingAnnotationTypePatterns ( ):
This method is from 'WithinCodeAnnotationPointcut' class.
WithinCodeAnnotationPointcut.getBindingTypePatterns ( ):
This method is from 'WithinCodeAnnotationPointcut' class.
WithinCodeAnnotationPointcut.hashCode ( ):
This method is from 'WithinCodeAnnotationPointcut' class.
WithinCodeAnnotationPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):
This method is from 'WithinCodeAnnotationPointcut' class.
WithinCodeAnnotationPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'WithinCodeAnnotationPointcut' class.
WithinCodeAnnotationPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'WithinCodeAnnotationPointcut' class.
WithinCodeAnnotationPointcut.resolveBindings ( IScope scope, Bindings bindings ):
This method is from 'WithinCodeAnnotationPointcut' class.
WithinCodeAnnotationPointcut.toString ( ):
This method is from 'WithinCodeAnnotationPointcut' class.
WithinCodeAnnotationPointcut.WithinCodeAnnotationPointcut ( ExactAnnotationTypePattern type ):
This constructor is from 'WithinCodeAnnotationPointcut' class.
WithinCodeAnnotationPointcut.WithinCodeAnnotationPointcut ( ExactAnnotationTypePattern type, org.aspectj.weaver.ShadowMunger munger ):
This constructor is from 'WithinCodeAnnotationPointcut' class.
WithinCodeAnnotationPointcut.write ( java.io.DataOutputStream s ):
This method is from 'WithinCodeAnnotationPointcut' class.
[+] WithincodePointcut (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class WithincodePointcut. |
[+] affected methods (16)
WithincodePointcut.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'WithincodePointcut' class.
WithincodePointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):
This method is from 'WithincodePointcut' class.
WithincodePointcut.couldMatchKinds ( ):
This method is from 'WithincodePointcut' class.
WithincodePointcut.equals ( Object other ):
This method is from 'WithincodePointcut' class.
WithincodePointcut.fastMatch ( FastMatchInfo type ):
This method is from 'WithincodePointcut' class.
WithincodePointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):
This method is from 'WithincodePointcut' class.
WithincodePointcut.getSignature ( ):
This method is from 'WithincodePointcut' class.
WithincodePointcut.hashCode ( ):
This method is from 'WithincodePointcut' class.
WithincodePointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):
This method is from 'WithincodePointcut' class.
WithincodePointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'WithincodePointcut' class.
WithincodePointcut.postRead ( org.aspectj.weaver.ResolvedType enclosingType ):
This method is from 'WithincodePointcut' class.
WithincodePointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'WithincodePointcut' class.
WithincodePointcut.resolveBindings ( IScope scope, Bindings bindings ):
This method is from 'WithincodePointcut' class.
WithincodePointcut.toString ( ):
This method is from 'WithincodePointcut' class.
WithincodePointcut.WithincodePointcut ( SignaturePattern signature ):
This constructor is from 'WithincodePointcut' class.
WithincodePointcut.write ( java.io.DataOutputStream s ):
This method is from 'WithincodePointcut' class.
[+] WithinPointcut (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class WithinPointcut. |
[+] affected methods (17)
WithinPointcut.accept ( PatternNodeVisitor visitor, Object data ):
This method is from 'WithinPointcut' class.
WithinPointcut.concretize1 ( org.aspectj.weaver.ResolvedType inAspect, org.aspectj.weaver.ResolvedType declaringType, org.aspectj.weaver.IntMap bindings ):
This method is from 'WithinPointcut' class.
WithinPointcut.couldEverMatchSameJoinPointsAs ( WithinPointcut other ):
This method is from 'WithinPointcut' class.
WithinPointcut.couldMatchKinds ( ):
This method is from 'WithinPointcut' class.
WithinPointcut.equals ( Object other ):
This method is from 'WithinPointcut' class.
WithinPointcut.fastMatch ( FastMatchInfo info ):
This method is from 'WithinPointcut' class.
WithinPointcut.findResidueInternal ( org.aspectj.weaver.Shadow shadow, ExposedState state ):
This method is from 'WithinPointcut' class.
WithinPointcut.getTypePattern ( ):
This method is from 'WithinPointcut' class.
WithinPointcut.hashCode ( ):
This method is from 'WithinPointcut' class.
WithinPointcut.matchInternal ( org.aspectj.weaver.Shadow shadow ):
This method is from 'WithinPointcut' class.
WithinPointcut.parameterizeWith ( java.util.Map typeVariableMap, org.aspectj.weaver.World w ):
This method is from 'WithinPointcut' class.
WithinPointcut.postRead ( org.aspectj.weaver.ResolvedType enclosingType ):
This method is from 'WithinPointcut' class.
WithinPointcut.read ( org.aspectj.weaver.VersionedDataInputStream s, org.aspectj.weaver.ISourceContext context ):
This method is from 'WithinPointcut' class.
WithinPointcut.resolveBindings ( IScope scope, Bindings bindings ):
This method is from 'WithinPointcut' class.
WithinPointcut.toString ( ):
This method is from 'WithinPointcut' class.
WithinPointcut.WithinPointcut ( TypePattern type ):
This constructor is from 'WithinPointcut' class.
WithinPointcut.write ( java.io.DataOutputStream s ):
This method is from 'WithinPointcut' class.
package org.aspectj.weaver.reflect
[+] AnnotationFinder (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AnnotationFinder. |
[+] affected methods (9)
AnnotationFinder.getAnnotation ( org.aspectj.weaver.ResolvedType p1, Object p2 ):
This abstract method is from 'AnnotationFinder' interface.
AnnotationFinder.getAnnotationDefaultValue ( reflect.Member p1 ):
This abstract method is from 'AnnotationFinder' interface.
AnnotationFinder.getAnnotationFromClass ( org.aspectj.weaver.ResolvedType p1, Class p2 ):
This abstract method is from 'AnnotationFinder' interface.
AnnotationFinder.getAnnotationFromMember ( org.aspectj.weaver.ResolvedType p1, reflect.Member p2 ):
This abstract method is from 'AnnotationFinder' interface.
AnnotationFinder.getAnnotationOfType ( org.aspectj.weaver.UnresolvedType p1, reflect.Member p2 ):
This abstract method is from 'AnnotationFinder' interface.
AnnotationFinder.getAnnotations ( reflect.Member p1 ):
This abstract method is from 'AnnotationFinder' interface.
AnnotationFinder.getParameterAnnotationTypes ( reflect.Member p1 ):
This abstract method is from 'AnnotationFinder' interface.
AnnotationFinder.setClassLoader ( ClassLoader p1 ):
This abstract method is from 'AnnotationFinder' interface.
AnnotationFinder.setWorld ( org.aspectj.weaver.World p1 ):
This abstract method is from 'AnnotationFinder' interface.
[+] ArgNameFinder (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ArgNameFinder. |
[+] affected methods (1)
ArgNameFinder.getParameterNames ( reflect.Member p1 ):
This abstract method is from 'ArgNameFinder' interface.
[+] DeferredResolvedPointcutDefinition (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DeferredResolvedPointcutDefinition. |
[+] affected methods (1)
DeferredResolvedPointcutDefinition.DeferredResolvedPointcutDefinition ( org.aspectj.weaver.UnresolvedType declaringType, int modifiers, String name, org.aspectj.weaver.UnresolvedType[] parameterTypes ):
This constructor is from 'DeferredResolvedPointcutDefinition' class.
[+] GenericSignatureInformationProvider (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GenericSignatureInformationProvider. |
[+] affected methods (5)
GenericSignatureInformationProvider.getGenericParameterTypes ( ReflectionBasedResolvedMemberImpl p1 ):
This abstract method is from 'GenericSignatureInformationProvider' interface.
GenericSignatureInformationProvider.getGenericReturnType ( ReflectionBasedResolvedMemberImpl p1 ):
This abstract method is from 'GenericSignatureInformationProvider' interface.
GenericSignatureInformationProvider.isBridge ( ReflectionBasedResolvedMemberImpl p1 ):
This abstract method is from 'GenericSignatureInformationProvider' interface.
GenericSignatureInformationProvider.isSynthetic ( ReflectionBasedResolvedMemberImpl p1 ):
This abstract method is from 'GenericSignatureInformationProvider' interface.
GenericSignatureInformationProvider.isVarArgs ( ReflectionBasedResolvedMemberImpl p1 ):
This abstract method is from 'GenericSignatureInformationProvider' interface.
[+] InternalUseOnlyPointcutParser (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InternalUseOnlyPointcutParser. |
[+] affected methods (4)
InternalUseOnlyPointcutParser.concretizePointcutExpression ( org.aspectj.weaver.patterns.Pointcut pc, Class inScope, org.aspectj.weaver.tools.PointcutParameter[] formalParameters ):
This method is from 'InternalUseOnlyPointcutParser' class.
InternalUseOnlyPointcutParser.InternalUseOnlyPointcutParser ( ClassLoader classLoader ):
This constructor is from 'InternalUseOnlyPointcutParser' class.
InternalUseOnlyPointcutParser.InternalUseOnlyPointcutParser ( ClassLoader classLoader, ReflectionWorld world ):
This constructor is from 'InternalUseOnlyPointcutParser' class.
InternalUseOnlyPointcutParser.resolvePointcutExpression ( String expression, Class inScope, org.aspectj.weaver.tools.PointcutParameter[] formalParameters ):
This method is from 'InternalUseOnlyPointcutParser' class.
[+] IReflectionWorld (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IReflectionWorld. |
[+] affected methods (2)
IReflectionWorld.getAnnotationFinder ( ):
This abstract method is from 'IReflectionWorld' interface.
IReflectionWorld.resolve ( Class p1 ):
This abstract method is from 'IReflectionWorld' interface.
[+] Java14GenericSignatureInformationProvider (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Java14GenericSignatureInformationProvider. |
[+] affected methods (6)
Java14GenericSignatureInformationProvider.getGenericParameterTypes ( ReflectionBasedResolvedMemberImpl resolvedMember ):
This method is from 'Java14GenericSignatureInformationProvider' class.
Java14GenericSignatureInformationProvider.getGenericReturnType ( ReflectionBasedResolvedMemberImpl resolvedMember ):
This method is from 'Java14GenericSignatureInformationProvider' class.
Java14GenericSignatureInformationProvider.isBridge ( ReflectionBasedResolvedMemberImpl resolvedMember ):
This method is from 'Java14GenericSignatureInformationProvider' class.
Java14GenericSignatureInformationProvider.isSynthetic ( ReflectionBasedResolvedMemberImpl resolvedMember ):
This method is from 'Java14GenericSignatureInformationProvider' class.
Java14GenericSignatureInformationProvider.isVarArgs ( ReflectionBasedResolvedMemberImpl resolvedMember ):
This method is from 'Java14GenericSignatureInformationProvider' class.
Java14GenericSignatureInformationProvider.Java14GenericSignatureInformationProvider ( ):
This constructor is from 'Java14GenericSignatureInformationProvider' class.
[+] Java15AnnotationFinder (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Java15AnnotationFinder. |
[+] affected methods (12)
Java15AnnotationFinder.getAnnotation ( org.aspectj.weaver.ResolvedType annotationType, Object onObject ):
This method is from 'Java15AnnotationFinder' class.
Java15AnnotationFinder.getAnnotationDefaultValue ( reflect.Member onMember ):
This method is from 'Java15AnnotationFinder' class.
Java15AnnotationFinder.getAnnotationFromClass ( org.aspectj.weaver.ResolvedType annotationType, Class aClass ):
This method is from 'Java15AnnotationFinder' class.
Java15AnnotationFinder.getAnnotationFromMember ( org.aspectj.weaver.ResolvedType annotationType, reflect.Member aMember ):
This method is from 'Java15AnnotationFinder' class.
Java15AnnotationFinder.getAnnotationOfType ( org.aspectj.weaver.UnresolvedType ofType, reflect.Member onMember ):
This method is from 'Java15AnnotationFinder' class.
Java15AnnotationFinder.getAnnotations ( Class forClass, org.aspectj.weaver.World inWorld ):
This method is from 'Java15AnnotationFinder' class.
Java15AnnotationFinder.getAnnotations ( reflect.Member onMember ):
This method is from 'Java15AnnotationFinder' class.
Java15AnnotationFinder.getParameterAnnotationTypes ( reflect.Member onMember ):
This method is from 'Java15AnnotationFinder' class.
Java15AnnotationFinder.getParameterNames ( reflect.Member p1 ):
This method is from 'Java15AnnotationFinder' class.
Java15AnnotationFinder.Java15AnnotationFinder ( ):
This constructor is from 'Java15AnnotationFinder' class.
Java15AnnotationFinder.setClassLoader ( ClassLoader aLoader ):
This method is from 'Java15AnnotationFinder' class.
Java15AnnotationFinder.setWorld ( org.aspectj.weaver.World aWorld ):
This method is from 'Java15AnnotationFinder' class.
[+] Java15GenericSignatureInformationProvider (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Java15GenericSignatureInformationProvider. |
[+] affected methods (6)
Java15GenericSignatureInformationProvider.getGenericParameterTypes ( ReflectionBasedResolvedMemberImpl resolvedMember ):
This method is from 'Java15GenericSignatureInformationProvider' class.
Java15GenericSignatureInformationProvider.getGenericReturnType ( ReflectionBasedResolvedMemberImpl resolvedMember ):
This method is from 'Java15GenericSignatureInformationProvider' class.
Java15GenericSignatureInformationProvider.isBridge ( ReflectionBasedResolvedMemberImpl resolvedMember ):
This method is from 'Java15GenericSignatureInformationProvider' class.
Java15GenericSignatureInformationProvider.isSynthetic ( ReflectionBasedResolvedMemberImpl resolvedMember ):
This method is from 'Java15GenericSignatureInformationProvider' class.
Java15GenericSignatureInformationProvider.isVarArgs ( ReflectionBasedResolvedMemberImpl resolvedMember ):
This method is from 'Java15GenericSignatureInformationProvider' class.
Java15GenericSignatureInformationProvider.Java15GenericSignatureInformationProvider ( org.aspectj.weaver.World forWorld ):
This constructor is from 'Java15GenericSignatureInformationProvider' class.
[+] Java15ReflectionBasedReferenceTypeDelegate (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Java15ReflectionBasedReferenceTypeDelegate. |
[+] affected methods (21)
Java15ReflectionBasedReferenceTypeDelegate.buildGenericType ( ):
This method is from 'Java15ReflectionBasedReferenceTypeDelegate' class.
Java15ReflectionBasedReferenceTypeDelegate.getAnnotations ( ):
This method is from 'Java15ReflectionBasedReferenceTypeDelegate' class.
Java15ReflectionBasedReferenceTypeDelegate.getAnnotationTypes ( ):
This method is from 'Java15ReflectionBasedReferenceTypeDelegate' class.
Java15ReflectionBasedReferenceTypeDelegate.getDeclaredFields ( ):
This method is from 'Java15ReflectionBasedReferenceTypeDelegate' class.
Java15ReflectionBasedReferenceTypeDelegate.getDeclaredGenericSignature ( ):
This method is from 'Java15ReflectionBasedReferenceTypeDelegate' class.
Java15ReflectionBasedReferenceTypeDelegate.getDeclaredInterfaces ( ):
This method is from 'Java15ReflectionBasedReferenceTypeDelegate' class.
Java15ReflectionBasedReferenceTypeDelegate.getDeclaredMethods ( ):
This method is from 'Java15ReflectionBasedReferenceTypeDelegate' class.
Java15ReflectionBasedReferenceTypeDelegate.getDeclaredPointcuts ( ):
This method is from 'Java15ReflectionBasedReferenceTypeDelegate' class.
Java15ReflectionBasedReferenceTypeDelegate.getGenericResolvedType ( ):
This method is from 'Java15ReflectionBasedReferenceTypeDelegate' class.
Java15ReflectionBasedReferenceTypeDelegate.getSuperclass ( ):
This method is from 'Java15ReflectionBasedReferenceTypeDelegate' class.
Java15ReflectionBasedReferenceTypeDelegate.getTypeVariables ( ):
This method is from 'Java15ReflectionBasedReferenceTypeDelegate' class.
Java15ReflectionBasedReferenceTypeDelegate.hasAnnotation ( org.aspectj.weaver.UnresolvedType ofType ):
This method is from 'Java15ReflectionBasedReferenceTypeDelegate' class.
Java15ReflectionBasedReferenceTypeDelegate.initialize ( org.aspectj.weaver.ReferenceType aType, Class aClass, ClassLoader classLoader, org.aspectj.weaver.World aWorld ):
This method is from 'Java15ReflectionBasedReferenceTypeDelegate' class.
Java15ReflectionBasedReferenceTypeDelegate.isAnnotation ( ):
This method is from 'Java15ReflectionBasedReferenceTypeDelegate' class.
Java15ReflectionBasedReferenceTypeDelegate.isAnnotationStyleAspect ( ):
This method is from 'Java15ReflectionBasedReferenceTypeDelegate' class.
Java15ReflectionBasedReferenceTypeDelegate.isAnnotationWithRuntimeRetention ( ):
This method is from 'Java15ReflectionBasedReferenceTypeDelegate' class.
Java15ReflectionBasedReferenceTypeDelegate.isAnonymous ( ):
This method is from 'Java15ReflectionBasedReferenceTypeDelegate' class.
Java15ReflectionBasedReferenceTypeDelegate.isAspect ( ):
This method is from 'Java15ReflectionBasedReferenceTypeDelegate' class.
Java15ReflectionBasedReferenceTypeDelegate.isEnum ( ):
This method is from 'Java15ReflectionBasedReferenceTypeDelegate' class.
Java15ReflectionBasedReferenceTypeDelegate.isGeneric ( ):
This method is from 'Java15ReflectionBasedReferenceTypeDelegate' class.
Java15ReflectionBasedReferenceTypeDelegate.Java15ReflectionBasedReferenceTypeDelegate ( ):
This constructor is from 'Java15ReflectionBasedReferenceTypeDelegate' class.
[+] JavaLangTypeToResolvedTypeConverter (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JavaLangTypeToResolvedTypeConverter. |
[+] affected methods (3)
JavaLangTypeToResolvedTypeConverter.fromType ( reflect.Type aType ):
This method is from 'JavaLangTypeToResolvedTypeConverter' class.
JavaLangTypeToResolvedTypeConverter.fromTypes ( reflect.Type[] types ):
This method is from 'JavaLangTypeToResolvedTypeConverter' class.
JavaLangTypeToResolvedTypeConverter.JavaLangTypeToResolvedTypeConverter ( org.aspectj.weaver.World aWorld ):
This constructor is from 'JavaLangTypeToResolvedTypeConverter' class.
[+] JoinPointMatchImpl (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JoinPointMatchImpl. |
[+] affected methods (3)
JoinPointMatchImpl.getParameterBindings ( ):
This method is from 'JoinPointMatchImpl' class.
JoinPointMatchImpl.JoinPointMatchImpl ( org.aspectj.weaver.tools.PointcutParameter[] bindings ):
This constructor is from 'JoinPointMatchImpl' class.
JoinPointMatchImpl.matches ( ):
This method is from 'JoinPointMatchImpl' class.
[+] PointcutParameterImpl (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PointcutParameterImpl. |
[+] affected methods (4)
PointcutParameterImpl.getBinding ( ):
This method is from 'PointcutParameterImpl' class.
PointcutParameterImpl.getName ( ):
This method is from 'PointcutParameterImpl' class.
PointcutParameterImpl.getType ( ):
This method is from 'PointcutParameterImpl' class.
PointcutParameterImpl.PointcutParameterImpl ( String name, Class type ):
This constructor is from 'PointcutParameterImpl' class.
[+] ReflectionBasedReferenceTypeDelegate (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ReflectionBasedReferenceTypeDelegate. |
[+] affected methods (44)
ReflectionBasedReferenceTypeDelegate.addAnnotation ( org.aspectj.weaver.AnnotationX annotationX ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.buildGenericType ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.canAnnotationTargetType ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.createResolvedMemberFor ( reflect.Member aMember ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.doesNotExposeShadowMungers ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.ensureDelegateConsistent ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.getAnnotations ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.getAnnotationTargetKinds ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.getAnnotationTypes ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.getBaseClass ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.getDeclaredFields ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.getDeclaredGenericSignature ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.getDeclaredInterfaces ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.getDeclaredMethods ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.getDeclaredPointcuts ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.getDeclares ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.getModifiers ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.getOuterClass ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.getPerClause ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.getPrivilegedAccesses ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.getResolvedTypeX ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.getRetentionPolicy ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.getSourceContext ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.getSourcefilename ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.getSuperclass ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.getTypeMungers ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.getTypeVariables ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.getWeaverState ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.getWorld ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.hasAnnotation ( org.aspectj.weaver.UnresolvedType ofType ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.initialize ( org.aspectj.weaver.ReferenceType aType, Class aClass, ClassLoader aClassLoader, org.aspectj.weaver.World aWorld ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.isAnnotation ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.isAnnotationStyleAspect ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.isAnnotationWithRuntimeRetention ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.isAnonymous ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.isAspect ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.isClass ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.isEnum ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.isExposedToWeaver ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.isGeneric ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.isInterface ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.isNested ( ):
This method is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.ReflectionBasedReferenceTypeDelegate ( ):
This constructor is from 'ReflectionBasedReferenceTypeDelegate' class.
ReflectionBasedReferenceTypeDelegate.ReflectionBasedReferenceTypeDelegate ( Class forClass, ClassLoader aClassLoader, org.aspectj.weaver.World inWorld, org.aspectj.weaver.ReferenceType resolvedType ):
This constructor is from 'ReflectionBasedReferenceTypeDelegate' class.
[+] ReflectionBasedReferenceTypeDelegateFactory (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ReflectionBasedReferenceTypeDelegateFactory. |
[+] affected methods (10)
ReflectionBasedReferenceTypeDelegateFactory.createDelegate ( org.aspectj.weaver.ReferenceType forReferenceType, org.aspectj.weaver.World inWorld, ClassLoader usingClassLoader ):
This method is from 'ReflectionBasedReferenceTypeDelegateFactory' class.
ReflectionBasedReferenceTypeDelegateFactory.createHandlerMember ( Class exceptionType, Class inType, org.aspectj.weaver.World inWorld ):
This method is from 'ReflectionBasedReferenceTypeDelegateFactory' class.
ReflectionBasedReferenceTypeDelegateFactory.createResolvedAdviceMember ( reflect.Method aMethod, org.aspectj.weaver.World inWorld ):
This method is from 'ReflectionBasedReferenceTypeDelegateFactory' class.
ReflectionBasedReferenceTypeDelegateFactory.createResolvedConstructor ( reflect.Constructor aConstructor, org.aspectj.weaver.World inWorld ):
This method is from 'ReflectionBasedReferenceTypeDelegateFactory' class.
ReflectionBasedReferenceTypeDelegateFactory.createResolvedField ( reflect.Field aField, org.aspectj.weaver.World inWorld ):
This method is from 'ReflectionBasedReferenceTypeDelegateFactory' class.
ReflectionBasedReferenceTypeDelegateFactory.createResolvedMember ( reflect.Member reflectMember, org.aspectj.weaver.World inWorld ):
This method is from 'ReflectionBasedReferenceTypeDelegateFactory' class.
ReflectionBasedReferenceTypeDelegateFactory.createResolvedMethod ( reflect.Method aMethod, org.aspectj.weaver.World inWorld ):
This method is from 'ReflectionBasedReferenceTypeDelegateFactory' class.
ReflectionBasedReferenceTypeDelegateFactory.createStaticInitMember ( Class forType, org.aspectj.weaver.World inWorld ):
This method is from 'ReflectionBasedReferenceTypeDelegateFactory' class.
ReflectionBasedReferenceTypeDelegateFactory.ReflectionBasedReferenceTypeDelegateFactory ( ):
This constructor is from 'ReflectionBasedReferenceTypeDelegateFactory' class.
ReflectionBasedReferenceTypeDelegateFactory.resolveTypeInWorld ( Class aClass, org.aspectj.weaver.World aWorld ):
This method is from 'ReflectionBasedReferenceTypeDelegateFactory' class.
[+] ReflectionBasedResolvedMemberImpl (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ReflectionBasedResolvedMemberImpl. |
[+] affected methods (18)
ReflectionBasedResolvedMemberImpl.getAnnotationDefaultValue ( ):
This method is from 'ReflectionBasedResolvedMemberImpl' class.
ReflectionBasedResolvedMemberImpl.getAnnotationOfType ( org.aspectj.weaver.UnresolvedType ofType ):
This method is from 'ReflectionBasedResolvedMemberImpl' class.
ReflectionBasedResolvedMemberImpl.getAnnotationTypes ( ):
This method is from 'ReflectionBasedResolvedMemberImpl' class.
ReflectionBasedResolvedMemberImpl.getGenericParameterTypes ( ):
This method is from 'ReflectionBasedResolvedMemberImpl' class.
ReflectionBasedResolvedMemberImpl.getGenericReturnType ( ):
This method is from 'ReflectionBasedResolvedMemberImpl' class.
ReflectionBasedResolvedMemberImpl.getMember ( ):
This method is from 'ReflectionBasedResolvedMemberImpl' class.
ReflectionBasedResolvedMemberImpl.getParameterAnnotationTypes ( ):
This method is from 'ReflectionBasedResolvedMemberImpl' class.
ReflectionBasedResolvedMemberImpl.hasAnnotation ( org.aspectj.weaver.UnresolvedType ofType ):
This method is from 'ReflectionBasedResolvedMemberImpl' class.
ReflectionBasedResolvedMemberImpl.hasAnnotations ( ):
This method is from 'ReflectionBasedResolvedMemberImpl' class.
ReflectionBasedResolvedMemberImpl.isBridgeMethod ( ):
This method is from 'ReflectionBasedResolvedMemberImpl' class.
ReflectionBasedResolvedMemberImpl.isSynthetic ( ):
This method is from 'ReflectionBasedResolvedMemberImpl' class.
ReflectionBasedResolvedMemberImpl.isVarargsMethod ( ):
This method is from 'ReflectionBasedResolvedMemberImpl' class.
ReflectionBasedResolvedMemberImpl.ReflectionBasedResolvedMemberImpl ( org.aspectj.weaver.MemberKind kind, org.aspectj.weaver.UnresolvedType declaringType, int modifiers, org.aspectj.weaver.UnresolvedType returnType, String name, org.aspectj.weaver.UnresolvedType[] parameterTypes, org.aspectj.weaver.UnresolvedType[] checkedExceptions, org.aspectj.weaver.ResolvedMember backingGenericMember, reflect.Member reflectMember ):
This constructor is from 'ReflectionBasedResolvedMemberImpl' class.
ReflectionBasedResolvedMemberImpl.ReflectionBasedResolvedMemberImpl ( org.aspectj.weaver.MemberKind kind, org.aspectj.weaver.UnresolvedType declaringType, int modifiers, org.aspectj.weaver.UnresolvedType returnType, String name, org.aspectj.weaver.UnresolvedType[] parameterTypes, org.aspectj.weaver.UnresolvedType[] checkedExceptions, reflect.Member reflectMember ):
This constructor is from 'ReflectionBasedResolvedMemberImpl' class.
ReflectionBasedResolvedMemberImpl.ReflectionBasedResolvedMemberImpl ( org.aspectj.weaver.MemberKind kind, org.aspectj.weaver.UnresolvedType declaringType, int modifiers, org.aspectj.weaver.UnresolvedType returnType, String name, org.aspectj.weaver.UnresolvedType[] parameterTypes, reflect.Member reflectMember ):
This constructor is from 'ReflectionBasedResolvedMemberImpl' class.
ReflectionBasedResolvedMemberImpl.ReflectionBasedResolvedMemberImpl ( org.aspectj.weaver.MemberKind kind, org.aspectj.weaver.UnresolvedType declaringType, int modifiers, String name, String signature, reflect.Member reflectMember ):
This constructor is from 'ReflectionBasedResolvedMemberImpl' class.
ReflectionBasedResolvedMemberImpl.setAnnotationFinder ( AnnotationFinder finder ):
This method is from 'ReflectionBasedResolvedMemberImpl' class.
ReflectionBasedResolvedMemberImpl.setGenericSignatureInformationProvider ( GenericSignatureInformationProvider gsigProvider ):
This method is from 'ReflectionBasedResolvedMemberImpl' class.
[+] ReflectionFastMatchInfo (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ReflectionFastMatchInfo. |
[+] affected methods (2)
ReflectionFastMatchInfo.getMatchingContext ( ):
This method is from 'ReflectionFastMatchInfo' class.
ReflectionFastMatchInfo.ReflectionFastMatchInfo ( org.aspectj.weaver.ResolvedType type, org.aspectj.weaver.Shadow.Kind kind, org.aspectj.weaver.tools.MatchingContext context ):
This constructor is from 'ReflectionFastMatchInfo' class.
[+] ReflectionShadow (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ReflectionShadow. |
[+] affected methods (31)
ReflectionShadow.getArgAnnotationVar ( int i, org.aspectj.weaver.UnresolvedType forAnnotationType ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.getArgVar ( int i ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.getEnclosingCodeSignature ( ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.getEnclosingType ( ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.getIWorld ( ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.getKindedAnnotationVar ( org.aspectj.weaver.UnresolvedType forAnnotationType ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.getMatchingContext ( ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.getSourceLocation ( ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.getTargetAnnotationVar ( org.aspectj.weaver.UnresolvedType forAnnotationType ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.getTargetVar ( ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.getThisAnnotationVar ( org.aspectj.weaver.UnresolvedType forAnnotationType ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.getThisEnclosingJoinPointStaticPartVar ( ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.getThisJoinPointStaticPartVar ( ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.getThisJoinPointVar ( ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.getThisVar ( ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.getWithinAnnotationVar ( org.aspectj.weaver.UnresolvedType forAnnotationType ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.getWithinCodeAnnotationVar ( org.aspectj.weaver.UnresolvedType forAnnotationType ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.makeAdviceExecutionShadow ( org.aspectj.weaver.World inWorld, reflect.Method forMethod, org.aspectj.weaver.tools.MatchingContext withContext ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.makeCallShadow ( org.aspectj.weaver.World inWorld, reflect.Member aMember, Class thisClass, org.aspectj.weaver.tools.MatchingContext withContext ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.makeCallShadow ( org.aspectj.weaver.World inWorld, reflect.Member aMember, reflect.Member withinCode, org.aspectj.weaver.tools.MatchingContext withContext ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.makeExecutionShadow ( org.aspectj.weaver.World inWorld, reflect.Member forMethod, org.aspectj.weaver.tools.MatchingContext withContext ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.makeFieldGetShadow ( org.aspectj.weaver.World inWorld, reflect.Field forField, Class callerType, org.aspectj.weaver.tools.MatchingContext withContext ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.makeFieldGetShadow ( org.aspectj.weaver.World inWorld, reflect.Field forField, reflect.Member inMember, org.aspectj.weaver.tools.MatchingContext withContext ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.makeFieldSetShadow ( org.aspectj.weaver.World inWorld, reflect.Field forField, Class callerType, org.aspectj.weaver.tools.MatchingContext withContext ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.makeFieldSetShadow ( org.aspectj.weaver.World inWorld, reflect.Field forField, reflect.Member inMember, org.aspectj.weaver.tools.MatchingContext withContext ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.makeHandlerShadow ( org.aspectj.weaver.World inWorld, Class exceptionType, Class withinType, org.aspectj.weaver.tools.MatchingContext withContext ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.makeHandlerShadow ( org.aspectj.weaver.World inWorld, Class exceptionType, reflect.Member withinCode, org.aspectj.weaver.tools.MatchingContext withContext ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.makeInitializationShadow ( org.aspectj.weaver.World inWorld, reflect.Constructor forConstructor, org.aspectj.weaver.tools.MatchingContext withContext ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.makePreInitializationShadow ( org.aspectj.weaver.World inWorld, reflect.Constructor forConstructor, org.aspectj.weaver.tools.MatchingContext withContext ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.makeStaticInitializationShadow ( org.aspectj.weaver.World inWorld, Class forType, org.aspectj.weaver.tools.MatchingContext withContext ):
This method is from 'ReflectionShadow' class.
ReflectionShadow.ReflectionShadow ( org.aspectj.weaver.World world, org.aspectj.weaver.Shadow.Kind kind, org.aspectj.weaver.Member signature, org.aspectj.weaver.Shadow enclosingShadow, org.aspectj.weaver.ResolvedType enclosingType, org.aspectj.weaver.ResolvedMember enclosingMember, org.aspectj.weaver.tools.MatchingContext withContext ):
This constructor is from 'ReflectionShadow' class.
[+] ReflectionVar (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ReflectionVar. |
[+] affected methods (11)
ReflectionVar.createArgsAnnotationVar ( org.aspectj.weaver.ResolvedType type, int index, AnnotationFinder finder ):
This method is from 'ReflectionVar' class.
ReflectionVar.createArgsVar ( org.aspectj.weaver.ResolvedType type, int index, AnnotationFinder finder ):
This method is from 'ReflectionVar' class.
ReflectionVar.createAtAnnotationVar ( org.aspectj.weaver.ResolvedType annType, AnnotationFinder finder ):
This method is from 'ReflectionVar' class.
ReflectionVar.createTargetAnnotationVar ( org.aspectj.weaver.ResolvedType type, AnnotationFinder finder ):
This method is from 'ReflectionVar' class.
ReflectionVar.createTargetVar ( org.aspectj.weaver.ResolvedType type, AnnotationFinder finder ):
This method is from 'ReflectionVar' class.
ReflectionVar.createThisAnnotationVar ( org.aspectj.weaver.ResolvedType type, AnnotationFinder finder ):
This method is from 'ReflectionVar' class.
ReflectionVar.createThisVar ( org.aspectj.weaver.ResolvedType type, AnnotationFinder finder ):
This method is from 'ReflectionVar' class.
ReflectionVar.createWithinAnnotationVar ( org.aspectj.weaver.ResolvedType annType, AnnotationFinder finder ):
This method is from 'ReflectionVar' class.
ReflectionVar.createWithinCodeAnnotationVar ( org.aspectj.weaver.ResolvedType annType, AnnotationFinder finder ):
This method is from 'ReflectionVar' class.
ReflectionVar.getBindingAtJoinPoint ( Object thisObject, Object targetObject, Object[] args ):
This method is from 'ReflectionVar' class.
ReflectionVar.getBindingAtJoinPoint ( Object thisObject, Object targetObject, Object[] args, reflect.Member subject, reflect.Member withinCode, Class withinType ):
This method is from 'ReflectionVar' class.
[+] ReflectionWorld (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ReflectionWorld. |
[+] affected methods (12)
ReflectionWorld.concreteTypeMunger ( org.aspectj.weaver.ResolvedTypeMunger munger, org.aspectj.weaver.ResolvedType aspectType ):
This method is from 'ReflectionWorld' class.
ReflectionWorld.createAdviceMunger ( org.aspectj.weaver.AjAttribute.AdviceAttribute attribute, org.aspectj.weaver.patterns.Pointcut pointcut, org.aspectj.weaver.Member signature ):
This method is from 'ReflectionWorld' class.
ReflectionWorld.getAnnotationFinder ( ):
This method is from 'ReflectionWorld' class.
ReflectionWorld.getClassLoader ( ):
This method is from 'ReflectionWorld' class.
ReflectionWorld.makeAnnotationFinderIfAny ( ClassLoader loader, org.aspectj.weaver.World world ):
This method is from 'ReflectionWorld' class.
ReflectionWorld.makeCflowCounterFieldAdder ( org.aspectj.weaver.ResolvedMember cflowField ):
This method is from 'ReflectionWorld' class.
ReflectionWorld.makeCflowStackFieldAdder ( org.aspectj.weaver.ResolvedMember cflowField ):
This method is from 'ReflectionWorld' class.
ReflectionWorld.makePerClauseAspect ( org.aspectj.weaver.ResolvedType aspect, org.aspectj.weaver.patterns.PerClause.Kind kind ):
This method is from 'ReflectionWorld' class.
ReflectionWorld.ReflectionWorld ( ClassLoader aClassLoader ):
This constructor is from 'ReflectionWorld' class.
ReflectionWorld.resolve ( Class aClass ):
This method is from 'ReflectionWorld' class.
ReflectionWorld.resolve ( org.aspectj.weaver.World world, Class aClass ):
This method is from 'ReflectionWorld' class.
ReflectionWorld.resolveDelegate ( org.aspectj.weaver.ReferenceType ty ):
This method is from 'ReflectionWorld' class.
[+] ShadowMatchImpl (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ShadowMatchImpl. |
[+] affected methods (9)
ShadowMatchImpl.alwaysMatches ( ):
This method is from 'ShadowMatchImpl' class.
ShadowMatchImpl.matchesJoinPoint ( Object thisObject, Object targetObject, Object[] args ):
This method is from 'ShadowMatchImpl' class.
ShadowMatchImpl.maybeMatches ( ):
This method is from 'ShadowMatchImpl' class.
ShadowMatchImpl.neverMatches ( ):
This method is from 'ShadowMatchImpl' class.
ShadowMatchImpl.setMatchingContext ( org.aspectj.weaver.tools.MatchingContext aMatchContext ):
This method is from 'ShadowMatchImpl' class.
ShadowMatchImpl.setSubject ( reflect.Member aMember ):
This method is from 'ShadowMatchImpl' class.
ShadowMatchImpl.setWithinCode ( reflect.Member aMember ):
This method is from 'ShadowMatchImpl' class.
ShadowMatchImpl.setWithinType ( Class aClass ):
This method is from 'ShadowMatchImpl' class.
ShadowMatchImpl.ShadowMatchImpl ( org.aspectj.util.FuzzyBoolean match, org.aspectj.weaver.ast.Test test, org.aspectj.weaver.patterns.ExposedState state, org.aspectj.weaver.tools.PointcutParameter[] params ):
This constructor is from 'ShadowMatchImpl' class.
package org.aspectj.weaver.tools
[+] AbstractTrace (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractTrace. |
[+] affected methods (31)
AbstractTrace.AbstractTrace ( Class clazz ):
This constructor is from 'AbstractTrace' abstract class.
AbstractTrace.debug ( String p1 ):
This abstract method is from 'AbstractTrace' abstract class.
AbstractTrace.enter ( String methodName ):
This method is from 'AbstractTrace' abstract class.
AbstractTrace.enter ( String methodName, Object thiz, boolean z ):
This method is from 'AbstractTrace' abstract class.
AbstractTrace.enter ( String methodName, Object thiz, Object arg ):
This method is from 'AbstractTrace' abstract class.
AbstractTrace.enter ( String p1, Object p2 ):
This abstract method is from 'AbstractTrace' abstract class.
AbstractTrace.enter ( String p1, Object p2, Object[] p3 ):
This abstract method is from 'AbstractTrace' abstract class.
AbstractTrace.error ( String message ):
This method is from 'AbstractTrace' abstract class.
AbstractTrace.error ( String p1, Throwable p2 ):
This abstract method is from 'AbstractTrace' abstract class.
AbstractTrace.event ( String methodName, Object thiz, Object arg ):
This method is from 'AbstractTrace' abstract class.
AbstractTrace.event ( String p1 ):
This abstract method is from 'AbstractTrace' abstract class.
AbstractTrace.event ( String p1, Object p2, Object[] p3 ):
This abstract method is from 'AbstractTrace' abstract class.
AbstractTrace.exit ( String methodName, boolean b ):
This method is from 'AbstractTrace' abstract class.
AbstractTrace.exit ( String methodName, int i ):
This method is from 'AbstractTrace' abstract class.
AbstractTrace.exit ( String p1 ):
This abstract method is from 'AbstractTrace' abstract class.
AbstractTrace.exit ( String p1, Object p2 ):
This abstract method is from 'AbstractTrace' abstract class.
AbstractTrace.exit ( String p1, Throwable p2 ):
This abstract method is from 'AbstractTrace' abstract class.
AbstractTrace.fatal ( String message ):
This method is from 'AbstractTrace' abstract class.
AbstractTrace.fatal ( String p1, Throwable p2 ):
This abstract method is from 'AbstractTrace' abstract class.
AbstractTrace.formatArgs ( Object[] args ):
This method is from 'AbstractTrace' abstract class.
AbstractTrace.formatArray ( Object obj ):
This method is from 'AbstractTrace' abstract class.
AbstractTrace.formatCollection ( java.util.Collection c ):
This method is from 'AbstractTrace' abstract class.
AbstractTrace.formatMessage ( String kind, String className, String methodName, Object thiz, Object[] args ):
This method is from 'AbstractTrace' abstract class.
AbstractTrace.formatMessage ( String kind, String text, Throwable th ):
This method is from 'AbstractTrace' abstract class.
AbstractTrace.formatObj ( Object obj ):
This method is from 'AbstractTrace' abstract class.
AbstractTrace.formatObjects ( Object[] args ):
This method is from 'AbstractTrace' abstract class.
AbstractTrace.info ( String p1 ):
This abstract method is from 'AbstractTrace' abstract class.
AbstractTrace.isTraceEnabled ( ):
This abstract method is from 'AbstractTrace' abstract class.
AbstractTrace.setTraceEnabled ( boolean p1 ):
This abstract method is from 'AbstractTrace' abstract class.
AbstractTrace.warn ( String message ):
This method is from 'AbstractTrace' abstract class.
AbstractTrace.warn ( String p1, Throwable p2 ):
This abstract method is from 'AbstractTrace' abstract class.
[+] CommonsTrace (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CommonsTrace. |
[+] affected methods (15)
CommonsTrace.CommonsTrace ( Class clazz ):
This constructor is from 'CommonsTrace' class.
CommonsTrace.debug ( String message ):
This method is from 'CommonsTrace' class.
CommonsTrace.enter ( String methodName, Object thiz ):
This method is from 'CommonsTrace' class.
CommonsTrace.enter ( String methodName, Object thiz, Object[] args ):
This method is from 'CommonsTrace' class.
CommonsTrace.error ( String message, Throwable th ):
This method is from 'CommonsTrace' class.
CommonsTrace.event ( String methodName ):
This method is from 'CommonsTrace' class.
CommonsTrace.event ( String methodName, Object thiz, Object[] args ):
This method is from 'CommonsTrace' class.
CommonsTrace.exit ( String methodName ):
This method is from 'CommonsTrace' class.
CommonsTrace.exit ( String methodName, Object ret ):
This method is from 'CommonsTrace' class.
CommonsTrace.exit ( String methodName, Throwable th ):
This method is from 'CommonsTrace' class.
CommonsTrace.fatal ( String message, Throwable th ):
This method is from 'CommonsTrace' class.
CommonsTrace.info ( String message ):
This method is from 'CommonsTrace' class.
CommonsTrace.isTraceEnabled ( ):
This method is from 'CommonsTrace' class.
CommonsTrace.setTraceEnabled ( boolean b ):
This method is from 'CommonsTrace' class.
CommonsTrace.warn ( String message, Throwable th ):
This method is from 'CommonsTrace' class.
[+] CommonsTraceFactory (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CommonsTraceFactory. |
[+] affected methods (2)
CommonsTraceFactory.CommonsTraceFactory ( ):
This constructor is from 'CommonsTraceFactory' class.
CommonsTraceFactory.getTrace ( Class clazz ):
This method is from 'CommonsTraceFactory' class.
[+] ContextBasedMatcher (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ContextBasedMatcher. |
[+] affected methods (5)
ContextBasedMatcher.couldMatchJoinPointsInType ( Class p1 ):
This abstract method is from 'ContextBasedMatcher' interface.
ContextBasedMatcher.couldMatchJoinPointsInType ( Class p1, MatchingContext p2 ):
This abstract method is from 'ContextBasedMatcher' interface.
ContextBasedMatcher.matchesDynamically ( MatchingContext p1 ):
This abstract method is from 'ContextBasedMatcher' interface.
ContextBasedMatcher.matchesStatically ( MatchingContext p1 ):
This abstract method is from 'ContextBasedMatcher' interface.
ContextBasedMatcher.mayNeedDynamicTest ( ):
This abstract method is from 'ContextBasedMatcher' interface.
[+] DefaultMatchingContext (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DefaultMatchingContext. |
[+] affected methods (5)
DefaultMatchingContext.addContextBinding ( String name, Object value ):
This method is from 'DefaultMatchingContext' class.
DefaultMatchingContext.DefaultMatchingContext ( ):
This constructor is from 'DefaultMatchingContext' class.
DefaultMatchingContext.getBinding ( String contextParameterName ):
This method is from 'DefaultMatchingContext' class.
DefaultMatchingContext.hasContextBinding ( String contextParameterName ):
This method is from 'DefaultMatchingContext' class.
DefaultMatchingContext.removeContextBinding ( String name ):
This method is from 'DefaultMatchingContext' class.
[+] DefaultTrace (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DefaultTrace. |
[+] affected methods (17)
DefaultTrace.debug ( String message ):
This method is from 'DefaultTrace' class.
DefaultTrace.DefaultTrace ( Class clazz ):
This constructor is from 'DefaultTrace' class.
DefaultTrace.enter ( String methodName, Object thiz ):
This method is from 'DefaultTrace' class.
DefaultTrace.enter ( String methodName, Object thiz, Object[] args ):
This method is from 'DefaultTrace' class.
DefaultTrace.error ( String message, Throwable th ):
This method is from 'DefaultTrace' class.
DefaultTrace.event ( String methodName ):
This method is from 'DefaultTrace' class.
DefaultTrace.event ( String methodName, Object thiz, Object[] args ):
This method is from 'DefaultTrace' class.
DefaultTrace.exit ( String methodName ):
This method is from 'DefaultTrace' class.
DefaultTrace.exit ( String methodName, Object ret ):
This method is from 'DefaultTrace' class.
DefaultTrace.exit ( String methodName, Throwable th ):
This method is from 'DefaultTrace' class.
DefaultTrace.fatal ( String message, Throwable th ):
This method is from 'DefaultTrace' class.
DefaultTrace.info ( String message ):
This method is from 'DefaultTrace' class.
DefaultTrace.isTraceEnabled ( ):
This method is from 'DefaultTrace' class.
DefaultTrace.println ( String s ):
This method is from 'DefaultTrace' class.
DefaultTrace.setPrintStream ( java.io.PrintStream printStream ):
This method is from 'DefaultTrace' class.
DefaultTrace.setTraceEnabled ( boolean b ):
This method is from 'DefaultTrace' class.
DefaultTrace.warn ( String message, Throwable th ):
This method is from 'DefaultTrace' class.
[+] DefaultTraceFactory (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DefaultTraceFactory. |
[+] affected methods (3)
DefaultTraceFactory.DefaultTraceFactory ( ):
This constructor is from 'DefaultTraceFactory' class.
DefaultTraceFactory.getTrace ( Class clazz ):
This method is from 'DefaultTraceFactory' class.
DefaultTraceFactory.isEnabled ( ):
This method is from 'DefaultTraceFactory' class.
[+] FuzzyBoolean (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FuzzyBoolean. |
[+] affected methods (2)
FuzzyBoolean.fromBoolean ( boolean b ):
This method is from 'FuzzyBoolean' class.
FuzzyBoolean.toString ( ):
This method is from 'FuzzyBoolean' class.
[+] GeneratedClassHandler (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GeneratedClassHandler. |
[+] affected methods (1)
GeneratedClassHandler.acceptClass ( String p1, byte[] p2 ):
This abstract method is from 'GeneratedClassHandler' interface.
[+] ISupportsMessageContext (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ISupportsMessageContext. |
[+] affected methods (1)
ISupportsMessageContext.setMessageContext ( org.aspectj.bridge.IMessageContext p1 ):
This abstract method is from 'ISupportsMessageContext' interface.
[+] Jdk14Trace (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Jdk14Trace. |
[+] affected methods (15)
Jdk14Trace.debug ( String message ):
This method is from 'Jdk14Trace' class.
Jdk14Trace.enter ( String methodName, Object thiz ):
This method is from 'Jdk14Trace' class.
Jdk14Trace.enter ( String methodName, Object thiz, Object[] args ):
This method is from 'Jdk14Trace' class.
Jdk14Trace.error ( String message, Throwable th ):
This method is from 'Jdk14Trace' class.
Jdk14Trace.event ( String methodName ):
This method is from 'Jdk14Trace' class.
Jdk14Trace.event ( String methodName, Object thiz, Object[] args ):
This method is from 'Jdk14Trace' class.
Jdk14Trace.exit ( String methodName ):
This method is from 'Jdk14Trace' class.
Jdk14Trace.exit ( String methodName, Object ret ):
This method is from 'Jdk14Trace' class.
Jdk14Trace.exit ( String methodName, Throwable th ):
This method is from 'Jdk14Trace' class.
Jdk14Trace.fatal ( String message, Throwable th ):
This method is from 'Jdk14Trace' class.
Jdk14Trace.info ( String message ):
This method is from 'Jdk14Trace' class.
Jdk14Trace.isTraceEnabled ( ):
This method is from 'Jdk14Trace' class.
Jdk14Trace.Jdk14Trace ( Class clazz ):
This constructor is from 'Jdk14Trace' class.
Jdk14Trace.setTraceEnabled ( boolean b ):
This method is from 'Jdk14Trace' class.
Jdk14Trace.warn ( String message, Throwable th ):
This method is from 'Jdk14Trace' class.
[+] Jdk14TraceFactory (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Jdk14TraceFactory. |
[+] affected methods (2)
Jdk14TraceFactory.getTrace ( Class clazz ):
This method is from 'Jdk14TraceFactory' class.
Jdk14TraceFactory.Jdk14TraceFactory ( ):
This constructor is from 'Jdk14TraceFactory' class.
[+] JoinPointMatch (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JoinPointMatch. |
[+] affected methods (2)
JoinPointMatch.getParameterBindings ( ):
This abstract method is from 'JoinPointMatch' interface.
JoinPointMatch.matches ( ):
This abstract method is from 'JoinPointMatch' interface.
[+] MatchingContext (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MatchingContext. |
[+] affected methods (2)
MatchingContext.getBinding ( String p1 ):
This abstract method is from 'MatchingContext' interface.
MatchingContext.hasContextBinding ( String p1 ):
This abstract method is from 'MatchingContext' interface.
[+] PointcutDesignatorHandler (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PointcutDesignatorHandler. |
[+] affected methods (2)
PointcutDesignatorHandler.getDesignatorName ( ):
This abstract method is from 'PointcutDesignatorHandler' interface.
PointcutDesignatorHandler.parse ( String p1 ):
This abstract method is from 'PointcutDesignatorHandler' interface.
[+] PointcutExpression (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PointcutExpression. |
[+] affected methods (20)
PointcutExpression.couldMatchJoinPointsInType ( Class p1 ):
This abstract method is from 'PointcutExpression' interface.
PointcutExpression.getPointcutExpression ( ):
This abstract method is from 'PointcutExpression' interface.
PointcutExpression.matchesAdviceExecution ( reflect.Method p1 ):
This abstract method is from 'PointcutExpression' interface.
PointcutExpression.matchesConstructorCall ( reflect.Constructor p1, Class p2 ):
This abstract method is from 'PointcutExpression' interface.
PointcutExpression.matchesConstructorCall ( reflect.Constructor p1, reflect.Member p2 ):
This abstract method is from 'PointcutExpression' interface.
PointcutExpression.matchesConstructorExecution ( reflect.Constructor p1 ):
This abstract method is from 'PointcutExpression' interface.
PointcutExpression.matchesFieldGet ( reflect.Field p1, Class p2 ):
This abstract method is from 'PointcutExpression' interface.
PointcutExpression.matchesFieldGet ( reflect.Field p1, reflect.Member p2 ):
This abstract method is from 'PointcutExpression' interface.
PointcutExpression.matchesFieldSet ( reflect.Field p1, Class p2 ):
This abstract method is from 'PointcutExpression' interface.
PointcutExpression.matchesFieldSet ( reflect.Field p1, reflect.Member p2 ):
This abstract method is from 'PointcutExpression' interface.
PointcutExpression.matchesHandler ( Class p1, Class p2 ):
This abstract method is from 'PointcutExpression' interface.
PointcutExpression.matchesHandler ( Class p1, reflect.Member p2 ):
This abstract method is from 'PointcutExpression' interface.
PointcutExpression.matchesInitialization ( reflect.Constructor p1 ):
This abstract method is from 'PointcutExpression' interface.
PointcutExpression.matchesMethodCall ( reflect.Method p1, Class p2 ):
This abstract method is from 'PointcutExpression' interface.
PointcutExpression.matchesMethodCall ( reflect.Method p1, reflect.Member p2 ):
This abstract method is from 'PointcutExpression' interface.
PointcutExpression.matchesMethodExecution ( reflect.Method p1 ):
This abstract method is from 'PointcutExpression' interface.
PointcutExpression.matchesPreInitialization ( reflect.Constructor p1 ):
This abstract method is from 'PointcutExpression' interface.
PointcutExpression.matchesStaticInitialization ( Class p1 ):
This abstract method is from 'PointcutExpression' interface.
PointcutExpression.mayNeedDynamicTest ( ):
This abstract method is from 'PointcutExpression' interface.
PointcutExpression.setMatchingContext ( MatchingContext p1 ):
This abstract method is from 'PointcutExpression' interface.
[+] PointcutParameter (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PointcutParameter. |
[+] affected methods (3)
PointcutParameter.getBinding ( ):
This abstract method is from 'PointcutParameter' interface.
PointcutParameter.getName ( ):
This abstract method is from 'PointcutParameter' interface.
PointcutParameter.getType ( ):
This abstract method is from 'PointcutParameter' interface.
[+] PointcutParser (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PointcutParser. |
[+] affected methods (17)
PointcutParser.concretizePointcutExpression ( org.aspectj.weaver.patterns.Pointcut pc, Class inScope, PointcutParameter[] formalParameters ):
This method is from 'PointcutParser' class.
PointcutParser.createPointcutParameter ( String name, Class type ):
This method is from 'PointcutParser' class.
PointcutParser.getAllSupportedPointcutPrimitives ( ):
This method is from 'PointcutParser' class.
PointcutParser.getPointcutParserSupportingAllPrimitivesAndUsingContextClassloaderForResolution ( ):
This method is from 'PointcutParser' class.
PointcutParser.getPointcutParserSupportingAllPrimitivesAndUsingSpecifiedClassloaderForResolution ( ClassLoader classLoader ):
This method is from 'PointcutParser' class.
PointcutParser.getPointcutParserSupportingSpecifiedPrimitivesAndUsingContextClassloaderForResolution ( java.util.Set supportedPointcutKinds ):
This method is from 'PointcutParser' class.
PointcutParser.getPointcutParserSupportingSpecifiedPrimitivesAndUsingSpecifiedClassLoaderForResolution ( java.util.Set supportedPointcutKinds, ClassLoader classLoader ):
This method is from 'PointcutParser' class.
PointcutParser.parsePointcutExpression ( String expression ):
This method is from 'PointcutParser' class.
PointcutParser.parsePointcutExpression ( String expression, Class inScope, PointcutParameter[] formalParameters ):
This method is from 'PointcutParser' class.
PointcutParser.parseTypePattern ( String typePattern ):
This method is from 'PointcutParser' class.
PointcutParser.PointcutParser ( ):
This constructor is from 'PointcutParser' class.
PointcutParser.registerPointcutDesignatorHandler ( PointcutDesignatorHandler designatorHandler ):
This method is from 'PointcutParser' class.
PointcutParser.resolvePointcutExpression ( String expression, Class inScope, PointcutParameter[] formalParameters ):
This method is from 'PointcutParser' class.
PointcutParser.setClassLoader ( ClassLoader aLoader ):
This method is from 'PointcutParser' class.
PointcutParser.setLintProperties ( java.util.Properties properties ):
This method is from 'PointcutParser' class.
PointcutParser.setLintProperties ( String resourcePath ):
This method is from 'PointcutParser' class.
PointcutParser.setWorld ( org.aspectj.weaver.reflect.ReflectionWorld aWorld ):
This method is from 'PointcutParser' class.
[+] ShadowMatch (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ShadowMatch. |
[+] affected methods (5)
ShadowMatch.alwaysMatches ( ):
This abstract method is from 'ShadowMatch' interface.
ShadowMatch.matchesJoinPoint ( Object p1, Object p2, Object[] p3 ):
This abstract method is from 'ShadowMatch' interface.
ShadowMatch.maybeMatches ( ):
This abstract method is from 'ShadowMatch' interface.
ShadowMatch.neverMatches ( ):
This abstract method is from 'ShadowMatch' interface.
ShadowMatch.setMatchingContext ( MatchingContext p1 ):
This abstract method is from 'ShadowMatch' interface.
[+] Trace (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Trace. |
[+] affected methods (22)
Trace.debug ( String p1 ):
This abstract method is from 'Trace' interface.
Trace.enter ( String p1, Object p2 ):
This abstract method is from 'Trace' interface.
Trace.enter ( String p1, Object p2, boolean p3 ):
This abstract method is from 'Trace' interface.
Trace.enter ( String p1, Object p2, Object p3 ):
This abstract method is from 'Trace' interface.
Trace.enter ( String p1, Object p2, Object[] p3 ):
This abstract method is from 'Trace' interface.
Trace.error ( String p1 ):
This abstract method is from 'Trace' interface.
Trace.error ( String p1, Throwable p2 ):
This abstract method is from 'Trace' interface.
Trace.event ( String p1 ):
This abstract method is from 'Trace' interface.
Trace.event ( String p1, Object p2, Object p3 ):
This abstract method is from 'Trace' interface.
Trace.event ( String p1, Object p2, Object[] p3 ):
This abstract method is from 'Trace' interface.
Trace.exit ( String p1 ):
This abstract method is from 'Trace' interface.
Trace.exit ( String p1, boolean p2 ):
This abstract method is from 'Trace' interface.
Trace.exit ( String p1, int p2 ):
This abstract method is from 'Trace' interface.
Trace.exit ( String p1, Object p2 ):
This abstract method is from 'Trace' interface.
Trace.exit ( String p1, Throwable p2 ):
This abstract method is from 'Trace' interface.
Trace.fatal ( String p1 ):
This abstract method is from 'Trace' interface.
Trace.fatal ( String p1, Throwable p2 ):
This abstract method is from 'Trace' interface.
Trace.info ( String p1 ):
This abstract method is from 'Trace' interface.
Trace.isTraceEnabled ( ):
This abstract method is from 'Trace' interface.
Trace.setTraceEnabled ( boolean p1 ):
This abstract method is from 'Trace' interface.
Trace.warn ( String p1 ):
This abstract method is from 'Trace' interface.
Trace.warn ( String p1, Throwable p2 ):
This abstract method is from 'Trace' interface.
[+] Traceable (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Traceable. |
[+] affected methods (1)
Traceable.toTraceString ( ):
This abstract method is from 'Traceable' interface.
[+] TraceFactory (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TraceFactory. |
[+] affected methods (4)
TraceFactory.getBoolean ( String name, boolean def ):
This method is from 'TraceFactory' abstract class.
TraceFactory.getTrace ( Class clazz ):
This method is from 'TraceFactory' abstract class.
TraceFactory.getTraceFactory ( ):
This method is from 'TraceFactory' abstract class.
TraceFactory.TraceFactory ( ):
This constructor is from 'TraceFactory' abstract class.
[+] TypePatternMatcher (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TypePatternMatcher. |
[+] affected methods (1)
TypePatternMatcher.matches ( Class p1 ):
This abstract method is from 'TypePatternMatcher' interface.
[+] UnsupportedPointcutPrimitiveException (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class UnsupportedPointcutPrimitiveException. |
[+] affected methods (3)
UnsupportedPointcutPrimitiveException.getInvalidPointcutExpression ( ):
This method is from 'UnsupportedPointcutPrimitiveException' class.
UnsupportedPointcutPrimitiveException.getUnsupportedPrimitive ( ):
This method is from 'UnsupportedPointcutPrimitiveException' class.
UnsupportedPointcutPrimitiveException.UnsupportedPointcutPrimitiveException ( String pcExpression, PointcutPrimitive primitive ):
This constructor is from 'UnsupportedPointcutPrimitiveException' class.
[+] WeavingAdaptor (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class WeavingAdaptor. |
[+] affected methods (24)
WeavingAdaptor.accept ( String name, byte[] bytes ):
This method is from 'WeavingAdaptor' class.
WeavingAdaptor.addURL ( java.net.URL url ):
This method is from 'WeavingAdaptor' class.
WeavingAdaptor.createMessageHandler ( ):
This method is from 'WeavingAdaptor' class.
WeavingAdaptor.debug ( String message ):
This method is from 'WeavingAdaptor' class.
WeavingAdaptor.disable ( ):
This method is from 'WeavingAdaptor' class.
WeavingAdaptor.dump ( String name, byte[] b, boolean before ):
This method is from 'WeavingAdaptor' class.
WeavingAdaptor.enable ( ):
This method is from 'WeavingAdaptor' class.
WeavingAdaptor.ensureDelegateInitialized ( String name, byte[] bytes ):
This method is from 'WeavingAdaptor' class.
WeavingAdaptor.error ( String message ):
This method is from 'WeavingAdaptor' class.
WeavingAdaptor.error ( String message, Throwable th ):
This method is from 'WeavingAdaptor' class.
WeavingAdaptor.getContextId ( ):
This method is from 'WeavingAdaptor' class.
WeavingAdaptor.getMessageHandler ( ):
This method is from 'WeavingAdaptor' class.
WeavingAdaptor.getMessageHolder ( ):
This method is from 'WeavingAdaptor' class.
WeavingAdaptor.info ( String message ):
This method is from 'WeavingAdaptor' class.
WeavingAdaptor.isEnabled ( ):
This method is from 'WeavingAdaptor' class.
WeavingAdaptor.setMessageHandler ( org.aspectj.bridge.IMessageHandler mh ):
This method is from 'WeavingAdaptor' class.
WeavingAdaptor.shouldDump ( String name, boolean before ):
This method is from 'WeavingAdaptor' class.
WeavingAdaptor.warn ( String message ):
This method is from 'WeavingAdaptor' class.
WeavingAdaptor.warn ( String message, Throwable th ):
This method is from 'WeavingAdaptor' class.
WeavingAdaptor.weaveClass ( String name, byte[] bytes ):
This method is from 'WeavingAdaptor' class.
WeavingAdaptor.weaveClass ( String name, byte[] bytes, boolean mustWeave ):
This method is from 'WeavingAdaptor' class.
WeavingAdaptor.WeavingAdaptor ( ):
This constructor is from 'WeavingAdaptor' class.
WeavingAdaptor.WeavingAdaptor ( GeneratedClassHandler handler, java.net.URL[] classURLs, java.net.URL[] aspectURLs ):
This constructor is from 'WeavingAdaptor' class.
WeavingAdaptor.WeavingAdaptor ( WeavingClassLoader loader ):
This constructor is from 'WeavingAdaptor' class.
[+] WeavingClassLoader (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class WeavingClassLoader. |
[+] affected methods (1)
WeavingClassLoader.getAspectURLs ( ):
This abstract method is from 'WeavingClassLoader' interface.
to the top
Problems with Data Types, Low risk (2)
xwork-2.1.2.jar
package com.opensymphony.xwork2.interceptor
[+] I18nInterceptor (2)
|
Field DEFAULT_REQUESTONLY_PARAMETER has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to DEFAULT_REQUESTONLY_PARAMETER is ambiguous. |
Field requestOnlyParameterName has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to requestOnlyParameterName is ambiguous. |
[+] affected methods (5)
I18nInterceptor.I18nInterceptor ( ):
This constructor is from 'I18nInterceptor' class.
I18nInterceptor.intercept ( com.opensymphony.xwork2.ActionInvocation invocation ):
This method is from 'I18nInterceptor' class.
I18nInterceptor.saveLocale ( com.opensymphony.xwork2.ActionInvocation invocation, java.util.Locale locale ):
This method is from 'I18nInterceptor' class.
I18nInterceptor.setAttributeName ( String attributeName ):
This method is from 'I18nInterceptor' class.
I18nInterceptor.setParameterName ( String parameterName ):
This method is from 'I18nInterceptor' class.
to the top
Java ARchives (1)
xwork-2.1.2.jar
to the top
Classes (1040)
package com.opensymphony.xwork2
Action
ActionChainResult
ActionContext
ActionEventListener
ActionInvocation
ActionProxy
ActionProxyFactory
ActionSupport
CompositeTextProvider
DefaultActionInvocation
DefaultActionProxy
DefaultActionProxyFactory
DefaultTextProvider
DefaultUnknownHandlerManager
InvalidMetadataException
LocaleProvider
ModelDriven
ObjectFactory
ObjectFactory.ContinuationsClassLoader
Preparable
ResourceBundleTextProvider
Result
TestNGXWorkTestCase
TextProvider
TextProviderFactory
TextProviderSupport
Unchainable
UnknownHandler
UnknownHandlerManager
Validateable
ValidationAware
ValidationAwareSupport
XWork
XWorkException
XWorkMessages
XWorkTestCase
package com.opensymphony.xwork2.config
Configuration
ConfigurationException
ConfigurationManager
ConfigurationProvider
ConfigurationUtil
ContainerProvider
PackageProvider
ReferenceResolverException
RuntimeConfiguration
package com.opensymphony.xwork2.config.entities
ActionConfig
ActionConfig.Builder
ExceptionMappingConfig
ExceptionMappingConfig.Builder
InterceptorConfig
InterceptorConfig.Builder
InterceptorListHolder
InterceptorLocator
InterceptorMapping
InterceptorStackConfig
InterceptorStackConfig.Builder
PackageConfig
PackageConfig.Builder
Parameterizable
ResultConfig
ResultConfig.Builder
ResultTypeConfig
ResultTypeConfig.Builder
UnknownHandlerConfig
package com.opensymphony.xwork2.config.providers
InterceptorBuilder
XmlConfigurationProvider
XmlHelper
XWorkConfigurationProvider
package com.opensymphony.xwork2.conversion
NullHandler
ObjectTypeDeterminer
TypeConversionException
TypeConverter
package com.opensymphony.xwork2.conversion.annotations
Conversion
ConversionRule
ConversionType
TypeConversion
package com.opensymphony.xwork2.conversion.metadata
ConversionDescription
package com.opensymphony.xwork2.inject
ConstructionContext
ConstructionContext.DelegatingInvocationHandler
Container
ContainerBuilder
ContainerBuilder.Command
ContainerImpl
ContainerImpl.ConstructorInjector
ContainerImpl.ContextualCallable
ContainerImpl.FieldInjector
ContainerImpl.Injector
ContainerImpl.InjectorFactory
ContainerImpl.MethodInjector
ContainerImpl.MissingDependencyException
ContainerImpl.ParameterInjector
Context
DependencyException
ExternalContext
Inject
InternalContext
InternalFactory
Key
Scope
Scope.Strategy
Scoped
package com.opensymphony.xwork2.inject.util
FinalizablePhantomReference
FinalizableReference
FinalizableReferenceQueue
FinalizableSoftReference
FinalizableWeakReference
Function
ReferenceCache
ReferenceCache.CallableCreate
ReferenceMap
ReferenceMap.Entry
ReferenceMap.InternalReference
ReferenceMap.KeyReferenceAwareWrapper
ReferenceMap.PutStrategy
ReferenceMap.ReferenceAwareWrapper
ReferenceMap.SoftKeyReference
ReferenceMap.SoftValueReference
ReferenceMap.Strategy
ReferenceMap.WeakKeyReference
ReferenceMap.WeakValueReference
Strings
package com.opensymphony.xwork2.interceptor
AbstractInterceptor
AliasInterceptor
ChainingInterceptor
ConversionErrorInterceptor
DefaultWorkflowInterceptor
ExceptionHolder
ExceptionMappingInterceptor
I18nInterceptor
Interceptor
LoggingInterceptor
MethodFilterInterceptor
MethodFilterInterceptorUtil
ModelDrivenInterceptor
ModelDrivenInterceptor.RefreshModelBeforeResult
NoParameters
ParameterFilterInterceptor
ParameterNameAware
ParameterRemoverInterceptor
ParametersInterceptor
PrefixMethodInvocationUtil
PrepareInterceptor
PreResultListener
ScopedModelDriven
ScopedModelDrivenInterceptor
StaticParametersInterceptor
TimerInterceptor
ValidationWorkflowAware
package com.opensymphony.xwork2.interceptor.annotations
Allowed
AnnotationParameterFilterIntereptor
AnnotationWorkflowInterceptor
BeforeResult
BlockByDefault
Blocked
InputConfig
package com.opensymphony.xwork2.mock
MockActionInvocation
MockActionProxy
MockInterceptor
MockObjectTypeDeterminer
MockResult
package com.opensymphony.xwork2.ognl
ObjectProxy
OgnlNullHandlerWrapper
OgnlReflectionContextFactory
OgnlReflectionProvider
OgnlTypeConverterWrapper
OgnlUtil
OgnlValueStack
OgnlValueStackFactory
SecurityMemberAccess
XWorkTypeConverterWrapper
package com.opensymphony.xwork2.ognl.accessor
CompoundRootAccessor
CompoundRootAccessor.MethodCall
ObjectAccessor
ObjectProxyPropertyAccessor
SurrugateList
XWorkCollectionPropertyAccessor
XWorkEnumerationAccessor
XWorkIteratorPropertyAccessor
XWorkListPropertyAccessor
XWorkMapPropertyAccessor
XWorkMethodAccessor
XWorkObjectPropertyAccessor
package com.opensymphony.xwork2.spring
SpringObjectFactory
SpringProxyableObjectFactory
package com.opensymphony.xwork2.spring.interceptor
ActionAutowiringInterceptor
package com.opensymphony.xwork2.test
StubConfigurationProvider
package com.opensymphony.xwork2.util
AnnotationUtils
ArrayUtils
ClassLoaderUtil
ClassLoaderUtil.AggregateIterator
ClassPathFinder
ClearableValueStack
CompoundRoot
CreateIfNull
DomHelper
DomHelper.DOMBuilder
DomHelper.StartHandler
Element
FileManager
FileManager.FileRevision
FileManager.JarEntryRevision
FileManager.Revision
KeyProperty
LocalizedTextUtil
LocalizedTextUtil.EmptyResourceBundle
LocalizedTextUtil.GetDefaultMessageReturnArg
LocalizedTextUtil.MessageFormatKey
MemberAccessValueStack
NamedVariablePatternMatcher
NamedVariablePatternMatcher.CompiledPattern
PatternMatcher
PropertiesReader
ResolverUtil
ResolverUtil.AnnotatedWith
ResolverUtil.ClassTest
ResolverUtil.IsA
ResolverUtil.NameEndsWith
ResolverUtil.NameIs
ResolverUtil.ResourceTest
ResolverUtil.Test
TextParseUtil
TextParseUtil.ParsedValueEvaluator
TextUtils
ValueStack
ValueStackFactory
WildcardHelper
XWorkList
XWorkTestCaseHelper
package com.opensymphony.xwork2.util.finder
ClassFinder
ClassFinder.Annotatable
ClassFinder.AnnotationInfo
ClassFinder.ClassInfo
ClassFinder.FieldInfo
ClassFinder.Info
ClassFinder.InfoBuildingVisitor
ClassFinder.MethodInfo
ClassFinder.PackageInfo
ResourceFinder
UrlSet
package com.opensymphony.xwork2.util.location
Locatable
LocatableProperties
Located
Location
LocationAttributes
LocationAttributes.Pipe
LocationImpl
LocationUtils
LocationUtils.LocationFinder
package com.opensymphony.xwork2.util.logging
Logger
LoggerFactory
LoggerUtils
package com.opensymphony.xwork2.util.logging.commons
CommonsLogger
CommonsLoggerFactory
package com.opensymphony.xwork2.util.logging.jdk
JdkLogger
JdkLoggerFactory
package com.opensymphony.xwork2.util.profiling
ObjectProfiler
ProfilingTimerBean
TimerInvocationHandler
UtilTimerStack
UtilTimerStack.ProfilingBlock
package com.opensymphony.xwork2.util.reflection
ReflectionContextFactory
ReflectionContextState
ReflectionException
ReflectionExceptionHandler
ReflectionProvider
ReflectionProviderFactory
package com.opensymphony.xwork2.validator
ActionValidatorManager
AnnotationActionValidatorManager
AnnotationActionValidatorManager.InternalValidatorContextWrapper
AnnotationValidationConfigurationBuilder
DefaultActionValidatorManager
DefaultActionValidatorManager.InternalValidatorContextWrapper
DefaultValidatorFactory
DefaultValidatorFileParser
DelegatingValidatorContext
DelegatingValidatorContext.ActionContextLocaleProvider
DelegatingValidatorContext.LoggingValidationAware
FieldValidator
ShortCircuitableValidator
ValidationException
ValidationInterceptor
Validator
ValidatorConfig
ValidatorConfig.Builder
ValidatorContext
ValidatorFactory
ValidatorFileParser
package com.opensymphony.xwork2.validator.annotations
CustomValidator
UrlValidator
Validation
ValidationParameter
Validations
ValidatorType
package com.opensymphony.xwork2.validator.metadata
AbstractFieldValidatorDescription
ConversionErrorFieldValidatorDescription
DateRangeFieldValidatorDescription
DoubleRangeFieldValidatorDescription
EmailValidatorDescription
ExpressionValidatorDescription
FieldExpressionValidatorDescription
IntRangeFieldValidatorDescription
RequiredFieldValidatorDescription
RequiredStringValidatorDescription
StringLengthFieldValidatorDescription
URLValidatorDescription
ValidatorDescription
VisitorFieldValidatorDescription
package com.opensymphony.xwork2.validator.validators
AbstractRangeValidator
ConditionalVisitorFieldValidator
ConversionErrorFieldValidator
DateRangeFieldValidator
DoubleRangeFieldValidator
EmailValidator
ExpressionValidator
FieldExpressionValidator
FieldValidatorSupport
IntRangeFieldValidator
LongRangeFieldValidator
RegexFieldValidator
RepopulateConversionErrorFieldValidatorSupport
RequiredFieldValidator
RequiredStringValidator
ShortRangeFieldValidator
StringLengthFieldValidator
URLValidator
ValidatorSupport
VisitorFieldValidator
VisitorFieldValidator.AppendingValidatorContext
package org.aspectj.apache.bcel
Constants.Clinit
ExceptionConstants
Repository
package org.aspectj.apache.bcel.classfile
AnnotationDefault
Attribute
AttributeUtils
ClassFormatException
ClassParser
ClassVisitor
Code
CodeException
Constant
ConstantClass
ConstantCP
ConstantDouble
ConstantFieldref
ConstantFloat
ConstantInteger
ConstantInterfaceMethodref
ConstantLong
ConstantMethodref
ConstantNameAndType
ConstantObject
ConstantPool
ConstantString
ConstantUtf8
ConstantValue
Deprecated
EnclosingMethod
ExceptionTable
Field
GenericSignatureParser
InnerClass
InnerClasses
JavaClass
LineNumber
LineNumberTable
LocalVariable
LocalVariableTable
LocalVariableTypeTable
Method
Modifiers
Node
PMGClass
Signature
Signature.ArrayTypeSignature
Signature.BaseTypeSignature
Signature.ClassSignature
Signature.ClassTypeSignature
Signature.FieldTypeSignature
Signature.FormalTypeParameter
Signature.MethodTypeSignature
Signature.MyByteArrayInputStream
Signature.SimpleClassTypeSignature
Signature.TypeArgument
Signature.TypeSignature
Signature.TypeVariableSignature
SourceFile
StackMap
StackMapEntry
StackMapType
Synthetic
Unknown
Utility.ResultHolder
package org.aspectj.apache.bcel.classfile.annotation
AnnotationElementValueGen
AnnotationGen
ArrayElementValueGen
ClassElementValueGen
ElementNameValuePairGen
ElementValueGen
EnumElementValueGen
RuntimeAnnotations
RuntimeInvisibleAnnotations
RuntimeInvisibleParameterAnnotations
RuntimeParameterAnnotations
RuntimeVisibleAnnotations
RuntimeVisibleParameterAnnotations
SimpleElementValueGen
package org.aspectj.apache.bcel.generic
ArrayType
BasicType
BranchHandle
ClassGen
ClassGen.ConstructorComparator
ClassGen.FieldComparator
ClassGen.MethodComparator
ClassGenException
CodeExceptionGen
FieldGen
FieldGenOrMethodGen
FieldInstruction
FieldOrMethod
IINC
Instruction
InstructionBranch
InstructionByte
InstructionCLV
InstructionComparator
InstructionConstants
InstructionConstants.Clinit
InstructionCP
InstructionFactory
InstructionFactory.MethodObject
InstructionHandle
InstructionList
InstructionLV
InstructionSelect
InstructionShort
InstructionTargeter
InstVisitor
InvokeInstruction
INVOKEINTERFACE
LineNumberGen
LineNumberTag
LocalVariableGen
LocalVariableTag
LOOKUPSWITCH
MethodGen
MethodGen.BranchStack
MethodGen.BranchTarget
MULTIANEWARRAY
ObjectType
RET
ReturnaddressType
SwitchBuilder
TABLESWITCH
Tag
TargetLostException
Type
Type.TypeHolder
package org.aspectj.apache.bcel.util
ByteSequence
ByteSequence.ByteArrayStream
ClassLoaderReference
ClassLoaderRepository
ClassLoaderRepository.SoftHashMap
ClassLoaderRepository.SoftHashMap.SpecialValue
ClassPath
ClassPath.ClassFile
ClassPath.Dir
ClassPath.PathEntry
ClassPath.Zip
ClassQueue
ClassVector
DefaultClassLoaderReference
NonCachingClassLoaderRepository
NonCachingClassLoaderRepository.SoftHashMap
NonCachingClassLoaderRepository.SoftHashMap.SpecialValue
SyntheticRepository
package org.aspectj.asm
AsmManager
AsmManager.CanonicalFilePathMap
AsmManager.ModelInfo
HierarchyWalker
IElementHandleProvider
IHierarchy
IHierarchyListener
IModelFilter
IProgramElement
IProgramElement.Accessibility
IProgramElement.ExtraInformation
IProgramElement.Kind
IProgramElement.Modifiers
IRelationship
IRelationship.Kind
IRelationshipMap
package org.aspectj.bridge
AbortException
CountingMessageHandler
CountingMessageHandler.IntHolder
ICommand
ILifecycleAware
IMessage
IMessage.Kind
IMessageContext
IMessageHandler
IMessageHolder
IProgressListener
ISourceLocation
Message
MessageHandler
MessageUtil
MessageUtil.IMessageRenderer
MessageUtil.KindSelector
MessageWriter
ReflectionFactory
Version
WeaveMessage
WeaveMessage.WeaveMessageKind
package org.aspectj.bridge.context
CompilationAndWeavingContext
CompilationAndWeavingContext.ContextStackEntry
CompilationAndWeavingContext.ContextTokenImpl
CompilationAndWeavingContext.DefaultFormatter
ContextFormatter
ContextToken
PinpointingMessageHandler
PinpointingMessageHandler.MessageIssued
PinpointingMessageHandler.PinpointedMessage
package org.aspectj.lang
Aspects
Aspects14
JoinPoint
JoinPoint.EnclosingStaticPart
JoinPoint.StaticPart
NoAspectBoundException
ProceedingJoinPoint
SoftException
package org.aspectj.lang.annotation
AdviceName
After
AfterReturning
AfterThrowing
Around
Aspect
Before
DeclareError
DeclareWarning
SuppressAjWarnings
package org.aspectj.lang.reflect
AdviceSignature
AjType
AjTypeSystem
CatchClauseSignature
CodeSignature
ConstructorSignature
FieldSignature
InitializerSignature
InterTypeConstructorDeclaration
InterTypeDeclaration
InterTypeFieldDeclaration
InterTypeMethodDeclaration
LockSignature
MemberSignature
MethodSignature
NoSuchAdviceException
NoSuchPointcutException
PerClauseKind
PointcutBasedPerClause
SourceLocation
TypePatternBasedPerClause
UnlockSignature
package org.aspectj.runtime
CFlow
package org.aspectj.runtime.reflect
AdviceSignatureImpl
CatchClauseSignatureImpl
CodeSignatureImpl
ConstructorSignatureImpl
Factory
FieldSignatureImpl
InitializerSignatureImpl
JoinPointImpl
JoinPointImpl.EnclosingStaticPartImpl
JoinPointImpl.StaticPartImpl
LockSignatureImpl
MemberSignatureImpl
MethodSignatureImpl
SignatureImpl
SignatureImpl.Cache
SignatureImpl.CacheImpl
SourceLocationImpl
StringMaker
UnlockSignatureImpl
package org.aspectj.util
FileUtil
FileUtil.Pipe
FuzzyBoolean.MaybeFuzzyBoolean
FuzzyBoolean.NeverFuzzyBoolean
FuzzyBoolean.NoFuzzyBoolean
FuzzyBoolean.YesFuzzyBoolean
LangUtil
LangUtil.ProcessController
LangUtil.ProcessController.Thrown
LangUtil.StringChecker
LineReader
PartialOrder
PartialOrder.PartialComparable
PartialOrder.SortObject
PartialOrder.Token
Reflection
TypeSafeEnum
UtilClassLoader
package org.aspectj.weaver
AbstractReferenceTypeDelegate
Advice
AdviceKind
AjAttribute
AjAttribute.AdviceAttribute
AjAttribute.AjSynthetic
AjAttribute.Aspect
AjAttribute.DeclareAttribute
AjAttribute.EffectiveSignatureAttribute
AjAttribute.MethodDeclarationLineNumberAttribute
AjAttribute.PointcutDeclarationAttribute
AjAttribute.PrivilegedAttribute
AjAttribute.SourceContextAttribute
AjAttribute.TypeMunger
AjAttribute.WeaverState
AjAttribute.WeaverVersionInfo
AjcMemberMaker
AnnotatedElement
AnnotationAJ
AnnotationAnnotationValue
AnnotationNameValuePair
AnnotationOnTypeMunger
AnnotationTargetKind
AnnotationValue
AnnotationX
ArrayAnnotationValue
ArrayReferenceType
AsmRelationshipProvider
AsmRelationshipUtils
BCException
BoundedReferenceType
BoundedReferenceType.ReferenceTypeReferenceTypeDelegate
Checker
ClassAnnotationValue
ConcreteTypeMunger
Constants
CrosscuttingMembers
CrosscuttingMembersSet
CustomMungerFactory
Dump
Dump.INode
Dump.IVisitor
EnumAnnotationValue
ExposeTypeMunger
ExtensibleURLClassLoader
FakeAnnotation
IClassFileProvider
IClassWeaver
ICrossReferenceHandler
IEclipseSourceContext
IHasPosition
IHasSourceLocation
IntMap
ISourceContext
Iterators
Iterators.Filter
Iterators.Getter
IWeaveRequestor
JoinPointSignature
JoinPointSignatureIterator
JoinPointSignatureIterator.SearchPair
Lint
Lint.Kind
LintMessage
Member
MemberImpl
MemberKind
MethodDelegateTypeMunger
MethodDelegateTypeMunger.FieldHostTypeMunger
MissingResolvedTypeWithKnownSignature
NameMangler
NewConstructorTypeMunger
NewFieldTypeMunger
NewMethodTypeMunger
NewParentTypeMunger
PerObjectInterfaceTypeMunger
PerTypeWithinTargetTypeMunger
Position
PrivilegedAccessMunger
ReferenceType
ReferenceTypeDelegate
ResolvedMember
ResolvedMemberImpl
ResolvedPointcutDefinition
ResolvedType
ResolvedType.Array
ResolvedType.Missing
ResolvedType.Primitive
ResolvedTypeMunger
ResolvedTypeMunger.Kind
Shadow
Shadow.Kind
ShadowMunger
SignatureUtils
SimpleAnnotationValue
SourceContextImpl
StaticJoinPointFactory
TypeFactory
TypeVariable
TypeVariableDeclaringElement
TypeVariableReference
TypeVariableReferenceType
UnresolvedType
UnresolvedType.TypeKind
UnresolvedTypeVariableReferenceType
VersionedDataInputStream
WeakClassLoaderReference
WeaverMessages
WeaverStateInfo
WeaverStateInfo.Entry
WildcardedUnresolvedType
World
World.AspectPrecedenceCalculator
World.AspectPrecedenceCalculator.PrecedenceCacheKey
World.TypeMap
package org.aspectj.weaver.ast
And
ASTNode
Call
CallExpr
CastExpr
Expr
FieldGet
FieldGetCall
FieldGetOn
HasAnnotation
IExprVisitor
Instanceof
ITestVisitor
Literal
Not
Or
StringConstExpr
Test
Var
package org.aspectj.weaver.bcel
AnnotationAccessFieldVar
AnnotationAccessVar
AtAjAttributes
AtAjAttributes.AjAttributeFieldStruct
AtAjAttributes.AjAttributeMethodStruct
AtAjAttributes.AjAttributeStruct
AtAjAttributes.BindingScope
AtAjAttributes.LazyResolvedPointcutDefinition
AtAjAttributes.MethodArgument
AtAjAttributes.ReturningFormalNotDeclaredInAdviceSignatureException
AtAjAttributes.ThrownFormalNotDeclaredInAdviceSignatureException
AtAjAttributes.UnreadableDebugInfoException
BcelAccessForInlineMunger
BcelAdvice
BcelAttributes
BcelCflowAccessVar
BcelCflowCounterFieldAdder
BcelCflowStackFieldAdder
BcelClassWeaver
BcelClassWeaver.IfaceInitList
BcelField
BcelFieldRef
BcelGenericSignatureToTypeXConverter
BcelGenericSignatureToTypeXConverter.FTPHolder
BcelGenericSignatureToTypeXConverter.GenericSignatureFormatException
BcelMethod
BcelObjectType
BcelPerClauseAspectAdder
BcelRenderer
BcelShadow
BcelShadow.ThisTargetFinder
BcelShadow.UsesTargetVisitor
BcelShadow.UsesThisVisitor
BcelTypeMunger
BcelVar
BcelWeaver
BcelWorld
ClassPathManager
ClassPathManager.ClassFile
ClassPathManager.DirEntry
ClassPathManager.Entry
ClassPathManager.FileClassFile
ClassPathManager.ZipEntryClassFile
ClassPathManager.ZipFileEntry
ExceptionRange
IfFinder
LazyClassGen
LazyClassGen.InlinedSourceFileInfo
LazyMethodGen
LazyMethodGen.BodyPrinter
LazyMethodGen.LVPosition
PoliceExtensionUse
Range
Range.Where
ShadowRange
TypeAnnotationAccessVar
UnwovenClassFile
UnwovenClassFile.ChildClass
UnwovenClassFileWithThirdPartyManagedBytecode
UnwovenClassFileWithThirdPartyManagedBytecode.IByteCodeProvider
Utility
package org.aspectj.weaver.loadtime
Agent
Aj
Aj.AdaptorKey
Aj.ExplicitlyInitializedClassLoaderWeavingAdaptor
Aj.WeaverContainer
ClassLoaderWeavingAdaptor
ClassLoaderWeavingAdaptor.SimpleGeneratedClassHandler
ClassPreProcessor
ClassPreProcessorAgentAdapter
ConcreteAspectCodeGen
DefaultMessageHandler
DefaultWeavingContext
IWeavingContext
JRockitAgent
JRockitAgent.ThreadLocalStack
Options
Options.WeaverOption
WeavingURLClassLoader
package org.aspectj.weaver.loadtime.definition
Definition
Definition.ConcreteAspect
Definition.Pointcut
DocumentParser
package org.aspectj.weaver.ltw
LTWWorld
package org.aspectj.weaver.patterns
AbstractPatternNodeVisitor
AndAnnotationTypePattern
AndPointcut
AndTypePattern
AnnotationPatternList
AnnotationPointcut
AnnotationTypePattern
AnyAnnotationTypePattern
AnyTypePattern
AnyWithAnnotationTypePattern
ArgsAnnotationPointcut
ArgsPointcut
BasicToken
BasicTokenSource
BindingAnnotationFieldTypePattern
BindingAnnotationTypePattern
BindingPattern
Bindings
BindingTypePattern
CflowPointcut
ConcreteCflowPointcut
ConcreteCflowPointcut.Slot
Declare
DeclareAnnotation
DeclareAnnotation.Kind
DeclareErrorOrWarning
DeclareParents
DeclarePrecedence
DeclareSoft
EllipsisAnnotationTypePattern
EllipsisTypePattern
ExactAnnotationFieldTypePattern
ExactAnnotationTypePattern
ExactTypePattern
ExposedState
FastMatchInfo
FormalBinding
FormalBinding.ImplicitFormalBinding
HandlerPointcut
HasMemberTypePattern
HasMemberTypePatternFinder
HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor
IdentityPointcutVisitor
IfPointcut
IfPointcut.IfFalsePointcut
IfPointcut.IfTruePointcut
IScope
IToken
ITokenSource
IVerificationRequired
KindedPointcut
ModifiersPattern
NameBindingPointcut
NamePattern
NotAnnotationTypePattern
NotPointcut
NotTypePattern
NoTypePattern
OrAnnotationTypePattern
OrPointcut
OrTypePattern
ParserException
PatternNode
PatternNodeVisitor
PatternParser
PerCflow
PerClause
PerClause.Kind
PerClause.KindAnnotationPrefix
PerFromSuper
PerObject
PerSingleton
PerThisOrTargetPointcutVisitor
PerThisOrTargetPointcutVisitor.TypePatternMayBe
PerTypeWithin
Pointcut
Pointcut.MatchesNothingPointcut
Pointcut.State
PointcutEvaluationExpenseComparator
PointcutRewriter
ReferencePointcut
ScopeWithTypeVariables
SignaturePattern
SignaturePattern.TypePatternVisitor
SimpleScope
ThisOrTargetAnnotationPointcut
ThisOrTargetPointcut
ThrowsPattern
TypePattern
TypePattern.MatchKind
TypePatternList
TypePatternQuestions
TypePatternQuestions.Question
TypeVariablePattern
TypeVariablePatternList
WildAnnotationTypePattern
WildTypePattern
WildTypePattern.VerifyBoundsForTypePattern
WithinAnnotationPointcut
WithinCodeAnnotationPointcut
WithincodePointcut
WithinPointcut
package org.aspectj.weaver.reflect
AnnotationFinder
ArgNameFinder
DeferredResolvedPointcutDefinition
GenericSignatureInformationProvider
InternalUseOnlyPointcutParser
IReflectionWorld
Java14GenericSignatureInformationProvider
Java15AnnotationFinder
Java15GenericSignatureInformationProvider
Java15ReflectionBasedReferenceTypeDelegate
JavaLangTypeToResolvedTypeConverter
JoinPointMatchImpl
PointcutParameterImpl
ReflectionBasedReferenceTypeDelegate
ReflectionBasedReferenceTypeDelegateFactory
ReflectionBasedResolvedMemberImpl
ReflectionFastMatchInfo
ReflectionShadow
ReflectionVar
ReflectionWorld
ReflectionWorld.ExceptionBasedMessageHandler
ReflectionWorld.ReflectionWorldException
ShadowMatchImpl
ShadowMatchImpl.RuntimeTestEvaluator
package org.aspectj.weaver.tools
AbstractTrace
CommonsTrace
CommonsTraceFactory
ContextBasedMatcher
DefaultMatchingContext
DefaultTrace
DefaultTraceFactory
FuzzyBoolean
GeneratedClassHandler
ISupportsMessageContext
Jdk14Trace
Jdk14TraceFactory
JoinPointMatch
MatchingContext
PointcutDesignatorHandler
PointcutExpression
PointcutParameter
PointcutParser
PointcutPrimitive
ShadowMatch
Trace
Traceable
TraceFactory
TypePatternMatcher
UnsupportedPointcutPrimitiveException
WeavingAdaptor
WeavingAdaptor.WeavingAdaptorMessageHolder
WeavingAdaptor.WeavingAdaptorMessageWriter
WeavingAdaptor.WeavingClassFileProvider
WeavingClassLoader
package org.objectweb.asm.xwork
AnnotationVisitor
AnnotationWriter
ByteVector
ClassAdapter
ClassReader
ClassWriter
Edge
FieldVisitor
FieldWriter
Frame
Handler
Item
Label
MethodAdapter
MethodVisitor
MethodWriter
Opcodes
package org.objectweb.asm.xwork.commons
AdviceAdapter
AnalyzerAdapter
CodeSizeEvaluator
EmptyVisitor
GeneratorAdapter
JSRInlinerAdapter
JSRInlinerAdapter.Instantiation
JSRInlinerAdapter.Subroutine
LocalVariablesSorter
Remapper
RemappingAnnotationAdapter
RemappingClassAdapter
RemappingFieldAdapter
RemappingMethodAdapter
RemappingSignatureAdapter
SerialVersionUIDAdder
SerialVersionUIDAdder.Item
SimpleRemapper
StaticInitMerger
TableSwitchGenerator
package org.objectweb.asm.xwork.signature
SignatureReader
SignatureVisitor
SignatureWriter
package org.objectweb.asm.xwork.tree
AbstractInsnNode
AnnotationNode
ClassNode
FieldInsnNode
FieldNode
FrameNode
IincInsnNode
InnerClassNode
InsnList
InsnList.InsnListIterator
InsnNode
IntInsnNode
JumpInsnNode
LabelNode
LdcInsnNode
LineNumberNode
LocalVariableNode
LookupSwitchInsnNode
MemberNode
MethodInsnNode
MethodNode
MultiANewArrayInsnNode
TableSwitchInsnNode
TryCatchBlockNode
TypeInsnNode
VarInsnNode
to the top
Generated on Mon Jan 17 19:34:58 2011 for XWork by Java API Compliance Checker 1.0
The cross-platform tool for verifying backward compatibility of a Java Library API