Package org.glassfish.gmbal.typelib
Class EvaluatedTypeBase
java.lang.Object
org.glassfish.gmbal.typelib.EvaluatedTypeBase
- All Implemented Interfaces:
EvaluatedType
- Direct Known Subclasses:
EvaluatedArrayTypeBase,EvaluatedDeclarationBase
- Author:
- ken
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> Rbooleanbooleanstatic <T extends EvaluatedTypeBase>
voidhandleList(StringBuilder sb, String start, List<T> list, String sep, String end, ObjectSet set) static voidhandleModifier(StringBuilder sb, int modifiers) inthashCode()booleanReturns true if the type is immutable.toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.glassfish.gmbal.typelib.EvaluatedType
name
-
Constructor Details
-
EvaluatedTypeBase
public EvaluatedTypeBase()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceEvaluatedType
-
handleModifier
-
handleList
public static <T extends EvaluatedTypeBase> void handleList(StringBuilder sb, String start, List<T> list, String sep, String end, ObjectSet set) -
toString
-
equals
-
equals
-
hashCode
public int hashCode() -
isImmutable
public boolean isImmutable()Description copied from interface:EvaluatedTypeReturns true if the type is immutable.- Specified by:
isImmutablein interfaceEvaluatedType
-