Constant Field Values
Contents
net.sourceforge.*
-
net.sourceforge.pmd.cpd.ApexTokenizer Modifier and Type Constant Field Value public static final String
CASE_SENSITIVE
"net.sourceforge.pmd.cpd.ApexTokenizer.caseSensitive"
-
net.sourceforge.pmd.lang.apex.ApexLanguageModule Modifier and Type Constant Field Value public static final String
NAME
"Apex"
public static final String
TERSE_NAME
"apex"
-
net.sourceforge.pmd.lang.apex.ast.AccessNode Modifier and Type Constant Field Value public static final int
ABSTRACT
1024
public static final int
FINAL
16
public static final int
PRIVATE
2
public static final int
PROTECTED
4
public static final int
PUBLIC
1
public static final int
STATIC
8
public static final int
TRANSIENT
128
-
net.sourceforge.pmd.lang.apex.ast.ASTAnnotationParameter Modifier and Type Constant Field Value public static final String
SEE_ALL_DATA
"seeAllData"
-
net.sourceforge.pmd.lang.apex.rule.codestyle.FieldDeclarationsShouldBeAtStartRule Modifier and Type Constant Field Value public static final String
STATIC_INITIALIZER_METHOD_NAME
"<clinit>"
-
net.sourceforge.pmd.lang.apex.rule.errorprone.ApexCSRFRule Modifier and Type Constant Field Value public static final String
INIT
"init"