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 String
getImage()
ASTModifierNode
getModifiers()
ApexQualifiedName
getQualifiedName()
String
getSuperInterfaceName()
ASTUserClassOrInterface.TypeKind
getTypeKind()
Finds the type kind of this declaration.boolean
hasSuppressWarningsAnnotationFor(net.sourceforge.pmd.Rule rule)
Object
jjtAccept(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, getUserMap, 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, getUserMap, 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:AbstractApexNodeBase
Accept the visitor. *- Specified by:
jjtAccept
in interfaceApexNode<apex.jorje.semantic.ast.compilation.UserInterface>
- Specified by:
jjtAccept
in classAbstractApexNodeBase
-
getImage
public String getImage()
- Specified by:
getImage
in interfacenet.sourceforge.pmd.lang.ast.Node
- Overrides:
getImage
in classnet.sourceforge.pmd.lang.ast.AbstractNode
-
getTypeKind
public ASTUserClassOrInterface.TypeKind getTypeKind()
Description copied from interface:ASTUserClassOrInterface
Finds the type kind of this declaration.- Specified by:
getTypeKind
in interfaceASTUserClassOrInterface<apex.jorje.semantic.ast.compilation.UserInterface>
- Returns:
- The type kind of this declaration.
-
getQualifiedName
public ApexQualifiedName getQualifiedName()
- Specified by:
getQualifiedName
in interfaceApexQualifiableNode
- Specified by:
getQualifiedName
in interfacenet.sourceforge.pmd.lang.ast.QualifiableNode
-
hasSuppressWarningsAnnotationFor
public boolean hasSuppressWarningsAnnotationFor(net.sourceforge.pmd.Rule rule)
- Specified by:
hasSuppressWarningsAnnotationFor
in interfaceCanSuppressWarnings
-
getModifiers
public ASTModifierNode getModifiers()
-
getSuperInterfaceName
public String getSuperInterfaceName()
-
-