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, org.glassfish.pfl.basic.contain.ObjectSet set) static voidhandleModifier(StringBuilder sb, int modifiers) inthashCode()booleanReturns true if the type is immutable.toString()Methods inherited from interface 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, org.glassfish.pfl.basic.contain.ObjectSet set) -
toString
-
equals
-
equals
-
hashCode
-
isImmutable
public boolean isImmutable()Description copied from interface:EvaluatedTypeReturns true if the type is immutable.- Specified by:
isImmutablein interfaceEvaluatedType
-