Uses of Interface
spoon.reflect.cu.position.CompoundSourcePosition
Package
Description
This package defines all the sub-factories for the Spoon meta-model.
This package contains some default implementations for commonly used processing tasks.
-
Uses of CompoundSourcePosition in spoon.reflect.cu.position
Modifier and TypeInterfaceDescriptioninterface
This interface represents the position of a Method or Type declaration in a source file.interface
Represents the position of a program element in a source file in an immutable manner. -
Uses of CompoundSourcePosition in spoon.reflect.factory
Modifier and TypeMethodDescriptionCoreFactory.createCompoundSourcePosition(CompilationUnit compilationUnit, int startSource, int end, int declarationStart, int declarationEnd, int[] lineSeparatorPositions)
Creates a compound source position. -
Uses of CompoundSourcePosition in spoon.support
Modifier and TypeMethodDescriptionDefaultCoreFactory.createCompoundSourcePosition(CompilationUnit compilationUnit, int startSource, int end, int declarationStart, int declarationEnd, int[] lineSeparatorPositions)
-
Uses of CompoundSourcePosition in spoon.support.reflect.cu.position
Modifier and TypeClassDescriptionclass
This class represents the position of a Java program element in a source file.class
This class represents the position of a named Java program element in a source file.class
This class represents the position of a Java program element in a source file.