public interface NewClass extends Expression
Expression subinterface for expressions which create new non-array
 objects.| Modifier and Type | Method and Description | 
|---|---|
| NewClass | addArg(Expression e)Adds the given expression the list of arguments for this new invocation. | 
| List<Expression> | getArgs()Gets the list of arguments for this instance creation as an list of
  Expression. | 
| String | getQualifier()Sets the qualifier for this instance creation. | 
| NewClass | setQualifier(String s)Sets the qualifier for this instance creation. | 
| NewClass | setType(Type type)Sets the given type for this instance creation. | 
getTypeapplyStyle, cast, getComment, isActive, isBlockWithAbruptCompletion, setComment, toCode, visit, vmNewClass addArg(Expression e)
List<Expression> getArgs()
Expression.String getQualifier()
NewClass setQualifier(String s)
Copyright © 2000–2018 jenesis4java. All rights reserved.