Package | Description |
---|---|
act.util |
Modifier and Type | Field and Description |
---|---|
protected java.util.concurrent.ConcurrentMap<java.lang.String,ClassNode> |
ClassInfoRepository.classes |
Modifier and Type | Method and Description |
---|---|
ClassNode |
ClassNode.addInterface(java.lang.String name)
Specify the class represented by this
ClassNode implements an interface specified by the given name |
ClassNode |
ClassNode.annotatedWith(java.lang.String name)
Specify the class represented by this
ClassNode is annotated by an annotation class specified by the name |
ClassNode |
ClassNode.modifiers(int modifiers) |
ClassNode |
ClassInfoRepository.node(java.lang.String name) |
ClassNode |
ClassInfoRepository.node(java.lang.String name,
java.lang.String canonicalName) |
ClassNode |
ClassNode.parent() |
ClassNode |
ClassNode.parent(java.lang.String name)
Specify the class represented by this
ClassNode extends a class with the name specified |
ClassNode |
ClassNode.visitAnnotatedClasses(org.osgl.Osgl.Function<ClassNode,?> visitor)
Accept a visitor that visit all class node that has been annotated by the class represented by this
ClassNode |
ClassNode |
ClassNode.visitAnnotatedClasses(org.osgl.Osgl.Function<ClassNode,?> visitor,
boolean publicOnly,
boolean noAbstract)
Accept a visitor that visit all class node that has been annotated by the class represented by this
ClassNode |
ClassNode |
ClassNode.visitPublicAnnotatedClasses(org.osgl.Osgl.Function<ClassNode,?> visitor)
Accept a visitor that visit all public class node that has been annotated by the class represented by this
ClassNode |
ClassNode |
ClassNode.visitPublicNotAbstractAnnotatedClasses(org.osgl.Osgl.Function<ClassNode,?> visitor)
Accept a visitor that visit all public and non-abstract class node that has been annotated by the class represented by this
ClassNode |
ClassNode |
ClassNode.visitPublicNotAbstractSubTreeNodes(org.osgl.Osgl.Function<ClassNode,?> visitor)
Accept a visitor that visit all public descendants of the class represented by this
ClassNode NOT including this ClassNode itself |
ClassNode |
ClassNode.visitPublicNotAbstractTreeNodes(org.osgl.Osgl.Function<ClassNode,?> visitor)
Accept a visitor that visit all public descendants of the class represented by this
ClassNode including this ClassNode itself |
ClassNode |
ClassNode.visitPublicSubTreeNodes(org.osgl.Osgl.Function<ClassNode,?> visitor)
Accept a visitor that visit all public and non-abstract descendants of the class represented by this
ClassNode NOT including this ClassNode itself |
ClassNode |
ClassNode.visitPublicTreeNodes(org.osgl.Osgl.Function<ClassNode,?> visitor)
Accept a visitor that visit all public and non-abstract descendants of the class represented by this
ClassNode including this ClassNode itself |
ClassNode |
ClassNode.visitSubTree(org.osgl.Osgl.Function<ClassNode,?> visitor)
Accept a visitor that visit all descendants of the class represented by this
ClassNode NOT including this ClassNode itself |
ClassNode |
ClassNode.visitSubTree(org.osgl.Osgl.Function<ClassNode,?> visitor,
boolean publicOnly,
boolean noAbstract)
Accept a visitor that visit all descendants of the class represetned by this
ClassNode NOT including this ClassNode itself. |
ClassNode |
ClassNode.visitTree(org.osgl.Osgl.Function<ClassNode,?> visitor)
Accept a visitor that visit all descendants of the class represented by this
ClassNode including this ClassNode itself |
ClassNode |
ClassNode.visitTree(org.osgl.Osgl.Function<ClassNode,?> visitor,
boolean publicOnly,
boolean noAbstract)
Accept a visitor that visit all descendants of the class represetned by this
ClassNode including this ClassNode itself. |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ClassNode> |
ClassNode.annotatedClasses()
Returns a set of
ClassNode that has been annotated by the annotation class represented by this ClassNode |
java.util.Set<ClassNode> |
ClassNode.annotations()
Returns a set of class node that annotated the class represented by this
ClassNode |
java.util.Map<java.lang.String,ClassNode> |
ClassInfoRepository.classes() |
Modifier and Type | Method and Description |
---|---|
ClassNode |
ClassNode.visitAnnotatedClasses(org.osgl.Osgl.Function<ClassNode,?> visitor)
Accept a visitor that visit all class node that has been annotated by the class represented by this
ClassNode |
ClassNode |
ClassNode.visitAnnotatedClasses(org.osgl.Osgl.Function<ClassNode,?> visitor,
boolean publicOnly,
boolean noAbstract)
Accept a visitor that visit all class node that has been annotated by the class represented by this
ClassNode |
ClassNode |
ClassNode.visitPublicAnnotatedClasses(org.osgl.Osgl.Function<ClassNode,?> visitor)
Accept a visitor that visit all public class node that has been annotated by the class represented by this
ClassNode |
ClassNode |
ClassNode.visitPublicNotAbstractAnnotatedClasses(org.osgl.Osgl.Function<ClassNode,?> visitor)
Accept a visitor that visit all public and non-abstract class node that has been annotated by the class represented by this
ClassNode |
ClassNode |
ClassNode.visitPublicNotAbstractSubTreeNodes(org.osgl.Osgl.Function<ClassNode,?> visitor)
Accept a visitor that visit all public descendants of the class represented by this
ClassNode NOT including this ClassNode itself |
ClassNode |
ClassNode.visitPublicNotAbstractTreeNodes(org.osgl.Osgl.Function<ClassNode,?> visitor)
Accept a visitor that visit all public descendants of the class represented by this
ClassNode including this ClassNode itself |
ClassNode |
ClassNode.visitPublicSubTreeNodes(org.osgl.Osgl.Function<ClassNode,?> visitor)
Accept a visitor that visit all public and non-abstract descendants of the class represented by this
ClassNode NOT including this ClassNode itself |
ClassNode |
ClassNode.visitPublicTreeNodes(org.osgl.Osgl.Function<ClassNode,?> visitor)
Accept a visitor that visit all public and non-abstract descendants of the class represented by this
ClassNode including this ClassNode itself |
ClassNode |
ClassNode.visitSubTree(org.osgl.Osgl.Function<ClassNode,?> visitor)
Accept a visitor that visit all descendants of the class represented by this
ClassNode NOT including this ClassNode itself |
ClassNode |
ClassNode.visitSubTree(org.osgl.Osgl.Function<ClassNode,?> visitor,
boolean publicOnly,
boolean noAbstract)
Accept a visitor that visit all descendants of the class represetned by this
ClassNode NOT including this ClassNode itself. |
ClassNode |
ClassNode.visitTree(org.osgl.Osgl.Function<ClassNode,?> visitor)
Accept a visitor that visit all descendants of the class represented by this
ClassNode including this ClassNode itself |
ClassNode |
ClassNode.visitTree(org.osgl.Osgl.Function<ClassNode,?> visitor,
boolean publicOnly,
boolean noAbstract)
Accept a visitor that visit all descendants of the class represetned by this
ClassNode including this ClassNode itself. |
Copyright © 2014–2017 ActFramework. All rights reserved.