Uses of Class
net.sourceforge.pmd.lang.ecmascript.ast.ASTObjectLiteral
-
Packages that use ASTObjectLiteral Package Description net.sourceforge.pmd.lang.ecmascript.ast -
-
Uses of ASTObjectLiteral in net.sourceforge.pmd.lang.ecmascript.ast
Methods in net.sourceforge.pmd.lang.ecmascript.ast that return ASTObjectLiteral Modifier and Type Method Description ASTObjectLiteral
ASTNewExpression. getInitializer()
Methods in net.sourceforge.pmd.lang.ecmascript.ast with parameters of type ASTObjectLiteral Modifier and Type Method Description default R
EcmascriptVisitor. visit(ASTObjectLiteral node, P data)
-