Package com.openinventor.inventor.errors
Class SoErrorStack.StackFrame
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.errors.SoErrorStack.StackFrame
-
- Enclosing class:
- SoErrorStack
public static class SoErrorStack.StackFrame extends Inventor
This struture contains the description of a stack frame.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Constructor Summary
Constructors Constructor Description StackFrame()
Default constructor.StackFrame(SoErrorStack.StackFrame copyFrom)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setValue(SoErrorStack.StackFrame copyFrom)
static SoErrorStack.StackFrame[]
toArray(long nativeArray, long length)
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
StackFrame
public StackFrame(SoErrorStack.StackFrame copyFrom)
-
StackFrame
public StackFrame()
Default constructor.
-
-
Method Detail
-
setValue
public void setValue(SoErrorStack.StackFrame copyFrom)
-
toArray
public static SoErrorStack.StackFrame[] toArray(long nativeArray, long length)
-
-