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
| Methods inherited from class com.sun.msv.grammar.Expression |
getExpandedExp, hashCode, hashCode, hashCode, isEpsilonReducible, peelOccurence, readResolve, visit, visit, visit, visit |
GroupDeclExp
public GroupDeclExp(String typeLocalName)
getClone
public RedefinableExp getClone()
- clone this object.
- Specified by:
getClone in class RedefinableExp
Copyright © 2013 Oracle Corporation. All Rights Reserved.