|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object orc.ast.extended.declaration.def.DefMember
public abstract class DefMember
Field Summary | |
---|---|
java.lang.String |
name
|
Constructor Summary | |
---|---|
DefMember()
|
Method Summary | |
---|---|
abstract void |
extend(AggregateDef adef)
|
SourceLocation |
getSourceLocation()
|
void |
setSourceLocation(SourceLocation location)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface orc.ast.extended.ASTNode |
---|
accept |
Field Detail |
---|
public java.lang.String name
Constructor Detail |
---|
public DefMember()
Method Detail |
---|
public abstract void extend(AggregateDef adef) throws CompilationException
CompilationException
public void setSourceLocation(SourceLocation location)
setSourceLocation
in interface Locatable
public SourceLocation getSourceLocation()
getSourceLocation
in interface ASTNode
getSourceLocation
in interface Located
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |