| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,JAbstractType> |
JPatternDictionary.abstractTypeMap |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,JAbstractType> |
JPatternDictionary.getAbstractTypeMap() |
| Modifier and Type | Method and Description |
|---|---|
protected JNode |
JMerger.convertTarget(JAbstractType targetAbstractType,
java.lang.Class<? extends JAbstractType> sourceClass)
Converts the target abstract type to be compatible with the given source node class
|
protected boolean |
JPatternDictionary.visit(JAbstractType abstractType) |
protected boolean |
JMerger.PushSourceVisitor.visit(JAbstractType abstractType) |
| Modifier and Type | Method and Description |
|---|---|
protected JNode |
JMerger.convertTarget(JAbstractType targetAbstractType,
java.lang.Class<? extends JAbstractType> sourceClass)
Converts the target abstract type to be compatible with the given source node class
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JAnnotationType
Annotation type declaration as defined by JLS3 9.6.
|
interface |
JEnum
Enumeration declaration as described in JLS3 8.9.
|
interface |
JType
Represents a source type in a compilation unit, either as a top-level type or a member type.
|
| Modifier and Type | Method and Description |
|---|---|
JAbstractType |
NodeConverter.convert(JAbstractType abstractType,
java.lang.Class<? extends JAbstractType> cls)
Converts the specified abstract type to an instance of the given class and returns the converted node.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
AbstractJNode.computeQualifiedName(JAbstractType abstractType) |
JAbstractType |
NodeConverter.convert(JAbstractType abstractType,
java.lang.Class<? extends JAbstractType> cls)
Converts the specified abstract type to an instance of the given class and returns the converted node.
|
protected boolean |
FacadeVisitor.visit(JAbstractType abstractType) |
| Modifier and Type | Method and Description |
|---|---|
JAbstractType |
NodeConverter.convert(JAbstractType abstractType,
java.lang.Class<? extends JAbstractType> cls)
Converts the specified abstract type to an instance of the given class and returns the converted node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ASTJAbstractType<T extends AbstractTypeDeclaration> |
class |
ASTJAnnotationType
Wraps
AnnotationTypeDeclaration object. |
class |
ASTJEnum |
class |
ASTJType
Wraps
TypeDeclaration object. |
| Modifier and Type | Method and Description |
|---|---|
JAbstractType |
ASTNodeConverter.convert(JAbstractType abstractType,
java.lang.Class<? extends JAbstractType> cls) |
| Modifier and Type | Method and Description |
|---|---|
JAbstractType |
ASTNodeConverter.convert(JAbstractType abstractType,
java.lang.Class<? extends JAbstractType> cls) |
| Modifier and Type | Method and Description |
|---|---|
JAbstractType |
ASTNodeConverter.convert(JAbstractType abstractType,
java.lang.Class<? extends JAbstractType> cls) |
| Modifier and Type | Class and Description |
|---|---|
class |
JDOMJType |
Copyright © 2021. Licensed under the Eclipse Public License v2.0. All rights reserved.
Submit a bug or feature