public abstract class AttDef extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AttType |
attType |
protected DefaultDecl |
defaultDecl |
protected org.vesalainen.grammar.Nonterminal |
nt |
| Constructor and Description |
|---|
AttDef(AttType attType,
DefaultDecl defaultDecl) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AttType |
getAttType() |
DefaultDecl |
getDefaultDecl() |
abstract String |
getName() |
abstract String |
greateRhs() |
int |
hashCode() |
protected AttType attType
protected DefaultDecl defaultDecl
protected org.vesalainen.grammar.Nonterminal nt
public AttDef(AttType attType, DefaultDecl defaultDecl)
public AttType getAttType()
public DefaultDecl getDefaultDecl()
public abstract String getName()
public abstract String greateRhs()
Copyright © 2014. All rights reserved.