Package | Description |
---|---|
manifold.api.fs | |
manifold.api.fs.def | |
manifold.internal.javac |
Modifier and Type | Method and Description |
---|---|
HostKind |
IFileFragment.getHostKind() |
Modifier and Type | Method and Description |
---|---|
HostKind |
FileFragmentImpl.getHostKind() |
Constructor and Description |
---|
FileFragmentImpl(String scope,
String name,
String ext,
HostKind hostKind,
IFile enclosingFile,
int offset,
int length,
String content) |
Modifier and Type | Method and Description |
---|---|
HostKind |
FragmentProcessor.Fragment.getHostKind() |
static HostKind |
HostKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostKind[] |
HostKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ManAttr.checkConcatenation(com.sun.tools.javac.tree.JCTree.JCLiteral tree,
CharSequence chars,
HostKind hostKind,
com.sun.tools.javac.util.Log logger) |
FragmentProcessor.Fragment |
FragmentProcessor.parseFragment(int pos,
String chars,
HostKind hostKind) |
void |
JavacPlugin.registerType(JavaFileObject sourceFile,
String scope,
int offset,
String name,
String ext,
HostKind hostKind,
String content) |
Copyright © 2024. All rights reserved.