public interface VariableAllocator
| Modifier and Type | Method and Description |
|---|---|
VariableReferenceExpression |
newVariable(Optional<SourceLocation> sourceLocation,
String nameHint,
Type type) |
VariableReferenceExpression |
newVariable(Optional<SourceLocation> sourceLocation,
String nameHint,
Type type,
String suffix) |
default VariableReferenceExpression |
newVariable(String nameHint,
Type type) |
default VariableReferenceExpression |
newVariable(String nameHint,
Type type,
String suffix) |
default VariableReferenceExpression newVariable(String nameHint, Type type)
default VariableReferenceExpression newVariable(String nameHint, Type type, String suffix)
VariableReferenceExpression newVariable(Optional<SourceLocation> sourceLocation, String nameHint, Type type)
VariableReferenceExpression newVariable(Optional<SourceLocation> sourceLocation, String nameHint, Type type, String suffix)
Copyright © 2012–2022. All rights reserved.