|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pmd.lang.ast.AbstractNode
net.sourceforge.pmd.lang.java.ast.AbstractJavaNode
net.sourceforge.pmd.lang.java.ast.AbstractJavaAccessNode
net.sourceforge.pmd.lang.java.ast.ASTLambdaExpression
public class ASTLambdaExpression
Field Summary |
---|
Fields inherited from class net.sourceforge.pmd.lang.java.ast.AbstractJavaNode |
---|
parser |
Fields inherited from class net.sourceforge.pmd.lang.ast.AbstractNode |
---|
beginColumn, beginLine, childIndex, children, endColumn, endLine, firstToken, id, lastToken, parent |
Fields inherited from interface net.sourceforge.pmd.lang.java.ast.AccessNode |
---|
ABSTRACT, DEFAULT, FINAL, NATIVE, PRIVATE, PROTECTED, PUBLIC, STATIC, STRICTFP, SYNCHRONIZED, TRANSIENT, VOLATILE |
Constructor Summary | |
---|---|
ASTLambdaExpression(int id)
|
|
ASTLambdaExpression(JavaParser p,
int id)
|
Method Summary | |
---|---|
Object |
jjtAccept(JavaParserVisitor visitor,
Object data)
Accept the visitor. |
Methods inherited from class net.sourceforge.pmd.lang.java.ast.AbstractJavaAccessNode |
---|
getModifiers, isAbstract, isDefault, isFinal, isNative, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile, setAbstract, setDefault, setFinal, setModifiers, setNative, setPrivate, setProtected, setPublic, setStatic, setStrictfp, setSynchronized, setTransient, setVolatile |
Methods inherited from class net.sourceforge.pmd.lang.java.ast.AbstractJavaNode |
---|
childrenAccept, comment, comment, getScope, jjtClose, jjtOpen, setScope, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface net.sourceforge.pmd.lang.ast.Node |
---|
findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getUserData, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, jjtAddChild, jjtClose, jjtGetChild, jjtGetChildIndex, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetChildIndex, jjtSetParent, setDataFlowNode, setImage, setUserData |
Constructor Detail |
---|
public ASTLambdaExpression(int id)
public ASTLambdaExpression(JavaParser p, int id)
Method Detail |
---|
public Object jjtAccept(JavaParserVisitor visitor, Object data)
jjtAccept
in interface JavaNode
jjtAccept
in class AbstractJavaNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |