|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RPLObject
Intermediate representation of RPLParameters, lists and so forth. The compiler creates AST nodes, then various RPLObjects from those nodes and then actual RPLParameters.
| Method Summary | |
|---|---|
void |
compile(RPLCompiler compile)
Compiles this RPLObject. |
java.lang.Class |
getType()
Gets the type of this RPLObject. |
java.lang.Object |
getValue()
Gets the value of this RPLObject. |
| Method Detail |
|---|
java.lang.Object getValue()
java.lang.Class getType()
void compile(RPLCompiler compile)
compile - the compiler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||