Package org.glassfish.gmbal.typelib
Class EvaluatedArrayTypeBase
- java.lang.Object
-
- org.glassfish.gmbal.typelib.EvaluatedTypeBase
-
- org.glassfish.gmbal.typelib.EvaluatedArrayTypeBase
-
- All Implemented Interfaces:
EvaluatedArrayType
,EvaluatedType
- Direct Known Subclasses:
DeclarationFactory.EvaluatedArrayTypeImpl
public abstract class EvaluatedArrayTypeBase extends EvaluatedTypeBase implements EvaluatedArrayType
-
-
Constructor Summary
Constructors Constructor Description EvaluatedArrayTypeBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(Visitor<R> visitor)
int
hashCode(org.glassfish.pfl.basic.contain.ObjectSet set)
(package private) void
makeRepresentation(java.lang.StringBuilder sb, org.glassfish.pfl.basic.contain.ObjectSet set)
(package private) boolean
myEquals(java.lang.Object obj, org.glassfish.pfl.basic.contain.ObjectSet set)
-
Methods inherited from class org.glassfish.gmbal.typelib.EvaluatedTypeBase
castList, equalList, equals, equals, handleList, handleModifier, hashCode, isImmutable, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.glassfish.gmbal.typelib.EvaluatedArrayType
componentType
-
Methods inherited from interface org.glassfish.gmbal.typelib.EvaluatedType
isImmutable, name
-
-
-
-
Method Detail
-
makeRepresentation
void makeRepresentation(java.lang.StringBuilder sb, org.glassfish.pfl.basic.contain.ObjectSet set)
- Specified by:
makeRepresentation
in classEvaluatedTypeBase
-
myEquals
boolean myEquals(java.lang.Object obj, org.glassfish.pfl.basic.contain.ObjectSet set)
- Specified by:
myEquals
in classEvaluatedTypeBase
-
hashCode
public int hashCode(org.glassfish.pfl.basic.contain.ObjectSet set)
- Specified by:
hashCode
in classEvaluatedTypeBase
-
accept
public <R> R accept(Visitor<R> visitor)
- Specified by:
accept
in interfaceEvaluatedType
- Overrides:
accept
in classEvaluatedTypeBase
-
-