Class JavaSourceLoaderImpl.JavaField
java.lang.Object
com.ibm.wala.cast.loader.AstField
com.ibm.wala.cast.java.loader.JavaSourceLoaderImpl.JavaField
- All Implemented Interfaces:
IField
,IMember
,IClassHierarchyDweller
- Enclosing class:
JavaSourceLoaderImpl
WALA representation of a field on a Java type that resides in a source file
- Author:
- rfuhrer
-
Constructor Summary
ModifierConstructorDescriptionprotected
JavaField
(CAstEntity fieldEntity, IClassLoader loader, IClass declaringClass, Collection<Annotation> annotations) -
Method Summary
Methods inherited from class com.ibm.wala.cast.loader.AstField
getAnnotations, getClassHierarchy, getDeclaringClass, getFieldTypeReference, getName, getReference, isFinal, isPrivate, isProtected, isPublic, isStatic, isVolatile, toString
-
Constructor Details
-
JavaField
protected JavaField(CAstEntity fieldEntity, IClassLoader loader, IClass declaringClass, Collection<Annotation> annotations)
-