Class ASTUserInterface
- java.lang.Object
-
- net.sourceforge.pmd.lang.ast.AbstractNode
-
- net.sourceforge.pmd.lang.apex.ast.AbstractApexNodeBase
-
- 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 StringgetImage()ASTModifierNodegetModifiers()ApexQualifiedNamegetQualifiedName()StringgetSuperInterfaceName()ASTUserClassOrInterface.TypeKindgetTypeKind()Finds the type kind of this declaration.booleanhasSuppressWarningsAnnotationFor(net.sourceforge.pmd.Rule rule)ObjectjjtAccept(ApexParserVisitor visitor, Object data)Accept the visitor-
Methods inherited from class net.sourceforge.pmd.lang.apex.ast.ApexRootNode
getApexVersion
-
Methods inherited from class net.sourceforge.pmd.lang.apex.ast.AbstractApexNode
children, getChild, getLocation, getNode, getParent, handleSourceCode, hasRealLoc
-
Methods inherited from class net.sourceforge.pmd.lang.apex.ast.AbstractApexNodeBase
childrenAccept, getBeginColumn, getBeginLine, getEndColumn, getEndLine, getXPathNodeName
-
Methods inherited from class net.sourceforge.pmd.lang.ast.AbstractNode
appendElement, findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getDataFlowNode, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfAnyType, getFirstParentOfType, getIndexInParent, getNthParent, getNumChildren, 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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.sourceforge.pmd.lang.apex.ast.ApexNode
children, childrenAccept, getChild, getNode, getParent
-
Methods inherited from interface net.sourceforge.pmd.lang.ast.Node
findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfAnyType, getFirstParentOfType, getIndexInParent, getNthParent, getNumChildren, 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 Object jjtAccept(ApexParserVisitor visitor, Object data)
Description copied from class:AbstractApexNodeBaseAccept the visitor. *- Specified by:
jjtAcceptin interfaceApexNode<apex.jorje.semantic.ast.compilation.UserInterface>- Specified by:
jjtAcceptin classAbstractApexNodeBase
-
getImage
public 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
-
getModifiers
public ASTModifierNode getModifiers()
-
getSuperInterfaceName
public String getSuperInterfaceName()
-
-