Class DetachedVarSymbol
java.lang.Object
com.sun.tools.javac.code.AnnoConstruct
com.sun.tools.javac.code.Symbol
com.sun.tools.javac.code.Symbol.VarSymbol
org.checkerframework.javacutil.trees.DetachedVarSymbol
- All Implemented Interfaces:
- com.sun.tools.javac.jvm.PoolConstant,- AnnotatedConstruct,- Element,- VariableElement
public class DetachedVarSymbol
extends com.sun.tools.javac.code.Symbol.VarSymbol
A DetachedVarSymbol represents a variable that is not part of any AST Tree. DetachedVarSymbols
 are created when desugaring source code constructs and they carry important type information, but
 some methods such as TreeInfo.declarationFor do not work on them.
- 
Nested Class SummaryNested classes/interfaces inherited from class com.sun.tools.javac.code.Symbolcom.sun.tools.javac.code.Symbol.BindingSymbol, com.sun.tools.javac.code.Symbol.ClassSymbol, com.sun.tools.javac.code.Symbol.Completer, com.sun.tools.javac.code.Symbol.CompletionFailure, com.sun.tools.javac.code.Symbol.DelegatedSymbol<T extends com.sun.tools.javac.code.Symbol>, com.sun.tools.javac.code.Symbol.DynamicMethodSymbol, com.sun.tools.javac.code.Symbol.DynamicVarSymbol, com.sun.tools.javac.code.Symbol.MethodHandleSymbol, com.sun.tools.javac.code.Symbol.MethodSymbol, com.sun.tools.javac.code.Symbol.ModuleFlags, com.sun.tools.javac.code.Symbol.ModuleResolutionFlags, com.sun.tools.javac.code.Symbol.ModuleSymbol, com.sun.tools.javac.code.Symbol.OperatorSymbol, com.sun.tools.javac.code.Symbol.PackageSymbol, com.sun.tools.javac.code.Symbol.ParamSymbol, com.sun.tools.javac.code.Symbol.RecordComponent, com.sun.tools.javac.code.Symbol.RootPackageSymbol, com.sun.tools.javac.code.Symbol.TypeSymbol, com.sun.tools.javac.code.Symbol.TypeVariableSymbol, com.sun.tools.javac.code.Symbol.VarSymbol, com.sun.tools.javac.code.Symbol.Visitor<R extends Object,P extends Object> Nested classes/interfaces inherited from interface com.sun.tools.javac.jvm.PoolConstantcom.sun.tools.javac.jvm.PoolConstant.Dynamic, com.sun.tools.javac.jvm.PoolConstant.LoadableConstant, com.sun.tools.javac.jvm.PoolConstant.NameAndType
- 
Field SummaryFieldsFields inherited from class com.sun.tools.javac.code.Symbol.VarSymboladr, posFields inherited from class com.sun.tools.javac.code.Symbolcompleter, erasure_field, flags_field, kind, metadata, name, owner, type
- 
Constructor SummaryConstructorsConstructorDescriptionDetachedVarSymbol(long flags, com.sun.tools.javac.util.Name name, com.sun.tools.javac.code.Type type, com.sun.tools.javac.code.Symbol owner) Construct a detached variable symbol, given its flags, name, type and owner.
- 
Method SummaryModifier and TypeMethodDescriptionGet the declaration tree for the variable.voidsetDeclaration(VariableTree decl) Set the declaration tree for the variable.Methods inherited from class com.sun.tools.javac.code.Symbol.VarSymbolaccept, accept, asMemberOf, asMethodHandle, clone, getConstantValue, getConstValue, getKind, isExceptionParameter, isResourceVariable, poolTag, setData, setLazyConstValue, toStringMethods inherited from class com.sun.tools.javac.code.SymbolannotationsPendingCompletion, apiComplete, appendAttributes, appendClassInitTypeAttributes, appendInitTypeAttributes, appendUniqueTypeAttributes, asType, attribute, baseSymbol, complete, enclClass, erasure, exists, externalType, flags, flatName, getAnnotationMirrors, getClassInitTypeAttributes, getDeclarationAttributes, getEnclosedElements, getEnclosingElement, getInitTypeAttributes, getMetadata, getModifiers, getQualifiedName, getRawAttributes, getRawTypeAttributes, getSimpleName, getTypeParameters, hasAnnotations, hasDeprecatedAnnotation, hasOuterInstance, hasTypeAnnotations, isAbstract, isAccessibleIn, isAnonymous, isCompleted, isConstructor, isDeprecatableViaAnnotation, isDeprecated, isDeprecatedForRemoval, isDirectlyOrIndirectlyLocal, isDynamic, isEnclosedBy, isEnum, isFinal, isInheritedIn, isInner, isInterface, isMemberOf, isNonSealed, isPreviewApi, isPrivate, isPublic, isSealed, isStatic, isSubClass, location, location, members, outermostClass, overrides, packge, prependAttributes, resetAnnotations, setAttributes, setClassInitTypeAttributes, setDeclarationAttributes, setInitTypeAttributes, setTypeAttributesMethods inherited from class com.sun.tools.javac.code.AnnoConstructgetAnnotation, getAnnotationsByType, getAttribute, getInheritedAnnotationsMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface javax.lang.model.element.Elementequals, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getEnclosedElements, getModifiers, hashCodeMethods inherited from interface com.sun.tools.javac.jvm.PoolConstantpoolKeyMethods inherited from interface javax.lang.model.element.VariableElementasType, getEnclosingElement, getSimpleName
- 
Field Details- 
decl
 
- 
- 
Constructor Details- 
DetachedVarSymbolpublic DetachedVarSymbol(long flags, com.sun.tools.javac.util.Name name, com.sun.tools.javac.code.Type type, com.sun.tools.javac.code.Symbol owner) Construct a detached variable symbol, given its flags, name, type and owner.
 
- 
- 
Method Details- 
setDeclarationSet the declaration tree for the variable.
- 
getDeclarationGet the declaration tree for the variable.
 
-