Constant Field Values
Contents
spoon.*
-
spoon.Launcher Modifier and Type Constant Field Value public static final String
OUTPUTDIR
"spooned"
public static final String
SPOONED_CLASSES
"spooned-classes"
spoon.pattern.*
-
spoon.pattern.PatternBuilder Modifier and Type Constant Field Value public static final String
TARGET_TYPE
"targetType"
-
spoon.pattern.internal.parameter.ParameterInfo Modifier and Type Constant Field Value public static final int
UNLIMITED_OCCURRENCES
2147483647
spoon.reflect.*
-
spoon.reflect.code.CtComment Modifier and Type Constant Field Value public static final String
LINE_SEPARATOR
"\n"
-
spoon.reflect.code.CtJavaDocTag Modifier and Type Constant Field Value public static final String
JAVADOC_TAG_PREFIX
"@"
-
spoon.reflect.declaration.CtExecutable<R> Modifier and Type Constant Field Value public static final String
EXECUTABLE_SEPARATOR
"#"
-
spoon.reflect.declaration.CtField<T> Modifier and Type Constant Field Value public static final String
FIELD_SEPARATOR
"#"
-
spoon.reflect.declaration.CtModule Modifier and Type Constant Field Value public static final String
TOP_LEVEL_MODULE_NAME
"unnamed module"
-
spoon.reflect.declaration.CtPackage Modifier and Type Constant Field Value public static final String
PACKAGE_SEPARATOR
"."
public static final char
PACKAGE_SEPARATOR_CHAR
46
public static final String
TOP_LEVEL_PACKAGE_NAME
"unnamed package"
-
spoon.reflect.declaration.CtType<T> Modifier and Type Constant Field Value public static final String
INNERTTYPE_SEPARATOR
"$"
public static final String
NAME_UNKNOWN
"<unknown>"
-
spoon.reflect.path.impl.AbstractPathElement<P extends CtElement,T extends CtElement> Modifier and Type Constant Field Value public static final String
ARGUMENT_END
"]"
public static final String
ARGUMENT_NAME_SEPARATOR
"="
public static final String
ARGUMENT_START
"["
-
spoon.reflect.path.impl.CtNamedPathElement Modifier and Type Constant Field Value public static final String
RECURSIVE_WILDCARD
"**"
public static final String
STRING
"."
public static final String
WILDCARD
"*"
-
spoon.reflect.path.impl.CtRolePathElement Modifier and Type Constant Field Value public static final String
STRING
"#"
-
spoon.reflect.path.impl.CtTypedNameElement<P extends CtElement,T extends CtElement> Modifier and Type Constant Field Value public static final String
STRING
"/"
-
spoon.reflect.reference.CtExecutableReference<T> Modifier and Type Constant Field Value public static final String
CONSTRUCTOR_NAME
"<init>"
public static final String
LAMBDA_NAME_PREFIX
"lambda$"
public static final String
UNKNOWN_TYPE
"<unknown>"
-
spoon.reflect.reference.CtTypeReference<T> Modifier and Type Constant Field Value public static final String
NULL_TYPE_NAME
"<nulltype>"
public static final String
OMITTED_TYPE_ARG_NAME
"<omitted>"
-
spoon.reflect.visitor.DefaultJavaPrettyPrinter Modifier and Type Constant Field Value public static final String
BLOCK_COMMENT_END
" */"
public static final String
BLOCK_COMMENT_START
"/* "
public static final String
COMMENT_STAR
" * "
public static final String
ERROR_MESSAGE_TO_STRING
"Error in printing the node. One parent isn\'t initialized!"
public static final String
INLINE_COMMENT_START
"// "
public static final String
JAVA_FILE_EXTENSION
".java"
public static final String
JAVA_MODULE_DECLARATION
"module-info.java"
public static final String
JAVA_PACKAGE_DECLARATION
"package-info.java"
public static final String
JAVADOC_START
"/**"
spoon.support.*
-
spoon.support.StandardEnvironment Modifier and Type Constant Field Value public static final int
DEFAULT_CODE_COMPLIANCE_LEVEL
8
-
spoon.support.compiler.VirtualFile Modifier and Type Constant Field Value public static final String
VIRTUAL_FILE_NAME
"virtual_file"
-
spoon.support.reflect.declaration.CtElementImpl Modifier and Type Constant Field Value public static final String
ERROR_MESSAGE_TO_STRING
"Error in printing the node. One parent isn\'t initialized!"
-
spoon.support.template.Parameters Modifier and Type Constant Field Value protected static final String
fieldPrefix
"_FIELD_"