A 
        
            B 
        
            C 
        
            D 
        
            E 
        
            F 
        
            G 
        
            H 
        
            I 
        
            L 
        
            M 
        
            N 
        
            O 
        
            P 
        
            Q 
        
            R 
        
            S 
        
            T 
        
            U 
        
            V 
        
        
I
- InaccessibleAuraEnabledGetterRule - class in net.sourceforge.pmd.lang.apex.rule.errorprone
 - In the Summer '21 release, a mandatory security update enforces access modifiers on Apex properties in Lightning component markup.
 - INCREMENT - enum entry in net.sourceforge.pmd.lang.apex.ast.PostfixOperator
 - INCREMENT - enum entry in net.sourceforge.pmd.lang.apex.ast.PrefixOperator
 - initialize(net.sourceforge.pmd.lang.LanguageProcessor) - function in net.sourceforge.pmd.lang.rule.Rule
 - INTEGER - enum entry in net.sourceforge.pmd.lang.apex.ast.ASTLiteralExpression.LiteralType
 - InternalApiBridge - class in net.sourceforge.pmd.lang.apex.multifile
 - Internal API.
 - isAbstract() - function in net.sourceforge.pmd.lang.apex.ast.ASTModifierNode
 - isAbstract() - function in net.sourceforge.pmd.lang.apex.ast.AccessNode
 - isAnyDatabaseMethodCall(net.sourceforge.pmd.lang.apex.ast.ASTMethodCallExpression) - function in net.sourceforge.pmd.lang.apex.rule.internal.Helper
 - isBoolean() - function in net.sourceforge.pmd.lang.apex.ast.ASTLiteralExpression
 - isClass() - function in net.sourceforge.pmd.lang.apex.ast.ApexQualifiedName
 - Returns true if the resource addressed by this qualified name is a class.
 - isConstructor() - function in net.sourceforge.pmd.lang.apex.ast.ASTMethod
 - isDecimal() - function in net.sourceforge.pmd.lang.apex.ast.ASTLiteralExpression
 - isDeprecated() - function in net.sourceforge.pmd.lang.rule.AbstractRule
 - isDialectOf(net.sourceforge.pmd.lang.Language) - function in net.sourceforge.pmd.lang.Language
 - isDouble() - function in net.sourceforge.pmd.lang.apex.ast.ASTLiteralExpression
 - isExpandedByDefaultInTree(net.sourceforge.pmd.lang.ast.Node) - function in net.sourceforge.pmd.util.designerbindings.DesignerBindings.DefaultDesignerBindings
 - isFailed() - function in net.sourceforge.pmd.lang.apex.multifile.ApexMultifileAnalysis
 - Returns true if this is analysis index is in a failed state.
 - isFinal() - function in net.sourceforge.pmd.lang.apex.ast.ASTModifierNode
 - isFinal() - function in net.sourceforge.pmd.lang.apex.ast.AccessNode
 - isFindBoundary() - function in net.sourceforge.pmd.lang.apex.ast.BaseApexClass
 - isFindBoundary() - function in net.sourceforge.pmd.lang.ast.ASTCommentContainer
 - isFindBoundary() - function in net.sourceforge.pmd.lang.ast.ASTUserClassOrInterface
 - isFindBoundary() - function in net.sourceforge.pmd.lang.ast.AccessNode
 - isFindBoundary() - function in net.sourceforge.pmd.lang.ast.ApexNode
 - isFindBoundary() - function in net.sourceforge.pmd.lang.ast.Node
 - isGlobal() - function in net.sourceforge.pmd.lang.apex.ast.ASTModifierNode
 - isInheritedSharing() - function in net.sourceforge.pmd.lang.apex.ast.ASTModifierNode
 - isInteger() - function in net.sourceforge.pmd.lang.apex.ast.ASTLiteralExpression
 - isLong() - function in net.sourceforge.pmd.lang.apex.ast.ASTLiteralExpression
 - isMethodCallChain(net.sourceforge.pmd.lang.apex.ast.ASTMethodCallExpression,kotlin.Array) - function in net.sourceforge.pmd.lang.apex.rule.internal.Helper
 - isMethodName(net.sourceforge.pmd.lang.apex.ast.ASTMethodCallExpression,java.lang.String) - function in net.sourceforge.pmd.lang.apex.rule.internal.Helper
 - isMethodName(net.sourceforge.pmd.lang.apex.ast.ASTMethodCallExpression,java.lang.String,java.lang.String) - function in net.sourceforge.pmd.lang.apex.rule.internal.Helper
 - isNested() - function in net.sourceforge.pmd.lang.apex.ast.ASTUserClassOrInterface
 - Returns true if this type declaration is nested inside a class.
 - isNested() - function in net.sourceforge.pmd.lang.apex.ast.ASTUserClassOrInterface
 - Returns true if this type declaration is nested inside a class.
 - isNull() - function in net.sourceforge.pmd.lang.apex.ast.ASTLiteralExpression
 - isOperation() - function in net.sourceforge.pmd.lang.apex.ast.ApexQualifiedName
 - Returns true if the resource addressed by this qualified name is an operation.
 - isOverride() - function in net.sourceforge.pmd.lang.apex.ast.ASTModifierNode
 - isPrivate() - function in net.sourceforge.pmd.lang.apex.ast.ASTModifierNode
 - isPrivate() - function in net.sourceforge.pmd.lang.apex.ast.AccessNode
 - isPropertyOverridden(net.sourceforge.pmd.properties.PropertyDescriptor) - function in net.sourceforge.pmd.properties.AbstractPropertySource
 - isProtected() - function in net.sourceforge.pmd.lang.apex.ast.ASTModifierNode
 - isProtected() - function in net.sourceforge.pmd.lang.apex.ast.AccessNode
 - isPublic() - function in net.sourceforge.pmd.lang.apex.ast.ASTModifierNode
 - isPublic() - function in net.sourceforge.pmd.lang.apex.ast.AccessNode
 - isResolved() - function in net.sourceforge.pmd.lang.apex.ast.ASTAnnotation
 - isSafeNav() - function in net.sourceforge.pmd.lang.apex.ast.ASTReferenceExpression
 - isSObjectType() - function in net.sourceforge.pmd.lang.apex.ast.ASTReferenceExpression
 - isStatic() - function in net.sourceforge.pmd.lang.apex.ast.ASTModifierNode
 - isStatic() - function in net.sourceforge.pmd.lang.apex.ast.AccessNode
 - isStaticInitializer() - function in net.sourceforge.pmd.lang.apex.ast.ASTMethod
 - isString() - function in net.sourceforge.pmd.lang.apex.ast.ASTLiteralExpression
 - isSystemLevelClass(net.sourceforge.pmd.lang.apex.ast.ASTUserClass) - function in net.sourceforge.pmd.lang.apex.rule.internal.Helper
 - isTest() - function in net.sourceforge.pmd.lang.apex.ast.ASTModifierNode
 - Returns true if function has `@isTest` annotation or `testmethod` modifier
 - isTestMethodOrClass(net.sourceforge.pmd.lang.apex.ast.ApexNode) - function in net.sourceforge.pmd.lang.apex.rule.internal.Helper
 - isTestOrTestSetup() - function in net.sourceforge.pmd.lang.apex.ast.ASTModifierNode
 - isTransient() - function in net.sourceforge.pmd.lang.apex.ast.ASTModifierNode
 - isTransient() - function in net.sourceforge.pmd.lang.apex.ast.AccessNode
 - isTriggerBlock() - function in net.sourceforge.pmd.lang.apex.ast.ASTMethod
 - Checks whether this method is the synthetic trigger method.
 - isVirtual() - function in net.sourceforge.pmd.lang.apex.ast.ASTModifierNode
 - isWebService() - function in net.sourceforge.pmd.lang.apex.ast.ASTModifierNode
 - isWithoutSharing() - function in net.sourceforge.pmd.lang.apex.ast.ASTModifierNode
 - isWithSharing() - function in net.sourceforge.pmd.lang.apex.ast.ASTModifierNode