Class TypedNode
- java.lang.Object
-
- org.apache.sling.scripting.sightly.java.compiler.impl.operator.TypedNode
-
public class TypedNode extends Object
Expression nodes with type information
-
-
Constructor Summary
Constructors Constructor Description TypedNode(org.apache.sling.scripting.sightly.compiler.expression.ExpressionNode node, org.apache.sling.scripting.sightly.java.compiler.impl.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.sling.scripting.sightly.compiler.expression.ExpressionNode
getNode()
org.apache.sling.scripting.sightly.java.compiler.impl.Type
getType()
-