public class VariableRuntimeBuilderContext extends Object
Constructor and Description |
---|
VariableRuntimeBuilderContext(CtField<?> ctField) |
VariableRuntimeBuilderContext(CtParameter<?> ctParameter) |
Modifier and Type | Method and Description |
---|---|
void |
addAnnotation(CtAnnotation<Annotation> ctAnnotation) |
void |
addConstructor(CtConstructor<?> ctConstructor) |
void |
addEnumValue(CtEnumValue<?> ctEnumValue) |
void |
addField(CtField<?> ctField) |
void |
addFormalType(CtTypeParameter parameterRef) |
void |
addMethod(CtMethod<?> ctMethod) |
void |
addPackage(CtPackage ctPackage) |
void |
addParameter(CtParameter ctParameter) |
void |
addType(CtType<?> aType) |
void |
addTypeReference(CtRole role,
CtTypeReference<?> ctTypeReference) |
CtTypeParameter |
getTypeParameter(GenericDeclaration genericDeclaration,
String string) |
public VariableRuntimeBuilderContext(CtField<?> ctField)
public VariableRuntimeBuilderContext(CtParameter<?> ctParameter)
public void addAnnotation(CtAnnotation<Annotation> ctAnnotation)
addAnnotation
in interface RuntimeBuilderContext
public void addTypeReference(CtRole role, CtTypeReference<?> ctTypeReference)
addTypeReference
in interface RuntimeBuilderContext
public void addPackage(CtPackage ctPackage)
addPackage
in interface RuntimeBuilderContext
public void addType(CtType<?> aType)
addType
in interface RuntimeBuilderContext
public void addConstructor(CtConstructor<?> ctConstructor)
addConstructor
in interface RuntimeBuilderContext
public void addMethod(CtMethod<?> ctMethod)
addMethod
in interface RuntimeBuilderContext
public void addField(CtField<?> ctField)
addField
in interface RuntimeBuilderContext
public void addEnumValue(CtEnumValue<?> ctEnumValue)
addEnumValue
in interface RuntimeBuilderContext
public void addParameter(CtParameter ctParameter)
addParameter
in interface RuntimeBuilderContext
public void addFormalType(CtTypeParameter parameterRef)
addFormalType
in interface RuntimeBuilderContext
public CtTypeParameter getTypeParameter(GenericDeclaration genericDeclaration, String string)
getTypeParameter
in interface RuntimeBuilderContext
Copyright © 2007–2019 Inria. All rights reserved.