|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectconvert.relaxng.output.xsd.basic.Located
convert.relaxng.output.xsd.basic.Annotated
convert.relaxng.output.xsd.basic.SimpleType
convert.relaxng.output.xsd.basic.SimpleTypeUnion
public class SimpleTypeUnion
Constructor Summary | |
---|---|
SimpleTypeUnion(SourceLocation location,
Annotation annotation,
java.util.List<SimpleType> children)
|
Method Summary | ||
---|---|---|
|
accept(SimpleTypeVisitor<T> visitor)
|
|
boolean |
equals(java.lang.Object obj)
|
|
java.util.List<SimpleType> |
getChildren()
|
|
int |
hashCode()
|
Methods inherited from class convert.relaxng.output.xsd.basic.Annotated |
---|
getAnnotation |
Methods inherited from class convert.relaxng.output.xsd.basic.Located |
---|
getLocation |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleTypeUnion(SourceLocation location, Annotation annotation, java.util.List<SimpleType> children)
Method Detail |
---|
public java.util.List<SimpleType> getChildren()
public <T> T accept(SimpleTypeVisitor<T> visitor)
accept
in class SimpleType
public boolean equals(java.lang.Object obj)
equals
in class Annotated
public int hashCode()
hashCode
in class Annotated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |