Package | Description |
---|---|
manifold.api.gen |
Modifier and Type | Class and Description |
---|---|
class |
SrcExpression<T extends SrcExpression<T>> |
Modifier and Type | Class and Description |
---|---|
class |
SrcAnnotationArrayExpression |
class |
SrcAnnotationExpression |
class |
SrcIdentifier |
class |
SrcMemberAccessExpression |
class |
SrcMethodCallExpression |
class |
SrcRawExpression |
Modifier and Type | Method and Description |
---|---|
SrcExpression |
SrcArgument.getValue() |
Modifier and Type | Method and Description |
---|---|
SrcSwitchStatement |
SrcSwitchStatement.expr(SrcExpression expr) |
SrcParameter |
SrcParameter.initializer(SrcExpression expr) |
SrcField |
SrcField.initializer(SrcExpression expr) |
Constructor and Description |
---|
SrcArgument(SrcExpression value) |
SrcParameter(String name,
SrcType type,
SrcExpression initializer) |
SrcReturnStatement(SrcExpression expr) |
Copyright © 2024. All rights reserved.