Uses of Interface
com.github.tadukoo.java.JavaCodeType
Packages that use JavaCodeType
Package
Description
Contains the base interfaces and enums for dealing with Java code
Contains helpers for
annotations in JavaContains classes for handling comments in Java
Contains helpers for
fields in JavaContains helpers for
import statements in JavaContains helpers for
classes in JavaContains helpers for
javadocs in JavaContains helpers for
methods in JavaContains helpers for
package declarations in JavaContains classes to use to parse Java code
-
Uses of JavaCodeType in com.github.tadukoo.java
Subinterfaces of JavaCodeType in com.github.tadukoo.javaModifier and TypeInterfaceDescriptioninterfaceJava Class Type represents a main Java type (class, interface, enum, record, annotation class)Methods in com.github.tadukoo.java that return types with arguments of type JavaCodeType -
Uses of JavaCodeType in com.github.tadukoo.java.annotation
Classes in com.github.tadukoo.java.annotation that implement JavaCodeTypeModifier and TypeClassDescriptionclassRepresents an annotation in Java that can be modifiedclassRepresents an annotation in Java.classRepresents aJavaAnnotationthat can't be modified -
Uses of JavaCodeType in com.github.tadukoo.java.comment
Classes in com.github.tadukoo.java.comment that implement JavaCodeTypeModifier and TypeClassDescriptionclassRepresents aJavaMultiLineCommentthat may be modifiedclassRepresents asingle-line commentin Java that can be modifiedclassRepresents a multi-line comment in Java codeclassRepresents a Single-Line Comment in JavaclassRepresents aJavaMultiLineCommentthat can't be modifiedclassRepresents asingle-line commentin Java that can't be modified -
Uses of JavaCodeType in com.github.tadukoo.java.field
Classes in com.github.tadukoo.java.field that implement JavaCodeTypeModifier and TypeClassDescriptionclassRepresents a field in Java that can be modifiedclassJava Field represents a field in aJava classclassRepresents a field in Java that is not modifiable -
Uses of JavaCodeType in com.github.tadukoo.java.importstatement
Classes in com.github.tadukoo.java.importstatement that implement JavaCodeTypeModifier and TypeClassDescriptionclassRepresents aJavaImportStatementthat can be modifiedclassRepresents an import statement in JavaclassRepresents aJavaImportStatementthat can't be modified -
Uses of JavaCodeType in com.github.tadukoo.java.javaclass
Classes in com.github.tadukoo.java.javaclass that implement JavaCodeTypeModifier and TypeClassDescriptionclassRepresents a class in Java that can be modifiedclassJava Class is used to represent a class in Java.classRepresents a class in Java that is not modifiable -
Uses of JavaCodeType in com.github.tadukoo.java.javadoc
Classes in com.github.tadukoo.java.javadoc that implement JavaCodeTypeModifier and TypeClassDescriptionclassRepresents aJavadocthat can be modifiedclassJavadoc represents a Javadoc in Java.classRepresents a Javadoc that can't be modified -
Uses of JavaCodeType in com.github.tadukoo.java.method
Classes in com.github.tadukoo.java.method that implement JavaCodeTypeModifier and TypeClassDescriptionclassRepresents a method in Java that can be modifiedclassJava Method represents a method in a Java class or interface, etc.classRepresents a method in Java that is not modifiable -
Uses of JavaCodeType in com.github.tadukoo.java.packagedeclaration
Classes in com.github.tadukoo.java.packagedeclaration that implement JavaCodeTypeModifier and TypeClassDescriptionclassRepresents aJavaPackageDeclarationthat can be editedclassRepresents a package declaration in JavaclassRepresents aJavaPackageDeclarationthat can't be modified -
Uses of JavaCodeType in com.github.tadukoo.java.parsing
Methods in com.github.tadukoo.java.parsing that return JavaCodeTypeModifier and TypeMethodDescriptionParsingPojo.parsedType()Returns the value of theparsedTyperecord component.static JavaCodeTypeParses the given text as Java code and returns it as the properJavaCodeTypeConstructors in com.github.tadukoo.java.parsing with parameters of type JavaCodeTypeModifierConstructorDescriptionParsingPojo(int nextTokenIndex, JavaCodeType parsedType) Creates an instance of aParsingPojorecord class.