Uses of Class
com.mackenziehigh.sexpr.SourceLocation
Packages that use SourceLocation
Package
Description
Symbolic Expressions.
Symbolic-Expression related Exception Types.
-
Uses of SourceLocation in com.mackenziehigh.sexpr
Fields in com.mackenziehigh.sexpr declared as SourceLocationMethods in com.mackenziehigh.sexpr that return SourceLocationModifier and TypeMethodDescriptionSAtom.location()This method retrieves an object describing the source from which this object we obtained.Sexpr.location()This method retrieves an object describing the source from which this object we obtained.SList.location()This method retrieves an object describing the source from which this object we obtained.Methods in com.mackenziehigh.sexpr with parameters of type SourceLocationModifier and TypeMethodDescriptionstatic SListSList.copyOf(SourceLocation location, Iterable<? extends Sexpr<?>> list) Factory Method.static SListSList.copyOf(SourceLocation location, Iterator<? extends Sexpr<?>> stream) Factory Method.static SListSList.copyOf(SourceLocation location, Stream<? extends Sexpr<?>> stream) Factory Method.static SAtomSAtom.fromBoolean(SourceLocation location, boolean value) Factory Method.static SAtomSAtom.fromByte(SourceLocation location, byte value) Factory Method.static SAtomSAtom.fromChar(SourceLocation location, char value) Factory Method.static SAtomSAtom.fromDouble(SourceLocation location, double value) Factory Method.static SAtomSAtom.fromFloat(SourceLocation location, float value) Factory Method.static SAtomSAtom.fromInt(SourceLocation location, int value) Factory Method.static SAtomSAtom.fromLong(SourceLocation location, long value) Factory Method.static SListSList.fromMap(SourceLocation location, Map<? extends Sexpr<?>, ? extends Sexpr<?>> map) This method creates a new two-dimensional list from the given map.static SListSList.fromMap(SourceLocation location, Map<? extends Sexpr<?>, ? extends Sexpr<?>> map, Sexpr<?> separator) This method creates a new two-dimensional list from the given map.static SAtomSAtom.fromShort(SourceLocation location, short value) Factory Method.static SAtomSAtom.fromString(SourceLocation location, String value) Factory Method.static SListSList.of(SourceLocation location, Sexpr<?>... elements) Factory Method. -
Uses of SourceLocation in com.mackenziehigh.sexpr.exceptions
Methods in com.mackenziehigh.sexpr.exceptions that return SourceLocationConstructors in com.mackenziehigh.sexpr.exceptions with parameters of type SourceLocation