| Constructor and Description |
|---|
AstMultiplicity(Integer lo,
boolean hasNoUpperBound,
Integer hi,
TypesTree.TextSource source,
int line,
int offset,
int endoffset) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AstVisitor v) |
boolean |
getHasNoUpperBound() |
Integer |
getHi() |
Integer |
getLo() |
public AstMultiplicity(Integer lo, boolean hasNoUpperBound, Integer hi, TypesTree.TextSource source, int line, int offset, int endoffset)
public Integer getLo()
public boolean getHasNoUpperBound()
public Integer getHi()
public void accept(AstVisitor v)
Copyright © 2014. All rights reserved.