public interface Variable
Modifier and Type | Method and Description |
---|---|
Constant |
constant() |
Expr |
getInit() |
Modifiers |
getModifiers() |
boolean |
hasInit() |
TypeDecl |
hostType() |
boolean |
isBlank() |
boolean |
isClassVariable() |
boolean |
isConstructorParameter() |
boolean |
isExceptionHandlerParameter() |
boolean |
isFinal() |
boolean |
isInstanceVariable() |
boolean |
isLocalVariable() |
boolean |
isMethodParameter() |
boolean |
isParameter() |
boolean |
isStatic() |
boolean |
isSynthetic() |
boolean |
isVolatile() |
String |
name() |
Variable |
sourceVariableDecl() |
Collection<TypeDecl> |
throwTypes() |
TypeDecl |
type() |
String name()
TypeDecl type()
Collection<TypeDecl> throwTypes()
boolean isParameter()
boolean isClassVariable()
boolean isInstanceVariable()
boolean isMethodParameter()
boolean isConstructorParameter()
boolean isExceptionHandlerParameter()
boolean isLocalVariable()
boolean isFinal()
boolean isVolatile()
boolean isBlank()
boolean isStatic()
boolean isSynthetic()
TypeDecl hostType()
Expr getInit()
boolean hasInit()
Constant constant()
Modifiers getModifiers()
Variable sourceVariableDecl()
Copyright © 2021 Soot OSS. All rights reserved.