Class TypedNode
java.lang.Object
org.apache.sling.scripting.sightly.java.compiler.impl.operator.TypedNode
Expression nodes with type information
-
Constructor Summary
ConstructorsConstructorDescriptionTypedNode
(ExpressionNode node, org.apache.sling.scripting.sightly.java.compiler.impl.Type type) -
Method Summary
-
Constructor Details
-
TypedNode
public TypedNode(ExpressionNode node, org.apache.sling.scripting.sightly.java.compiler.impl.Type type)
-
-
Method Details
-
getNode
-
getType
public org.apache.sling.scripting.sightly.java.compiler.impl.Type getType()
-