Package com.ibm.wala.cast.tree
Interface CAstMemberReference
-
- All Superinterfaces:
CAstReference
public interface CAstMemberReference extends CAstReference
-
-
Field Summary
Fields Modifier and Type Field Description static CAstMemberReference
FUNCTION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
member()
-
Methods inherited from interface com.ibm.wala.cast.tree.CAstReference
type
-
-
-
-
Field Detail
-
FUNCTION
static final CAstMemberReference FUNCTION
-
-
Method Detail
-
member
String member()
-
-