|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorc.ast.extended.declaration.SiteDeclaration
public class SiteDeclaration
Declaration of a site. The site is specificed as a fully qualified Java class name. The class must be a subclass of Site. The declaration binds an instance of the class to the given name.
| Field Summary | |
|---|---|
java.lang.String |
classname
|
java.lang.String |
varname
|
| Constructor Summary | |
|---|---|
SiteDeclaration(java.lang.String v,
java.lang.String c)
|
|
| Method Summary | |
|---|---|
Expression |
bindto(Expression target)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String varname
public java.lang.String classname
| Constructor Detail |
|---|
public SiteDeclaration(java.lang.String v,
java.lang.String c)
| Method Detail |
|---|
public Expression bindto(Expression target)
bindto in interface Declaration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||