Index
All Classes and Interfaces|All Packages|Constant Field Values
$
- $COMMENT - Enum constant in enum org.jboss.jdeparser.Tokens
- $KW(String, FormatPreferences.Space, FormatPreferences.Space) - Constructor for enum org.jboss.jdeparser.Tokens.$KW
- $KW(FormatPreferences.Space, FormatPreferences.Space) - Constructor for enum org.jboss.jdeparser.Tokens.$KW
- $NUMBER - Enum constant in enum org.jboss.jdeparser.Tokens
- $PUNCT(char) - Constructor for enum org.jboss.jdeparser.Tokens.$PUNCT
- $START - Enum constant in enum org.jboss.jdeparser.Tokens
-
Cursor is at a new file.
- $STRING_LIT - Enum constant in enum org.jboss.jdeparser.Tokens
- $t(Class<?>) - Static method in class org.jboss.jdeparser.JTypes
-
Return the type corresponding to the given class.
- $t(String) - Method in class org.jboss.jdeparser.AbstractJType
- $t(String) - Method in interface org.jboss.jdeparser.JType
-
Get a nested type within this reference type.
- $t(String) - Static method in class org.jboss.jdeparser.JTypes
-
Return a type corresponding to a class with the given name.
- $t(JClassDef) - Static method in class org.jboss.jdeparser.JTypes
-
Return the erased type of a class definition.
- $v(String) - Method in class org.jboss.jdeparser.AbstractJExpr
- $v(String) - Method in class org.jboss.jdeparser.AbstractJType
- $v(String) - Method in interface org.jboss.jdeparser.JExpr
-
Get a field of this object instance (shorthand for
JExpr.field(String)
. - $v(String) - Static method in class org.jboss.jdeparser.JExprs
-
Return a name expression.
- $v(String) - Method in interface org.jboss.jdeparser.JType
-
Look up a static field on this type.
- $v(JParamDeclaration) - Static method in class org.jboss.jdeparser.JExprs
-
Return a name expression from an annotation processor parameter declaration.
- $v(JVarDeclaration) - Static method in class org.jboss.jdeparser.JExprs
-
Return a name expression from an annotation processor variable declaration.
- $WORD - Enum constant in enum org.jboss.jdeparser.Tokens
A
- absoluteIndents - Variable in class org.jboss.jdeparser.FormatPreferences
- ABSTRACT - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- ABSTRACT - Static variable in class org.jboss.jdeparser.JMod
-
The
abstract
modifier. - AbstractJAssignableExpr - Class in org.jboss.jdeparser
- AbstractJAssignableExpr(int) - Constructor for class org.jboss.jdeparser.AbstractJAssignableExpr
- AbstractJCall - Class in org.jboss.jdeparser
- AbstractJCall(int) - Constructor for class org.jboss.jdeparser.AbstractJCall
- AbstractJClassDef - Class in org.jboss.jdeparser
- AbstractJClassDef(int, String) - Constructor for class org.jboss.jdeparser.AbstractJClassDef
- AbstractJClassDef(int, AbstractJClassDef, String) - Constructor for class org.jboss.jdeparser.AbstractJClassDef
- AbstractJClassDef(int, ImplJSourceFile, String) - Constructor for class org.jboss.jdeparser.AbstractJClassDef
- AbstractJComment - Class in org.jboss.jdeparser
- AbstractJComment() - Constructor for class org.jboss.jdeparser.AbstractJComment
- AbstractJDocComment - Class in org.jboss.jdeparser
- AbstractJDocComment() - Constructor for class org.jboss.jdeparser.AbstractJDocComment
- AbstractJDocCommentable - Class in org.jboss.jdeparser
- AbstractJDocCommentable() - Constructor for class org.jboss.jdeparser.AbstractJDocCommentable
- AbstractJExpr - Class in org.jboss.jdeparser
- AbstractJExpr(int) - Constructor for class org.jboss.jdeparser.AbstractJExpr
- AbstractJGeneric - Class in org.jboss.jdeparser
- AbstractJGeneric() - Constructor for class org.jboss.jdeparser.AbstractJGeneric
- AbstractJHtmlComment - Class in org.jboss.jdeparser
- AbstractJHtmlComment() - Constructor for class org.jboss.jdeparser.AbstractJHtmlComment
- AbstractJMethodDef - Class in org.jboss.jdeparser
- AbstractJMethodDef(AbstractJClassDef, int) - Constructor for class org.jboss.jdeparser.AbstractJMethodDef
- AbstractJType - Class in org.jboss.jdeparser
- AbstractJType() - Constructor for class org.jboss.jdeparser.AbstractJType
- AbstractMethodJCall - Class in org.jboss.jdeparser
- AbstractMethodJCall(String) - Constructor for class org.jboss.jdeparser.AbstractMethodJCall
- add() - Method in class org.jboss.jdeparser.ImplJAnnotationArray
- add() - Method in interface org.jboss.jdeparser.JAnnotationArray
-
Add an annotation of the array's type to the array.
- add(C) - Method in class org.jboss.jdeparser.AbstractJClassDef
- add(C) - Method in class org.jboss.jdeparser.ImplJSourceFile
- add(C) - Method in class org.jboss.jdeparser.JClassDefSectionImpl
- add(String) - Method in class org.jboss.jdeparser.FirstJVarDeclaration
- add(String) - Method in interface org.jboss.jdeparser.JVarDeclaration
-
Add another item to this declaration.
- add(String) - Method in class org.jboss.jdeparser.SuccessorJVarDeclaration
- add(String) - Method in class org.jboss.jdeparser.TryJVarDeclaration
- add(String, JExpr) - Method in class org.jboss.jdeparser.FirstJVarDeclaration
- add(String, JExpr) - Method in interface org.jboss.jdeparser.JVarDeclaration
-
Add another item to this declaration.
- add(String, JExpr) - Method in class org.jboss.jdeparser.SuccessorJVarDeclaration
- add(String, JExpr) - Method in class org.jboss.jdeparser.TryJVarDeclaration
- add(ArrayList<ClassContent>, C) - Method in class org.jboss.jdeparser.AbstractJClassDef
- add(ImplJAnnotation) - Method in class org.jboss.jdeparser.BasicJAnnotatable
- add(ImplJParamDeclaration) - Method in class org.jboss.jdeparser.AbstractJMethodDef
- add(ImplJTypeParamDef) - Method in class org.jboss.jdeparser.AbstractJGeneric
- add(JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- add(JExpr) - Method in interface org.jboss.jdeparser.JArrayExpr
-
Add an element to this array.
- add(JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert an expression statement at this point.
- add(JExpr) - Method in class org.jboss.jdeparser.PlainJArrayExpr
- add(T) - Method in class org.jboss.jdeparser.AbstractJComment
- add(T) - Method in class org.jboss.jdeparser.AbstractJHtmlComment
- add(T) - Method in class org.jboss.jdeparser.BasicJBlock
- add(T) - Method in class org.jboss.jdeparser.ImplJSwitch
- add(T) - Method in class org.jboss.jdeparser.ImplJTry
- addAssign(JAssignableExpr, JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- addAssign(JAssignableExpr, JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert an assignment (
+=
) expression at this point. - addAssign(JExpr) - Method in class org.jboss.jdeparser.AbstractJAssignableExpr
- addAssign(JExpr) - Method in interface org.jboss.jdeparser.JAssignableExpr
-
Combine this expression with another using the binary
+=
operator. - addClassDef(String, AbstractJClassDef) - Method in class org.jboss.jdeparser.ImplJSources
- addIndent() - Method in class org.jboss.jdeparser.SourceFileWriter
- addIndent(Indent, FormatPreferences, StringBuilder) - Method in enum org.jboss.jdeparser.CommentIndentation
- addIndent(Indent, FormatPreferences, StringBuilder) - Method in class org.jboss.jdeparser.ConfigIndent
- addIndent(Indent, FormatPreferences, StringBuilder) - Method in interface org.jboss.jdeparser.Indent
- addItemDirectly(Writable) - Method in class org.jboss.jdeparser.AbstractJComment
- ADDITIVE - Static variable in class org.jboss.jdeparser.Prec
- addOption(FormatPreferences.Opt...) - Method in class org.jboss.jdeparser.FormatPreferences
-
Add option flags to these preferences.
- addWordSpace() - Method in class org.jboss.jdeparser.SourceFileWriter
- after - Variable in enum org.jboss.jdeparser.Tokens.$KW
- AFTER_ANNOTATION - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- AFTER_CAST - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- AFTER_COLON - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- AFTER_COMMA - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- AFTER_COMMA_ENUM_CONSTANT - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- AFTER_COMMA_TYPE_ARGUMENT - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- AFTER_LABEL - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- AFTER_PARAM_ANNOTATION - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- AFTER_SEMICOLON - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- AFTER_TERNARY_COLON - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- AFTER_TERNARY_Q - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- allAreClear(int, int) - Static method in class org.jboss.jdeparser.JMod
-
Test to see if all modifiers in the given set are absent in the test value.
- allAreSet(int, int) - Static method in class org.jboss.jdeparser.JMod
-
Test to see if all modifiers in the given set are present in the test value.
- AllowedStatementExpression - Interface in org.jboss.jdeparser
- ALWAYS_WRAP - Enum constant in enum org.jboss.jdeparser.FormatPreferences.WrappingMode
- alwaysFalse(boolean) - Static method in class org.jboss.jdeparser.Assertions
- alwaysTrue(boolean) - Static method in class org.jboss.jdeparser.Assertions
- and(JExpr) - Method in class org.jboss.jdeparser.AbstractJExpr
- and(JExpr) - Method in interface org.jboss.jdeparser.JExpr
-
Combine this expression with another using the binary
&&
operator. - andAssign(JAssignableExpr, JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- andAssign(JAssignableExpr, JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert an assignment (
&=
) expression at this point. - andAssign(JExpr) - Method in class org.jboss.jdeparser.AbstractJAssignableExpr
- andAssign(JExpr) - Method in interface org.jboss.jdeparser.JAssignableExpr
-
Combine this expression with another using the binary
&=
operator. - ANGLE(char) - Constructor for enum org.jboss.jdeparser.Tokens.$PUNCT.ANGLE
- annotate(Class<? extends Annotation>) - Method in class org.jboss.jdeparser.BasicJAnnotatable
- annotate(Class<? extends Annotation>) - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- annotate(Class<? extends Annotation>) - Method in interface org.jboss.jdeparser.JAnnotatable
-
Add an annotation.
- annotate(Class<? extends Annotation>) - Method in class org.jboss.jdeparser.SuccessorJVarDeclaration
- annotate(String) - Method in class org.jboss.jdeparser.BasicJAnnotatable
- annotate(String) - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- annotate(String) - Method in interface org.jboss.jdeparser.JAnnotatable
-
Add an annotation.
- annotate(String) - Method in class org.jboss.jdeparser.SuccessorJVarDeclaration
- annotate(JType) - Method in class org.jboss.jdeparser.BasicJAnnotatable
- annotate(JType) - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- annotate(JType) - Method in interface org.jboss.jdeparser.JAnnotatable
-
Add an annotation.
- annotate(JType) - Method in class org.jboss.jdeparser.SuccessorJVarDeclaration
- ANNOTATION_INTERFACE - Enum constant in enum org.jboss.jdeparser.JClassItem.Kind
-
Deprecated.A nested annotation interface.
- annotationArrayValue(Class<? extends Annotation>) - Method in class org.jboss.jdeparser.ImplJAnnotation
- annotationArrayValue(Class<? extends Annotation>) - Method in interface org.jboss.jdeparser.JAnnotation
-
Set the "value" property of this annotation to an array of nested annotations of the given type.
- annotationArrayValue(String) - Method in class org.jboss.jdeparser.ImplJAnnotation
- annotationArrayValue(String) - Method in interface org.jboss.jdeparser.JAnnotation
-
Set the "value" property of this annotation to an array of nested annotations of the given type.
- annotationArrayValue(String, Class<? extends Annotation>) - Method in class org.jboss.jdeparser.ImplJAnnotation
- annotationArrayValue(String, Class<? extends Annotation>) - Method in interface org.jboss.jdeparser.JAnnotation
-
Set the named property of this annotation to an array of nested annotations of the given type.
- annotationArrayValue(String, String) - Method in class org.jboss.jdeparser.ImplJAnnotation
- annotationArrayValue(String, String) - Method in interface org.jboss.jdeparser.JAnnotation
-
Set the named property of this annotation to an array of nested annotations of the given type.
- annotationArrayValue(String, JType) - Method in class org.jboss.jdeparser.ImplJAnnotation
- annotationArrayValue(String, JType) - Method in interface org.jboss.jdeparser.JAnnotation
-
Set the named property of this annotation to an array of nested annotations of the given type.
- annotationArrayValue(JType) - Method in class org.jboss.jdeparser.ImplJAnnotation
- annotationArrayValue(JType) - Method in interface org.jboss.jdeparser.JAnnotation
-
Set the "value" property of this annotation to an array of nested annotations of the given type.
- annotationInterface(int, String) - Method in class org.jboss.jdeparser.AbstractJClassDef
- annotationInterface(int, String) - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- annotationInterface(int, String) - Method in class org.jboss.jdeparser.ImplJSourceFile
- annotationInterface(int, String) - Method in interface org.jboss.jdeparser.JClassDefSection
-
Add a nested annotation interface to this type.
- annotationInterface(int, String) - Method in class org.jboss.jdeparser.JClassDefSectionImpl
- annotationInterface(int, String) - Method in interface org.jboss.jdeparser.JSourceFile
-
Add an annotation interface definition to this source file.
- annotationInterface(ArrayList<ClassContent>, int, String) - Method in class org.jboss.jdeparser.AbstractJClassDef
- annotationInterface(ArrayList<ClassContent>, int, String) - Method in interface org.jboss.jdeparser.Sectionable
- AnnotationJClassDef - Class in org.jboss.jdeparser
- AnnotationJClassDef(int, AbstractJClassDef, String) - Constructor for class org.jboss.jdeparser.AnnotationJClassDef
- AnnotationJClassDef(int, ImplJSourceFile, String) - Constructor for class org.jboss.jdeparser.AnnotationJClassDef
- AnnotationJMethodDef - Class in org.jboss.jdeparser
- AnnotationJMethodDef(AbstractJClassDef, int, JType, String) - Constructor for class org.jboss.jdeparser.AnnotationJMethodDef
- annotations - Variable in class org.jboss.jdeparser.BasicJAnnotatable
- annotationValue(Class<? extends Annotation>) - Method in class org.jboss.jdeparser.ImplJAnnotation
- annotationValue(Class<? extends Annotation>) - Method in interface org.jboss.jdeparser.JAnnotation
-
Set the "value" property of this annotation to a nested annotation of the given type.
- annotationValue(String) - Method in class org.jboss.jdeparser.ImplJAnnotation
- annotationValue(String) - Method in interface org.jboss.jdeparser.JAnnotation
-
Set the "value" property of this annotation to a nested annotation of the given type.
- annotationValue(String, Class<? extends Annotation>) - Method in class org.jboss.jdeparser.ImplJAnnotation
- annotationValue(String, Class<? extends Annotation>) - Method in interface org.jboss.jdeparser.JAnnotation
-
Set the named property of this annotation to a nested annotation of the given type.
- annotationValue(String, String) - Method in class org.jboss.jdeparser.ImplJAnnotation
- annotationValue(String, String) - Method in interface org.jboss.jdeparser.JAnnotation
-
Set the named property of this annotation to a nested annotation of the given type.
- annotationValue(String, JType) - Method in class org.jboss.jdeparser.ImplJAnnotation
- annotationValue(String, JType) - Method in interface org.jboss.jdeparser.JAnnotation
-
Set the named property of this annotation to a nested annotation of the given type.
- annotationValue(JType) - Method in class org.jboss.jdeparser.ImplJAnnotation
- annotationValue(JType) - Method in interface org.jboss.jdeparser.JAnnotation
-
Set the "value" property of this annotation to a nested annotation of the given type.
- anonLabel() - Method in class org.jboss.jdeparser.BasicJBlock
- anonLabel() - Method in interface org.jboss.jdeparser.JBlock
-
Add a label at this point whose unique name is automatically generated.
- anonLabel(JLabel) - Method in class org.jboss.jdeparser.BasicJBlock
- anonLabel(JLabel) - Method in interface org.jboss.jdeparser.JBlock
-
Name and attach a forward label as anonymous.
- AnonymousJClassDef - Class in org.jboss.jdeparser
- AnonymousJClassDef(ImplJAnonymousClassDef) - Constructor for class org.jboss.jdeparser.AnonymousJClassDef
- anyAreClear(int, int) - Static method in class org.jboss.jdeparser.JMod
-
Test to see if any of the modifiers in the given set are absent in the test value.
- anyAreSet(int, int) - Static method in class org.jboss.jdeparser.JMod
-
Test to see if any of the modifiers in the given set are present in the test value.
- arg(JExpr) - Method in class org.jboss.jdeparser.AbstractJCall
- arg(JExpr) - Method in class org.jboss.jdeparser.ImplJEnumConstant
- arg(JExpr) - Method in interface org.jboss.jdeparser.JCall
-
Add an actual parameter argument to this call.
- arg(JExpr) - Method in interface org.jboss.jdeparser.JEnumConstant
-
Add an argument.
- arg(JExpr) - Method in interface org.jboss.jdeparser.JSimpleArgs
-
Add an argument.
- args - Variable in class org.jboss.jdeparser.AbstractJCall
- args - Variable in class org.jboss.jdeparser.ImplJEnumConstant
- args - Variable in class org.jboss.jdeparser.NarrowedJType
- arguments() - Method in class org.jboss.jdeparser.AbstractJCall
- arguments() - Method in class org.jboss.jdeparser.ImplJEnumConstant
- arguments() - Method in interface org.jboss.jdeparser.JCall
- arguments() - Method in interface org.jboss.jdeparser.JSimpleArgs
-
Get the arguments defined thus far.
- AROUND_ADDITIVE - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- AROUND_ARROW - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- AROUND_ASSIGN - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- AROUND_BITWISE - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- AROUND_EQUALITY - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- AROUND_LOGICAL - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- AROUND_METHOD_REF - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- AROUND_MULTIPLICATIVE - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- AROUND_OPERATORS - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
-
Deprecated.
- AROUND_RANGE - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- AROUND_SHIFT - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- array - Variable in class org.jboss.jdeparser.AbstractJType
- array() - Method in class org.jboss.jdeparser.AbstractJType
- array() - Static method in class org.jboss.jdeparser.JExprs
-
Return a new array expression.
- array() - Method in interface org.jboss.jdeparser.JType
-
An array of this type.
- array() - Method in class org.jboss.jdeparser.WildcardJType
- array(int...) - Static method in class org.jboss.jdeparser.JExprs
-
Return a new array expression.
- array(long...) - Static method in class org.jboss.jdeparser.JExprs
-
Return a new array expression.
- array(String...) - Static method in class org.jboss.jdeparser.JExprs
-
Return a new array expression.
- array(JExpr...) - Static method in class org.jboss.jdeparser.JExprs
-
Return a new array expression.
- ARRAY_ACCESS - Static variable in class org.jboss.jdeparser.Prec
- ArrayJType - Class in org.jboss.jdeparser
- ArrayJType(AbstractJType) - Constructor for class org.jboss.jdeparser.ArrayJType
- ArrayLookupJExpr - Class in org.jboss.jdeparser
- ArrayLookupJExpr(AbstractJExpr, AbstractJExpr) - Constructor for class org.jboss.jdeparser.ArrayLookupJExpr
- ARROW - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- ASSERT - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- Assertions - Class in org.jboss.jdeparser
- Assertions() - Constructor for class org.jboss.jdeparser.Assertions
- AssertMessageJStatement - Class in org.jboss.jdeparser
- AssertMessageJStatement(JExpr, JExpr) - Constructor for class org.jboss.jdeparser.AssertMessageJStatement
- assign(JAssignableExpr, JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- assign(JAssignableExpr, JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert an assignment (
=
) expression at this point. - assign(JExpr) - Method in class org.jboss.jdeparser.AbstractJAssignableExpr
- assign(JExpr) - Method in interface org.jboss.jdeparser.JAssignableExpr
-
Combine this expression with another using the binary
=
operator. - ASSIGN - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- ASSIGN - Static variable in class org.jboss.jdeparser.Prec
- ASSIGN_BAND - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- ASSIGN_BOR - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- ASSIGN_BXOR - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- ASSIGN_DIV - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- ASSIGN_LSHR - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- ASSIGN_MINUS - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- ASSIGN_MOD - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- ASSIGN_PLUS - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- ASSIGN_SHL - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- ASSIGN_SHR - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- ASSIGN_TIMES - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- AssignmentJExpr - Class in org.jboss.jdeparser
- AssignmentJExpr(Tokens.$PUNCT.BINOP, AbstractJExpr, AbstractJExpr) - Constructor for class org.jboss.jdeparser.AssignmentJExpr
- assoc - Variable in class org.jboss.jdeparser.BinaryJExpr
- Assoc - Enum in org.jboss.jdeparser
- Assoc() - Constructor for enum org.jboss.jdeparser.Assoc
- AT - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT
- AT_INTERFACE - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- AT_UNARY - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- attribute(String) - Method in class org.jboss.jdeparser.ImplJHtmlTag
- attribute(String) - Method in interface org.jboss.jdeparser.JHtmlTag
- attribute(String, String) - Method in class org.jboss.jdeparser.ImplJHtmlTag
- attribute(String, String) - Method in interface org.jboss.jdeparser.JHtmlTag
- attributes - Variable in class org.jboss.jdeparser.ImplJHtmlTag
- attributes() - Method in class org.jboss.jdeparser.ImplJHtmlTag
B
- band(JExpr) - Method in class org.jboss.jdeparser.AbstractJExpr
- band(JExpr) - Method in interface org.jboss.jdeparser.JExpr
-
Combine this expression with another using the binary
&
operator. - BAND - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- BasicJAnnotatable - Class in org.jboss.jdeparser
- BasicJAnnotatable() - Constructor for class org.jboss.jdeparser.BasicJAnnotatable
- BasicJBlock - Class in org.jboss.jdeparser
- BasicJBlock(BasicJBlock, JBlock.Braces) - Constructor for class org.jboss.jdeparser.BasicJBlock
- BasicJCommentable - Class in org.jboss.jdeparser
- BasicJCommentable() - Constructor for class org.jboss.jdeparser.BasicJCommentable
- BasicJStatement - Class in org.jboss.jdeparser
- BasicJStatement() - Constructor for class org.jboss.jdeparser.BasicJStatement
- before - Variable in enum org.jboss.jdeparser.Tokens.$KW
- BEFORE_BRACE - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_BRACE_ANNOTATION_ARRAY_INIT - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_BRACE_ARRAY_INIT - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_BRACE_CATCH - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_BRACE_CLASS - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_BRACE_DO - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_BRACE_ELSE - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_BRACE_FINALLY - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_BRACE_FOR - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_BRACE_IF - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_BRACE_METHOD - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_BRACE_SWITCH - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_BRACE_SYNCHRONIZE - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_BRACE_TRY - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_BRACE_WHILE - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_COLON - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_COMMA - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_KEYWORD_CATCH - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_KEYWORD_ELSE - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_KEYWORD_FINALLY - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_KEYWORD_WHILE - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_PAREN - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
-
Deprecated.
- BEFORE_PAREN_ANNOTATION_PARAM - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_PAREN_CAST - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_PAREN_CATCH - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_PAREN_FOR - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_PAREN_IF - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_PAREN_METHOD_CALL - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_PAREN_METHOD_DECLARATION - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_PAREN_SWITCH - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_PAREN_SYNCHRONIZED - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_PAREN_TRY - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_PAREN_WHILE - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_SEMICOLON - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_STATEMENT - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_TERNARY_COLON - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- BEFORE_TERNARY_Q - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- binary(int) - Static method in class org.jboss.jdeparser.JExprs
-
Generate an
int
value in binary base. - binary(long) - Static method in class org.jboss.jdeparser.JExprs
-
Generate a
long
value in binary base. - BinaryJExpr - Class in org.jboss.jdeparser
- BinaryJExpr(Tokens.$PUNCT.BINOP, AbstractJExpr, AbstractJExpr, int) - Constructor for class org.jboss.jdeparser.BinaryJExpr
- BinaryJExpr(Tokens.$PUNCT.BINOP, AbstractJExpr, AbstractJExpr, int, Assoc) - Constructor for class org.jboss.jdeparser.BinaryJExpr
- BINOP(String, FormatPreferences.Space) - Constructor for enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- BIT_AND - Static variable in class org.jboss.jdeparser.Prec
- BIT_OR - Static variable in class org.jboss.jdeparser.Prec
- BIT_XOR - Static variable in class org.jboss.jdeparser.Prec
- BLANK_LINE - Enum constant in enum org.jboss.jdeparser.JClassItem.Kind
-
Deprecated.A blank line.
- blankLine() - Method in class org.jboss.jdeparser.AbstractJClassDef
- blankLine() - Method in class org.jboss.jdeparser.BasicJBlock
- blankLine() - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- blankLine() - Method in class org.jboss.jdeparser.ImplJSourceFile
- blankLine() - Method in interface org.jboss.jdeparser.JBlock
-
Insert a blank line at this point.
- blankLine() - Method in interface org.jboss.jdeparser.JClassDef
-
Add a blank line at this point of the type.
- blankLine() - Method in interface org.jboss.jdeparser.JClassDefSection
-
Add a blank line at this point of the type.
- blankLine() - Method in class org.jboss.jdeparser.JClassDefSectionImpl
- blankLine() - Method in interface org.jboss.jdeparser.JSourceFile
-
Add a blank line to this source file.
- BlankLine - Class in org.jboss.jdeparser
- BlankLine() - Constructor for class org.jboss.jdeparser.BlankLine
- block() - Method in class org.jboss.jdeparser.AbstractJComment
- block() - Method in class org.jboss.jdeparser.AbstractJDocComment
- block() - Method in class org.jboss.jdeparser.AbstractJHtmlComment
- block() - Method in interface org.jboss.jdeparser.JComment
-
Add a comment sub-block at this location.
- block() - Method in interface org.jboss.jdeparser.JDocComment
-
Add a comment sub-block at this location.
- block() - Method in interface org.jboss.jdeparser.JHtmlComment
-
Add a comment sub-block at this location.
- block(JBlock.Braces) - Method in class org.jboss.jdeparser.BasicJBlock
- block(JBlock.Braces) - Method in interface org.jboss.jdeparser.JBlock
-
Create a nested sub-block at this point.
- BLOCK - Enum constant in enum org.jboss.jdeparser.CommentIndentation
- BLOCK_COMMENT - Enum constant in enum org.jboss.jdeparser.JClassItem.Kind
-
Deprecated.A block comment.
- blockBody - Variable in class org.jboss.jdeparser.JLambdaImpl
- blockComment() - Method in class org.jboss.jdeparser.AbstractJAssignableExpr
- blockComment() - Method in class org.jboss.jdeparser.AbstractJCall
- blockComment() - Method in class org.jboss.jdeparser.AbstractJClassDef
- blockComment() - Method in class org.jboss.jdeparser.BasicJCommentable
- blockComment() - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- blockComment() - Method in class org.jboss.jdeparser.JClassDefSectionImpl
- blockComment() - Method in interface org.jboss.jdeparser.JCommentable
-
Add a block comment.
- blockComment() - Method in class org.jboss.jdeparser.SuccessorJVarDeclaration
- BlockContent - Interface in org.jboss.jdeparser
- BlockJComment - Class in org.jboss.jdeparser
- BlockJComment() - Constructor for class org.jboss.jdeparser.BlockJComment
- body - Variable in class org.jboss.jdeparser.AbstractJMethodDef
- body - Variable in class org.jboss.jdeparser.ImplJEnumConstant
- body() - Method in class org.jboss.jdeparser.AbstractJMethodDef
- body() - Method in class org.jboss.jdeparser.AnnotationJMethodDef
- body() - Method in class org.jboss.jdeparser.ImplJEnumConstant
- body() - Method in interface org.jboss.jdeparser.JEnumConstant
-
Add an implementation body to this enum constant.
- body() - Method in interface org.jboss.jdeparser.JLambda
-
Get the lambda body as a block.
- body() - Method in class org.jboss.jdeparser.JLambdaImpl
- body() - Method in interface org.jboss.jdeparser.JMethodDef
-
Get the method body.
- body(JExpr) - Method in interface org.jboss.jdeparser.JLambda
-
Set the lambda body as an expression.
- body(JExpr) - Method in class org.jboss.jdeparser.JLambdaImpl
- BOOLEAN - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- BOOLEAN - Static variable in interface org.jboss.jdeparser.JType
-
The
boolean
primitive type. - BooleanJExpr - Class in org.jboss.jdeparser
- BooleanJExpr(boolean) - Constructor for class org.jboss.jdeparser.BooleanJExpr
- bor(JExpr) - Method in class org.jboss.jdeparser.AbstractJExpr
- bor(JExpr) - Method in interface org.jboss.jdeparser.JExpr
-
Combine this expression with another using the binary
|
operator. - BOR - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- box() - Method in class org.jboss.jdeparser.AbstractJType
- box() - Method in interface org.jboss.jdeparser.JType
-
The primitive-boxed version of this type.
- box() - Method in class org.jboss.jdeparser.PrimitiveJType
- boxed - Variable in class org.jboss.jdeparser.PrimitiveJType
- br() - Method in class org.jboss.jdeparser.AbstractJDocComment
- br() - Method in class org.jboss.jdeparser.AbstractJHtmlComment
- br() - Method in interface org.jboss.jdeparser.JDocComment
-
Add a line separator.
- br() - Method in interface org.jboss.jdeparser.JHtmlComment
-
Add a line separator.
- BRACE(char) - Constructor for enum org.jboss.jdeparser.Tokens.$PUNCT.BRACE
- braces - Variable in class org.jboss.jdeparser.BasicJBlock
- Braces() - Constructor for enum org.jboss.jdeparser.JBlock.Braces
- BRACKET(char) - Constructor for enum org.jboss.jdeparser.Tokens.$PUNCT.BRACKET
- BREAK - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- bsz - Variable in class org.jboss.jdeparser.CountingWriter
- buffer - Variable in class org.jboss.jdeparser.CountingWriter
- bxor(JExpr) - Method in class org.jboss.jdeparser.AbstractJExpr
- bxor(JExpr) - Method in interface org.jboss.jdeparser.JExpr
-
Combine this expression with another using the binary
^
operator. - BXOR - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- BYTE - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- BYTE - Static variable in interface org.jboss.jdeparser.JType
-
The
byte
primitive type.
C
- cache - Static variable in class org.jboss.jdeparser.JExprs
- cache - Static variable in class org.jboss.jdeparser.JTypes
- CachingLinkedHashMap<K,
V> - Class in org.jboss.jdeparser - CachingLinkedHashMap() - Constructor for class org.jboss.jdeparser.CachingLinkedHashMap
- CachingThreadLocal<K,
V> - Class in org.jboss.jdeparser - CachingThreadLocal() - Constructor for class org.jboss.jdeparser.CachingThreadLocal
- call(String) - Method in class org.jboss.jdeparser.AbstractJExpr
- call(String) - Method in class org.jboss.jdeparser.AbstractJType
- call(String) - Method in class org.jboss.jdeparser.BasicJBlock
- call(String) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a method invocation at this point.
- call(String) - Method in interface org.jboss.jdeparser.JExpr
-
Call the given method on this expression.
- call(String) - Static method in class org.jboss.jdeparser.JExprs
-
Generate a method call expression to the given method name.
- call(String) - Method in interface org.jboss.jdeparser.JType
-
Call a static method on this type.
- call(String) - Method in class org.jboss.jdeparser.NarrowedJType
- call(ExecutableElement) - Method in class org.jboss.jdeparser.AbstractJType
- call(ExecutableElement) - Method in class org.jboss.jdeparser.BasicJBlock
- call(ExecutableElement) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a method invocation at this point.
- call(ExecutableElement) - Static method in class org.jboss.jdeparser.JExprs
-
Generate a method call expression to the given element.
- call(ExecutableElement) - Method in interface org.jboss.jdeparser.JType
-
Call a static method on this type.
- call(JExpr, String) - Method in class org.jboss.jdeparser.BasicJBlock
- call(JExpr, String) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a method invocation at this point.
- call(JExpr, ExecutableElement) - Method in class org.jboss.jdeparser.BasicJBlock
- call(JExpr, ExecutableElement) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a method invocation at this point.
- callerIs(Class<?>) - Static method in class org.jboss.jdeparser.Assertions
- callStatic(Class<?>, String) - Method in class org.jboss.jdeparser.BasicJBlock
- callStatic(Class<?>, String) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a type-qualified static method invocation at this point.
- callStatic(Class<?>, String) - Static method in class org.jboss.jdeparser.JExprs
-
Generate a method call expression to a method on the given static type.
- callStatic(String, String) - Method in class org.jboss.jdeparser.BasicJBlock
- callStatic(String, String) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a type-qualified static method invocation at this point.
- callStatic(String, String) - Static method in class org.jboss.jdeparser.JExprs
-
Generate a method call expression to a method on the given static type.
- callStatic(ExecutableElement) - Method in class org.jboss.jdeparser.BasicJBlock
- callStatic(ExecutableElement) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a type-qualified static method invocation at this point.
- callStatic(JType, String) - Method in class org.jboss.jdeparser.BasicJBlock
- callStatic(JType, String) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a type-qualified static method invocation at this point.
- callStatic(JType, String) - Static method in class org.jboss.jdeparser.JExprs
-
Generate a method call expression to a method on the given static type.
- callSuper() - Method in class org.jboss.jdeparser.BasicJBlock
- callSuper() - Method in interface org.jboss.jdeparser.JBlock
-
Insert a
super()
call at this point. - callThis() - Method in class org.jboss.jdeparser.BasicJBlock
- callThis() - Method in interface org.jboss.jdeparser.JBlock
-
Insert a
this()
call at this point. - CASE - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- CASE_LABELS - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Indentation
- CaseJBlock - Class in org.jboss.jdeparser
- CaseJBlock(ImplJSwitch, JExpr) - Constructor for class org.jboss.jdeparser.CaseJBlock
- cases - Variable in class org.jboss.jdeparser.ImplJSwitch
- cast(Class<?>) - Method in class org.jboss.jdeparser.AbstractJExpr
- cast(Class<?>) - Method in interface org.jboss.jdeparser.JExpr
-
Get an expression which is a cast of this expression to the given type.
- cast(String) - Method in class org.jboss.jdeparser.AbstractJExpr
- cast(String) - Method in interface org.jboss.jdeparser.JExpr
-
Get an expression which is a cast of this expression to the given type.
- cast(JType) - Method in class org.jboss.jdeparser.AbstractJExpr
- cast(JType) - Method in interface org.jboss.jdeparser.JExpr
-
Get an expression which is a cast of this expression to the given type.
- CAST - Static variable in class org.jboss.jdeparser.Prec
- CastJExpr - Class in org.jboss.jdeparser
- CastJExpr(AbstractJExpr, JType) - Constructor for class org.jboss.jdeparser.CastJExpr
- CATCH - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- catches - Variable in class org.jboss.jdeparser.ImplJTry
- ch - Variable in enum org.jboss.jdeparser.Tokens.$PUNCT.ANGLE
- ch - Variable in enum org.jboss.jdeparser.Tokens.$PUNCT.BRACE
- ch - Variable in enum org.jboss.jdeparser.Tokens.$PUNCT.BRACKET
- ch - Variable in enum org.jboss.jdeparser.Tokens.$PUNCT
- ch - Variable in enum org.jboss.jdeparser.Tokens.$PUNCT.PAREN
- ch(int) - Static method in class org.jboss.jdeparser.JExprs
-
Generate a
char
value constant. - CHAR - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- CHAR - Static variable in interface org.jboss.jdeparser.JType
-
The
char
primitive type. - CharJExpr - Class in org.jboss.jdeparser
- CharJExpr(int) - Constructor for class org.jboss.jdeparser.CharJExpr
- checkPackage() - Method in class org.jboss.jdeparser.ImplJSourceFile
- CLASS - Enum constant in enum org.jboss.jdeparser.JClassItem.Kind
-
Deprecated.A nested class.
- CLASS - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- ClassContent - Interface in org.jboss.jdeparser
- classDef - Variable in class org.jboss.jdeparser.ImplJAnonymousClassDef
- classDef - Variable in class org.jboss.jdeparser.ImplJEnumConstant
- classes - Variable in class org.jboss.jdeparser.ImplJSources
- classExpr - Variable in class org.jboss.jdeparser.ArrayJType
- classExpr - Variable in class org.jboss.jdeparser.NestedJType
- classExpr - Variable in class org.jboss.jdeparser.PrimitiveJType
- classExpr - Variable in class org.jboss.jdeparser.ReferenceJType
- classFile - Variable in class org.jboss.jdeparser.AbstractJClassDef
- classFile - Variable in class org.jboss.jdeparser.SourceFileWriter
- ClassFileContent - Interface in org.jboss.jdeparser
- classFiles - Variable in class org.jboss.jdeparser.ImplJSources
- clazz - Variable in class org.jboss.jdeparser.AbstractJMethodDef
- clazz() - Method in class org.jboss.jdeparser.AbstractJMethodDef
- clearIndentAbsolute(FormatPreferences.Indentation) - Method in class org.jboss.jdeparser.FormatPreferences
-
Clear absolute indentation for the given context.
- close() - Method in class org.jboss.jdeparser.CountingWriter
- close() - Method in class org.jboss.jdeparser.SourceFileWriter
- CLOSE - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.ANGLE
- CLOSE - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BRACE
- CLOSE - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BRACKET
- CLOSE - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.COMMENT
- CLOSE - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.PAREN
- CLOSE_PAREN_CONTENT - Static variable in class org.jboss.jdeparser.AbstractJComment
- code() - Method in class org.jboss.jdeparser.AbstractJComment
- code() - Method in interface org.jboss.jdeparser.JComment
-
Add an inline code tag.
- COLON - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT
- column - Variable in class org.jboss.jdeparser.CountingWriter
- COMMA - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT
- COMMA_CONTENT - Static variable in class org.jboss.jdeparser.AbstractJComment
- COMMENT(String) - Constructor for enum org.jboss.jdeparser.Tokens.$PUNCT.COMMENT
- commentable - Variable in class org.jboss.jdeparser.AbstractJAssignableExpr
- commentable - Variable in class org.jboss.jdeparser.AbstractJCall
- commentable() - Method in class org.jboss.jdeparser.AbstractJAssignableExpr
- CommentContent - Interface in org.jboss.jdeparser
- CommentIndentation - Enum in org.jboss.jdeparser
- CommentIndentation(String) - Constructor for enum org.jboss.jdeparser.CommentIndentation
- comments - Variable in class org.jboss.jdeparser.BasicJCommentable
- CommentTextContent - Class in org.jboss.jdeparser
- CommentTextContent(String) - Constructor for class org.jboss.jdeparser.CommentTextContent
- comp() - Method in class org.jboss.jdeparser.AbstractJExpr
- comp() - Method in interface org.jboss.jdeparser.JExpr
-
Invert this expression using the unary
~
operator. - COMP - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.UNOP
- COMPACT_INIT_ONLY_CLASS - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Opt
- concat(JType[], JType[]) - Static method in class org.jboss.jdeparser.NarrowedJType
- cond - Variable in class org.jboss.jdeparser.ConditionJBlock
- cond - Variable in class org.jboss.jdeparser.CondJExpr
- cond(JExpr, JExpr) - Method in class org.jboss.jdeparser.AbstractJExpr
- cond(JExpr, JExpr) - Method in interface org.jboss.jdeparser.JExpr
-
Combine this expression with two others using the ternary
? :
operator. - COND - Static variable in class org.jboss.jdeparser.Prec
- ConditionJBlock - Class in org.jboss.jdeparser
- ConditionJBlock(BasicJBlock, JBlock.Braces, JExpr) - Constructor for class org.jboss.jdeparser.ConditionJBlock
- CondJExpr - Class in org.jboss.jdeparser
- CondJExpr(AbstractJExpr, AbstractJExpr, AbstractJExpr) - Constructor for class org.jboss.jdeparser.CondJExpr
- ConfigIndent - Class in org.jboss.jdeparser
- ConfigIndent(FormatPreferences.Indentation) - Constructor for class org.jboss.jdeparser.ConfigIndent
- CONST - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- constants - Variable in class org.jboss.jdeparser.EnumJClassDef
- constructor(int) - Method in class org.jboss.jdeparser.AbstractJClassDef
- constructor(int) - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- constructor(int) - Method in interface org.jboss.jdeparser.JClassDefSection
-
Add a constructor to this type.
- constructor(int) - Method in class org.jboss.jdeparser.JClassDefSectionImpl
- constructor(ArrayList<ClassContent>, int) - Method in class org.jboss.jdeparser.AbstractJClassDef
- constructor(ArrayList<ClassContent>, int) - Method in class org.jboss.jdeparser.AnnotationJClassDef
- constructor(ArrayList<ClassContent>, int) - Method in class org.jboss.jdeparser.InterfaceJClassDef
- constructor(ArrayList<ClassContent>, int) - Method in interface org.jboss.jdeparser.Sectionable
- CONSTRUCTOR - Enum constant in enum org.jboss.jdeparser.JClassItem.Kind
-
Deprecated.A constructor.
- ConstructorJMethodDef - Class in org.jboss.jdeparser
- ConstructorJMethodDef(AbstractJClassDef, int) - Constructor for class org.jboss.jdeparser.ConstructorJMethodDef
- content - Variable in class org.jboss.jdeparser.AbstractJClassDef
- content - Variable in class org.jboss.jdeparser.AbstractJComment
- content - Variable in class org.jboss.jdeparser.BasicJBlock
- content - Variable in class org.jboss.jdeparser.ImplJSourceFile
- content - Variable in class org.jboss.jdeparser.JClassDefSectionImpl
- CONTINUE - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- countingWriter - Variable in class org.jboss.jdeparser.SourceFileWriter
- CountingWriter - Class in org.jboss.jdeparser
- CountingWriter(Writer) - Constructor for class org.jboss.jdeparser.CountingWriter
- createPackageInfoFile(String) - Method in class org.jboss.jdeparser.ImplJSources
- createPackageInfoFile(String) - Method in interface org.jboss.jdeparser.JSources
-
Create a
package-info.java
file. - createSourceFile(String, String) - Method in class org.jboss.jdeparser.ImplJSources
- createSourceFile(String, String) - Method in interface org.jboss.jdeparser.JSources
-
Create a source file.
- createSources(JFiler, FormatPreferences) - Static method in class org.jboss.jdeparser.JDeparser
-
Create a new source generation collection.
- cvo - Static variable in class org.jboss.jdeparser.EnumIntMap
D
- DBL_COLON - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- decimal(double) - Static method in class org.jboss.jdeparser.JExprs
-
Generate a
double
value in decimal base. - decimal(float) - Static method in class org.jboss.jdeparser.JExprs
-
Generate a
float
value in decimal base. - decimal(int) - Static method in class org.jboss.jdeparser.JExprs
-
Generate an
int
value in decimal base. - decimal(long) - Static method in class org.jboss.jdeparser.JExprs
-
Generate a
long
value in decimal base. - DecimalDoubleJExpr - Class in org.jboss.jdeparser
- DecimalDoubleJExpr(double) - Constructor for class org.jboss.jdeparser.DecimalDoubleJExpr
- DecimalFloatJExpr - Class in org.jboss.jdeparser
- DecimalFloatJExpr(float) - Constructor for class org.jboss.jdeparser.DecimalFloatJExpr
- def(T, T) - Method in class org.jboss.jdeparser.FormatPreferences
- DEFAULT - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- DEFAULT - Static variable in class org.jboss.jdeparser.JMod
-
The
default
modifier found in Java 8 and later. - DEFAULT_ABS_INDENTS - Static variable in class org.jboss.jdeparser.FormatPreferences
- DEFAULT_INDENTS - Static variable in class org.jboss.jdeparser.FormatPreferences
- DEFAULT_OPTS - Static variable in class org.jboss.jdeparser.FormatPreferences
- DEFAULT_SPACE_TYPES - Static variable in class org.jboss.jdeparser.FormatPreferences
- DEFAULT_WRAPPING - Static variable in class org.jboss.jdeparser.FormatPreferences
- DefaultJBlock - Class in org.jboss.jdeparser
- DefaultJBlock(ImplJSwitch) - Constructor for class org.jboss.jdeparser.DefaultJBlock
- defaultVal - Variable in class org.jboss.jdeparser.AnnotationJMethodDef
- deprecated() - Method in class org.jboss.jdeparser.AbstractJDocCommentable
- deprecated() - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- deprecated() - Method in interface org.jboss.jdeparser.JDocCommentable
-
Mark this program element as deprecated.
- deprecated() - Method in class org.jboss.jdeparser.SuccessorJVarDeclaration
- designation() - Method in class org.jboss.jdeparser.AbstractJClassDef
- designation() - Method in class org.jboss.jdeparser.AnnotationJClassDef
- designation() - Method in class org.jboss.jdeparser.AnonymousJClassDef
- designation() - Method in class org.jboss.jdeparser.EnumConstantJClassDef
- designation() - Method in class org.jboss.jdeparser.EnumJClassDef
- designation() - Method in class org.jboss.jdeparser.InterfaceJClassDef
- designation() - Method in class org.jboss.jdeparser.PlainJClassDef
- diamond - Variable in class org.jboss.jdeparser.NewJCall
- diamond() - Method in class org.jboss.jdeparser.AbstractJCall
- diamond() - Method in interface org.jboss.jdeparser.JCall
-
Use the "diamond"
<>
syntax to specify inferred type arguments. - diamond() - Method in class org.jboss.jdeparser.NewJCall
- dim - Variable in class org.jboss.jdeparser.NewDimJArrayExpr
- DirectJCall - Class in org.jboss.jdeparser
- DirectJCall(String) - Constructor for class org.jboss.jdeparser.DirectJCall
- div(JExpr) - Method in class org.jboss.jdeparser.AbstractJExpr
- div(JExpr) - Method in interface org.jboss.jdeparser.JExpr
-
Combine this expression with another using the binary
/
operator. - DIV - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- divAssign(JAssignableExpr, JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- divAssign(JAssignableExpr, JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert an assignment (
/=
) expression at this point. - divAssign(JExpr) - Method in class org.jboss.jdeparser.AbstractJAssignableExpr
- divAssign(JExpr) - Method in interface org.jboss.jdeparser.JAssignableExpr
-
Combine this expression with another using the binary
/=
operator. - DO - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- doAdd(String, String) - Method in class org.jboss.jdeparser.ImplJHtmlTag
- doc() - Method in class org.jboss.jdeparser.ImplJParamDeclaration
- doc() - Method in interface org.jboss.jdeparser.JParamDeclaration
-
Get the
@param
JavaDoc block for this parameter. - DOC_ROOT_CONTENT - Static variable in class org.jboss.jdeparser.AbstractJComment
- docComment - Variable in class org.jboss.jdeparser.AbstractJDocCommentable
- docComment() - Method in class org.jboss.jdeparser.AbstractJDocCommentable
- docComment() - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- docComment() - Method in interface org.jboss.jdeparser.JDocCommentable
-
Get or create the doc comment for this element.
- docComment() - Method in class org.jboss.jdeparser.SuccessorJVarDeclaration
- DocCommentContent - Interface in org.jboss.jdeparser
- docRoot() - Method in class org.jboss.jdeparser.AbstractJComment
- docRoot() - Method in class org.jboss.jdeparser.AbstractJDocComment
- docRoot() - Method in class org.jboss.jdeparser.AbstractJHtmlComment
- docRoot() - Method in interface org.jboss.jdeparser.JComment
-
Add the
{@docRoot}
tag at this position. - docRoot() - Method in interface org.jboss.jdeparser.JDocComment
-
Add the
{@docRoot}
tag at this position. - docRoot() - Method in interface org.jboss.jdeparser.JHtmlComment
-
Add the
{@docRoot}
tag at this position. - docTag(String) - Method in class org.jboss.jdeparser.AbstractJDocComment
- docTag(String) - Method in interface org.jboss.jdeparser.JDocComment
-
Add a block tag.
- docTag(String, String) - Method in class org.jboss.jdeparser.AbstractJDocComment
- docTag(String, String) - Method in interface org.jboss.jdeparser.JDocComment
-
Add a block tag.
- DocTagJHtmlComment - Class in org.jboss.jdeparser
- DocTagJHtmlComment(String) - Constructor for class org.jboss.jdeparser.DocTagJHtmlComment
- docTags - Variable in class org.jboss.jdeparser.AbstractJDocComment
- DoJBlock - Class in org.jboss.jdeparser
- DoJBlock(BasicJBlock, JExpr) - Constructor for class org.jboss.jdeparser.DoJBlock
- DOT - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT
- DOUBLE - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- DOUBLE - Static variable in interface org.jboss.jdeparser.JType
-
The
double
primitive type. - DROP_UNUSED_LABELS - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Opt
- dropCaches() - Static method in class org.jboss.jdeparser.JDeparser
-
Drop all thread-local caches.
E
- e1 - Variable in class org.jboss.jdeparser.BinaryJExpr
- e2 - Variable in class org.jboss.jdeparser.BinaryJExpr
- elementCount() - Method in interface org.jboss.jdeparser.JArrayExpr
-
Get the current number of elements added to this array.
- elementCount() - Method in class org.jboss.jdeparser.PlainJArrayExpr
- elementType - Variable in class org.jboss.jdeparser.ArrayJType
- elementType() - Method in class org.jboss.jdeparser.AbstractJType
- elementType() - Method in class org.jboss.jdeparser.ArrayJType
- elementType() - Method in interface org.jboss.jdeparser.JType
-
The element type, if this an array (otherwise
null
). - ELSE - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- elseIf(JExpr) - Method in class org.jboss.jdeparser.ImplJIf
- elseIf(JExpr) - Method in interface org.jboss.jdeparser.JIf
-
Add an
if
statement to theelse
block. - ElseJBlock - Class in org.jboss.jdeparser
- ElseJBlock(ImplJIf) - Constructor for class org.jboss.jdeparser.ElseJBlock
- ElseJBlock(ImplJIf, JBlock.Braces) - Constructor for class org.jboss.jdeparser.ElseJBlock
- empty() - Method in class org.jboss.jdeparser.BasicJBlock
- empty() - Method in interface org.jboss.jdeparser.JBlock
-
Insert an empty statement at this point (just a semicolon).
- EmptyJStatement - Class in org.jboss.jdeparser
- EmptyJStatement() - Constructor for class org.jboss.jdeparser.EmptyJStatement
- enclosingClass - Variable in class org.jboss.jdeparser.AbstractJClassDef
- enclosingType - Variable in class org.jboss.jdeparser.NestedJType
- encoding - Variable in class org.jboss.jdeparser.JFiler
- ENUM - Enum constant in enum org.jboss.jdeparser.JClassItem.Kind
-
Deprecated.A nested enum.
- ENUM - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- ENUM_CONSTANT - Enum constant in enum org.jboss.jdeparser.JClassItem.Kind
-
Deprecated.An enum constant.
- ENUM_EMPTY_PARENS - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Opt
- ENUM_TRAILING_COMMA - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Opt
- EnumConstantJClassDef - Class in org.jboss.jdeparser
- EnumConstantJClassDef(ImplJEnumConstant) - Constructor for class org.jboss.jdeparser.EnumConstantJClassDef
- EnumIntMap<E> - Class in org.jboss.jdeparser
- EnumIntMap(Class<E>, int) - Constructor for class org.jboss.jdeparser.EnumIntMap
- EnumIntMap(EnumIntMap<E>) - Constructor for class org.jboss.jdeparser.EnumIntMap
- EnumJClassDef - Class in org.jboss.jdeparser
- EnumJClassDef(int, AbstractJClassDef, String) - Constructor for class org.jboss.jdeparser.EnumJClassDef
- EnumJClassDef(int, ImplJSourceFile, String) - Constructor for class org.jboss.jdeparser.EnumJClassDef
- eq(JExpr) - Method in class org.jboss.jdeparser.AbstractJExpr
- eq(JExpr) - Method in interface org.jboss.jdeparser.JExpr
-
Combine this expression with another using the binary
==
operator. - EQ - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- EQUALITY - Static variable in class org.jboss.jdeparser.Prec
- equals(Object) - Method in class org.jboss.jdeparser.AbstractJType
- equals(AbstractJType) - Method in class org.jboss.jdeparser.AbstractJType
- equals(AbstractJType) - Method in class org.jboss.jdeparser.ArrayJType
- equals(AbstractJType) - Method in class org.jboss.jdeparser.NarrowedJType
- equals(AbstractJType) - Method in class org.jboss.jdeparser.NestedJType
- equals(AbstractJType) - Method in class org.jboss.jdeparser.PrimitiveJType
- equals(AbstractJType) - Method in class org.jboss.jdeparser.ReferenceJType
- equals(AbstractJType) - Method in class org.jboss.jdeparser.ThisJType
- equals(AbstractJType) - Method in class org.jboss.jdeparser.WildcardJType
- equals(NarrowedJType) - Method in class org.jboss.jdeparser.NarrowedJType
- equals(NestedJType) - Method in class org.jboss.jdeparser.NestedJType
- equals(ReferenceJType) - Method in class org.jboss.jdeparser.ReferenceJType
- equals(WildcardJType) - Method in class org.jboss.jdeparser.WildcardJType
- erased - Variable in class org.jboss.jdeparser.AbstractJClassDef
- erased - Variable in class org.jboss.jdeparser.NarrowedJType
- erasedType() - Method in class org.jboss.jdeparser.AbstractJClassDef
- erasedType() - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- erasedType() - Method in interface org.jboss.jdeparser.JClassDef
-
Get the erased type corresponding to this type definition.
- erasure() - Method in class org.jboss.jdeparser.AbstractJType
- erasure() - Method in interface org.jboss.jdeparser.JType
-
The erasure of this type.
- erasure() - Method in class org.jboss.jdeparser.NarrowedJType
- ESC - Static variable in class org.jboss.jdeparser.StringJExpr
- escape(Indent, StringBuilder, int) - Method in enum org.jboss.jdeparser.CommentIndentation
- escape(Indent, StringBuilder, int) - Method in class org.jboss.jdeparser.ConfigIndent
- escape(Indent, StringBuilder, int) - Method in interface org.jboss.jdeparser.Indent
- escIndent - Static variable in class org.jboss.jdeparser.ImplJDocComment
- EXCEPTION_LIST - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Wrapping
- expr - Variable in class org.jboss.jdeparser.ArrayLookupJExpr
- expr - Variable in class org.jboss.jdeparser.CaseJBlock
- expr - Variable in class org.jboss.jdeparser.CastJExpr
- expr - Variable in class org.jboss.jdeparser.ExpressionJStatement
- expr - Variable in class org.jboss.jdeparser.FieldRefJExpr
- expr - Variable in class org.jboss.jdeparser.ImplJSwitch
- expr - Variable in class org.jboss.jdeparser.InnerJAnonymousClassDef
- expr - Variable in class org.jboss.jdeparser.InstanceOfJExpr
- expr - Variable in class org.jboss.jdeparser.KeywordExprJStatement
- expr - Variable in class org.jboss.jdeparser.ParenJExpr
- expr - Variable in class org.jboss.jdeparser.UnaryJExpr
- exprBody - Variable in class org.jboss.jdeparser.JLambdaImpl
- ExpressionJStatement - Class in org.jboss.jdeparser
- ExpressionJStatement(AbstractJExpr) - Constructor for class org.jboss.jdeparser.ExpressionJStatement
- EXTENDS - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- extendsNotSuper - Variable in class org.jboss.jdeparser.WildcardJType
F
- FALSE - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- FALSE - Static variable in interface org.jboss.jdeparser.JExpr
-
The constant expression for
false
. - field(int, Class<?>, String) - Method in class org.jboss.jdeparser.AbstractJClassDef
- field(int, Class<?>, String) - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- field(int, Class<?>, String) - Method in interface org.jboss.jdeparser.JClassDefSection
-
Add a field to this type.
- field(int, Class<?>, String) - Method in class org.jboss.jdeparser.JClassDefSectionImpl
- field(int, Class<?>, String, JExpr) - Method in class org.jboss.jdeparser.AbstractJClassDef
- field(int, Class<?>, String, JExpr) - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- field(int, Class<?>, String, JExpr) - Method in interface org.jboss.jdeparser.JClassDefSection
-
Add a field to this type.
- field(int, Class<?>, String, JExpr) - Method in class org.jboss.jdeparser.JClassDefSectionImpl
- field(int, String, String) - Method in class org.jboss.jdeparser.AbstractJClassDef
- field(int, String, String) - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- field(int, String, String) - Method in interface org.jboss.jdeparser.JClassDefSection
-
Add a field to this type.
- field(int, String, String) - Method in class org.jboss.jdeparser.JClassDefSectionImpl
- field(int, String, String, JExpr) - Method in class org.jboss.jdeparser.AbstractJClassDef
- field(int, String, String, JExpr) - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- field(int, String, String, JExpr) - Method in interface org.jboss.jdeparser.JClassDefSection
-
Add a field to this type.
- field(int, String, String, JExpr) - Method in class org.jboss.jdeparser.JClassDefSectionImpl
- field(int, JType, String) - Method in class org.jboss.jdeparser.AbstractJClassDef
- field(int, JType, String) - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- field(int, JType, String) - Method in interface org.jboss.jdeparser.JClassDefSection
-
Add a field to this type.
- field(int, JType, String) - Method in class org.jboss.jdeparser.JClassDefSectionImpl
- field(int, JType, String, JExpr) - Method in class org.jboss.jdeparser.AbstractJClassDef
- field(int, JType, String, JExpr) - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- field(int, JType, String, JExpr) - Method in interface org.jboss.jdeparser.JClassDefSection
-
Add a field to this type.
- field(int, JType, String, JExpr) - Method in class org.jboss.jdeparser.JClassDefSectionImpl
- field(String) - Method in class org.jboss.jdeparser.AbstractJExpr
- field(String) - Method in class org.jboss.jdeparser.AbstractJType
- field(String) - Method in interface org.jboss.jdeparser.JExpr
-
Get a field of this object instance.
- field(String) - Method in interface org.jboss.jdeparser.JType
-
Look up a static field on this type.
- field(ArrayList<ClassContent>, int, JType, String, JExpr) - Method in class org.jboss.jdeparser.AbstractJClassDef
- field(ArrayList<ClassContent>, int, JType, String, JExpr) - Method in interface org.jboss.jdeparser.Sectionable
- FIELD - Enum constant in enum org.jboss.jdeparser.JClassItem.Kind
-
Deprecated.A field.
- fieldCache - Variable in class org.jboss.jdeparser.AbstractJExpr
- FieldRefJExpr - Class in org.jboss.jdeparser
- FieldRefJExpr(AbstractJExpr, String) - Constructor for class org.jboss.jdeparser.FieldRefJExpr
- fileName - Variable in class org.jboss.jdeparser.ImplJSourceFile
- filer - Variable in class org.jboss.jdeparser.ImplJSources
- FINAL - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- FINAL - Static variable in class org.jboss.jdeparser.JMod
-
The
final
modifier. - FINALLY - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- finallyBlock - Variable in class org.jboss.jdeparser.ImplJTry
- FinallyJBlock - Class in org.jboss.jdeparser
- FinallyJBlock(ImplJTry) - Constructor for class org.jboss.jdeparser.FinallyJBlock
- first - Variable in class org.jboss.jdeparser.SuccessorJVarDeclaration
- FirstJVarDeclaration - Class in org.jboss.jdeparser
- FirstJVarDeclaration(int, JType, String, JExpr) - Constructor for class org.jboss.jdeparser.FirstJVarDeclaration
- FLOAT - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- FLOAT - Static variable in interface org.jboss.jdeparser.JType
-
The
float
primitive type. - flush() - Method in class org.jboss.jdeparser.CountingWriter
- flush() - Method in class org.jboss.jdeparser.SourceFileWriter
- fnf(InputStream) - Static method in class org.jboss.jdeparser.FormatPreferences
- FOR - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- forEach(int, Class<?>, String, JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- forEach(int, Class<?>, String, JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a "for-each" style
for
loop at this point. - forEach(int, String, String, JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- forEach(int, String, String, JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a "for-each" style
for
loop at this point. - forEach(int, JType, String, JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- forEach(int, JType, String, JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a "for-each" style
for
loop at this point. - ForEachJBlock - Class in org.jboss.jdeparser
- ForEachJBlock(BasicJBlock, int, JType, String, JExpr) - Constructor for class org.jboss.jdeparser.ForEachJBlock
- ForJBlock - Class in org.jboss.jdeparser
- ForJBlock(BasicJBlock) - Constructor for class org.jboss.jdeparser.ForJBlock
- format - Variable in class org.jboss.jdeparser.ImplJSources
- format - Variable in class org.jboss.jdeparser.SourceFileWriter
- FormatPreferences - Class in org.jboss.jdeparser
-
Formatter preferences.
- FormatPreferences() - Constructor for class org.jboss.jdeparser.FormatPreferences
-
Construct a new instance using default values.
- FormatPreferences(File) - Constructor for class org.jboss.jdeparser.FormatPreferences
-
Construct a new instance using a properties file loaded from the given file name.
- FormatPreferences(InputStream) - Constructor for class org.jboss.jdeparser.FormatPreferences
-
Construct a new instance using a properties read from the given stream.
- FormatPreferences(Reader) - Constructor for class org.jboss.jdeparser.FormatPreferences
-
Construct a new instance using a properties read from the given stream.
- FormatPreferences(ClassLoader) - Constructor for class org.jboss.jdeparser.FormatPreferences
-
Construct a new instance using a properties file loaded from the given class loader.
- FormatPreferences(Properties) - Constructor for class org.jboss.jdeparser.FormatPreferences
-
Construct a new instance, mapping the given properties to the formatter configurations.
- FormatPreferences(Filer) - Constructor for class org.jboss.jdeparser.FormatPreferences
-
Construct a new instance using a properties file loaded from the given annotation processing filer.
- FormatPreferences(Filer, String) - Constructor for class org.jboss.jdeparser.FormatPreferences
-
Construct a new instance using a properties file loaded from the given annotation processing filer.
- FormatPreferences.Indentation - Enum in org.jboss.jdeparser
-
A category of indentation.
- FormatPreferences.Opt - Enum in org.jboss.jdeparser
-
Option flags.
- FormatPreferences.Space - Enum in org.jboss.jdeparser
-
The location or position of a space.
- FormatPreferences.SpaceType - Enum in org.jboss.jdeparser
-
The type of space to apply.
- FormatPreferences.Wrapping - Enum in org.jboss.jdeparser
-
Categories for wrapping rules.
- FormatPreferences.WrappingMode - Enum in org.jboss.jdeparser
-
The wrapping mode.
- forName(String) - Static method in enum org.jboss.jdeparser.Tokens.$KW
- forwardLabel() - Method in class org.jboss.jdeparser.BasicJBlock
- forwardLabel() - Method in interface org.jboss.jdeparser.JBlock
-
Create a forward label that can be named and attached later.
- fullSize - Static variable in enum org.jboss.jdeparser.JClassItem.Kind
-
Deprecated.
G
- ge(JExpr) - Method in class org.jboss.jdeparser.AbstractJExpr
- ge(JExpr) - Method in interface org.jboss.jdeparser.JExpr
-
Combine this expression with another using the binary
>=
operator. - GE - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- generic - Variable in class org.jboss.jdeparser.AbstractJClassDef
- genericType() - Method in class org.jboss.jdeparser.AbstractJClassDef
- genericType() - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- genericType() - Method in interface org.jboss.jdeparser.JClassDef
-
Get a generic type for this type definition, where the type arguments are the same as the type parameters of this type (as defined at the time this method is called).
- get(int) - Method in class org.jboss.jdeparser.BasicJBlock
- get(E) - Method in class org.jboss.jdeparser.EnumIntMap
- getAssoc() - Method in class org.jboss.jdeparser.BinaryJExpr
- getCases() - Method in class org.jboss.jdeparser.ImplJSwitch
- getChar() - Method in enum org.jboss.jdeparser.Tokens.$PUNCT
- getClassDef() - Method in class org.jboss.jdeparser.ImplJEnumConstant
- getClassFile() - Method in class org.jboss.jdeparser.AbstractJClassDef
- getClassFile() - Method in class org.jboss.jdeparser.SourceFileWriter
- getColumn() - Method in class org.jboss.jdeparser.CountingWriter
- getColumn() - Method in class org.jboss.jdeparser.SourceFileWriter
- getCondition() - Method in class org.jboss.jdeparser.ConditionJBlock
- getContent() - Method in class org.jboss.jdeparser.AbstractJClassDef
- getContent() - Method in class org.jboss.jdeparser.AbstractJComment
- getDefault() - Method in class org.jboss.jdeparser.ImplJSwitch
- getDocTags() - Method in class org.jboss.jdeparser.AbstractJDocComment
- getEnclosingClass() - Method in class org.jboss.jdeparser.AbstractJClassDef
- getEncoding() - Method in class org.jboss.jdeparser.JFiler
-
Get the file encoding to use.
- getExpr() - Method in class org.jboss.jdeparser.FieldRefJExpr
- getExpr1() - Method in class org.jboss.jdeparser.BinaryJExpr
- getExpr2() - Method in class org.jboss.jdeparser.BinaryJExpr
- getExpression() - Method in class org.jboss.jdeparser.CaseJBlock
- getExpression() - Method in class org.jboss.jdeparser.CastJExpr
- getExpression() - Method in class org.jboss.jdeparser.ImplJSwitch
- getExpression() - Method in class org.jboss.jdeparser.InstanceOfJExpr
- getExpression() - Method in class org.jboss.jdeparser.KeywordExprJStatement
- getExpression() - Method in class org.jboss.jdeparser.ParenJExpr
- getExpression() - Method in class org.jboss.jdeparser.UnaryJExpr
- getExtends() - Method in class org.jboss.jdeparser.AbstractJClassDef
- getExtends() - Method in class org.jboss.jdeparser.ImplJTypeParamDef
- getFileName() - Method in class org.jboss.jdeparser.ImplJSourceFile
- getFormat() - Method in class org.jboss.jdeparser.SourceFileWriter
- getImplements() - Method in class org.jboss.jdeparser.AbstractJClassDef
- getIndent() - Method in enum org.jboss.jdeparser.FormatPreferences.Indentation
- getIndent(FormatPreferences.Indentation) - Method in class org.jboss.jdeparser.FormatPreferences
-
Get the configured indentation for the given context.
- getIndentation() - Method in class org.jboss.jdeparser.ConfigIndent
- getInstance() - Static method in class org.jboss.jdeparser.BlankLine
- getInstance() - Static method in class org.jboss.jdeparser.NonTrailingSpaceContent
- getItemKind() - Method in class org.jboss.jdeparser.AnnotationJClassDef
- getItemKind() - Method in class org.jboss.jdeparser.BlankLine
- getItemKind() - Method in class org.jboss.jdeparser.BlockJComment
- getItemKind() - Method in class org.jboss.jdeparser.ConstructorJMethodDef
- getItemKind() - Method in class org.jboss.jdeparser.EnumJClassDef
- getItemKind() - Method in class org.jboss.jdeparser.FirstJVarDeclaration
- getItemKind() - Method in class org.jboss.jdeparser.ImplJEnumConstant
- getItemKind() - Method in class org.jboss.jdeparser.InitJBlock
- getItemKind() - Method in class org.jboss.jdeparser.InterfaceJClassDef
- getItemKind() - Method in interface org.jboss.jdeparser.JClassItem
-
Deprecated.
- getItemKind() - Method in class org.jboss.jdeparser.LineJComment
- getItemKind() - Method in class org.jboss.jdeparser.MethodJMethodDef
- getItemKind() - Method in class org.jboss.jdeparser.PlainJClassDef
- getItemKind() - Method in class org.jboss.jdeparser.StaticInitJBlock
- getKeyword() - Method in class org.jboss.jdeparser.KeywordJStatement
- getKeyword() - Method in enum org.jboss.jdeparser.Tokens.$KW
- getLabel() - Method in class org.jboss.jdeparser.GotoJStatement
- getLine() - Method in class org.jboss.jdeparser.CountingWriter
- getLine() - Method in class org.jboss.jdeparser.SourceFileWriter
- getLineLength() - Method in class org.jboss.jdeparser.FormatPreferences
-
Get the configured line length.
- getMemberIndentation() - Method in class org.jboss.jdeparser.AbstractJClassDef
- getModifiers() - Method in class org.jboss.jdeparser.AbstractJClassDef
- getModifiers() - Method in class org.jboss.jdeparser.AbstractJMethodDef
- getModifiers() - Method in class org.jboss.jdeparser.BlankLine
- getModifiers() - Method in class org.jboss.jdeparser.BlockJComment
- getModifiers() - Method in class org.jboss.jdeparser.ConstructorJMethodDef
- getModifiers() - Method in class org.jboss.jdeparser.FirstJVarDeclaration
- getModifiers() - Method in class org.jboss.jdeparser.ImplJEnumConstant
- getModifiers() - Method in class org.jboss.jdeparser.InitJBlock
- getModifiers() - Method in interface org.jboss.jdeparser.JClassItem
-
Deprecated.
- getModifiers() - Method in class org.jboss.jdeparser.LineJComment
- getModifiers() - Method in class org.jboss.jdeparser.MethodJMethodDef
- getModifiers() - Method in class org.jboss.jdeparser.StaticInitJBlock
- getMods() - Method in class org.jboss.jdeparser.AbstractJClassDef
- getMods() - Method in class org.jboss.jdeparser.ImplJCatch
- getName() - Method in class org.jboss.jdeparser.AbstractJClassDef
- getName() - Method in class org.jboss.jdeparser.AbstractMethodJCall
- getName() - Method in class org.jboss.jdeparser.AnnotationJClassDef
- getName() - Method in class org.jboss.jdeparser.BlankLine
- getName() - Method in class org.jboss.jdeparser.BlockJComment
- getName() - Method in class org.jboss.jdeparser.ConstructorJMethodDef
- getName() - Method in class org.jboss.jdeparser.EnumJClassDef
- getName() - Method in class org.jboss.jdeparser.FieldRefJExpr
- getName() - Method in class org.jboss.jdeparser.FirstJVarDeclaration
- getName() - Method in class org.jboss.jdeparser.ImplJEnumConstant
- getName() - Method in class org.jboss.jdeparser.ImplJTypeParamDef
- getName() - Method in class org.jboss.jdeparser.InitJBlock
- getName() - Method in class org.jboss.jdeparser.InterfaceJClassDef
- getName() - Method in interface org.jboss.jdeparser.JClassItem
-
Deprecated.
- getName() - Method in class org.jboss.jdeparser.JLambdaImpl.Param
- getName() - Method in class org.jboss.jdeparser.LineJComment
- getName() - Method in class org.jboss.jdeparser.MethodJMethodDef
- getName() - Method in class org.jboss.jdeparser.PlainJClassDef
- getName() - Method in class org.jboss.jdeparser.StaticInitJBlock
- getName() - Method in class org.jboss.jdeparser.StaticRefJExpr
- getPackageName() - Method in class org.jboss.jdeparser.ImplJSourceFile
- getParent() - Method in class org.jboss.jdeparser.BasicJBlock
- getParent() - Method in class org.jboss.jdeparser.ImplJSwitch
- getRefName() - Method in class org.jboss.jdeparser.StaticRefJExpr
- getReturnType() - Method in class org.jboss.jdeparser.MethodJMethodDef
- getSources() - Method in class org.jboss.jdeparser.ImplJSourceFile
- getSpaceType(FormatPreferences.Space) - Method in class org.jboss.jdeparser.FormatPreferences
-
Get the spacing type for a given space context.
- getSpacingRule() - Method in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- getState() - Method in class org.jboss.jdeparser.SourceFileWriter
- getSuper() - Method in class org.jboss.jdeparser.ImplJTypeParamDef
- getTag() - Method in class org.jboss.jdeparser.DocTagJHtmlComment
- getTag() - Method in class org.jboss.jdeparser.ImplJHtmlTag
- getTagName() - Method in class org.jboss.jdeparser.InlineDocTagCommentContent
- getTarget() - Method in class org.jboss.jdeparser.InstanceJCall
- getTargetType() - Method in class org.jboss.jdeparser.WildcardJType
- getText() - Method in enum org.jboss.jdeparser.CommentIndentation
- getText() - Method in class org.jboss.jdeparser.CommentTextContent
- getThisType() - Method in class org.jboss.jdeparser.SourceFileWriter
- getTry() - Method in class org.jboss.jdeparser.FinallyJBlock
- getTry() - Method in class org.jboss.jdeparser.ImplJCatch
- getType() - Method in class org.jboss.jdeparser.CastJExpr
- getType() - Method in class org.jboss.jdeparser.InstanceOfJExpr
- getType() - Method in class org.jboss.jdeparser.JLambdaImpl.Param
- getType() - Method in class org.jboss.jdeparser.JTypeCommentContent
- getType() - Method in class org.jboss.jdeparser.StaticJCall
- getType() - Method in class org.jboss.jdeparser.StaticRefJExpr
- getTypes() - Method in class org.jboss.jdeparser.ImplJCatch
- getValue() - Method in class org.jboss.jdeparser.SuccessorJVarDeclaration
- getVar() - Method in class org.jboss.jdeparser.ImplJCatch
- getWrapMode(FormatPreferences.Wrapping) - Method in class org.jboss.jdeparser.FormatPreferences
-
Get the wrapping mode for the given wrapping context.
- GOTO - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- GotoJStatement - Class in org.jboss.jdeparser
- GotoJStatement(Tokens.$KW, JLabel) - Constructor for class org.jboss.jdeparser.GotoJStatement
- gt(JExpr) - Method in class org.jboss.jdeparser.AbstractJExpr
- gt(JExpr) - Method in interface org.jboss.jdeparser.JExpr
-
Combine this expression with another using the binary
>
operator. - GT - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
H
- hasAllModifiers(int) - Method in class org.jboss.jdeparser.AbstractJClassDef
- hasAllModifiers(int) - Method in class org.jboss.jdeparser.BlankLine
- hasAllModifiers(int) - Method in class org.jboss.jdeparser.BlockJComment
- hasAllModifiers(int) - Method in class org.jboss.jdeparser.ConstructorJMethodDef
- hasAllModifiers(int) - Method in class org.jboss.jdeparser.FirstJVarDeclaration
- hasAllModifiers(int) - Method in class org.jboss.jdeparser.ImplJEnumConstant
- hasAllModifiers(int) - Method in class org.jboss.jdeparser.InitJBlock
- hasAllModifiers(int) - Method in interface org.jboss.jdeparser.JClassItem
-
Deprecated.
- hasAllModifiers(int) - Method in class org.jboss.jdeparser.LineJComment
- hasAllModifiers(int) - Method in class org.jboss.jdeparser.MethodJMethodDef
- hasAllModifiers(int) - Method in class org.jboss.jdeparser.StaticInitJBlock
- hasAnyModifier(int) - Method in class org.jboss.jdeparser.AbstractJClassDef
- hasAnyModifier(int) - Method in class org.jboss.jdeparser.BlankLine
- hasAnyModifier(int) - Method in class org.jboss.jdeparser.BlockJComment
- hasAnyModifier(int) - Method in class org.jboss.jdeparser.ConstructorJMethodDef
- hasAnyModifier(int) - Method in class org.jboss.jdeparser.FirstJVarDeclaration
- hasAnyModifier(int) - Method in class org.jboss.jdeparser.ImplJEnumConstant
- hasAnyModifier(int) - Method in class org.jboss.jdeparser.InitJBlock
- hasAnyModifier(int) - Method in interface org.jboss.jdeparser.JClassItem
-
Deprecated.
- hasAnyModifier(int) - Method in class org.jboss.jdeparser.LineJComment
- hasAnyModifier(int) - Method in class org.jboss.jdeparser.MethodJMethodDef
- hasAnyModifier(int) - Method in class org.jboss.jdeparser.StaticInitJBlock
- hasClass(String) - Method in class org.jboss.jdeparser.ImplJSources
- HASH_CONTENT - Static variable in class org.jboss.jdeparser.AbstractJComment
- hashCode() - Method in class org.jboss.jdeparser.AbstractJType
- hashCode() - Method in class org.jboss.jdeparser.ArrayJType
- hashCode() - Method in class org.jboss.jdeparser.NarrowedJType
- hashCode() - Method in class org.jboss.jdeparser.NestedJType
- hashCode() - Method in class org.jboss.jdeparser.PrimitiveJType
- hashCode() - Method in class org.jboss.jdeparser.ReferenceJType
- hashCode() - Method in class org.jboss.jdeparser.ThisJType
- hashCode() - Method in class org.jboss.jdeparser.WildcardJType
- hasImport(String) - Method in class org.jboss.jdeparser.ImplJSourceFile
- hasImport(AbstractJType) - Method in class org.jboss.jdeparser.ImplJSourceFile
- hasInferred - Variable in class org.jboss.jdeparser.JLambdaImpl
- hasInterfaceStyleExtends() - Method in class org.jboss.jdeparser.AbstractJClassDef
- hasInterfaceStyleExtends() - Method in class org.jboss.jdeparser.InterfaceJClassDef
- hasOption(FormatPreferences.Opt) - Method in class org.jboss.jdeparser.FormatPreferences
-
Determine whether the given option flag is set on these preferences.
- hasSingleItemOfType(Class<? extends BlockContent>) - Method in class org.jboss.jdeparser.BasicJBlock
- hasStaticImport(String) - Method in class org.jboss.jdeparser.ImplJSourceFile
- hasStaticImport(String, AbstractJType) - Method in class org.jboss.jdeparser.ImplJSourceFile
- hex(double) - Static method in class org.jboss.jdeparser.JExprs
-
Generate a
double
value in hexadecimal base. - hex(float) - Static method in class org.jboss.jdeparser.JExprs
-
Generate a
float
value in hexadecimal base. - hex(int) - Static method in class org.jboss.jdeparser.JExprs
-
Generate an
int
value in hexadecimal base. - hex(long) - Static method in class org.jboss.jdeparser.JExprs
-
Generate a
long
value in hexadecimal base. - HexDoubleJExpr - Class in org.jboss.jdeparser
- HexDoubleJExpr(double) - Constructor for class org.jboss.jdeparser.HexDoubleJExpr
- HexFloatJExpr - Class in org.jboss.jdeparser
- HexFloatJExpr(float) - Constructor for class org.jboss.jdeparser.HexFloatJExpr
- HTML_TAG - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Indentation
- HtmlCommentContent - Interface in org.jboss.jdeparser
- htmlLink(String) - Method in class org.jboss.jdeparser.AbstractJHtmlComment
- htmlLink(String) - Method in interface org.jboss.jdeparser.JHtmlComment
-
Add an HTML link (
<a>
tag). - htmlTag(String, boolean) - Method in class org.jboss.jdeparser.AbstractJHtmlComment
- htmlTag(String, boolean) - Method in interface org.jboss.jdeparser.JHtmlComment
-
Add an HTML tag.
I
- idx - Variable in class org.jboss.jdeparser.ArrayLookupJExpr
- idx(int) - Method in class org.jboss.jdeparser.AbstractJExpr
- idx(int) - Method in interface org.jboss.jdeparser.JExpr
-
Get an element of this array expression.
- idx(JExpr) - Method in class org.jboss.jdeparser.AbstractJExpr
- idx(JExpr) - Method in interface org.jboss.jdeparser.JExpr
-
Get an element of this array expression.
- IF - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- IF_MULTILINE - Enum constant in enum org.jboss.jdeparser.JBlock.Braces
-
Braces are only required if the block contains more or less than one statement.
- ifFalse - Variable in class org.jboss.jdeparser.CondJExpr
- ifTrue - Variable in class org.jboss.jdeparser.CondJExpr
- ignore(Class<? extends Throwable>) - Method in class org.jboss.jdeparser.ImplJCatch
- ignore(Class<? extends Throwable>) - Method in class org.jboss.jdeparser.ImplJTry
- ignore(Class<? extends Throwable>) - Method in interface org.jboss.jdeparser.JTry
-
Add a
catch
for an ignored exception. - ignore(String) - Method in class org.jboss.jdeparser.ImplJCatch
- ignore(String) - Method in class org.jboss.jdeparser.ImplJTry
- ignore(String) - Method in interface org.jboss.jdeparser.JTry
-
Add a
catch
for an ignored exception. - ignore(JType) - Method in class org.jboss.jdeparser.ImplJCatch
- ignore(JType) - Method in class org.jboss.jdeparser.ImplJTry
- ignore(JType) - Method in interface org.jboss.jdeparser.JTry
-
Add a
catch
for an ignored exception. - IMPLEMENTS - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- ImplJAnnotation - Class in org.jboss.jdeparser
- ImplJAnnotation(JType) - Constructor for class org.jboss.jdeparser.ImplJAnnotation
- ImplJAnnotationArray - Class in org.jboss.jdeparser
- ImplJAnnotationArray(JType) - Constructor for class org.jboss.jdeparser.ImplJAnnotationArray
- ImplJAnonymousClassDef - Class in org.jboss.jdeparser
- ImplJAnonymousClassDef(JType) - Constructor for class org.jboss.jdeparser.ImplJAnonymousClassDef
- ImplJCatch - Class in org.jboss.jdeparser
- ImplJCatch(ImplJTry, int, JType, String) - Constructor for class org.jboss.jdeparser.ImplJCatch
- ImplJDocComment - Class in org.jboss.jdeparser
- ImplJDocComment() - Constructor for class org.jboss.jdeparser.ImplJDocComment
- ImplJEnumConstant - Class in org.jboss.jdeparser
- ImplJEnumConstant(EnumJClassDef, String) - Constructor for class org.jboss.jdeparser.ImplJEnumConstant
- ImplJHtmlTag - Class in org.jboss.jdeparser
- ImplJHtmlTag(String, boolean, boolean) - Constructor for class org.jboss.jdeparser.ImplJHtmlTag
- ImplJIf - Class in org.jboss.jdeparser
- ImplJIf(BasicJBlock, JExpr) - Constructor for class org.jboss.jdeparser.ImplJIf
- ImplJLabel - Class in org.jboss.jdeparser
- ImplJLabel() - Constructor for class org.jboss.jdeparser.ImplJLabel
- ImplJLabel(String) - Constructor for class org.jboss.jdeparser.ImplJLabel
- ImplJParamDeclaration - Class in org.jboss.jdeparser
- ImplJParamDeclaration(int, JType, String) - Constructor for class org.jboss.jdeparser.ImplJParamDeclaration
- ImplJSourceFile - Class in org.jboss.jdeparser
- ImplJSourceFile(ImplJSources, String, String) - Constructor for class org.jboss.jdeparser.ImplJSourceFile
- ImplJSources - Class in org.jboss.jdeparser
- ImplJSources(JFiler, FormatPreferences) - Constructor for class org.jboss.jdeparser.ImplJSources
- ImplJSwitch - Class in org.jboss.jdeparser
- ImplJSwitch(BasicJBlock, JExpr) - Constructor for class org.jboss.jdeparser.ImplJSwitch
- ImplJTry - Class in org.jboss.jdeparser
- ImplJTry(BasicJBlock) - Constructor for class org.jboss.jdeparser.ImplJTry
- ImplJTypeParamDef - Class in org.jboss.jdeparser
- ImplJTypeParamDef(String) - Constructor for class org.jboss.jdeparser.ImplJTypeParamDef
- IMPORT - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- imports - Variable in class org.jboss.jdeparser.ImplJSourceFile
- importStatic(Class<?>, String) - Method in class org.jboss.jdeparser.ImplJSourceFile
- importStatic(Class<?>, String) - Method in interface org.jboss.jdeparser.JSourceFile
-
Add a static member import to this source file.
- importStatic(String, String) - Method in class org.jboss.jdeparser.ImplJSourceFile
- importStatic(String, String) - Method in interface org.jboss.jdeparser.JSourceFile
-
Add a static member import to this source file.
- importStatic(JType, String) - Method in class org.jboss.jdeparser.ImplJSourceFile
- importStatic(JType, String) - Method in interface org.jboss.jdeparser.JSourceFile
-
Add a static member import to this source file.
- in(JClassItem.Kind) - Method in enum org.jboss.jdeparser.JClassItem.Kind
-
Deprecated.Determine whether this instance is equal to one of the given instances.
- in(JClassItem.Kind...) - Method in enum org.jboss.jdeparser.JClassItem.Kind
-
Deprecated.Determine whether this instance is equal to one of the given instances.
- in(JClassItem.Kind, JClassItem.Kind) - Method in enum org.jboss.jdeparser.JClassItem.Kind
-
Deprecated.Determine whether this instance is equal to one of the given instances.
- in(JClassItem.Kind, JClassItem.Kind, JClassItem.Kind) - Method in enum org.jboss.jdeparser.JClassItem.Kind
-
Deprecated.Determine whether this instance is equal to one of the given instances.
- in(JClassItem.Kind, JClassItem.Kind, JClassItem.Kind, JClassItem.Kind) - Method in enum org.jboss.jdeparser.JClassItem.Kind
-
Deprecated.Determine whether this instance is equal to one of the given instances.
- IncDecJExpr - Class in org.jboss.jdeparser
- IncDecJExpr(Tokens.$PUNCT.UNOP, AbstractJExpr, int) - Constructor for class org.jboss.jdeparser.IncDecJExpr
- IncDecJExpr(Tokens.$PUNCT.UNOP, AbstractJExpr, int, boolean) - Constructor for class org.jboss.jdeparser.IncDecJExpr
- indent - Variable in enum org.jboss.jdeparser.FormatPreferences.Indentation
- Indent - Interface in org.jboss.jdeparser
- INDENT - Static variable in class org.jboss.jdeparser.InlineDocTagCommentContent
- indentation - Variable in class org.jboss.jdeparser.ConfigIndent
- Indentation() - Constructor for enum org.jboss.jdeparser.FormatPreferences.Indentation
- indents - Variable in class org.jboss.jdeparser.FormatPreferences
- indentStack - Variable in class org.jboss.jdeparser.SourceFileWriter
- init - Variable in class org.jboss.jdeparser.ForJBlock
- init() - Method in class org.jboss.jdeparser.AbstractJClassDef
- init() - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- init() - Method in interface org.jboss.jdeparser.JClassDefSection
-
Add a "raw" initialization block to this type definition.
- init() - Method in class org.jboss.jdeparser.JClassDefSectionImpl
- init(int, Class<?>, String, JExpr) - Method in class org.jboss.jdeparser.ForJBlock
- init(int, Class<?>, String, JExpr) - Method in interface org.jboss.jdeparser.JFor
-
Add a loop initializer.
- init(int, String, String, JExpr) - Method in class org.jboss.jdeparser.ForJBlock
- init(int, String, String, JExpr) - Method in interface org.jboss.jdeparser.JFor
-
Add a loop initializer.
- init(int, JType, String, JExpr) - Method in class org.jboss.jdeparser.ForJBlock
- init(int, JType, String, JExpr) - Method in interface org.jboss.jdeparser.JFor
-
Add a loop initializer.
- init(ArrayList<ClassContent>) - Method in class org.jboss.jdeparser.AbstractJClassDef
- init(ArrayList<ClassContent>) - Method in class org.jboss.jdeparser.AnnotationJClassDef
- init(ArrayList<ClassContent>) - Method in class org.jboss.jdeparser.InterfaceJClassDef
- init(ArrayList<ClassContent>) - Method in interface org.jboss.jdeparser.Sectionable
- INIT_BLOCK - Enum constant in enum org.jboss.jdeparser.JClassItem.Kind
-
Deprecated.An initialization block.
- initialValue() - Method in class org.jboss.jdeparser.CachingThreadLocal
- InitJBlock - Class in org.jboss.jdeparser
- InitJBlock() - Constructor for class org.jboss.jdeparser.InitJBlock
- inlineDocTag(String) - Method in class org.jboss.jdeparser.AbstractJComment
- inlineDocTag(String) - Method in interface org.jboss.jdeparser.JComment
-
Add an inline doc tag.
- inlineDocTag(String) - Method in interface org.jboss.jdeparser.JDocComment
-
Add an inline doc tag.
- inlineDocTag(String, String) - Method in class org.jboss.jdeparser.AbstractJComment
- inlineDocTag(String, String) - Method in class org.jboss.jdeparser.AbstractJDocComment
- inlineDocTag(String, String) - Method in class org.jboss.jdeparser.AbstractJHtmlComment
- inlineDocTag(String, String) - Method in interface org.jboss.jdeparser.JComment
-
Add an inline doc tag with simple content.
- inlineDocTag(String, String) - Method in interface org.jboss.jdeparser.JDocComment
-
Add an inline doc tag with simple content.
- inlineDocTag(String, String) - Method in interface org.jboss.jdeparser.JHtmlComment
-
Add an inline doc tag with simple content.
- InlineDocTagCommentContent - Class in org.jboss.jdeparser
- InlineDocTagCommentContent(String) - Constructor for class org.jboss.jdeparser.InlineDocTagCommentContent
- INNER - Static variable in class org.jboss.jdeparser.JMod
- InnerJAnonymousClassDef - Class in org.jboss.jdeparser
- InnerJAnonymousClassDef(AbstractJExpr, JType) - Constructor for class org.jboss.jdeparser.InnerJAnonymousClassDef
- InnerNewJCall - Class in org.jboss.jdeparser
- InnerNewJCall(AbstractJExpr, JType) - Constructor for class org.jboss.jdeparser.InnerNewJCall
- INSTANCE - Static variable in class org.jboss.jdeparser.BlankLine
- INSTANCE - Static variable in class org.jboss.jdeparser.NonTrailingSpaceContent
- InstanceJCall - Class in org.jboss.jdeparser
- InstanceJCall(AbstractJExpr, String) - Constructor for class org.jboss.jdeparser.InstanceJCall
- INSTANCEOF - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- INSTANCEOF - Static variable in class org.jboss.jdeparser.Prec
- InstanceOfJExpr - Class in org.jboss.jdeparser
- InstanceOfJExpr(AbstractJExpr, JType) - Constructor for class org.jboss.jdeparser.InstanceOfJExpr
- INT - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- INT - Static variable in interface org.jboss.jdeparser.JType
-
The
int
primitive type. - IntegerJExpr - Class in org.jboss.jdeparser
- IntegerJExpr(int, int) - Constructor for class org.jboss.jdeparser.IntegerJExpr
- INTERFACE - Enum constant in enum org.jboss.jdeparser.JClassItem.Kind
-
Deprecated.A nested interface.
- INTERFACE - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- InterfaceJClassDef - Class in org.jboss.jdeparser
- InterfaceJClassDef(int, AbstractJClassDef, String) - Constructor for class org.jboss.jdeparser.InterfaceJClassDef
- InterfaceJClassDef(int, ImplJSourceFile, String) - Constructor for class org.jboss.jdeparser.InterfaceJClassDef
- isExtendsNotSuper() - Method in class org.jboss.jdeparser.WildcardJType
- isFull(EnumSet<JClassItem.Kind>) - Static method in enum org.jboss.jdeparser.JClassItem.Kind
-
Deprecated.Determine whether the given set is fully populated (or "full"), meaning it contains all possible values.
- isIndentAbsolute(FormatPreferences.Indentation) - Method in class org.jboss.jdeparser.FormatPreferences
-
Determine whether the indentation for the given context is absolute or relative.
- isNewLine() - Method in class org.jboss.jdeparser.ImplJHtmlTag
- isPostfix() - Method in class org.jboss.jdeparser.UnaryJExpr
- isResolved() - Method in class org.jboss.jdeparser.ImplJLabel
- iterable - Variable in class org.jboss.jdeparser.ForEachJBlock
J
- JAnnotatable - Interface in org.jboss.jdeparser
-
A program element which can be annotated.
- JAnnotation - Interface in org.jboss.jdeparser
-
An annotation.
- JAnnotationArray - Interface in org.jboss.jdeparser
-
An array of annotations.
- JAnonymousClassDef - Interface in org.jboss.jdeparser
-
An anonymous class definition.
- JArrayExpr - Interface in org.jboss.jdeparser
-
An array expression, which can have more values added to it.
- JAssignableExpr - Interface in org.jboss.jdeparser
-
An expression which is assignable (that is, is a valid "lvalue").
- JBlock - Interface in org.jboss.jdeparser
-
A block of code, to which statements may be added.
- JBlock.Braces - Enum in org.jboss.jdeparser
-
Braces mode.
- JCall - Interface in org.jboss.jdeparser
-
A method or constructor call.
- JCatch - Interface in org.jboss.jdeparser
-
A
catch
branch for atry
block. - JClassDef - Interface in org.jboss.jdeparser
-
A type definition, which can be a class, interface, annotation type, etc.
- JClassDefSection - Interface in org.jboss.jdeparser
-
A section of a class definition, to which members, comments, and blank lines may be added.
- JClassDefSectionImpl - Class in org.jboss.jdeparser
- JClassDefSectionImpl(Sectionable) - Constructor for class org.jboss.jdeparser.JClassDefSectionImpl
- JClassItem - Interface in org.jboss.jdeparser
-
Deprecated.
- JClassItem.Kind - Enum in org.jboss.jdeparser
-
Deprecated.
- JComment - Interface in org.jboss.jdeparser
-
A source comment or tag body.
- JCommentable - Interface in org.jboss.jdeparser
-
A program element which can have comments attached to it.
- JDeparser - Class in org.jboss.jdeparser
-
The main entry point for this library.
- JDeparser() - Constructor for class org.jboss.jdeparser.JDeparser
- JDocComment - Interface in org.jboss.jdeparser
-
A JavaDoc comment.
- JDocCommentable - Interface in org.jboss.jdeparser
-
A program element which can have a documentation tag associated with it.
- JEnumConstant - Interface in org.jboss.jdeparser
-
An enum constant definition.
- JExpr - Interface in org.jboss.jdeparser
-
A modelled expression.
- JExprs - Class in org.jboss.jdeparser
-
The factory for generating simple expressions.
- JExprs() - Constructor for class org.jboss.jdeparser.JExprs
- JFiler - Class in org.jboss.jdeparser
-
A file manager for writing out source files.
- JFiler() - Constructor for class org.jboss.jdeparser.JFiler
-
Construct a new instance.
- JFor - Interface in org.jboss.jdeparser
-
A
for
loop. - JGenericDef - Interface in org.jboss.jdeparser
-
A generic type or method definition.
- JHtmlComment - Interface in org.jboss.jdeparser
-
A comment that supports HTML content.
- JHtmlTag - Interface in org.jboss.jdeparser
- JIf - Interface in org.jboss.jdeparser
-
An
if
statement. - JLabel - Interface in org.jboss.jdeparser
-
A source label.
- JLambda - Interface in org.jboss.jdeparser
-
A Java 8 lambda.
- JLambdaImpl - Class in org.jboss.jdeparser
- JLambdaImpl() - Constructor for class org.jboss.jdeparser.JLambdaImpl
- JLambdaImpl.Param - Class in org.jboss.jdeparser
- JMethodDef - Interface in org.jboss.jdeparser
-
A method or constructor definition.
- JMod - Class in org.jboss.jdeparser
-
The set of modifiers for types and members.
- JMod() - Constructor for class org.jboss.jdeparser.JMod
- JPackageInfoFile - Interface in org.jboss.jdeparser
-
A
package-info.java
file definition. - JParamDeclaration - Interface in org.jboss.jdeparser
-
A parameter declaration.
- JSimpleArgs - Interface in org.jboss.jdeparser
-
A program element which supports simple arguments.
- JSourceFile - Interface in org.jboss.jdeparser
-
A source file.
- JSources - Interface in org.jboss.jdeparser
-
A repository of source files.
- JStatement - Interface in org.jboss.jdeparser
-
A statement in a program.
- JSwitch - Interface in org.jboss.jdeparser
-
A
switch
statement. - JTry - Interface in org.jboss.jdeparser
-
A
try
block. - JType - Interface in org.jboss.jdeparser
-
A type specification.
- JTypeCommentContent - Class in org.jboss.jdeparser
- JTypeCommentContent(JType) - Constructor for class org.jboss.jdeparser.JTypeCommentContent
- JTypeParamDef - Interface in org.jboss.jdeparser
-
A type parameter definition.
- JTypes - Class in org.jboss.jdeparser
-
The factory for generating simple types.
- JTypes() - Constructor for class org.jboss.jdeparser.JTypes
- JVarDeclaration - Interface in org.jboss.jdeparser
-
A variable declaration.
K
- keys - Variable in class org.jboss.jdeparser.EnumIntMap
- keyword - Variable in class org.jboss.jdeparser.KeywordJCall
- keyword - Variable in class org.jboss.jdeparser.KeywordJStatement
- KeywordExprJStatement - Class in org.jboss.jdeparser
- KeywordExprJStatement(Tokens.$KW, JExpr) - Constructor for class org.jboss.jdeparser.KeywordExprJStatement
- KeywordJCall - Class in org.jboss.jdeparser
- KeywordJCall(Tokens.$KW) - Constructor for class org.jboss.jdeparser.KeywordJCall
- KeywordJExpr - Class in org.jboss.jdeparser
- KeywordJExpr(Tokens.$KW) - Constructor for class org.jboss.jdeparser.KeywordJExpr
- KeywordJStatement - Class in org.jboss.jdeparser
- KeywordJStatement(Tokens.$KW) - Constructor for class org.jboss.jdeparser.KeywordJStatement
- Kind() - Constructor for enum org.jboss.jdeparser.JClassItem.Kind
-
Deprecated.
- kw - Variable in enum org.jboss.jdeparser.Tokens.$KW
L
- label - Variable in class org.jboss.jdeparser.GotoJStatement
- label(String) - Method in class org.jboss.jdeparser.BasicJBlock
- label(String) - Method in interface org.jboss.jdeparser.JBlock
-
Add a label at this point, which may be used for future branch instructions.
- label(JLabel, String) - Method in class org.jboss.jdeparser.BasicJBlock
- label(JLabel, String) - Method in interface org.jboss.jdeparser.JBlock
-
Name and attach a forward label.
- LABELS - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Indentation
- lambda() - Static method in class org.jboss.jdeparser.JExprs
-
Return a lambda expression.
- LAND - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- le(JExpr) - Method in class org.jboss.jdeparser.AbstractJExpr
- le(JExpr) - Method in interface org.jboss.jdeparser.JExpr
-
Combine this expression with another using the binary
<=
operator. - LE - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- LEFT - Enum constant in enum org.jboss.jdeparser.Assoc
- length - Variable in class org.jboss.jdeparser.AbstractJExpr
- length() - Method in class org.jboss.jdeparser.AbstractJExpr
- length() - Method in interface org.jboss.jdeparser.JExpr
-
Get the
length
expression of this array expression. - line - Variable in class org.jboss.jdeparser.CountingWriter
- LINE - Enum constant in enum org.jboss.jdeparser.CommentIndentation
- LINE - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Indentation
- LINE - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.COMMENT
- LINE_COMMENT - Enum constant in enum org.jboss.jdeparser.JClassItem.Kind
-
Deprecated.A line comment.
- LINE_CONTINUATION - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Indentation
- lineBuffer - Variable in class org.jboss.jdeparser.SourceFileWriter
- lineComment() - Method in class org.jboss.jdeparser.AbstractJAssignableExpr
- lineComment() - Method in class org.jboss.jdeparser.AbstractJCall
- lineComment() - Method in class org.jboss.jdeparser.AbstractJClassDef
- lineComment() - Method in class org.jboss.jdeparser.BasicJCommentable
- lineComment() - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- lineComment() - Method in class org.jboss.jdeparser.JClassDefSectionImpl
- lineComment() - Method in interface org.jboss.jdeparser.JCommentable
-
Add a line comment.
- lineComment() - Method in class org.jboss.jdeparser.SuccessorJVarDeclaration
- LineJComment - Class in org.jboss.jdeparser
- LineJComment() - Constructor for class org.jboss.jdeparser.LineJComment
- lineLength - Variable in class org.jboss.jdeparser.FormatPreferences
- lineSep - Variable in class org.jboss.jdeparser.SourceFileWriter
- linkConstructor(boolean, JType, JType...) - Method in class org.jboss.jdeparser.AbstractJComment
- linkConstructor(boolean, JType, JType...) - Method in interface org.jboss.jdeparser.JComment
-
Add an inline
@link
to a constructor. - linkField(boolean, JType, String) - Method in class org.jboss.jdeparser.AbstractJComment
- linkField(boolean, JType, String) - Method in interface org.jboss.jdeparser.JComment
-
Add an inline
@link
to a field of a type. - linkMethod(boolean, JMethodDef) - Method in class org.jboss.jdeparser.AbstractJComment
- linkMethod(boolean, JMethodDef) - Method in interface org.jboss.jdeparser.JComment
-
Add an inline
@link
to a method. - linkMethod(boolean, JType, String, JType...) - Method in class org.jboss.jdeparser.AbstractJComment
- linkMethod(boolean, JType, String, JType...) - Method in interface org.jboss.jdeparser.JComment
-
Add an inline
@link
to a method. - linkType(boolean, JType) - Method in class org.jboss.jdeparser.AbstractJComment
- linkType(boolean, JType) - Method in interface org.jboss.jdeparser.JComment
-
Add an inline
@link
to a type. - list - Variable in class org.jboss.jdeparser.ImplJAnnotationArray
- load(Reader) - Static method in class org.jboss.jdeparser.FormatPreferences
- LOG_AND - Static variable in class org.jboss.jdeparser.Prec
- LOG_OR - Static variable in class org.jboss.jdeparser.Prec
- LONG - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- LONG - Static variable in interface org.jboss.jdeparser.JType
-
The
long
primitive type. - LongJExpr - Class in org.jboss.jdeparser
- LongJExpr(long, int) - Constructor for class org.jboss.jdeparser.LongJExpr
- LOR - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- lshr(JExpr) - Method in class org.jboss.jdeparser.AbstractJExpr
- lshr(JExpr) - Method in interface org.jboss.jdeparser.JExpr
-
Combine this expression with another using the binary
>>>
operator. - LSHR - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- lshrAssign(JAssignableExpr, JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- lshrAssign(JAssignableExpr, JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert an assignment (
>>>=
) expression at this point. - lshrAssign(JExpr) - Method in class org.jboss.jdeparser.AbstractJAssignableExpr
- lshrAssign(JExpr) - Method in interface org.jboss.jdeparser.JAssignableExpr
-
Combine this expression with another using the binary
>>>=
operator. - lt(JExpr) - Method in class org.jboss.jdeparser.AbstractJExpr
- lt(JExpr) - Method in interface org.jboss.jdeparser.JExpr
-
Combine this expression with another using the binary
<
operator. - LT - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
M
- MEMBER_ACCESS - Static variable in class org.jboss.jdeparser.Prec
- members - Variable in class org.jboss.jdeparser.PlainJArrayExpr
- MEMBERS_TOP_LEVEL - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Indentation
- message - Variable in class org.jboss.jdeparser.AssertMessageJStatement
- method(int, Class<?>, String) - Method in class org.jboss.jdeparser.AbstractJClassDef
- method(int, Class<?>, String) - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- method(int, Class<?>, String) - Method in interface org.jboss.jdeparser.JClassDefSection
-
Add a method to this type.
- method(int, Class<?>, String) - Method in class org.jboss.jdeparser.JClassDefSectionImpl
- method(int, String, String) - Method in class org.jboss.jdeparser.AbstractJClassDef
- method(int, String, String) - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- method(int, String, String) - Method in interface org.jboss.jdeparser.JClassDefSection
-
Add a method to this type.
- method(int, String, String) - Method in class org.jboss.jdeparser.JClassDefSectionImpl
- method(int, JType, String) - Method in class org.jboss.jdeparser.AbstractJClassDef
- method(int, JType, String) - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- method(int, JType, String) - Method in interface org.jboss.jdeparser.JClassDefSection
-
Add a method to this type.
- method(int, JType, String) - Method in class org.jboss.jdeparser.JClassDefSectionImpl
- method(ArrayList<ClassContent>, int, JType, String) - Method in class org.jboss.jdeparser.AbstractJClassDef
- method(ArrayList<ClassContent>, int, JType, String) - Method in class org.jboss.jdeparser.AnnotationJClassDef
- method(ArrayList<ClassContent>, int, JType, String) - Method in interface org.jboss.jdeparser.Sectionable
- METHOD - Enum constant in enum org.jboss.jdeparser.JClassItem.Kind
-
Deprecated.A constructor.
- METHOD_CALL - Static variable in class org.jboss.jdeparser.Prec
- methodCanHaveBody(int) - Method in class org.jboss.jdeparser.AbstractJClassDef
- methodCanHaveBody(int) - Method in class org.jboss.jdeparser.AnnotationJClassDef
- methodCanHaveBody(int) - Method in class org.jboss.jdeparser.InterfaceJClassDef
- MethodJMethodDef - Class in org.jboss.jdeparser
- MethodJMethodDef(AbstractJClassDef, int, JType, String) - Constructor for class org.jboss.jdeparser.MethodJMethodDef
- methodRef(String) - Method in class org.jboss.jdeparser.AbstractJType
- methodRef(String) - Method in interface org.jboss.jdeparser.JType
-
Get a method reference of this type.
- methodRef(ExecutableElement) - Method in class org.jboss.jdeparser.AbstractJType
- methodRef(ExecutableElement) - Method in interface org.jboss.jdeparser.JType
-
Get a method reference of this type.
- MethodRefJExpr - Class in org.jboss.jdeparser
- MethodRefJExpr(AbstractJType, String) - Constructor for class org.jboss.jdeparser.MethodRefJExpr
- minus(JExpr) - Method in class org.jboss.jdeparser.AbstractJExpr
- minus(JExpr) - Method in interface org.jboss.jdeparser.JExpr
-
Combine this expression with another using the binary
-
operator. - MINUS - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- MINUS - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.UNOP
- MM - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.UNOP
- mod(JExpr) - Method in class org.jboss.jdeparser.AbstractJExpr
- mod(JExpr) - Method in interface org.jboss.jdeparser.JExpr
-
Combine this expression with another using the binary
%
operator. - MOD - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- modAssign(JAssignableExpr, JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- modAssign(JAssignableExpr, JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert an assignment (
%=
) expression at this point. - modAssign(JExpr) - Method in class org.jboss.jdeparser.AbstractJAssignableExpr
- modAssign(JExpr) - Method in interface org.jboss.jdeparser.JAssignableExpr
-
Combine this expression with another using the binary
%=
operator. - mods - Variable in class org.jboss.jdeparser.AbstractJClassDef
- mods - Variable in class org.jboss.jdeparser.AbstractJMethodDef
- mods - Variable in class org.jboss.jdeparser.FirstJVarDeclaration
- mods - Variable in class org.jboss.jdeparser.ForEachJBlock
- mods - Variable in class org.jboss.jdeparser.ImplJCatch
- mods - Variable in class org.jboss.jdeparser.ImplJParamDeclaration
- mods() - Method in class org.jboss.jdeparser.FirstJVarDeclaration
- mods() - Method in class org.jboss.jdeparser.ImplJParamDeclaration
- mods() - Method in interface org.jboss.jdeparser.JParamDeclaration
-
Get the parameter modifiers.
- mulAssign(JAssignableExpr, JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- mulAssign(JAssignableExpr, JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert an assignment (
*=
) expression at this point. - mulAssign(JExpr) - Method in class org.jboss.jdeparser.AbstractJAssignableExpr
- mulAssign(JExpr) - Method in interface org.jboss.jdeparser.JAssignableExpr
-
Combine this expression with another using the binary
*=
operator. - MULTIPLICATIVE - Static variable in class org.jboss.jdeparser.Prec
N
- name - Variable in class org.jboss.jdeparser.AbstractJClassDef
- name - Variable in class org.jboss.jdeparser.AbstractMethodJCall
- name - Variable in class org.jboss.jdeparser.FirstJVarDeclaration
- name - Variable in class org.jboss.jdeparser.ForEachJBlock
- name - Variable in class org.jboss.jdeparser.ImplJEnumConstant
- name - Variable in class org.jboss.jdeparser.ImplJLabel
- name - Variable in class org.jboss.jdeparser.ImplJParamDeclaration
- name - Variable in class org.jboss.jdeparser.ImplJTypeParamDef
- name - Variable in class org.jboss.jdeparser.JLambdaImpl.Param
- name - Variable in class org.jboss.jdeparser.KeywordJExpr
- name - Variable in class org.jboss.jdeparser.MethodJMethodDef
- name - Variable in class org.jboss.jdeparser.MethodRefJExpr
- name - Variable in class org.jboss.jdeparser.NameJExpr
- name - Variable in class org.jboss.jdeparser.NestedJType
- name - Variable in class org.jboss.jdeparser.SuccessorJVarDeclaration
- name() - Method in class org.jboss.jdeparser.FirstJVarDeclaration
- name() - Method in class org.jboss.jdeparser.ImplJLabel
- name() - Method in class org.jboss.jdeparser.ImplJParamDeclaration
- name() - Method in interface org.jboss.jdeparser.JLabel
-
Get the label name.
- name() - Method in interface org.jboss.jdeparser.JParamDeclaration
-
Get the parameter name.
- name() - Method in interface org.jboss.jdeparser.JVarDeclaration
-
Get the variable name.
- name() - Method in class org.jboss.jdeparser.SuccessorJVarDeclaration
- name(String) - Static method in class org.jboss.jdeparser.JExprs
-
Return a name expression.
- name(JParamDeclaration) - Static method in class org.jboss.jdeparser.JExprs
-
Return a name expression from an annotation processor parameter declaration.
- name(JVarDeclaration) - Static method in class org.jboss.jdeparser.JExprs
-
Return a name expression from an annotation processor variable declaration.
- NameJExpr - Class in org.jboss.jdeparser
- NameJExpr(String) - Constructor for class org.jboss.jdeparser.NameJExpr
- NarrowedJType - Class in org.jboss.jdeparser
- NarrowedJType(AbstractJType, JType[]) - Constructor for class org.jboss.jdeparser.NarrowedJType
- NATIVE - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- NATIVE - Static variable in class org.jboss.jdeparser.JMod
-
The
native
modifier. - ne(JExpr) - Method in class org.jboss.jdeparser.AbstractJExpr
- ne(JExpr) - Method in interface org.jboss.jdeparser.JExpr
-
Combine this expression with another using the binary
!=
operator. - NE - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- neg() - Method in class org.jboss.jdeparser.AbstractJExpr
- neg() - Method in interface org.jboss.jdeparser.JExpr
-
Negate this expression using the unary
-
operator. - NestedCommentContent - Class in org.jboss.jdeparser
- NestedCommentContent() - Constructor for class org.jboss.jdeparser.NestedCommentContent
- NestedDocCommentContent - Class in org.jboss.jdeparser
- NestedDocCommentContent() - Constructor for class org.jboss.jdeparser.NestedDocCommentContent
- NestedHtmlCommentContent - Class in org.jboss.jdeparser
- NestedHtmlCommentContent() - Constructor for class org.jboss.jdeparser.NestedHtmlCommentContent
- NestedJType - Class in org.jboss.jdeparser
- NestedJType(AbstractJType, String) - Constructor for class org.jboss.jdeparser.NestedJType
- nestedType(String) - Method in class org.jboss.jdeparser.AbstractJType
- nestedType(String) - Method in interface org.jboss.jdeparser.JType
-
Get a nested type within this reference type.
- nestedType(String) - Method in class org.jboss.jdeparser.NarrowedJType
- nestedType(String) - Method in class org.jboss.jdeparser.NestedJType
- nestedType(String) - Method in class org.jboss.jdeparser.ReferenceJType
- nestedTypes - Variable in class org.jboss.jdeparser.NestedJType
- nestedTypes - Variable in class org.jboss.jdeparser.ReferenceJType
- NEVER - Enum constant in enum org.jboss.jdeparser.FormatPreferences.WrappingMode
- NEW - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- NEW - Static variable in class org.jboss.jdeparser.Prec
- NewDimJArrayExpr - Class in org.jboss.jdeparser
- NewDimJArrayExpr(ArrayJType, AbstractJExpr) - Constructor for class org.jboss.jdeparser.NewDimJArrayExpr
- newInstance(File) - Static method in class org.jboss.jdeparser.JFiler
-
Get an instance which writes to the filesystem.
- newInstance(Filer) - Static method in class org.jboss.jdeparser.JFiler
-
Get an instance which uses an underlying
Filer
. - NewJCall - Class in org.jboss.jdeparser
- NewJCall(AbstractJType) - Constructor for class org.jboss.jdeparser.NewJCall
- newLine - Variable in class org.jboss.jdeparser.ImplJHtmlTag
- NEWLINE - Enum constant in enum org.jboss.jdeparser.FormatPreferences.SpaceType
- NewUndimJArrayExpr - Class in org.jboss.jdeparser
- NewUndimJArrayExpr(ArrayJType) - Constructor for class org.jboss.jdeparser.NewUndimJArrayExpr
- nextIndent - Variable in class org.jboss.jdeparser.SourceFileWriter
- nl() - Method in class org.jboss.jdeparser.AbstractJComment
- nl() - Method in class org.jboss.jdeparser.AbstractJDocComment
- nl() - Method in class org.jboss.jdeparser.AbstractJHtmlComment
- nl() - Method in interface org.jboss.jdeparser.JComment
-
Add a newline.
- nl() - Method in interface org.jboss.jdeparser.JDocComment
-
Add a newline.
- nl() - Method in interface org.jboss.jdeparser.JHtmlComment
-
Add a newline.
- nl() - Method in class org.jboss.jdeparser.SourceFileWriter
- NL_CONTENT - Static variable in class org.jboss.jdeparser.AbstractJComment
- NONE - Enum constant in enum org.jboss.jdeparser.FormatPreferences.SpaceType
- NONE - Static variable in interface org.jboss.jdeparser.JType
-
An empty array of types.
- NonTrailingSpaceContent - Class in org.jboss.jdeparser
- NonTrailingSpaceContent() - Constructor for class org.jboss.jdeparser.NonTrailingSpaceContent
- not() - Method in class org.jboss.jdeparser.AbstractJExpr
- not() - Method in interface org.jboss.jdeparser.JExpr
-
Invert this expression using the unary
!
operator. - NOT - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.UNOP
- ntsp() - Method in class org.jboss.jdeparser.SourceFileWriter
-
A non-trailing space.
- NULL - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- NULL - Static variable in interface org.jboss.jdeparser.JExpr
-
The constant expression for
null
.
O
- OBJECT - Static variable in interface org.jboss.jdeparser.JType
-
The type of
java.lang.Object
. - of(Class<E>) - Static method in class org.jboss.jdeparser.EnumIntMap
- of(Element) - Static method in class org.jboss.jdeparser.JMod
-
Returns an integer which results in the appropriate modifier based on the element.
- of(JExpr) - Static method in class org.jboss.jdeparser.AbstractJExpr
- of(JType) - Static method in class org.jboss.jdeparser.AbstractJType
- of(JType) - Static method in class org.jboss.jdeparser.ReferenceJType
- ONE - Static variable in interface org.jboss.jdeparser.JExpr
-
The constant expression for the integer one.
- oneIsSet(int, int) - Static method in class org.jboss.jdeparser.JMod
-
Test to see if exactly one modifier of the given set is present in the test value.
- op - Variable in class org.jboss.jdeparser.BinaryJExpr
- op - Variable in class org.jboss.jdeparser.UnaryJExpr
- OPEN - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.ANGLE
- OPEN - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BRACE
- OPEN - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BRACKET
- OPEN - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.COMMENT
- OPEN - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.PAREN
- OPEN_PAREN_CONTENT - Static variable in class org.jboss.jdeparser.AbstractJComment
- openStream(String, String) - Method in class org.jboss.jdeparser.JFiler
-
Open an output stream for writing the given file.
- openWriter(String, String) - Method in class org.jboss.jdeparser.JFiler
-
Open a writer for the given file.
- Opt() - Constructor for enum org.jboss.jdeparser.FormatPreferences.Opt
- OPTIONAL - Enum constant in enum org.jboss.jdeparser.JBlock.Braces
-
Braces are optional and won't be rendered unless forced.
- options - Variable in class org.jboss.jdeparser.FormatPreferences
- or(Class<? extends Throwable>) - Method in class org.jboss.jdeparser.ImplJCatch
- or(Class<? extends Throwable>) - Method in interface org.jboss.jdeparser.JCatch
-
Add another type option to this catch branch.
- or(String) - Method in class org.jboss.jdeparser.ImplJCatch
- or(String) - Method in interface org.jboss.jdeparser.JCatch
-
Add another type option to this catch branch.
- or(JExpr) - Method in class org.jboss.jdeparser.AbstractJExpr
- or(JExpr) - Method in interface org.jboss.jdeparser.JExpr
-
Combine this expression with another using the binary
||
operator. - or(JType) - Method in class org.jboss.jdeparser.ImplJCatch
- or(JType) - Method in interface org.jboss.jdeparser.JCatch
-
Add another type option to this catch branch.
- orAssign(JAssignableExpr, JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- orAssign(JAssignableExpr, JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert an assignment (
|=
) expression at this point. - orAssign(JExpr) - Method in class org.jboss.jdeparser.AbstractJAssignableExpr
- orAssign(JExpr) - Method in interface org.jboss.jdeparser.JAssignableExpr
-
Combine this expression with another using the binary
|=
operator. - org.jboss.jdeparser - package org.jboss.jdeparser
-
The primary package for JDeparser classes.
- out - Variable in class org.jboss.jdeparser.CountingWriter
- owner - Variable in class org.jboss.jdeparser.TryJVarDeclaration
P
- p() - Method in class org.jboss.jdeparser.AbstractJDocComment
- p() - Method in class org.jboss.jdeparser.AbstractJHtmlComment
- p() - Method in interface org.jboss.jdeparser.JDocComment
-
Add a paragraph separator.
- p() - Method in interface org.jboss.jdeparser.JHtmlComment
-
Add a paragraph separator.
- PACKAGE - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- packageName - Variable in class org.jboss.jdeparser.ImplJSourceFile
- packageName - Variable in class org.jboss.jdeparser.ReferenceJType
- packageWritten - Variable in class org.jboss.jdeparser.ImplJSourceFile
- param(int, Class<?>, String) - Method in class org.jboss.jdeparser.AbstractJMethodDef
- param(int, Class<?>, String) - Method in interface org.jboss.jdeparser.JMethodDef
-
Add a parameter to this method.
- param(int, String, String) - Method in class org.jboss.jdeparser.AbstractJMethodDef
- param(int, String, String) - Method in interface org.jboss.jdeparser.JMethodDef
-
Add a parameter to this method.
- param(int, JType, String) - Method in class org.jboss.jdeparser.AbstractJMethodDef
- param(int, JType, String) - Method in class org.jboss.jdeparser.AnnotationJMethodDef
- param(int, JType, String) - Method in interface org.jboss.jdeparser.JMethodDef
-
Add a parameter to this method.
- param(Class<?>, String) - Method in class org.jboss.jdeparser.AbstractJMethodDef
- param(Class<?>, String) - Method in interface org.jboss.jdeparser.JLambda
-
Add a declared-type parameter to this lambda.
- param(Class<?>, String) - Method in class org.jboss.jdeparser.JLambdaImpl
- param(Class<?>, String) - Method in interface org.jboss.jdeparser.JMethodDef
-
Add a parameter to this method.
- param(String) - Method in class org.jboss.jdeparser.AbstractJDocComment
- param(String) - Method in interface org.jboss.jdeparser.JDocComment
-
Add a
@param
tag. - param(String) - Method in interface org.jboss.jdeparser.JLambda
-
Add an inferred-type parameter to this lambda.
- param(String) - Method in class org.jboss.jdeparser.JLambdaImpl
- param(String, String) - Method in class org.jboss.jdeparser.AbstractJMethodDef
- param(String, String) - Method in interface org.jboss.jdeparser.JLambda
-
Add a declared-type parameter to this lambda.
- param(String, String) - Method in class org.jboss.jdeparser.JLambdaImpl
- param(String, String) - Method in interface org.jboss.jdeparser.JMethodDef
-
Add a parameter to this method.
- param(JType, String) - Method in class org.jboss.jdeparser.AbstractJMethodDef
- param(JType, String) - Method in interface org.jboss.jdeparser.JLambda
-
Add a declared-type parameter to this lambda.
- param(JType, String) - Method in class org.jboss.jdeparser.JLambdaImpl
- param(JType, String) - Method in interface org.jboss.jdeparser.JMethodDef
-
Add a parameter to this method.
- Param(JType, String) - Constructor for class org.jboss.jdeparser.JLambdaImpl.Param
- params - Variable in class org.jboss.jdeparser.AbstractJMethodDef
- params - Variable in class org.jboss.jdeparser.JLambdaImpl
- params() - Method in class org.jboss.jdeparser.AbstractJMethodDef
- params() - Method in interface org.jboss.jdeparser.JMethodDef
-
Get the list of parameters defined thus far.
- paren() - Method in class org.jboss.jdeparser.AbstractJExpr
- paren() - Method in interface org.jboss.jdeparser.JExpr
-
Explicitly wrap this expression in parentheses.
- PAREN - Static variable in class org.jboss.jdeparser.Prec
- PAREN(char) - Constructor for enum org.jboss.jdeparser.Tokens.$PUNCT.PAREN
- ParenJExpr - Class in org.jboss.jdeparser
- ParenJExpr(AbstractJExpr) - Constructor for class org.jboss.jdeparser.ParenJExpr
- parent - Variable in class org.jboss.jdeparser.BasicJBlock
- parent - Variable in class org.jboss.jdeparser.ImplJSwitch
- PlainJArrayExpr - Class in org.jboss.jdeparser
- PlainJArrayExpr() - Constructor for class org.jboss.jdeparser.PlainJArrayExpr
- PlainJArrayExpr(JExpr...) - Constructor for class org.jboss.jdeparser.PlainJArrayExpr
- PlainJClassDef - Class in org.jboss.jdeparser
- PlainJClassDef(int, AbstractJClassDef, String) - Constructor for class org.jboss.jdeparser.PlainJClassDef
- PlainJClassDef(int, ImplJSourceFile, String) - Constructor for class org.jboss.jdeparser.PlainJClassDef
- plus(JExpr) - Method in class org.jboss.jdeparser.AbstractJExpr
- plus(JExpr) - Method in interface org.jboss.jdeparser.JExpr
-
Combine this expression with another using the binary
+
operator. - PLUS - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- popIndent(FormatPreferences.Indentation) - Method in class org.jboss.jdeparser.SourceFileWriter
- popIndent(Indent) - Method in class org.jboss.jdeparser.SourceFileWriter
- popThisType(AbstractJType) - Method in class org.jboss.jdeparser.SourceFileWriter
- POST_INC_DEC - Static variable in class org.jboss.jdeparser.Prec
- postDec() - Method in class org.jboss.jdeparser.AbstractJAssignableExpr
- postDec() - Method in interface org.jboss.jdeparser.JAssignableExpr
-
Apply the postfix
--
operator to this expression. - postDec(JAssignableExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- postDec(JAssignableExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a postfix
--
expression at this point. - postfix - Variable in class org.jboss.jdeparser.UnaryJExpr
- postInc() - Method in class org.jboss.jdeparser.AbstractJAssignableExpr
- postInc() - Method in interface org.jboss.jdeparser.JAssignableExpr
-
Apply the postfix
++
operator to this expression. - postInc(JAssignableExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- postInc(JAssignableExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a postfix
++
expression at this point. - PP - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.UNOP
- PRE_INC_DEC - Static variable in class org.jboss.jdeparser.Prec
- prec - Variable in class org.jboss.jdeparser.AbstractJExpr
- prec() - Method in class org.jboss.jdeparser.AbstractJExpr
- Prec - Class in org.jboss.jdeparser
- Prec() - Constructor for class org.jboss.jdeparser.Prec
- preDec() - Method in class org.jboss.jdeparser.AbstractJAssignableExpr
- preDec() - Method in interface org.jboss.jdeparser.JAssignableExpr
-
Apply the prefix
--
operator to this expression. - preDec(JAssignableExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- preDec(JAssignableExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a prefix
--
expression at this point. - preformattedCode() - Method in class org.jboss.jdeparser.AbstractJHtmlComment
- preformattedCode() - Method in interface org.jboss.jdeparser.JHtmlComment
-
Add an inline
@code
tag within a<pre></pre>
block. - preInc() - Method in class org.jboss.jdeparser.AbstractJAssignableExpr
- preInc() - Method in interface org.jboss.jdeparser.JAssignableExpr
-
Apply the prefix
++
operator to this expression. - preInc(JAssignableExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- preInc(JAssignableExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a prefix
++
expression at this point. - PrimitiveJType - Class in org.jboss.jdeparser
- PrimitiveJType(String, String) - Constructor for class org.jboss.jdeparser.PrimitiveJType
- PRIVATE - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- PRIVATE - Static variable in class org.jboss.jdeparser.JMod
-
The
private
modifier. - PRIVATE_BITS - Static variable in class org.jboss.jdeparser.JMod
- processSpacing() - Method in class org.jboss.jdeparser.SourceFileWriter
- properties - Variable in class org.jboss.jdeparser.ImplJAnnotation
- PROPERTIES_FILE_NAME - Static variable in class org.jboss.jdeparser.FormatPreferences
- PROTECTED - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- PROTECTED - Static variable in class org.jboss.jdeparser.JMod
-
The
protected
modifier. - PUBLIC - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- PUBLIC - Static variable in class org.jboss.jdeparser.JMod
-
The
public
modifier. - pushIndent(FormatPreferences.Indentation) - Method in class org.jboss.jdeparser.SourceFileWriter
- pushIndent(Indent) - Method in class org.jboss.jdeparser.SourceFileWriter
- pushThisType(AbstractJType) - Method in class org.jboss.jdeparser.SourceFileWriter
- put(E, int) - Method in class org.jboss.jdeparser.EnumIntMap
Q
- Q - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT
- qualifiedName() - Method in class org.jboss.jdeparser.AbstractJType
- qualifiedName() - Method in class org.jboss.jdeparser.ArrayJType
- qualifiedName() - Method in class org.jboss.jdeparser.NestedJType
- qualifiedName() - Method in class org.jboss.jdeparser.ReferenceJType
- qualifiedNameOf(AbstractJClassDef) - Method in class org.jboss.jdeparser.ImplJSources
- qualifiedNames - Variable in class org.jboss.jdeparser.ImplJSources
R
- radix - Variable in class org.jboss.jdeparser.IntegerJExpr
- radix - Variable in class org.jboss.jdeparser.LongJExpr
- ReferenceJType - Class in org.jboss.jdeparser
- ReferenceJType(String, String) - Constructor for class org.jboss.jdeparser.ReferenceJType
- ReferenceJType(String, String, PrimitiveJType) - Constructor for class org.jboss.jdeparser.ReferenceJType
- refName - Variable in class org.jboss.jdeparser.FieldRefJExpr
- refName - Variable in class org.jboss.jdeparser.StaticRefJExpr
- RELATIONAL - Static variable in class org.jboss.jdeparser.Prec
- removeEldestEntry(Map.Entry<K, V>) - Method in class org.jboss.jdeparser.CachingLinkedHashMap
- removeOption(FormatPreferences.Opt...) - Method in class org.jboss.jdeparser.FormatPreferences
-
Remove option flags from these preferences.
- REQUIRED - Enum constant in enum org.jboss.jdeparser.JBlock.Braces
-
Braces should always be used.
- resources - Variable in class org.jboss.jdeparser.ImplJTry
- RETURN - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- returnsDoc() - Method in class org.jboss.jdeparser.AbstractJMethodDef
- returnsDoc() - Method in interface org.jboss.jdeparser.JMethodDef
-
Get the
@return
doc comment block. - returnType - Variable in class org.jboss.jdeparser.MethodJMethodDef
- RIGHT - Enum constant in enum org.jboss.jdeparser.Assoc
S
- section() - Method in class org.jboss.jdeparser.AbstractJClassDef
- section() - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- section() - Method in interface org.jboss.jdeparser.JClassDefSection
-
Create a section at this point, into which additional items may be added.
- section() - Method in class org.jboss.jdeparser.JClassDefSectionImpl
- sectionable - Variable in class org.jboss.jdeparser.JClassDefSectionImpl
- Sectionable - Interface in org.jboss.jdeparser
- SEMI - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT
- setAllSpaceTypes(FormatPreferences.SpaceType, FormatPreferences.Space...) - Method in class org.jboss.jdeparser.FormatPreferences
-
Set several space contexts to the same spacing type.
- setClassFile(ImplJSourceFile) - Method in class org.jboss.jdeparser.SourceFileWriter
- setEncoding(String) - Method in class org.jboss.jdeparser.JFiler
-
Set the file encoding to use.
- setIndent(FormatPreferences.Indentation, int) - Method in class org.jboss.jdeparser.FormatPreferences
-
Set the configured indentation for the given context.
- setIndentAbsolute(FormatPreferences.Indentation) - Method in class org.jboss.jdeparser.FormatPreferences
-
Set absolute indentation for the given context.
- setName(String) - Method in class org.jboss.jdeparser.ImplJLabel
- setSpaceType(FormatPreferences.Space, FormatPreferences.SpaceType) - Method in class org.jboss.jdeparser.FormatPreferences
-
Set the spacing type for the given space context.
- setWrapMode(FormatPreferences.Wrapping, FormatPreferences.WrappingMode) - Method in class org.jboss.jdeparser.FormatPreferences
-
Set the wrapping mode for the given wrapping context.
- SHIFT - Static variable in class org.jboss.jdeparser.Prec
- shl(JExpr) - Method in class org.jboss.jdeparser.AbstractJExpr
- shl(JExpr) - Method in interface org.jboss.jdeparser.JExpr
-
Combine this expression with another using the binary
<<
operator. - SHL - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- shlAssign(JAssignableExpr, JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- shlAssign(JAssignableExpr, JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert an assignment (
<<=
) expression at this point. - shlAssign(JExpr) - Method in class org.jboss.jdeparser.AbstractJAssignableExpr
- shlAssign(JExpr) - Method in interface org.jboss.jdeparser.JAssignableExpr
-
Combine this expression with another using the binary
<<=
operator. - SHORT - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- SHORT - Static variable in interface org.jboss.jdeparser.JType
-
The
short
primitive type. - shr(JExpr) - Method in class org.jboss.jdeparser.AbstractJExpr
- shr(JExpr) - Method in interface org.jboss.jdeparser.JExpr
-
Combine this expression with another using the binary
>>
operator. - SHR - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- shrAssign(JAssignableExpr, JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- shrAssign(JAssignableExpr, JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert an assignment (
>>=
) expression at this point. - shrAssign(JExpr) - Method in class org.jboss.jdeparser.AbstractJAssignableExpr
- shrAssign(JExpr) - Method in interface org.jboss.jdeparser.JAssignableExpr
-
Combine this expression with another using the binary
>>=
operator. - simpleName - Variable in class org.jboss.jdeparser.PrimitiveJType
- simpleName - Variable in class org.jboss.jdeparser.ReferenceJType
- simpleName() - Method in class org.jboss.jdeparser.AbstractJType
- simpleName() - Method in class org.jboss.jdeparser.ArrayJType
- simpleName() - Method in interface org.jboss.jdeparser.JType
-
Get the simple name of this type.
- simpleName() - Method in class org.jboss.jdeparser.NarrowedJType
- simpleName() - Method in class org.jboss.jdeparser.NestedJType
- simpleName() - Method in class org.jboss.jdeparser.PrimitiveJType
- simpleName() - Method in class org.jboss.jdeparser.ReferenceJType
- simpleName() - Method in class org.jboss.jdeparser.ThisJType
- simpleName() - Method in class org.jboss.jdeparser.WildcardJType
- size() - Method in class org.jboss.jdeparser.BasicJBlock
- size() - Method in class org.jboss.jdeparser.ImplJAnnotationArray
- SMART_NAME_SORT - Static variable in interface org.jboss.jdeparser.JClassItem
-
Deprecated.
- SourceFileWriter - Class in org.jboss.jdeparser
- SourceFileWriter(FormatPreferences, Writer) - Constructor for class org.jboss.jdeparser.SourceFileWriter
- sources - Variable in class org.jboss.jdeparser.ImplJSourceFile
- sp() - Method in class org.jboss.jdeparser.AbstractJComment
- sp() - Method in class org.jboss.jdeparser.AbstractJDocComment
- sp() - Method in class org.jboss.jdeparser.AbstractJHtmlComment
- sp() - Method in interface org.jboss.jdeparser.JComment
-
Add a non-trailing space.
- sp() - Method in interface org.jboss.jdeparser.JDocComment
-
Add a non-trailing space.
- sp() - Method in interface org.jboss.jdeparser.JHtmlComment
-
Add a non-trailing space.
- sp() - Method in class org.jboss.jdeparser.SourceFileWriter
-
Force a space if one hasn't already been added.
- Space() - Constructor for enum org.jboss.jdeparser.FormatPreferences.Space
- SPACE - Enum constant in enum org.jboss.jdeparser.FormatPreferences.SpaceType
- spaceState - Variable in class org.jboss.jdeparser.SourceFileWriter
- SpaceType() - Constructor for enum org.jboss.jdeparser.FormatPreferences.SpaceType
- spaceTypes - Variable in class org.jboss.jdeparser.FormatPreferences
- spacingRule - Variable in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- split(ArrayList<String>, char, String) - Static method in class org.jboss.jdeparser.FormatPreferences
- SS_2_NEW_LINE - Static variable in class org.jboss.jdeparser.SourceFileWriter
- SS_ADDED - Static variable in class org.jboss.jdeparser.SourceFileWriter
- SS_NEEDED - Static variable in class org.jboss.jdeparser.SourceFileWriter
- SS_NEW_LINE - Static variable in class org.jboss.jdeparser.SourceFileWriter
- SS_NONE - Static variable in class org.jboss.jdeparser.SourceFileWriter
- stackIterator - Variable in class org.jboss.jdeparser.SourceFileWriter
- state - Variable in class org.jboss.jdeparser.SourceFileWriter
- STATIC - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- STATIC - Static variable in class org.jboss.jdeparser.JMod
-
The
static
modifier. - staticImports - Variable in class org.jboss.jdeparser.ImplJSourceFile
- staticInit() - Method in class org.jboss.jdeparser.AbstractJClassDef
- staticInit() - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- staticInit() - Method in interface org.jboss.jdeparser.JClassDefSection
-
Add a static initialization block to this type definition.
- staticInit() - Method in class org.jboss.jdeparser.JClassDefSectionImpl
- staticInit(ArrayList<ClassContent>) - Method in class org.jboss.jdeparser.AbstractJClassDef
- staticInit(ArrayList<ClassContent>) - Method in interface org.jboss.jdeparser.Sectionable
- StaticInitJBlock - Class in org.jboss.jdeparser
- StaticInitJBlock() - Constructor for class org.jboss.jdeparser.StaticInitJBlock
- StaticJCall - Class in org.jboss.jdeparser
- StaticJCall(AbstractJType, String) - Constructor for class org.jboss.jdeparser.StaticJCall
- StaticRefJExpr - Class in org.jboss.jdeparser
- StaticRefJExpr(AbstractJType, String) - Constructor for class org.jboss.jdeparser.StaticRefJExpr
- staticRefs - Variable in class org.jboss.jdeparser.AbstractJType
- str - Variable in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- str - Variable in enum org.jboss.jdeparser.Tokens.$PUNCT.COMMENT
- str - Variable in enum org.jboss.jdeparser.Tokens.$PUNCT.UNOP
- str(String) - Static method in class org.jboss.jdeparser.JExprs
-
Generate a string constant value.
- STRICTFP - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- STRICTFP - Static variable in class org.jboss.jdeparser.JMod
-
The
strictfp
modifier. - StringJExpr - Class in org.jboss.jdeparser
- StringJExpr(String) - Constructor for class org.jboss.jdeparser.StringJExpr
- subAssign(JAssignableExpr, JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- subAssign(JAssignableExpr, JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert an assignment (
-=
) expression at this point. - subAssign(JExpr) - Method in class org.jboss.jdeparser.AbstractJAssignableExpr
- subAssign(JExpr) - Method in interface org.jboss.jdeparser.JAssignableExpr
-
Combine this expression with another using the binary
-=
operator. - SuccessorJVarDeclaration - Class in org.jboss.jdeparser
- SuccessorJVarDeclaration(FirstJVarDeclaration, String, JExpr) - Constructor for class org.jboss.jdeparser.SuccessorJVarDeclaration
- successors - Variable in class org.jboss.jdeparser.FirstJVarDeclaration
- SUPER - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- superExpr - Variable in class org.jboss.jdeparser.NestedJType
- superExpr - Variable in class org.jboss.jdeparser.ReferenceJType
- supportsCompactInitOnly() - Method in class org.jboss.jdeparser.AbstractJClassDef
- supportsCompactInitOnly() - Method in class org.jboss.jdeparser.InterfaceJClassDef
- SWITCH - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- synchExpr - Variable in class org.jboss.jdeparser.SynchJBlock
- SynchJBlock - Class in org.jboss.jdeparser
- SynchJBlock(BasicJBlock, AbstractJExpr) - Constructor for class org.jboss.jdeparser.SynchJBlock
- SYNCHRONIZED - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- SYNCHRONIZED - Static variable in class org.jboss.jdeparser.JMod
-
The
synchronized
modifier.
T
- tag - Variable in class org.jboss.jdeparser.DocTagJHtmlComment
- tag - Variable in class org.jboss.jdeparser.ImplJHtmlTag
- tagName - Variable in class org.jboss.jdeparser.InlineDocTagCommentContent
- target - Variable in class org.jboss.jdeparser.InnerNewJCall
- target - Variable in class org.jboss.jdeparser.InstanceJCall
- targetType - Variable in class org.jboss.jdeparser.WildcardJType
- tempName() - Method in class org.jboss.jdeparser.BasicJBlock
- tempName() - Method in interface org.jboss.jdeparser.JBlock
-
Generate a temporary variable name.
- tempVar(Class<?>, JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- tempVar(Class<?>, JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a local variable declaration at this point with a generated name.
- tempVar(String, JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- tempVar(String, JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a local variable declaration at this point with a generated name.
- tempVar(JType, JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- tempVar(JType, JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a local variable declaration at this point with a generated name.
- test - Variable in class org.jboss.jdeparser.ForJBlock
- test(JExpr) - Method in class org.jboss.jdeparser.ForJBlock
- test(JExpr) - Method in interface org.jboss.jdeparser.JFor
-
Add a test expression.
- text - Variable in enum org.jboss.jdeparser.CommentIndentation
- text - Variable in class org.jboss.jdeparser.CommentTextContent
- text(String) - Method in class org.jboss.jdeparser.AbstractJComment
- text(String) - Method in class org.jboss.jdeparser.AbstractJDocComment
- text(String) - Method in class org.jboss.jdeparser.AbstractJHtmlComment
- text(String) - Method in interface org.jboss.jdeparser.JComment
-
Add some text to the end of this comment.
- text(String) - Method in interface org.jboss.jdeparser.JDocComment
-
Add some text to the end of this comment.
- text(String) - Method in interface org.jboss.jdeparser.JHtmlComment
-
Add some text to the end of this comment.
- THIS - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- THIS - Static variable in interface org.jboss.jdeparser.JExpr
-
The constant expression for
this
. - THIS - Static variable in interface org.jboss.jdeparser.JType
-
A special type that always renders to the type of the class it is encountered in.
- thisExpr - Variable in class org.jboss.jdeparser.NestedJType
- thisExpr - Variable in class org.jboss.jdeparser.ReferenceJType
- ThisJType - Class in org.jboss.jdeparser
- ThisJType() - Constructor for class org.jboss.jdeparser.ThisJType
- thisTypeStack - Variable in class org.jboss.jdeparser.SourceFileWriter
- THROW - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- THROWS - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- times(JExpr) - Method in class org.jboss.jdeparser.AbstractJExpr
- times(JExpr) - Method in interface org.jboss.jdeparser.JExpr
-
Combine this expression with another using the binary
*
operator. - TIMES - Enum constant in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- tmpId - Variable in class org.jboss.jdeparser.BasicJBlock
- Token - Interface in org.jboss.jdeparser
- Tokens - Enum in org.jboss.jdeparser
- Tokens() - Constructor for enum org.jboss.jdeparser.Tokens
- Tokens.$KW - Enum in org.jboss.jdeparser
- Tokens.$PUNCT - Enum in org.jboss.jdeparser
- Tokens.$PUNCT.ANGLE - Enum in org.jboss.jdeparser
- Tokens.$PUNCT.BINOP - Enum in org.jboss.jdeparser
- Tokens.$PUNCT.BRACE - Enum in org.jboss.jdeparser
- Tokens.$PUNCT.BRACKET - Enum in org.jboss.jdeparser
- Tokens.$PUNCT.COMMENT - Enum in org.jboss.jdeparser
- Tokens.$PUNCT.PAREN - Enum in org.jboss.jdeparser
- Tokens.$PUNCT.UNOP - Enum in org.jboss.jdeparser
- toString() - Method in class org.jboss.jdeparser.AbstractJType
- toString() - Method in class org.jboss.jdeparser.ArrayJType
- toString() - Method in class org.jboss.jdeparser.NarrowedJType
- toString() - Method in class org.jboss.jdeparser.NestedJType
- toString() - Method in class org.jboss.jdeparser.NewDimJArrayExpr
- toString() - Method in class org.jboss.jdeparser.PrimitiveJType
- toString() - Method in class org.jboss.jdeparser.ReferenceJType
- toString() - Method in class org.jboss.jdeparser.ThisJType
- toString() - Method in class org.jboss.jdeparser.WildcardJType
- TRANSIENT - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- TRANSIENT - Static variable in class org.jboss.jdeparser.JMod
-
The
transient
modifier. - TRUE - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- TRUE - Static variable in interface org.jboss.jdeparser.JExpr
-
The constant expression for
true
. - TRY - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- TryJVarDeclaration - Class in org.jboss.jdeparser
- TryJVarDeclaration(int, JType, String, JExpr, ImplJTry) - Constructor for class org.jboss.jdeparser.TryJVarDeclaration
- type - Variable in class org.jboss.jdeparser.CastJExpr
- type - Variable in class org.jboss.jdeparser.EnumIntMap
- type - Variable in class org.jboss.jdeparser.FirstJVarDeclaration
- type - Variable in class org.jboss.jdeparser.ForEachJBlock
- type - Variable in class org.jboss.jdeparser.ImplJAnnotation
- type - Variable in class org.jboss.jdeparser.ImplJAnnotationArray
- type - Variable in class org.jboss.jdeparser.ImplJAnonymousClassDef
- type - Variable in class org.jboss.jdeparser.ImplJParamDeclaration
- type - Variable in class org.jboss.jdeparser.InstanceOfJExpr
- type - Variable in class org.jboss.jdeparser.JLambdaImpl.Param
- type - Variable in class org.jboss.jdeparser.JTypeCommentContent
- type - Variable in class org.jboss.jdeparser.MethodRefJExpr
- type - Variable in class org.jboss.jdeparser.NewDimJArrayExpr
- type - Variable in class org.jboss.jdeparser.NewJCall
- type - Variable in class org.jboss.jdeparser.NewUndimJArrayExpr
- type - Variable in class org.jboss.jdeparser.StaticJCall
- type - Variable in class org.jboss.jdeparser.StaticRefJExpr
- type() - Method in class org.jboss.jdeparser.FirstJVarDeclaration
- type() - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- type() - Method in class org.jboss.jdeparser.ImplJParamDeclaration
- type() - Method in interface org.jboss.jdeparser.JParamDeclaration
-
Get the parameter type.
- type() - Method in interface org.jboss.jdeparser.JVarDeclaration
-
Get the variable type.
- type() - Method in class org.jboss.jdeparser.SuccessorJVarDeclaration
- typeArg(Class<?>) - Method in class org.jboss.jdeparser.AbstractJCall
- typeArg(Class<?>) - Method in interface org.jboss.jdeparser.JCall
-
Add a type argument to this call.
- typeArg(Class<?>...) - Method in class org.jboss.jdeparser.AbstractJType
- typeArg(Class<?>...) - Method in interface org.jboss.jdeparser.JType
-
This type, with the given generic type arguments.
- typeArg(String) - Method in class org.jboss.jdeparser.AbstractJCall
- typeArg(String) - Method in interface org.jboss.jdeparser.JCall
-
Add a type argument to this call.
- typeArg(String...) - Method in class org.jboss.jdeparser.AbstractJType
- typeArg(String...) - Method in interface org.jboss.jdeparser.JType
-
This type, with the given generic type arguments.
- typeArg(JType) - Method in class org.jboss.jdeparser.AbstractJCall
- typeArg(JType) - Method in class org.jboss.jdeparser.DirectJCall
- typeArg(JType) - Method in interface org.jboss.jdeparser.JCall
-
Add a type argument to this call.
- typeArg(JType...) - Method in class org.jboss.jdeparser.AbstractJType
- typeArg(JType...) - Method in interface org.jboss.jdeparser.JType
-
This type, with the given generic type arguments.
- typeArg(JType...) - Method in class org.jboss.jdeparser.NarrowedJType
- typeArg(JType...) - Method in class org.jboss.jdeparser.NestedJType
- typeArg(JType...) - Method in class org.jboss.jdeparser.ReferenceJType
- typeArgs - Variable in class org.jboss.jdeparser.AbstractJCall
- typeArgs() - Method in class org.jboss.jdeparser.AbstractJType
- typeArgs() - Method in interface org.jboss.jdeparser.JType
-
Get the type arguments of this type.
- typeArgs() - Method in class org.jboss.jdeparser.NarrowedJType
- typeArguments() - Method in class org.jboss.jdeparser.AbstractJCall
- typeArguments() - Method in interface org.jboss.jdeparser.JCall
-
Get the type arguments defined thus far.
- typeName(JType) - Method in class org.jboss.jdeparser.AbstractJComment
- typeName(JType) - Method in class org.jboss.jdeparser.AbstractJDocComment
- typeName(JType) - Method in class org.jboss.jdeparser.AbstractJHtmlComment
- typeName(JType) - Method in interface org.jboss.jdeparser.JComment
-
Add a type name to the end of this comment.
- typeName(JType) - Method in interface org.jboss.jdeparser.JDocComment
-
Add a type name to the end of this comment.
- typeName(JType) - Method in interface org.jboss.jdeparser.JHtmlComment
-
Add a type name to the end of this comment.
- typeNamed(String) - Static method in class org.jboss.jdeparser.JTypes
-
Return a type corresponding to a class with the given name.
- typeOf(Class<?>) - Static method in class org.jboss.jdeparser.JTypes
-
Return the type corresponding to the given class.
- typeOf(TypeMirror) - Static method in class org.jboss.jdeparser.JTypes
-
Get a
JType
that corresponds to the givenTypeMirror
for annotation processors. - typeOf(JClassDef) - Static method in class org.jboss.jdeparser.JTypes
-
Return the erased type of a class definition.
- typeParam(String) - Method in class org.jboss.jdeparser.AbstractJClassDef
- typeParam(String) - Method in class org.jboss.jdeparser.AbstractJGeneric
- typeParam(String) - Method in class org.jboss.jdeparser.AnnotationJClassDef
- typeParam(String) - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- typeParam(String) - Method in interface org.jboss.jdeparser.JGenericDef
-
Define a type parameter.
- typeParamDefs - Variable in class org.jboss.jdeparser.AbstractJGeneric
- typeParams() - Method in class org.jboss.jdeparser.AbstractJGeneric
- typeParams() - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- typeParams() - Method in interface org.jboss.jdeparser.JGenericDef
-
Get all the type parameters defined at the time of invocation.
- typeParamsToArgs() - Method in class org.jboss.jdeparser.AbstractJGeneric
- types - Variable in class org.jboss.jdeparser.ImplJCatch
U
- UNARY - Static variable in class org.jboss.jdeparser.Prec
- UnaryJExpr - Class in org.jboss.jdeparser
- UnaryJExpr(Tokens.$PUNCT.UNOP, AbstractJExpr) - Constructor for class org.jboss.jdeparser.UnaryJExpr
- UnaryJExpr(Tokens.$PUNCT.UNOP, AbstractJExpr, int) - Constructor for class org.jboss.jdeparser.UnaryJExpr
- UnaryJExpr(Tokens.$PUNCT.UNOP, AbstractJExpr, int, boolean) - Constructor for class org.jboss.jdeparser.UnaryJExpr
- unbox() - Method in class org.jboss.jdeparser.AbstractJType
- unbox() - Method in interface org.jboss.jdeparser.JType
-
The primitive-unboxed version of this type.
- unbox() - Method in class org.jboss.jdeparser.ReferenceJType
- unboxed - Variable in class org.jboss.jdeparser.ReferenceJType
- unescaped(Indent, StringBuilder, int) - Method in enum org.jboss.jdeparser.CommentIndentation
- unescaped(Indent, StringBuilder, int) - Method in class org.jboss.jdeparser.ConfigIndent
- unescaped(Indent, StringBuilder, int) - Method in interface org.jboss.jdeparser.Indent
- UNOP(String) - Constructor for enum org.jboss.jdeparser.Tokens.$PUNCT.UNOP
- update - Variable in class org.jboss.jdeparser.ForJBlock
- update(JExpr) - Method in class org.jboss.jdeparser.ForJBlock
- update(JExpr) - Method in interface org.jboss.jdeparser.JFor
-
Add an update expression.
V
- val - Variable in class org.jboss.jdeparser.CharJExpr
- val - Variable in class org.jboss.jdeparser.DecimalDoubleJExpr
- val - Variable in class org.jboss.jdeparser.DecimalFloatJExpr
- val - Variable in class org.jboss.jdeparser.HexDoubleJExpr
- val - Variable in class org.jboss.jdeparser.HexFloatJExpr
- val - Variable in class org.jboss.jdeparser.IntegerJExpr
- val - Variable in class org.jboss.jdeparser.LongJExpr
- val - Variable in class org.jboss.jdeparser.StringJExpr
- value - Variable in class org.jboss.jdeparser.BooleanJExpr
- value - Variable in class org.jboss.jdeparser.FirstJVarDeclaration
- value - Variable in class org.jboss.jdeparser.SuccessorJVarDeclaration
- value() - Method in class org.jboss.jdeparser.BooleanJExpr
- value(String) - Method in class org.jboss.jdeparser.ImplJAnnotation
- value(String) - Method in interface org.jboss.jdeparser.JAnnotation
-
Set the "value" property of this annotation to a string.
- value(String, String) - Method in class org.jboss.jdeparser.ImplJAnnotation
- value(String, String) - Method in interface org.jboss.jdeparser.JAnnotation
-
Set the named property of this annotation to a string.
- value(String, JExpr) - Method in class org.jboss.jdeparser.ImplJAnnotation
- value(String, JExpr) - Method in interface org.jboss.jdeparser.JAnnotation
-
Set the named property of this annotation.
- value(JExpr) - Method in class org.jboss.jdeparser.ImplJAnnotation
- value(JExpr) - Method in interface org.jboss.jdeparser.JAnnotation
-
Set the "value" property of this annotation.
- value(JType, String) - Method in class org.jboss.jdeparser.AbstractJDocComment
- value(JType, String) - Method in class org.jboss.jdeparser.AbstractJHtmlComment
- value(JType, String) - Method in interface org.jboss.jdeparser.JDocComment
-
Add a
@value
inline tag. - value(JType, String) - Method in interface org.jboss.jdeparser.JHtmlComment
-
Add a
@value
inline tag. - valueOf(String) - Static method in enum org.jboss.jdeparser.Assoc
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.jdeparser.CommentIndentation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.jdeparser.FormatPreferences.Indentation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.jdeparser.FormatPreferences.Opt
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.jdeparser.FormatPreferences.Space
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.jdeparser.FormatPreferences.SpaceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.jdeparser.FormatPreferences.Wrapping
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.jdeparser.FormatPreferences.WrappingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.jdeparser.JBlock.Braces
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.jdeparser.JClassItem.Kind
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.jdeparser.Tokens.$KW
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.jdeparser.Tokens.$PUNCT.ANGLE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.jdeparser.Tokens.$PUNCT.BRACE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.jdeparser.Tokens.$PUNCT.BRACKET
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.jdeparser.Tokens.$PUNCT.COMMENT
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.jdeparser.Tokens.$PUNCT.PAREN
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.jdeparser.Tokens.$PUNCT.UNOP
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.jdeparser.Tokens.$PUNCT
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.jdeparser.Tokens
-
Returns the enum constant of this type with the specified name.
- values - Variable in class org.jboss.jdeparser.EnumIntMap
- values() - Static method in enum org.jboss.jdeparser.Assoc
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.jdeparser.CommentIndentation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.jdeparser.FormatPreferences.Indentation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.jdeparser.FormatPreferences.Opt
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.jdeparser.FormatPreferences.Space
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.jdeparser.FormatPreferences.SpaceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.jdeparser.FormatPreferences.Wrapping
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.jdeparser.FormatPreferences.WrappingMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.jdeparser.JBlock.Braces
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.jdeparser.JClassItem.Kind
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.jdeparser.Tokens.$KW
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.jdeparser.Tokens.$PUNCT.ANGLE
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.jdeparser.Tokens.$PUNCT.BRACE
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.jdeparser.Tokens.$PUNCT.BRACKET
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.jdeparser.Tokens.$PUNCT.COMMENT
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.jdeparser.Tokens.$PUNCT.PAREN
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.jdeparser.Tokens.$PUNCT.UNOP
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.jdeparser.Tokens.$PUNCT
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.jdeparser.Tokens
-
Returns an array containing the constants of this enum type, in the order they are declared.
- var - Variable in class org.jboss.jdeparser.ImplJCatch
- var(int, Class<?>, String) - Method in class org.jboss.jdeparser.BasicJBlock
- var(int, Class<?>, String) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a local variable declaration at this point.
- var(int, Class<?>, String, JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- var(int, Class<?>, String, JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a local variable declaration at this point.
- var(int, String, String) - Method in class org.jboss.jdeparser.BasicJBlock
- var(int, String, String) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a local variable declaration at this point.
- var(int, String, String, JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- var(int, String, String, JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a local variable declaration at this point.
- var(int, JType, String) - Method in class org.jboss.jdeparser.BasicJBlock
- var(int, JType, String) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a local variable declaration at this point.
- var(int, JType, String, JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- var(int, JType, String, JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a local variable declaration at this point.
- varargParam(int, Class<?>, String) - Method in class org.jboss.jdeparser.AbstractJMethodDef
- varargParam(int, Class<?>, String) - Method in interface org.jboss.jdeparser.JMethodDef
-
Add a vararg parameter to this method.
- varargParam(int, String, String) - Method in class org.jboss.jdeparser.AbstractJMethodDef
- varargParam(int, String, String) - Method in interface org.jboss.jdeparser.JMethodDef
-
Add a vararg parameter to this method.
- varargParam(int, JType, String) - Method in class org.jboss.jdeparser.AbstractJMethodDef
- varargParam(int, JType, String) - Method in class org.jboss.jdeparser.AnnotationJMethodDef
- varargParam(int, JType, String) - Method in interface org.jboss.jdeparser.JMethodDef
-
Add a vararg parameter to this method.
- varargParam(Class<?>, String) - Method in class org.jboss.jdeparser.AbstractJMethodDef
- varargParam(Class<?>, String) - Method in interface org.jboss.jdeparser.JMethodDef
-
Add a vararg parameter to this method.
- varargParam(String, String) - Method in class org.jboss.jdeparser.AbstractJMethodDef
- varargParam(String, String) - Method in interface org.jboss.jdeparser.JMethodDef
-
Add a vararg parameter to this method.
- varargParam(JType, String) - Method in class org.jboss.jdeparser.AbstractJMethodDef
- varargParam(JType, String) - Method in interface org.jboss.jdeparser.JMethodDef
-
Add a vararg parameter to this method.
- varargs() - Method in class org.jboss.jdeparser.ImplJParamDeclaration
- varargs() - Method in interface org.jboss.jdeparser.JParamDeclaration
-
Determine whether the parameter is a vararg parameter.
- VARARGS - Static variable in class org.jboss.jdeparser.JMod
- VOID - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- VOID - Static variable in interface org.jboss.jdeparser.JType
-
The
void
type. - VOLATILE - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- VOLATILE - Static variable in class org.jboss.jdeparser.JMod
-
The
volatile
modifier.
W
- WHILE - Enum constant in enum org.jboss.jdeparser.Tokens.$KW
- WhileJBlock - Class in org.jboss.jdeparser
- WhileJBlock(BasicJBlock, JExpr) - Constructor for class org.jboss.jdeparser.WhileJBlock
- WILDCARD - Static variable in interface org.jboss.jdeparser.JType
-
The wildcard type of
<? extends Object>
, also known as<?>
. - wildcardExtends - Variable in class org.jboss.jdeparser.AbstractJType
- wildcardExtends() - Method in class org.jboss.jdeparser.AbstractJType
- wildcardExtends() - Method in interface org.jboss.jdeparser.JType
-
Get a wildcard that extends this type.
- wildcardExtends() - Method in class org.jboss.jdeparser.WildcardJType
- WildcardJType - Class in org.jboss.jdeparser
- WildcardJType(AbstractJType, boolean) - Constructor for class org.jboss.jdeparser.WildcardJType
- wildcardSuper - Variable in class org.jboss.jdeparser.AbstractJType
- wildcardSuper() - Method in class org.jboss.jdeparser.AbstractJType
- wildcardSuper() - Method in interface org.jboss.jdeparser.JType
-
Get a wildcard that this type extends.
- wildcardSuper() - Method in class org.jboss.jdeparser.WildcardJType
- with(int, Class<? extends AutoCloseable>, String, JExpr) - Method in class org.jboss.jdeparser.ImplJCatch
- with(int, Class<? extends AutoCloseable>, String, JExpr) - Method in class org.jboss.jdeparser.ImplJTry
- with(int, Class<? extends AutoCloseable>, String, JExpr) - Method in interface org.jboss.jdeparser.JTry
-
Add a resource for
try
-with-resources constructs. - with(int, String, String, JExpr) - Method in class org.jboss.jdeparser.ImplJCatch
- with(int, String, String, JExpr) - Method in class org.jboss.jdeparser.ImplJTry
- with(int, String, String, JExpr) - Method in interface org.jboss.jdeparser.JTry
-
Add a resource for
try
-with-resources constructs. - with(int, JType, String, JExpr) - Method in class org.jboss.jdeparser.ImplJCatch
- with(int, JType, String, JExpr) - Method in class org.jboss.jdeparser.ImplJTry
- with(int, JType, String, JExpr) - Method in interface org.jboss.jdeparser.JTry
-
Add a resource for
try
-with-resources constructs. - WITHIN_BRACES_ARRAY_INIT - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- WITHIN_BRACES_CODE - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- WITHIN_BRACES_EMPTY - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- WITHIN_BRACKETS - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- WITHIN_PAREN_ANNOTATION - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- WITHIN_PAREN_CAST - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- WITHIN_PAREN_CATCH - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- WITHIN_PAREN_EXPR - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- WITHIN_PAREN_FOR - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- WITHIN_PAREN_IF - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- WITHIN_PAREN_METHOD_CALL - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- WITHIN_PAREN_METHOD_CALL_EMPTY - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- WITHIN_PAREN_METHOD_DECLARATION - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- WITHIN_PAREN_METHOD_DECLARATION_EMPTY - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- WITHIN_PAREN_SWITCH - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- WITHIN_PAREN_SYNCHRONIZED - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- WITHIN_PAREN_TRY - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- WITHIN_PAREN_WHILE - Enum constant in enum org.jboss.jdeparser.FormatPreferences.Space
- WRAP_ONLY_IF_LONG - Enum constant in enum org.jboss.jdeparser.FormatPreferences.WrappingMode
- wrapping - Variable in class org.jboss.jdeparser.FormatPreferences
- Wrapping() - Constructor for enum org.jboss.jdeparser.FormatPreferences.Wrapping
- WrappingMode() - Constructor for enum org.jboss.jdeparser.FormatPreferences.WrappingMode
- Writable - Interface in org.jboss.jdeparser
- write(char[]) - Method in class org.jboss.jdeparser.CountingWriter
- write(char[], int, int) - Method in class org.jboss.jdeparser.CountingWriter
- write(int) - Method in class org.jboss.jdeparser.CountingWriter
- write(String) - Method in class org.jboss.jdeparser.CountingWriter
- write(StringBuilder) - Method in class org.jboss.jdeparser.CountingWriter
- write(StringBuilder, int, int) - Method in class org.jboss.jdeparser.CountingWriter
- write(String, int, int) - Method in class org.jboss.jdeparser.CountingWriter
- write(AbstractJExpr) - Method in class org.jboss.jdeparser.SourceFileWriter
- write(AbstractJType) - Method in class org.jboss.jdeparser.SourceFileWriter
- write(FormatPreferences.Space) - Method in class org.jboss.jdeparser.SourceFileWriter
- write(JExpr) - Method in class org.jboss.jdeparser.SourceFileWriter
- write(JType) - Method in class org.jboss.jdeparser.SourceFileWriter
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.AbstractJCall
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.AbstractJClassDef
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.AbstractJComment
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.AbstractJMethodDef
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.AbstractMethodJCall
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.ArrayLookupJExpr
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.AssertMessageJStatement
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.BasicJBlock
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.BinaryJExpr
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.BlankLine
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.BlockJComment
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.BooleanJExpr
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.CaseJBlock
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.CastJExpr
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.CharJExpr
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.CommentTextContent
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.CondJExpr
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.ConstructorJMethodDef
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.DecimalDoubleJExpr
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.DecimalFloatJExpr
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.DefaultJBlock
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.DocTagJHtmlComment
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.DoJBlock
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.EmptyJStatement
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.ExpressionJStatement
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.FieldRefJExpr
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.FinallyJBlock
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.FirstJVarDeclaration
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.ForEachJBlock
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.ForJBlock
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.GotoJStatement
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.HexDoubleJExpr
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.HexFloatJExpr
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.ImplJAnnotation
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.ImplJAnnotationArray
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.ImplJCatch
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.ImplJDocComment
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.ImplJHtmlTag
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.ImplJIf
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.ImplJLabel
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.ImplJParamDeclaration
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.ImplJSourceFile
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.ImplJSwitch
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.ImplJTry
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.ImplJTypeParamDef
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.InitJBlock
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.InlineDocTagCommentContent
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.InnerJAnonymousClassDef
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.InnerNewJCall
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.InstanceJCall
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.InstanceOfJExpr
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.IntegerJExpr
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.JClassDefSectionImpl
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.JLambdaImpl
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.JTypeCommentContent
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.KeywordExprJStatement
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.KeywordJCall
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.KeywordJExpr
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.KeywordJStatement
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.LineJComment
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.LongJExpr
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.MethodJMethodDef
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.MethodRefJExpr
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.NameJExpr
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.NewDimJArrayExpr
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.NewJCall
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.NewUndimJArrayExpr
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.NonTrailingSpaceContent
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.ParenJExpr
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.PlainJArrayExpr
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.StaticInitJBlock
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.StaticJCall
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.StaticRefJExpr
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.StringJExpr
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.SynchJBlock
- write(SourceFileWriter) - Method in enum org.jboss.jdeparser.Tokens.$KW
- write(SourceFileWriter) - Method in enum org.jboss.jdeparser.Tokens.$PUNCT.ANGLE
- write(SourceFileWriter) - Method in enum org.jboss.jdeparser.Tokens.$PUNCT.BINOP
- write(SourceFileWriter) - Method in enum org.jboss.jdeparser.Tokens.$PUNCT.BRACE
- write(SourceFileWriter) - Method in enum org.jboss.jdeparser.Tokens.$PUNCT.BRACKET
- write(SourceFileWriter) - Method in enum org.jboss.jdeparser.Tokens.$PUNCT.COMMENT
- write(SourceFileWriter) - Method in enum org.jboss.jdeparser.Tokens.$PUNCT.PAREN
- write(SourceFileWriter) - Method in enum org.jboss.jdeparser.Tokens.$PUNCT.UNOP
- write(SourceFileWriter) - Method in enum org.jboss.jdeparser.Tokens.$PUNCT
- write(SourceFileWriter) - Method in enum org.jboss.jdeparser.Tokens
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.UnaryJExpr
- write(SourceFileWriter) - Method in class org.jboss.jdeparser.WhileJBlock
- write(SourceFileWriter) - Method in interface org.jboss.jdeparser.Writable
- write(SourceFileWriter, int) - Static method in class org.jboss.jdeparser.JMod
- write(SourceFileWriter, FormatPreferences.Space) - Method in class org.jboss.jdeparser.BasicJBlock
- write(SourceFileWriter, FormatPreferences.Space) - Method in class org.jboss.jdeparser.FirstJVarDeclaration
- write(SourceFileWriter, FormatPreferences.Space, JBlock.Braces) - Method in class org.jboss.jdeparser.BasicJBlock
- write(SourceFileWriter, FormatPreferences.Space, JBlock.Braces) - Method in class org.jboss.jdeparser.ElseJBlock
- write(Token) - Method in class org.jboss.jdeparser.SourceFileWriter
- writeAnnotations(SourceFileWriter) - Method in class org.jboss.jdeparser.AnonymousJClassDef
- writeAnnotations(SourceFileWriter) - Method in class org.jboss.jdeparser.EnumConstantJClassDef
- writeAnnotations(SourceFileWriter, FormatPreferences.Space) - Method in class org.jboss.jdeparser.BasicJAnnotatable
- writeBare(SourceFileWriter) - Method in class org.jboss.jdeparser.ImplJAnnotationArray
- writeBody() - Method in class org.jboss.jdeparser.AbstractJMethodDef
- writeBody() - Method in class org.jboss.jdeparser.AnnotationJMethodDef
- writeClass(String) - Method in class org.jboss.jdeparser.SourceFileWriter
- writeClassHeader(SourceFileWriter) - Method in class org.jboss.jdeparser.AbstractJClassDef
- writeClassHeader(SourceFileWriter) - Method in class org.jboss.jdeparser.AnonymousJClassDef
- writeClassHeader(SourceFileWriter) - Method in class org.jboss.jdeparser.EnumConstantJClassDef
- writeClose - Variable in class org.jboss.jdeparser.ImplJHtmlTag
- writeCloseTag(SourceFileWriter) - Method in class org.jboss.jdeparser.ImplJHtmlTag
- writeComments(SourceFileWriter) - Method in class org.jboss.jdeparser.BasicJCommentable
- writeContent(SourceFileWriter) - Method in class org.jboss.jdeparser.AbstractJClassDef
- writeContent(SourceFileWriter) - Method in class org.jboss.jdeparser.EnumJClassDef
- writeContentBlock(SourceFileWriter) - Method in class org.jboss.jdeparser.AbstractJClassDef
- writeDirect(SourceFileWriter) - Method in class org.jboss.jdeparser.AbstractJType
- writeDirect(SourceFileWriter) - Method in class org.jboss.jdeparser.ArrayJType
- writeDirect(SourceFileWriter) - Method in class org.jboss.jdeparser.ImplJEnumConstant
- writeDirect(SourceFileWriter) - Method in class org.jboss.jdeparser.NarrowedJType
- writeDirect(SourceFileWriter) - Method in class org.jboss.jdeparser.NestedJType
- writeDirect(SourceFileWriter) - Method in class org.jboss.jdeparser.PrimitiveJType
- writeDirect(SourceFileWriter) - Method in class org.jboss.jdeparser.ReferenceJType
- writeDirect(SourceFileWriter) - Method in class org.jboss.jdeparser.ThisJType
- writeDirect(SourceFileWriter) - Method in class org.jboss.jdeparser.WildcardJType
- writeDocComments(SourceFileWriter) - Method in class org.jboss.jdeparser.AbstractJDocCommentable
- writeEscaped(char) - Method in class org.jboss.jdeparser.SourceFileWriter
- writeEscaped(String) - Method in class org.jboss.jdeparser.SourceFileWriter
- writeEscapedWord(String) - Method in class org.jboss.jdeparser.SourceFileWriter
- writeForImport(SourceFileWriter) - Method in class org.jboss.jdeparser.StaticRefJExpr
- writeList(SourceFileWriter, ArrayList<JType>, Tokens.$KW) - Method in class org.jboss.jdeparser.ImplJTypeParamDef
- writeNoSemi(SourceFileWriter) - Method in class org.jboss.jdeparser.FirstJVarDeclaration
- writeOpenTag(SourceFileWriter) - Method in class org.jboss.jdeparser.ImplJHtmlTag
- writePostfix(SourceFileWriter) - Method in class org.jboss.jdeparser.AbstractJMethodDef
- writePostfix(SourceFileWriter) - Method in class org.jboss.jdeparser.AnnotationJMethodDef
- writeSources() - Method in class org.jboss.jdeparser.ImplJSources
- writeSources() - Method in interface org.jboss.jdeparser.JSources
-
Write the source files.
- writeTypeArgs(SourceFileWriter) - Method in class org.jboss.jdeparser.AbstractJCall
- writeTypeParams(SourceFileWriter) - Method in class org.jboss.jdeparser.AbstractJGeneric
- writeTypeParams(SourceFileWriter) - Method in class org.jboss.jdeparser.AnonymousJClassDef
- writeUnescaped(char) - Method in class org.jboss.jdeparser.SourceFileWriter
- writeUnescaped(String) - Method in class org.jboss.jdeparser.SourceFileWriter
X
- xf(String) - Static method in class org.jboss.jdeparser.FormatPreferences
- xorAssign(JAssignableExpr, JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- xorAssign(JAssignableExpr, JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert an assignment (
^=
) expression at this point. - xorAssign(JExpr) - Method in class org.jboss.jdeparser.AbstractJAssignableExpr
- xorAssign(JExpr) - Method in interface org.jboss.jdeparser.JAssignableExpr
-
Combine this expression with another using the binary
^=
operator.
Z
- ZERO - Static variable in interface org.jboss.jdeparser.JExpr
-
The constant expression for the integer zero.
_
- _assert(JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- _assert(JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert an
assert
statement at this point. - _assert(JExpr, JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- _assert(JExpr, JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert an
assert
statement at this point with a message. - _break() - Method in class org.jboss.jdeparser.BasicJBlock
- _break() - Method in interface org.jboss.jdeparser.JBlock
-
Insert a
break
statement at this point. - _break(JLabel) - Method in class org.jboss.jdeparser.BasicJBlock
- _break(JLabel) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a labelled
break
statement at this point. - _case(String) - Method in class org.jboss.jdeparser.ImplJSwitch
- _case(String) - Method in interface org.jboss.jdeparser.JSwitch
-
Add a switch case for an
enum
constant. - _case(JExpr) - Method in class org.jboss.jdeparser.ImplJSwitch
- _case(JExpr) - Method in interface org.jboss.jdeparser.JSwitch
-
Add a switch case.
- _catch(int, Class<? extends Throwable>, String) - Method in class org.jboss.jdeparser.ImplJCatch
- _catch(int, Class<? extends Throwable>, String) - Method in class org.jboss.jdeparser.ImplJTry
- _catch(int, Class<? extends Throwable>, String) - Method in interface org.jboss.jdeparser.JTry
-
Add a
catch
block. - _catch(int, String, String) - Method in class org.jboss.jdeparser.ImplJCatch
- _catch(int, String, String) - Method in class org.jboss.jdeparser.ImplJTry
- _catch(int, String, String) - Method in interface org.jboss.jdeparser.JTry
-
Add a
catch
block. - _catch(int, JType, String) - Method in class org.jboss.jdeparser.ImplJCatch
- _catch(int, JType, String) - Method in class org.jboss.jdeparser.ImplJTry
- _catch(int, JType, String) - Method in interface org.jboss.jdeparser.JTry
-
Add a
catch
block. - _class() - Method in class org.jboss.jdeparser.AbstractJType
- _class() - Method in class org.jboss.jdeparser.ArrayJType
- _class() - Method in interface org.jboss.jdeparser.JType
-
An expression of the form
ThisType.class
. - _class() - Method in class org.jboss.jdeparser.NarrowedJType
- _class() - Method in class org.jboss.jdeparser.NestedJType
- _class() - Method in class org.jboss.jdeparser.PrimitiveJType
- _class() - Method in class org.jboss.jdeparser.ReferenceJType
- _class() - Method in class org.jboss.jdeparser.ThisJType
- _class(int, String) - Method in class org.jboss.jdeparser.AbstractJClassDef
- _class(int, String) - Method in class org.jboss.jdeparser.BasicJBlock
- _class(int, String) - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- _class(int, String) - Method in class org.jboss.jdeparser.ImplJSourceFile
- _class(int, String) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a local class definition at this point.
- _class(int, String) - Method in interface org.jboss.jdeparser.JClassDefSection
-
Add a nested class to this type.
- _class(int, String) - Method in class org.jboss.jdeparser.JClassDefSectionImpl
- _class(int, String) - Method in interface org.jboss.jdeparser.JSourceFile
-
Add a class definition to this source file.
- _class(ArrayList<ClassContent>, int, String) - Method in class org.jboss.jdeparser.AbstractJClassDef
- _class(ArrayList<ClassContent>, int, String) - Method in interface org.jboss.jdeparser.Sectionable
- _continue() - Method in class org.jboss.jdeparser.BasicJBlock
- _continue() - Method in interface org.jboss.jdeparser.JBlock
-
Insert a
continue
statement at this point. - _continue(JLabel) - Method in class org.jboss.jdeparser.BasicJBlock
- _continue(JLabel) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a labelled
continue
statement at this point. - _default - Variable in class org.jboss.jdeparser.ImplJSwitch
- _default() - Method in class org.jboss.jdeparser.AbstractJMethodDef
- _default() - Method in class org.jboss.jdeparser.ImplJSwitch
- _default() - Method in interface org.jboss.jdeparser.JMethodDef
-
A default method body for a JDK 8+ interface method.
- _default() - Method in interface org.jboss.jdeparser.JSwitch
-
Add the default block.
- _default(JExpr) - Method in class org.jboss.jdeparser.AbstractJMethodDef
- _default(JExpr) - Method in class org.jboss.jdeparser.AnnotationJMethodDef
- _default(JExpr) - Method in interface org.jboss.jdeparser.JMethodDef
-
A default value for an annotation method.
- _do(JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- _do(JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a
do
/while
statement at this point. - _else - Variable in class org.jboss.jdeparser.ImplJIf
- _else() - Method in class org.jboss.jdeparser.ImplJIf
- _else() - Method in interface org.jboss.jdeparser.JIf
-
Get the
else
condition block. - _enum(int, String) - Method in class org.jboss.jdeparser.AbstractJClassDef
- _enum(int, String) - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- _enum(int, String) - Method in class org.jboss.jdeparser.ImplJSourceFile
- _enum(int, String) - Method in interface org.jboss.jdeparser.JClassDefSection
-
Add a nested enum to this type.
- _enum(int, String) - Method in class org.jboss.jdeparser.JClassDefSectionImpl
- _enum(int, String) - Method in interface org.jboss.jdeparser.JSourceFile
-
Add an enum definition to this source file.
- _enum(String) - Method in class org.jboss.jdeparser.AbstractJClassDef
- _enum(String) - Method in class org.jboss.jdeparser.EnumJClassDef
- _enum(String) - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- _enum(String) - Method in interface org.jboss.jdeparser.JClassDef
-
Add an enum constant.
- _enum(ArrayList<ClassContent>, int, String) - Method in class org.jboss.jdeparser.AbstractJClassDef
- _enum(ArrayList<ClassContent>, int, String) - Method in interface org.jboss.jdeparser.Sectionable
- _extends - Variable in class org.jboss.jdeparser.AbstractJClassDef
- _extends - Variable in class org.jboss.jdeparser.ImplJTypeParamDef
- _extends(Class<?>) - Method in class org.jboss.jdeparser.AbstractJClassDef
- _extends(Class<?>) - Method in class org.jboss.jdeparser.AnnotationJClassDef
- _extends(Class<?>) - Method in class org.jboss.jdeparser.EnumJClassDef
- _extends(Class<?>) - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- _extends(Class<?>) - Method in class org.jboss.jdeparser.ImplJTypeParamDef
- _extends(Class<?>) - Method in class org.jboss.jdeparser.InterfaceJClassDef
- _extends(Class<?>) - Method in interface org.jboss.jdeparser.JClassDef
-
Add an
extends
type to this type. - _extends(Class<?>) - Method in interface org.jboss.jdeparser.JTypeParamDef
-
Add an
extends
bound to this parameter. - _extends(String) - Method in class org.jboss.jdeparser.AbstractJClassDef
- _extends(String) - Method in class org.jboss.jdeparser.AnnotationJClassDef
- _extends(String) - Method in class org.jboss.jdeparser.EnumJClassDef
- _extends(String) - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- _extends(String) - Method in class org.jboss.jdeparser.ImplJTypeParamDef
- _extends(String) - Method in class org.jboss.jdeparser.InterfaceJClassDef
- _extends(String) - Method in interface org.jboss.jdeparser.JClassDef
-
Add an
extends
type to this type. - _extends(String) - Method in interface org.jboss.jdeparser.JTypeParamDef
-
Add an
extends
bound to this parameter. - _extends(JType) - Method in class org.jboss.jdeparser.AbstractJClassDef
- _extends(JType) - Method in class org.jboss.jdeparser.AnnotationJClassDef
- _extends(JType) - Method in class org.jboss.jdeparser.EnumJClassDef
- _extends(JType) - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- _extends(JType) - Method in class org.jboss.jdeparser.ImplJTypeParamDef
- _extends(JType) - Method in class org.jboss.jdeparser.InterfaceJClassDef
- _extends(JType) - Method in interface org.jboss.jdeparser.JClassDef
-
Add an
extends
type to this type. - _extends(JType) - Method in interface org.jboss.jdeparser.JTypeParamDef
-
Add an
extends
bound to this parameter. - _finally() - Method in class org.jboss.jdeparser.ImplJCatch
- _finally() - Method in class org.jboss.jdeparser.ImplJTry
- _finally() - Method in interface org.jboss.jdeparser.JTry
-
Add the
finally
block for thistry
. - _for() - Method in class org.jboss.jdeparser.BasicJBlock
- _for() - Method in interface org.jboss.jdeparser.JBlock
-
Insert a
for
loop at this point. - _if(JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- _if(JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert an
if
statement at this point. - _implements - Variable in class org.jboss.jdeparser.AbstractJClassDef
- _implements(Class<?>...) - Method in class org.jboss.jdeparser.AbstractJClassDef
- _implements(Class<?>...) - Method in class org.jboss.jdeparser.AnnotationJClassDef
- _implements(Class<?>...) - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- _implements(Class<?>...) - Method in interface org.jboss.jdeparser.JClassDef
-
Add one or more
implements
type(s) to this type. - _implements(String...) - Method in class org.jboss.jdeparser.AbstractJClassDef
- _implements(String...) - Method in class org.jboss.jdeparser.AnnotationJClassDef
- _implements(String...) - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- _implements(String...) - Method in interface org.jboss.jdeparser.JClassDef
-
Add one or more
implements
type(s) to this type. - _implements(JType...) - Method in class org.jboss.jdeparser.AbstractJClassDef
- _implements(JType...) - Method in class org.jboss.jdeparser.AnnotationJClassDef
- _implements(JType...) - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- _implements(JType...) - Method in interface org.jboss.jdeparser.JClassDef
-
Add one or more
implements
type(s) to this type. - _import(Class<?>) - Method in class org.jboss.jdeparser.ImplJSourceFile
- _import(Class<?>) - Method in interface org.jboss.jdeparser.JSourceFile
-
Add a type import to this source file.
- _import(String) - Method in class org.jboss.jdeparser.ImplJSourceFile
- _import(String) - Method in interface org.jboss.jdeparser.JSourceFile
-
Add a type import to this source file.
- _import(JType) - Method in class org.jboss.jdeparser.ImplJSourceFile
- _import(JType) - Method in interface org.jboss.jdeparser.JSourceFile
-
Add a type import to this source file.
- _instanceof(Class<?>) - Method in class org.jboss.jdeparser.AbstractJExpr
- _instanceof(Class<?>) - Method in interface org.jboss.jdeparser.JExpr
-
Get a type-testing expression using the
instanceof
operator. - _instanceof(String) - Method in class org.jboss.jdeparser.AbstractJExpr
- _instanceof(String) - Method in interface org.jboss.jdeparser.JExpr
-
Get a type-testing expression using the
instanceof
operator. - _instanceof(JType) - Method in class org.jboss.jdeparser.AbstractJExpr
- _instanceof(JType) - Method in interface org.jboss.jdeparser.JExpr
-
Get a type-testing expression using the
instanceof
operator. - _interface(int, String) - Method in class org.jboss.jdeparser.AbstractJClassDef
- _interface(int, String) - Method in class org.jboss.jdeparser.ImplJAnonymousClassDef
- _interface(int, String) - Method in class org.jboss.jdeparser.ImplJSourceFile
- _interface(int, String) - Method in interface org.jboss.jdeparser.JClassDefSection
-
Add a nested interface to this type.
- _interface(int, String) - Method in class org.jboss.jdeparser.JClassDefSectionImpl
- _interface(int, String) - Method in interface org.jboss.jdeparser.JSourceFile
-
Add an interface definition to this source file.
- _interface(ArrayList<ClassContent>, int, String) - Method in class org.jboss.jdeparser.AbstractJClassDef
- _interface(ArrayList<ClassContent>, int, String) - Method in interface org.jboss.jdeparser.Sectionable
- _new() - Method in class org.jboss.jdeparser.AbstractJType
- _new() - Method in interface org.jboss.jdeparser.JType
-
Construct a new instance of this non-array type.
- _new() - Method in class org.jboss.jdeparser.NarrowedJType
- _new() - Method in class org.jboss.jdeparser.ReferenceJType
- _new() - Method in class org.jboss.jdeparser.ThisJType
- _new(int) - Method in class org.jboss.jdeparser.AbstractJType
- _new(int) - Method in interface org.jboss.jdeparser.JType
-
Construct a new instance of this array type.
- _new(Class<?>) - Method in class org.jboss.jdeparser.AbstractJExpr
- _new(Class<?>) - Method in class org.jboss.jdeparser.BasicJBlock
- _new(Class<?>) - Method in interface org.jboss.jdeparser.JBlock
-
Insert an object construction statement at this point.
- _new(Class<?>) - Method in interface org.jboss.jdeparser.JExpr
-
Get an expression to construct a new inner class instance of this instance expression.
- _new(String) - Method in class org.jboss.jdeparser.AbstractJExpr
- _new(String) - Method in class org.jboss.jdeparser.BasicJBlock
- _new(String) - Method in interface org.jboss.jdeparser.JBlock
-
Insert an object construction statement at this point.
- _new(String) - Method in interface org.jboss.jdeparser.JExpr
-
Get an expression to construct a new inner class instance of this instance expression.
- _new(JExpr) - Method in class org.jboss.jdeparser.AbstractJType
- _new(JExpr) - Method in class org.jboss.jdeparser.ArrayJType
- _new(JExpr) - Method in interface org.jboss.jdeparser.JType
-
Construct a new instance of this array type.
- _new(JExpr) - Method in class org.jboss.jdeparser.NarrowedJType
- _new(JExpr) - Method in class org.jboss.jdeparser.NestedJType
- _new(JType) - Method in class org.jboss.jdeparser.AbstractJExpr
- _new(JType) - Method in class org.jboss.jdeparser.BasicJBlock
- _new(JType) - Method in interface org.jboss.jdeparser.JBlock
-
Insert an object construction statement at this point.
- _new(JType) - Method in interface org.jboss.jdeparser.JExpr
-
Get an expression to construct a new inner class instance of this instance expression.
- _newAnon() - Method in class org.jboss.jdeparser.AbstractJType
- _newAnon() - Method in interface org.jboss.jdeparser.JType
-
Construct a new anonymous subclass of this type.
- _newAnon() - Method in class org.jboss.jdeparser.NestedJType
- _newAnon() - Method in class org.jboss.jdeparser.ReferenceJType
- _newAnon() - Method in class org.jboss.jdeparser.ThisJType
- _newAnon(Class<?>) - Method in class org.jboss.jdeparser.AbstractJExpr
- _newAnon(Class<?>) - Method in class org.jboss.jdeparser.BasicJBlock
- _newAnon(Class<?>) - Method in interface org.jboss.jdeparser.JBlock
-
Insert an object construction statement for an anonymous class at this point.
- _newAnon(Class<?>) - Method in interface org.jboss.jdeparser.JExpr
-
Construct a new anonymous subclass of the given type, which must be an inner class of the type of this expression.
- _newAnon(String) - Method in class org.jboss.jdeparser.AbstractJExpr
- _newAnon(String) - Method in class org.jboss.jdeparser.BasicJBlock
- _newAnon(String) - Method in interface org.jboss.jdeparser.JBlock
-
Insert an object construction statement for an anonymous class at this point.
- _newAnon(String) - Method in interface org.jboss.jdeparser.JExpr
-
Construct a new anonymous subclass of the given type, which must be an inner class of the type of this expression.
- _newAnon(JType) - Method in class org.jboss.jdeparser.AbstractJExpr
- _newAnon(JType) - Method in class org.jboss.jdeparser.BasicJBlock
- _newAnon(JType) - Method in interface org.jboss.jdeparser.JBlock
-
Insert an object construction statement for an anonymous class at this point.
- _newAnon(JType) - Method in interface org.jboss.jdeparser.JExpr
-
Construct a new anonymous subclass of the given type, which must be an inner class of the type of this expression.
- _newArray() - Method in class org.jboss.jdeparser.AbstractJType
- _newArray() - Method in class org.jboss.jdeparser.ArrayJType
- _newArray() - Method in interface org.jboss.jdeparser.JType
-
Create a new array of this type which is inline-initialized.
- _return() - Method in class org.jboss.jdeparser.AbstractJDocComment
- _return() - Method in class org.jboss.jdeparser.BasicJBlock
- _return() - Method in interface org.jboss.jdeparser.JBlock
-
Insert a
void
return
statement at this point. - _return() - Method in interface org.jboss.jdeparser.JDocComment
-
Add a
@return
tag. - _return(JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- _return(JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a
return
statement at this point. - _super - Variable in class org.jboss.jdeparser.ImplJTypeParamDef
- _super() - Method in class org.jboss.jdeparser.AbstractJType
- _super() - Method in interface org.jboss.jdeparser.JType
-
An expression of the form
ThisType.super
. - _super() - Method in class org.jboss.jdeparser.NarrowedJType
- _super() - Method in class org.jboss.jdeparser.NestedJType
- _super() - Method in class org.jboss.jdeparser.ReferenceJType
- _super() - Method in class org.jboss.jdeparser.ThisJType
- _super(Class<?>) - Method in class org.jboss.jdeparser.ImplJTypeParamDef
- _super(Class<?>) - Method in interface org.jboss.jdeparser.JTypeParamDef
-
Add a
super
bound to this parameter. - _super(String) - Method in class org.jboss.jdeparser.ImplJTypeParamDef
- _super(String) - Method in interface org.jboss.jdeparser.JTypeParamDef
-
Add a
super
bound to this parameter. - _super(JType) - Method in class org.jboss.jdeparser.ImplJTypeParamDef
- _super(JType) - Method in interface org.jboss.jdeparser.JTypeParamDef
-
Add a
super
bound to this parameter. - _switch(JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- _switch(JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a
switch
statement at this point. - _synchronized(JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- _synchronized(JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a
synchronized
block at this point. - _this() - Method in class org.jboss.jdeparser.AbstractJType
- _this() - Method in interface org.jboss.jdeparser.JType
-
An expression of the form
ThisType.this
. - _this() - Method in class org.jboss.jdeparser.NarrowedJType
- _this() - Method in class org.jboss.jdeparser.NestedJType
- _this() - Method in class org.jboss.jdeparser.ReferenceJType
- _this() - Method in class org.jboss.jdeparser.ThisJType
- _throw(JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- _throw(JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a
throw
statement at this point. - _throws - Variable in class org.jboss.jdeparser.AbstractJMethodDef
- _throws(Class<? extends Throwable>) - Method in class org.jboss.jdeparser.AbstractJMethodDef
- _throws(Class<? extends Throwable>) - Method in interface org.jboss.jdeparser.JMethodDef
-
Get a
@throws
doc comment block. - _throws(String) - Method in class org.jboss.jdeparser.AbstractJMethodDef
- _throws(String) - Method in interface org.jboss.jdeparser.JMethodDef
-
Get a
@throws
doc comment block. - _throws(JType) - Method in class org.jboss.jdeparser.AbstractJDocComment
- _throws(JType) - Method in class org.jboss.jdeparser.AbstractJMethodDef
- _throws(JType) - Method in class org.jboss.jdeparser.AnnotationJMethodDef
- _throws(JType) - Method in interface org.jboss.jdeparser.JDocComment
-
Add a
@throws
tag. - _throws(JType) - Method in interface org.jboss.jdeparser.JMethodDef
-
Get a
@throws
doc comment block. - _try - Variable in class org.jboss.jdeparser.FinallyJBlock
- _try - Variable in class org.jboss.jdeparser.ImplJCatch
- _try() - Method in class org.jboss.jdeparser.BasicJBlock
- _try() - Method in interface org.jboss.jdeparser.JBlock
-
Insert a
try
block at this point. - _while(JExpr) - Method in class org.jboss.jdeparser.BasicJBlock
- _while(JExpr) - Method in interface org.jboss.jdeparser.JBlock
-
Insert a
while
statement at this point.
All Classes and Interfaces|All Packages|Constant Field Values