Class Parameter
java.lang.Object
org.vesalainen.bcc.LocalVariable
org.vesalainen.bcc.Parameter
- All Implemented Interfaces:
AnnotatedConstruct, Element, VariableElement
-
Constructor Summary
ConstructorsConstructorDescriptionParameter(ExecutableElement enclosingElement, TypeMirror type) Parameter(ExecutableElement enclosingElement, TypeMirror type, CharSequence simpleName) -
Method Summary
Methods inherited from class LocalVariable
accept, asType, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getConstantValue, getEnclosedElements, getEnclosingElement, getKind, getModifiers, getSimpleName, setSimpleName, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface VariableElement
isUnnamed
-
Constructor Details
-
Parameter
-
Parameter
-