|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorc.ast.extended.declaration.Declaration
orc.ast.extended.declaration.ValDeclaration
public class ValDeclaration
| Field Summary | |
|---|---|
Expression |
f
|
Pattern |
p
|
| Fields inherited from class orc.ast.extended.declaration.Declaration |
|---|
location |
| Constructor Summary | |
|---|---|
ValDeclaration(Pattern p,
Expression f)
|
|
| 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 f
| Constructor Detail |
|---|
public ValDeclaration(Pattern p,
Expression f)
| Method Detail |
|---|
public Expression bindto(Expression target)
throws CompilationException
bindto in class DeclarationCompilationExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic <E> E accept(Visitor<E> visitor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||