|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorc.ast.extended.Expression
orc.ast.extended.Name
public class Name
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class orc.ast.extended.Expression |
|---|
Expression.Arg |
| Field Summary | |
|---|---|
java.lang.String |
name
|
| Constructor Summary | |
|---|---|
Name(java.lang.String name)
|
|
| Method Summary | |
|---|---|
Expression.Arg |
argify()
Simplify an expression which occurs in an argument (nested) position. |
Expression |
simplify()
Simplify an expression which occurs in a call (non-nested) position. |
java.lang.String |
toString()
|
| Methods inherited from class orc.ast.extended.Expression |
|---|
getSourceLocation, join, setSourceLocation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String name
| Constructor Detail |
|---|
public Name(java.lang.String name)
| Method Detail |
|---|
public Expression simplify()
Expression
simplify in class Expressionpublic Expression.Arg argify()
Expression
argify in class Expressionpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||