PathStack

org.beangle.serializer.text.io.PathStack
class PathStack(initialCapacity: Int)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Current Path in stream.

Current Path in stream.

Attributes

def get(idx: Int): String
def isFirstInLevel: Boolean
def push(name: String, clazz: Class[_]): Unit
def size: Int