antlraux package
v0.2.1

antlraux.context.types
Interface ClassMemberType

All Superinterfaces:
Type
All Known Implementing Classes:
AttributeType, MethodType

public interface ClassMemberType
extends Type

Types that implement this interface are class members; use it for methods, attributes and such.


Field Summary
 
Fields inherited from interface antlraux.context.types.Type
DEFAULT_NAME, DEFAULT_TAG
 
Method Summary
 Type getClassType()
           
 void setClassType(Type t)
           
 
Methods inherited from interface antlraux.context.types.Type
equals, getName, getTag, setName, setTag, toString
 

Method Detail

setClassType

public void setClassType(Type t)

getClassType

public Type getClassType()

antlraux package
v0.2.1

Created by Enrique José García Cota