public class DynamicBindStatement extends BindStatement
| Constructor and Description |
|---|
DynamicBindStatement(SourceRange sourceRange,
String pathname,
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 DynamicBindStatement(SourceRange sourceRange, String pathname, FullType fullType) throws SyntaxException
sourceRange - source location of this statementpathname - absolute Path to associate with the FullTypefullType - SyntaxExceptionCopyright © 2014 Quattor. All Rights Reserved.