public static interface JavaScriptExpressionBuilder.ExpressionComponentFormatter
Modifier and Type | Method and Description |
---|---|
void |
formatRecursively(java.lang.StringBuilder output,
JavaScriptExpressionBuilder.VariableAccess variable)
Builds the entire fully qualified name by recursively invoking building of all previous
components and finally adds formatting for the this component.
|
boolean |
needsParentheses() |
void formatRecursively(java.lang.StringBuilder output, JavaScriptExpressionBuilder.VariableAccess variable)
variable
- reflects variable and provides access to all parent variablesboolean needsParentheses()
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.