|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextInput | |
| com.meyling.principia.argument | |
| com.meyling.principia.logic.basic | |
| com.meyling.principia.logic.paragraph | |
| com.meyling.principia.logic.rule | |
| com.meyling.principia.module | |
| Uses of TextInput in com.meyling.principia.argument |
| Methods in com.meyling.principia.argument with parameters of type TextInput | |
static Argument |
ArgumentCreator.readArgument(TextInput input,
Map string2class,
ParsingTable parsing)
Create an Argument out of an TextInput object. |
private static Argument[] |
ArgumentCreator.readArgumentList(TextInput input,
Map string2class,
ParsingTable parsing)
Create an argument array out of an TextInput object. |
| Uses of TextInput in com.meyling.principia.logic.basic |
| Methods in com.meyling.principia.logic.basic with parameters of type TextInput | |
static Argument |
BasicCreator.readArgument(TextInput input,
ParsingTable parsing)
Create an Argument out of an TextInput object. |
| Uses of TextInput in com.meyling.principia.logic.paragraph |
| Methods in com.meyling.principia.logic.paragraph with parameters of type TextInput | |
static Argument |
ParagraphCreator.readArgument(TextInput input,
ParsingTable parsing)
Create an Argument out of an TextInput object. |
| Uses of TextInput in com.meyling.principia.logic.rule |
| Methods in com.meyling.principia.logic.rule with parameters of type TextInput | |
static Argument |
RuleCreator.readArgument(TextInput input,
ParsingTable parsing)
Create an Argument out of an TextInput object. |
| Uses of TextInput in com.meyling.principia.module |
| Fields in com.meyling.principia.module declared as TextInput | |
private TextInput |
ModuleCreator.input
load from this source |
private TextInput |
ModuleContext.PeekTextInput.reader
|
| Methods in com.meyling.principia.module that return TextInput | |
private TextInput |
ModuleContext.PeekTextInput.getInput()
Get the current TextInput object. |
| Methods in com.meyling.principia.module with parameters of type TextInput | |
static Argument |
SimpleModuleCreator.readArgument(TextInput input,
ParsingTable parsing)
Create an Argument out of an TextInput object. |
private void |
ModuleContext.PeekTextInput.setInput(TextInput reader)
Set object to watch (could be null. |
| Constructors in com.meyling.principia.module with parameters of type TextInput | |
ModuleCreator(TextInput input)
Constructs a new module creator. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||