Package org.teavm.ast
Class NewExpr
java.lang.Object
org.teavm.ast.Expr
org.teavm.ast.NewExpr
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptVisitor(ExprVisitor visitor) protected ExprvoidsetConstructedClass(String constructedClass) Methods inherited from class org.teavm.ast.Expr
binary, binary, clone, constant, constructObject, createArray, createArray, createObject, getLocation, instanceOf, invert, invoke, invokeSpecial, invokeStatic, qualify, setLocation, subscript, unary, var
-
Constructor Details
-
NewExpr
public NewExpr()
-
-
Method Details
-
getConstructedClass
-
setConstructedClass
-
acceptVisitor
- Specified by:
acceptVisitorin classExpr
-
clone
-