|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object orc.ast.extended.declaration.Declaration orc.ast.extended.declaration.ValDeclaration
public class ValDeclaration
Field Summary | |
---|---|
Expression |
e
|
Pattern |
p
|
Fields inherited from class orc.ast.extended.declaration.Declaration |
---|
location |
Constructor Summary | |
---|---|
ValDeclaration(Pattern p,
Expression e)
|
Method Summary | ||
---|---|---|
|
accept(Visitor<E> visitor)
|
|
Expression |
bindto(Expression target)
|
|
java.lang.String |
toString()
|
Methods inherited from class orc.ast.extended.declaration.Declaration |
---|
getSourceLocation, setSourceLocation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Pattern p
public Expression e
Constructor Detail |
---|
public ValDeclaration(Pattern p, Expression e)
Method Detail |
---|
public Expression bindto(Expression target) throws CompilationException
bindto
in class Declaration
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 |