Package com.sun.msv.grammar.xmlschema
Class GroupDeclExp
- java.lang.Object
-
- com.sun.msv.grammar.Expression
-
- com.sun.msv.grammar.ReferenceExp
-
- com.sun.msv.grammar.xmlschema.RedefinableExp
-
- com.sun.msv.grammar.xmlschema.GroupDeclExp
-
- All Implemented Interfaces:
Serializable
public class GroupDeclExp extends RedefinableExp
model group declaration.- Author:
- Kohsuke KAWAGUCHI
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.sun.msv.grammar.ReferenceExp
exp, name
-
Fields inherited from class com.sun.msv.grammar.Expression
anyString, epsilon, nullSet, verifierTag
-
-
Constructor Summary
Constructors Constructor Description GroupDeclExp(String typeLocalName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RedefinableExp
getClone()
clone this object.-
Methods inherited from class com.sun.msv.grammar.xmlschema.RedefinableExp
redefine
-
Methods inherited from class com.sun.msv.grammar.ReferenceExp
calcEpsilonReducibility, calcHashCode, equals, isDefined, visit, visit, visit, visit
-
Methods inherited from class com.sun.msv.grammar.Expression
getExpandedExp, hashCode, hashCode, hashCode, isEpsilonReducible, peelOccurence, readResolve, visit, visit, visit, visit
-
-
-
-
Constructor Detail
-
GroupDeclExp
public GroupDeclExp(String typeLocalName)
-
-
Method Detail
-
getClone
public RedefinableExp getClone()
clone this object.- Specified by:
getClone
in classRedefinableExp
-
-