org.mesopotamia.lang.java.ref.bcel
Class JavaClassVariableInfo
java.lang.Object
org.mesopotamia.lang.java.ref.bcel.JavaClassVariableInfo
- All Implemented Interfaces:
- Info, VariableInfo
public class JavaClassVariableInfo
- extends java.lang.Object
- implements VariableInfo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getTypeSpecification
public TypeSpecInfo getTypeSpecification()
- Specified by:
getTypeSpecification in interface VariableInfo
getDeclaringType
public TypeInfo getDeclaringType()
- Specified by:
getDeclaringType in interface Info
- Returns:
- Information about declaring type.
Null for local variables and local and anonymous classes.
getFcn
public java.lang.String getFcn()
- Specified by:
getFcn in interface Info
- Returns:
- Fully qualified name. Null for local variables
and local and anonymous classes/interfaces.
getModifiers
public java.util.List<java.lang.String> getModifiers()
- Specified by:
getModifiers in interface Info
getName
public java.lang.String getName()
- Specified by:
getName in interface Info
- Returns:
- Variable, type of method name.
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2005 Hammurapi Group. All Rights Reserved.