|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.dms.kjc.lir.LIRFunctionPointer
public class LIRFunctionPointer
This represents a function pointer. (Should we include the signature of the function in here, too?
| Constructor Summary | |
|---|---|
LIRFunctionPointer(JMethodDeclaration meth)
Construct a node in the parsing tree |
|
LIRFunctionPointer(String name)
Construct a node in the parsing tree |
|
| Method Summary | |
|---|---|
Object |
accept(AttributeVisitor p)
Accepts the specified attribute visitor. |
void |
accept(SLIRVisitor v)
|
String |
getName()
Returns the name of the function pointed to. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LIRFunctionPointer(String name)
public LIRFunctionPointer(JMethodDeclaration meth)
| Method Detail |
|---|
public String getName()
public Object accept(AttributeVisitor p)
p - the visitorpublic void accept(SLIRVisitor v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||