maj.semant
Class MajBuiltInType
java.lang.Object
maj.semant.MajType
maj.semant.MajBuiltInType
- public class MajBuiltInType
- extends MajType
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MajBuiltInType
public MajBuiltInType(java.lang.String typeName)
getMajType
public java.lang.String getMajType()
- Specified by:
getMajType
in class MajType
isEqual
public boolean isEqual(MajType argType)
- Specified by:
isEqual
in class MajType
isSuperOf
public boolean isSuperOf(MajType argType)
- Specified by:
isSuperOf
in class MajType
isNullType
public boolean isNullType()
toString
public java.lang.String toString()
- Specified by:
toString
in class MajType
isBuiltinType
public static boolean isBuiltinType(java.lang.String name)
isPrimitiveType
public boolean isPrimitiveType()
- Specified by:
isPrimitiveType
in class MajType