com.sun.msv.grammar.xmlschema

Class GroupDeclExp

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

GroupDeclExp(String typeLocalName)

Method Summary

RedefinableExp
getClone()
clone this object.

Methods inherited from class com.sun.msv.grammar.xmlschema.RedefinableExp

getClone, redefine

Methods inherited from class com.sun.msv.grammar.ReferenceExp

equals, isDefined, visit, visit, visit, visit

Methods inherited from class com.sun.msv.grammar.Expression

equals, getExpandedExp, hashCode, isEpsilonReducible, peelOccurence, visit, visit, visit, visit, visit, visit, visit, visit

Constructor Details

GroupDeclExp

public GroupDeclExp(String typeLocalName)

Method Details

getClone

public RedefinableExp getClone()
clone this object.
Overrides:
getClone in interface RedefinableExp