GeneratorAdapter
Attributes
- Source
- GeneratorAdapter.scala
- Graph
-
- Supertypes
-
class GeneratorAdapterclass LocalVariablesSorterclass MethodVisitorclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Source
- GeneratorAdapter.scala
Attributes
- Source
- GeneratorAdapter.scala
Attributes
- Definition Classes
-
GeneratorAdapter
- Source
- GeneratorAdapter.scala
Attributes
- Source
- GeneratorAdapter.scala
Attributes
- Definition Classes
-
GeneratorAdapter
- Source
- GeneratorAdapter.scala
Attributes
- Definition Classes
-
GeneratorAdapter
- Source
- GeneratorAdapter.scala
Attributes
- Definition Classes
-
GeneratorAdapter
- Source
- GeneratorAdapter.scala
Attributes
- Definition Classes
-
GeneratorAdapter
- Source
- GeneratorAdapter.scala
Attributes
- Source
- GeneratorAdapter.scala
Attributes
- Source
- GeneratorAdapter.scala
Attributes
- Definition Classes
-
GeneratorAdapter
- Source
- GeneratorAdapter.scala
Generates the instruction to load the given local variable on the stack.
Generates the instruction to load the given local variable on the stack.
Value parameters
- index
-
a local variable index.
- tpe
-
the type of this local variable.
Attributes
- Definition Classes
-
GeneratorAdapter
- Source
- GeneratorAdapter.scala
Attributes
- Definition Classes
-
GeneratorAdapter
- Source
- GeneratorAdapter.scala
Attributes
- Source
- GeneratorAdapter.scala
Attributes
- Definition Classes
-
LocalVariablesSorter
- Source
- GeneratorAdapter.scala
Note that using "push" can create more efficient code than using "visitLdcInsn()", because when possible it creates ICONST_1, or DCONST_0, etc.
Note that using "push" can create more efficient code than using "visitLdcInsn()", because when possible it creates ICONST_1, or DCONST_0, etc.
Value parameters
- obj
-
can be any boxed primitive type, or a String.
Attributes
- Source
- GeneratorAdapter.scala
Attributes
- Definition Classes
-
GeneratorAdapter
- Source
- GeneratorAdapter.scala
Attributes
- Definition Classes
-
GeneratorAdapter
- Source
- GeneratorAdapter.scala
Generates the instruction to store the top stack value in the given local variable.
Generates the instruction to store the top stack value in the given local variable.
Value parameters
- index
-
a local variable index.
- tpe
-
the type of this local variable.
Attributes
- Definition Classes
-
GeneratorAdapter
- Source
- GeneratorAdapter.scala
Attributes
- Definition Classes
-
LocalVariablesSorter -> MethodVisitor
- Source
- GeneratorAdapter.scala
Attributes
- Definition Classes
-
MethodVisitor
- Source
- GeneratorAdapter.scala
Attributes
- Definition Classes
-
LocalVariablesSorter -> MethodVisitor
- Source
- GeneratorAdapter.scala
Attributes
- Definition Classes
-
LocalVariablesSorter -> MethodVisitor
- Source
- GeneratorAdapter.scala
Attributes
- Definition Classes
-
LocalVariablesSorter -> MethodVisitor
- Source
- GeneratorAdapter.scala
Inherited methods
Attributes
- Inherited from:
- GeneratorAdapter
Attributes
- Inherited from:
- GeneratorAdapter
Attributes
- Inherited from:
- GeneratorAdapter
Attributes
- Inherited from:
- GeneratorAdapter
Attributes
- Inherited from:
- MethodVisitor
Attributes
- Inherited from:
- GeneratorAdapter
Attributes
- Inherited from:
- GeneratorAdapter
Attributes
- Inherited from:
- GeneratorAdapter
Attributes
- Inherited from:
- GeneratorAdapter
Attributes
- Inherited from:
- GeneratorAdapter
Attributes
- Inherited from:
- GeneratorAdapter
Attributes
- Inherited from:
- GeneratorAdapter
Attributes
- Inherited from:
- GeneratorAdapter
Attributes
- Inherited from:
- GeneratorAdapter
Attributes
- Inherited from:
- GeneratorAdapter
Attributes
- Inherited from:
- GeneratorAdapter
Attributes
- Inherited from:
- GeneratorAdapter
Attributes
- Inherited from:
- GeneratorAdapter
Attributes
- Inherited from:
- GeneratorAdapter
Attributes
- Inherited from:
- GeneratorAdapter
Attributes
- Inherited from:
- GeneratorAdapter
Attributes
- Inherited from:
- GeneratorAdapter
Attributes
- Inherited from:
- GeneratorAdapter
Attributes
- Inherited from:
- MethodVisitor
Attributes
- Inherited from:
- MethodVisitor
Attributes
- Inherited from:
- MethodVisitor
Attributes
- Inherited from:
- MethodVisitor
Attributes
- Inherited from:
- MethodVisitor
Attributes
- Inherited from:
- LocalVariablesSorter
Attributes
- Inherited from:
- MethodVisitor
Attributes
- Inherited from:
- MethodVisitor
Attributes
- Inherited from:
- MethodVisitor
Attributes
- Inherited from:
- MethodVisitor
Attributes
- Inherited from:
- MethodVisitor
Attributes
- Inherited from:
- MethodVisitor
Attributes
- Inherited from:
- LocalVariablesSorter
Attributes
- Inherited from:
- MethodVisitor
Attributes
- Inherited from:
- MethodVisitor
Attributes
- Inherited from:
- MethodVisitor
Attributes
- Inherited from:
- MethodVisitor
Attributes
- Inherited from:
- MethodVisitor
Attributes
- Inherited from:
- MethodVisitor
Attributes
- Inherited from:
- MethodVisitor
Attributes
- Inherited from:
- MethodVisitor
Attributes
- Inherited from:
- MethodVisitor
Attributes
- Inherited from:
- MethodVisitor
Deprecated and Inherited methods
Attributes
- Deprecated
-
[Since version ]
see corresponding Javadoc for more information. - Inherited from:
- MethodVisitor