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 |
SuperConstructorInvocationImpl
An implementation of
SuperConstructorInvocation . |
Modifier and Type | Method and Description |
---|---|
SuperConstructorInvocation |
ModelFactoryImpl.newSuperConstructorInvocation(Expression... arguments) |
SuperConstructorInvocation |
ModelFactoryImpl.newSuperConstructorInvocation(Expression qualifier,
List<? extends Type> typeArguments,
List<? extends Expression> arguments) |
SuperConstructorInvocation |
ModelFactoryImpl.newSuperConstructorInvocation(List<? extends Expression> arguments) |
Modifier and Type | Method and Description |
---|---|
Void |
ModelDigester.visitSuperConstructorInvocation(SuperConstructorInvocation elem,
com.asakusafw.utils.java.internal.model.util.DigestContext context) |
Boolean |
ModelMatcher.visitSuperConstructorInvocation(SuperConstructorInvocation elem,
Model context) |
Modifier and Type | Method and Description |
---|---|
SuperConstructorInvocation |
ModelFactory.newSuperConstructorInvocation(Expression... arguments)
Returns a new
SuperConstructorInvocation object. |
SuperConstructorInvocation |
ModelFactory.newSuperConstructorInvocation(Expression qualifier,
List<? extends Type> typeArguments,
List<? extends Expression> arguments)
Returns a new
SuperConstructorInvocation object. |
SuperConstructorInvocation |
ModelFactory.newSuperConstructorInvocation(List<? extends Expression> arguments)
Returns a new
SuperConstructorInvocation object. |
Modifier and Type | Method and Description |
---|---|
R |
StrictVisitor.visitSuperConstructorInvocation(SuperConstructorInvocation elem,
C context) |
R |
Visitor.visitSuperConstructorInvocation(SuperConstructorInvocation elem,
C context)
Processes
SuperConstructorInvocation using this visitor. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.