Package org.drools.mvelcompiler.ast
Class WhileStmtT
- java.lang.Object
-
- org.drools.mvelcompiler.ast.WhileStmtT
-
- All Implemented Interfaces:
TypedExpression
public class WhileStmtT extends Object implements TypedExpression
-
-
Constructor Summary
Constructors Constructor Description WhileStmtT(TypedExpression condition, TypedExpression body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Type>getType()com.github.javaparser.ast.NodetoJavaExpression()
-
-
-
Constructor Detail
-
WhileStmtT
public WhileStmtT(TypedExpression condition, TypedExpression body)
-
-
Method Detail
-
getType
public Optional<Type> getType()
- Specified by:
getTypein interfaceTypedExpression
-
toJavaExpression
public com.github.javaparser.ast.Node toJavaExpression()
- Specified by:
toJavaExpressionin interfaceTypedExpression
-
-