public class StaticBindStatement extends BindStatement
| Constructor and Description |
|---|
StaticBindStatement(SourceRange sourceRange,
Path path,
FullType fullType)
This constructor creates a new BindStatement which associates a FullType to a particular, absolute path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Context context)
Execute this Statement within the given context.
|
String |
toString()
Return a reasonable string representation of this statement.
|
getInstancegetSourceRangepublic StaticBindStatement(SourceRange sourceRange, Path path, FullType fullType) throws SyntaxException
sourceRange - source location of this statementpath - absolute Path to associate with the FullTypefullType - SyntaxExceptionCopyright © 2014 Quattor. All Rights Reserved.