Package | Description |
---|---|
com.asakusafw.utils.java.internal.model.syntax |
Naive Java DOM implementations.
|
com.asakusafw.utils.java.internal.model.util |
Internal utlities for Java DOM building/emitting.
|
com.asakusafw.utils.java.model.syntax |
Interfaces for representing Java DOMs.
|
Modifier and Type | Class and Description |
---|---|
class |
InterfaceDeclarationImpl
An implementation of
InterfaceDeclaration . |
Modifier and Type | Method and Description |
---|---|
InterfaceDeclaration |
ModelFactoryImpl.newInterfaceDeclaration(Javadoc javadoc,
List<? extends Attribute> modifiers,
SimpleName name,
List<? extends Type> superInterfaceTypes,
List<? extends TypeBodyDeclaration> bodyDeclarations) |
InterfaceDeclaration |
ModelFactoryImpl.newInterfaceDeclaration(Javadoc javadoc,
List<? extends Attribute> modifiers,
SimpleName name,
List<? extends TypeParameterDeclaration> typeParameters,
List<? extends Type> superInterfaceTypes,
List<? extends TypeBodyDeclaration> bodyDeclarations) |
Modifier and Type | Method and Description |
---|---|
Void |
ModelDigester.visitInterfaceDeclaration(InterfaceDeclaration elem,
com.asakusafw.utils.java.internal.model.util.DigestContext context) |
Boolean |
ModelMatcher.visitInterfaceDeclaration(InterfaceDeclaration elem,
Model context) |
Modifier and Type | Method and Description |
---|---|
InterfaceDeclaration |
ModelFactory.newInterfaceDeclaration(Javadoc javadoc,
List<? extends Attribute> modifiers,
SimpleName name,
List<? extends Type> superInterfaceTypes,
List<? extends TypeBodyDeclaration> bodyDeclarations)
Returns a new
InterfaceDeclaration object. |
InterfaceDeclaration |
ModelFactory.newInterfaceDeclaration(Javadoc javadoc,
List<? extends Attribute> modifiers,
SimpleName name,
List<? extends TypeParameterDeclaration> typeParameters,
List<? extends Type> superInterfaceTypes,
List<? extends TypeBodyDeclaration> bodyDeclarations)
Returns a new
InterfaceDeclaration object. |
Modifier and Type | Method and Description |
---|---|
R |
StrictVisitor.visitInterfaceDeclaration(InterfaceDeclaration elem,
C context) |
R |
Visitor.visitInterfaceDeclaration(InterfaceDeclaration elem,
C context)
Processes
InterfaceDeclaration using this visitor. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.