public interface ASTNode
Modifier and Type | Method and Description |
---|---|
String |
getSourceString()
Returns the source code for this node and its descendants in the syntax tree.
|
boolean |
isQuantity()
True if this node represents a literal of variable, false if it represents an expression. |
String getSourceString()
boolean isQuantity()
True
if this node represents a literal of variable, false
if it represents an expression.Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.