|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object orc.ast.extended.expression.Expression orc.ast.extended.expression.Throw
public class Throw
Nested Class Summary |
---|
Nested classes/interfaces inherited from class orc.ast.extended.expression.Expression |
---|
Expression.Arg |
Field Summary | |
---|---|
Expression |
exception
|
Constructor Summary | |
---|---|
Throw(Expression e)
|
Method Summary | ||
---|---|---|
|
accept(Visitor<E> visitor)
|
|
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.Expression |
---|
argify, getSourceLocation, join, setSourceLocation, uncurry |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Expression exception
Constructor Detail |
---|
public Throw(Expression e)
Method Detail |
---|
public Expression simplify() throws CompilationException
Expression
simplify
in class Expression
CompilationException
public java.lang.String toString()
toString
in class java.lang.Object
public <E> E accept(Visitor<E> visitor)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |