Uses of Class
com.scriptbasic.context.Context
-
Uses of Context in com.scriptbasic.context
Methods in com.scriptbasic.context that return Context Modifier and Type Method Description static ContextContextBuilder. from(Context existingCtx)static ContextContextBuilder. from(Context existing, SourceReader sourceReader, java.io.Reader input, java.io.Writer output, java.io.Writer error)static ContextContextBuilder. from(Context existing, java.io.Reader reader)static ContextContextBuilder. from(Context existing, java.io.Reader reader, java.io.Reader input, java.io.Writer output, java.io.Writer error)static ContextContextBuilder. from(SourceReader reader)static ContextContextBuilder. from(SourceReader sourceReader, java.io.Reader input, java.io.Writer output, java.io.Writer error)static ContextContextBuilder. from(java.io.Reader reader)static ContextContextBuilder. from(java.io.Reader reader, java.io.Reader input, java.io.Writer output, java.io.Writer error)static ContextContextBuilder. from(java.lang.String string)static ContextContextBuilder. newContext()Methods in com.scriptbasic.context with parameters of type Context Modifier and Type Method Description static ContextContextBuilder. from(Context existingCtx)static ContextContextBuilder. from(Context existing, SourceReader sourceReader, java.io.Reader input, java.io.Writer output, java.io.Writer error)static ContextContextBuilder. from(Context existing, java.io.Reader reader)static ContextContextBuilder. from(Context existing, java.io.Reader reader, java.io.Reader input, java.io.Writer output, java.io.Writer error) -
Uses of Context in com.scriptbasic.executors
Constructors in com.scriptbasic.executors with parameters of type Context Constructor Description BasicInterpreter(Context ctx)Create a new interpreter using the context. -
Uses of Context in com.scriptbasic.script
Fields in com.scriptbasic.script declared as Context Modifier and Type Field Description ContextScriptEngine. ctx -
Uses of Context in com.scriptbasic.syntax
Fields in com.scriptbasic.syntax declared as Context Modifier and Type Field Description protected ContextAbstractGenericListAnalyzer. ctxConstructors in com.scriptbasic.syntax with parameters of type Context Constructor Description AbstractGenericListAnalyzer(Context ctx) -
Uses of Context in com.scriptbasic.syntax.commands
Fields in com.scriptbasic.syntax.commands declared as Context Modifier and Type Field Description protected ContextAbstractCommandAnalyzer. ctx -
Uses of Context in com.scriptbasic.syntax.expression
Constructors in com.scriptbasic.syntax.expression with parameters of type Context Constructor Description AbstractExpressionAnalyzer(Context ctx)BasicExpressionAnalyzer(Context ctx)BasicExpressionListAnalyzer(Context ctx)BasicTagAnalyzer(Context ctx) -
Uses of Context in com.scriptbasic.syntax.leftvalue
Fields in com.scriptbasic.syntax.leftvalue declared as Context Modifier and Type Field Description protected ContextAbstractLeftValueAnalyzer. ctxConstructors in com.scriptbasic.syntax.leftvalue with parameters of type Context Constructor Description AbstractLeftValueAnalyzer(Context ctx)BasicLeftValueAnalyzer(Context ctx)BasicSimpleLeftValueAnalyzer(Context ctx)BasicSimpleLeftValueListAnalyzer(Context ctx)