Package | Description |
---|---|
spoon.reflect.cu.position | |
spoon.reflect.factory |
This package defines all the sub-factories for the Spoon meta-model.
|
spoon.support |
This package contains some default implementations for commonly used processing tasks.
|
spoon.support.reflect.cu.position |
Modifier and Type | Interface and Description |
---|---|
interface |
BodyHolderSourcePosition
This interface represents the position of a Method or Type declaration in a source file.
|
interface |
DeclarationSourcePosition
This interface represents the position of a program element in a source file.
|
Modifier and Type | Method and Description |
---|---|
CompoundSourcePosition |
CoreFactory.createCompoundSourcePosition(CompilationUnit compilationUnit,
int startSource,
int end,
int declarationStart,
int declarationEnd,
int[] lineSeparatorPositions)
Creates a compound source position.
|
Modifier and Type | Method and Description |
---|---|
CompoundSourcePosition |
DefaultCoreFactory.createCompoundSourcePosition(CompilationUnit compilationUnit,
int startSource,
int end,
int declarationStart,
int declarationEnd,
int[] lineSeparatorPositions) |
Modifier and Type | Class and Description |
---|---|
class |
BodyHolderSourcePositionImpl
This class represents the position of a Java program element in a source
file.
|
class |
CompoundSourcePositionImpl
This class represents the position of a Java program element in a source
file.
|
class |
DeclarationSourcePositionImpl
This class represents the position of a Java program element in a source
file.
|
Copyright © 2007–2019 Inria. All rights reserved.