Class ASTUserInterface
- java.lang.Object
-
- net.sourceforge.pmd.lang.ast.AbstractNode
-
- net.sourceforge.pmd.lang.apex.ast.AbstractApexNode<T>
-
- net.sourceforge.pmd.lang.apex.ast.ApexRootNode<apex.jorje.semantic.ast.compilation.UserInterface>
-
- net.sourceforge.pmd.lang.apex.ast.ASTUserInterface
-
- All Implemented Interfaces:
ApexNode<apex.jorje.semantic.ast.compilation.UserInterface>,ApexQualifiableNode,ASTUserClassOrInterface<apex.jorje.semantic.ast.compilation.UserInterface>,CanSuppressWarnings,net.sourceforge.pmd.lang.ast.Node,net.sourceforge.pmd.lang.ast.QualifiableNode,net.sourceforge.pmd.lang.ast.RootNode
public class ASTUserInterface extends ApexRootNode<apex.jorje.semantic.ast.compilation.UserInterface> implements ASTUserClassOrInterface<apex.jorje.semantic.ast.compilation.UserInterface>, CanSuppressWarnings
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.sourceforge.pmd.lang.apex.ast.ASTUserClassOrInterface
ASTUserClassOrInterface.TypeKind
-
-
Field Summary
-
Fields inherited from class net.sourceforge.pmd.lang.apex.ast.AbstractApexNode
node
-
-
Constructor Summary
Constructors Constructor Description ASTUserInterface(apex.jorje.semantic.ast.compilation.UserInterface userInterface)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetImage()ApexQualifiedNamegetQualifiedName()ASTUserClassOrInterface.TypeKindgetTypeKind()Finds the type kind of this declaration.booleanhasSuppressWarningsAnnotationFor(net.sourceforge.pmd.Rule rule)java.lang.ObjectjjtAccept(ApexParserVisitor visitor, java.lang.Object data)Accept the visitor.-
Methods inherited from class net.sourceforge.pmd.lang.apex.ast.AbstractApexNode
childrenAccept, getBeginColumn, getBeginLine, getEndColumn, getEndLine, getLocation, getNode, getXPathNodeName, handleSourceCode, hasRealLoc
-
Methods inherited from class net.sourceforge.pmd.lang.ast.AbstractNode
appendElement, findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getDataFlowNode, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfAnyType, getFirstParentOfType, getNthParent, getParentsOfType, getUserData, getXPathAttributesIterator, hasDecendantOfAnyType, hasDescendantMatchingXPath, hasDescendantOfAnyType, hasDescendantOfType, hasImageEqualTo, isFindBoundary, isSingleLine, jjtAddChild, jjtClose, jjtGetChild, jjtGetChildIndex, jjtGetFirstToken, jjtGetId, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetChildIndex, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, remove, removeChildAtIndex, setDataFlowNode, setImage, setUserData, testingOnlySetBeginColumn, testingOnlySetBeginLine, testingOnlySetEndColumn, testingOnlySetEndLine, toString
-
Methods inherited from interface net.sourceforge.pmd.lang.apex.ast.ApexNode
childrenAccept, getNode
-
Methods inherited from interface net.sourceforge.pmd.lang.ast.Node
findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfAnyType, getFirstParentOfType, getNthParent, getParentsOfType, getUserData, getXPathAttributesIterator, getXPathNodeName, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, jjtAddChild, jjtClose, jjtGetChild, jjtGetChildIndex, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetChildIndex, jjtSetParent, remove, removeChildAtIndex, setDataFlowNode, setImage, setUserData
-
-
-
-
Method Detail
-
jjtAccept
public java.lang.Object jjtAccept(ApexParserVisitor visitor, java.lang.Object data)
Description copied from interface:ApexNodeAccept the visitor. *
-
getImage
public java.lang.String getImage()
- Specified by:
getImagein interfacenet.sourceforge.pmd.lang.ast.Node- Overrides:
getImagein classnet.sourceforge.pmd.lang.ast.AbstractNode
-
getTypeKind
public ASTUserClassOrInterface.TypeKind getTypeKind()
Description copied from interface:ASTUserClassOrInterfaceFinds the type kind of this declaration.- Specified by:
getTypeKindin interfaceASTUserClassOrInterface<apex.jorje.semantic.ast.compilation.UserInterface>- Returns:
- The type kind of this declaration.
-
getQualifiedName
public ApexQualifiedName getQualifiedName()
- Specified by:
getQualifiedNamein interfaceApexQualifiableNode- Specified by:
getQualifiedNamein interfacenet.sourceforge.pmd.lang.ast.QualifiableNode
-
hasSuppressWarningsAnnotationFor
public boolean hasSuppressWarningsAnnotationFor(net.sourceforge.pmd.Rule rule)
- Specified by:
hasSuppressWarningsAnnotationForin interfaceCanSuppressWarnings
-
-