Package com.sun.msv.grammar.xmlschema
Class AttributeDeclExp
- java.lang.Object
-
- com.sun.msv.grammar.Expression
-
- com.sun.msv.grammar.ReferenceExp
-
- com.sun.msv.grammar.xmlschema.AttributeDeclExp
-
- All Implemented Interfaces:
java.io.Serializable
public class AttributeDeclExp extends ReferenceExp
global attribute declaration. The exp field of this object is not much useful.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description AttributeExp
self
actual definition.private static long
serialVersionUID
-
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 AttributeDeclExp(java.lang.String typeLocalName)
name of this attribute declaration.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
set(AttributeExp exp)
-
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
-
-
-
-
Field Detail
-
self
public AttributeExp self
actual definition. This expression contains meaningful information.
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
set
public void set(AttributeExp exp)
-
-